Uses of Class
org.cxbox.core.dto.rowmeta.PostAction
Packages that use PostAction
-
Uses of PostAction in org.cxbox.core.dto.rowmeta
Methods in org.cxbox.core.dto.rowmeta that return PostActionModifier and TypeMethodDescriptionPostAction.WaitUntilBuilder.build()static PostActionPostAction.delayedRefreshBC(org.cxbox.api.data.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(org.cxbox.api.data.BcIdentifier bcIdentifier) static PostActionPostAction.refreshParentBc(org.cxbox.api.data.BcIdentifier bcIdentifier) static PostActionPostAction.showMessage(MessageType messageType, String messageText) Methods in org.cxbox.core.dto.rowmeta with parameters of type PostActionModifier and TypeMethodDescriptionActionResultDTO.setAction(PostAction postAction) AssociateResultDTO.setAction(PostAction postAction) CreateResult.setAction(PostAction postAction) Method parameters in org.cxbox.core.dto.rowmeta with type arguments of type PostActionModifier and TypeMethodDescriptionActionResultDTO.setActions(List<PostAction> postActions) CreateResult.setActions(List<PostAction> postActions) -
Uses of PostAction in org.cxbox.core.exception
Methods in org.cxbox.core.exception with parameters of type PostActionMethod parameters in org.cxbox.core.exception with type arguments of type PostAction