Uses of Class
org.cxbox.core.dto.rowmeta.PostAction
-
Packages that use PostAction Package Description org.cxbox.core.dto.rowmeta org.cxbox.core.exception -
-
Uses of PostAction in org.cxbox.core.dto.rowmeta
Methods in org.cxbox.core.dto.rowmeta that return PostAction Modifier and Type Method Description PostActionPostAction. add(String key, String value)static PostActionPostAction. delayedRefreshBC(BcIdentifier bcIdentifier, Number seconds)static PostActionPostAction. downloadFile(String fileId)static PostActionPostAction. downloadFileByUrl(String url)static PostActionPostAction. drillDown(DrillDownTypeSpecifier drillDownType, String url)static PostActionPostAction. drillDown(DrillDownTypeSpecifier drillDownType, String url, String urlName)static PostActionPostAction. openPickList(String pickList)static PostActionPostAction. postDelete()static PostActionPostAction. refreshBc(BcIdentifier bcIdentifier)static PostActionPostAction. refreshParentBc(BcIdentifier bcIdentifier)static PostActionPostAction. showMessage(MessageType messageType, String messageText)Methods in org.cxbox.core.dto.rowmeta with parameters of type PostAction Modifier and Type Method Description ActionResultDTO<T>ActionResultDTO. setAction(PostAction postAction)AssociateResultDTOAssociateResultDTO. setAction(PostAction postAction)CreateResult<D>CreateResult. setAction(PostAction postAction)Method parameters in org.cxbox.core.dto.rowmeta with type arguments of type PostAction Modifier and Type Method Description ActionResultDTO<T>ActionResultDTO. setActions(List<PostAction> postActions)CreateResult<D>CreateResult. setActions(List<PostAction> postActions) -
Uses of PostAction in org.cxbox.core.exception
Methods in org.cxbox.core.exception with parameters of type PostAction Modifier and Type Method Description BusinessExceptionBusinessException. addPostAction(PostAction postAction)Method parameters in org.cxbox.core.exception with type arguments of type PostAction Modifier and Type Method Description BusinessExceptionBusinessException. setPostActions(List<PostAction> postActions)
-