Package com.microstrategy.web.app.tasks
Class GetRWTransactionsHelper
- java.lang.Object
-
- com.microstrategy.web.app.tasks.GetRWTransactionsHelper
-
public class GetRWTransactionsHelper extends java.lang.Object
Moved from GetRWTransactions.java DE53013: Sometimes we already have the information needed, then we don't need to send a command to get them from I-Server again.
-
-
Constructor Summary
Constructors Constructor Description GetRWTransactionsHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Block
getTransactionInfo(RWUnitDef unit, WebSessionInfo session, RWDataSets dataSets, java.lang.String messageID, boolean isGrid, boolean includeDefaultDICProps)
static Block
processInputControlProperties(java.lang.String inputControlPropsXML)
-
-
-
Method Detail
-
getTransactionInfo
public static Block getTransactionInfo(RWUnitDef unit, WebSessionInfo session, RWDataSets dataSets, java.lang.String messageID, boolean isGrid, boolean includeDefaultDICProps) throws TaskException
- Throws:
TaskException
-
processInputControlProperties
public static Block processInputControlProperties(java.lang.String inputControlPropsXML) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-