Uses of Class
org.cxbox.core.service.action.PreActionEvent
-
Packages that use PreActionEvent Package Description org.cxbox.core.crudma.impl org.cxbox.core.service.action -
-
Uses of PreActionEvent in org.cxbox.core.crudma.impl
Methods in org.cxbox.core.crudma.impl that return types with arguments of type PreActionEvent Modifier and Type Method Description protected List<PreActionEvent>AbstractResponseService. getPreActionsForSave() -
Uses of PreActionEvent in org.cxbox.core.service.action
Methods in org.cxbox.core.service.action that return PreActionEvent Modifier and Type Method Description static PreActionEventPreActionEvent. confirm(String key, PreActionCondition preActionCondition, String message)static PreActionEventPreActionEvent. error(String key, PreActionCondition preActionCondition, String message)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)Methods in org.cxbox.core.service.action that return types with arguments of type PreActionEvent Modifier and Type Method Description List<PreActionEvent>ResponseServiceAction. preActionEventSpecifier(BusinessComponent bc)List<PreActionEvent>ActionDescription. withPreActionEvents(BusinessComponent bc)List<PreActionEvent>PreActionEventSpecifier. withPreActionEvents(BusinessComponent bc)Methods in org.cxbox.core.service.action with parameters of type PreActionEvent Modifier and Type Method Description ActionDescriptionBuilder<T>ActionDescriptionBuilder. withPreActionEvents(PreActionEvent... preActionEvents)
-