public class

ActionsUtils

extends Object
java.lang.Object
   ↳ com.microstrategy.web.tasks.actions.utils.ActionsUtils

Summary

Constants
String BLK_MESSAGE_RESULT
String BLP_MESSAGE_RESULT_MESSAGE_ID
String BLP_MESSAGE_RESULT_MESSAGE_STATE_ID
String BLP_MESSAGE_RESULT_MESSAGE_STATUS
Public Constructors
ActionsUtils()
Public Methods
static Block createMessageResultBlock(WebResultSetInstance wrsi, String blockMode)
static Block getBlock(String blockName, String blockMode)
static WebResultSetInstance getResultSetInstance(WebObjectsFactory factory, String messageID, int stateID, int objectType, boolean needData)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String BLK_MESSAGE_RESULT

Constant Value: "MessageResult"

public static final String BLP_MESSAGE_RESULT_MESSAGE_ID

Constant Value: "id"

public static final String BLP_MESSAGE_RESULT_MESSAGE_STATE_ID

Constant Value: "st"

public static final String BLP_MESSAGE_RESULT_MESSAGE_STATUS

Constant Value: "status"

Public Constructors

public ActionsUtils ()

Public Methods

public static Block createMessageResultBlock (WebResultSetInstance wrsi, String blockMode)

public static Block getBlock (String blockName, String blockMode)

public static WebResultSetInstance getResultSetInstance (WebObjectsFactory factory, String messageID, int stateID, int objectType, boolean needData)