Package org.cxbox.core.dto.rowmeta
Class PostAction
- java.lang.Object
-
- org.cxbox.core.dto.rowmeta.PostAction
-
public class PostAction extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classPostAction.BasePostActionFieldclassPostAction.BasePostActionType
-
Constructor Summary
Constructors Constructor Description PostAction()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description PostActionadd(String key, String value)static PostActiondelayedRefreshBC(BcIdentifier bcIdentifier, Number seconds)static PostActiondownloadFile(String fileId)static PostActiondownloadFileByUrl(String url)static PostActiondrillDown(DrillDownTypeSpecifier drillDownType, String url)static PostActiondrillDown(DrillDownTypeSpecifier drillDownType, String url, String urlName)StringgetAttribute(String key)Map<String,String>getAttributes()StringgetBc()Deprecated.StringgetType()Deprecated.static PostActionopenPickList(String pickList)static PostActionpostDelete()static PostActionrefreshBc(BcIdentifier bcIdentifier)static PostActionrefreshParentBc(BcIdentifier bcIdentifier)static PostActionshowMessage(MessageType messageType, String messageText)
-
-
-
Method Detail
-
getType
@Deprecated public String getType()
Deprecated.
-
getBc
@Deprecated public String getBc()
Deprecated.
-
add
public PostAction add(String key, String value)
-
refreshBc
public static PostAction refreshBc(BcIdentifier bcIdentifier)
-
refreshParentBc
public static PostAction refreshParentBc(BcIdentifier bcIdentifier)
-
downloadFile
public static PostAction downloadFile(String fileId)
-
downloadFileByUrl
public static PostAction downloadFileByUrl(String url)
-
openPickList
public static PostAction openPickList(String pickList)
-
drillDown
public static PostAction drillDown(DrillDownTypeSpecifier drillDownType, String url)
-
drillDown
public static PostAction drillDown(DrillDownTypeSpecifier drillDownType, String url, String urlName)
-
delayedRefreshBC
public static PostAction delayedRefreshBC(BcIdentifier bcIdentifier, Number seconds)
-
showMessage
public static PostAction showMessage(MessageType messageType, String messageText)
-
postDelete
public static PostAction postDelete()
-
-