Uses of Interface
org.cxbox.core.service.action.PreActionCondition
-
Packages that use PreActionCondition Package Description org.cxbox.core.service.action -
-
Uses of PreActionCondition in org.cxbox.core.service.action
Methods in org.cxbox.core.service.action with parameters of type PreActionCondition Modifier and Type Method Description static PreActionEventPreActionEvent. confirm(String key, PreActionCondition preActionCondition, String message)static PreActionEventPreActionEvent. error(String key, PreActionCondition preActionCondition, String message)PreActionEventChecker<T>PreActionConditionHolder. getChecker(PreActionCondition preActionCondition)static PreActionEventPreActionEvent. info(String key, PreActionCondition preActionCondition, String message)static PreActionEventPreActionEvent. of(String key, org.cxbox.api.data.dictionary.LOV type, PreActionCondition preActionCondition, String message)
-