Uses of Class
org.cxbox.core.dto.rowmeta.PreAction
-
Packages that use PreAction Package Description org.cxbox.core.dto.rowmeta org.cxbox.core.service.action -
-
Uses of PreAction in org.cxbox.core.dto.rowmeta
Methods in org.cxbox.core.dto.rowmeta that return PreAction Modifier and Type Method Description static PreActionPreAction. confirm()static PreActionPreAction. confirm(String message)static PreActionPreAction. custom(String message, Map<String,String> customParameters)static PreActionPreAction. error()static PreActionPreAction. error(String message)static PreActionPreAction. info()static PreActionPreAction. info(String message) -
Uses of PreAction in org.cxbox.core.service.action
Methods in org.cxbox.core.service.action that return PreAction Modifier and Type Method Description PreActionResponseServiceAction. preActionSpecifier(BusinessComponent bc)PreActionActionDescription. withPreAction(BusinessComponent bc)PreActionPreActionSpecifier. withPreAction(BusinessComponent bc)Methods in org.cxbox.core.service.action with parameters of type PreAction Modifier and Type Method Description ActionDescriptionBuilder<T>ActionDescriptionBuilder. withPreAction(PreAction preAction)
-