Package com.microstrategy.web.app.tasks
Class GetRWTransactionsHelper
- java.lang.Object
-
- com.microstrategy.web.app.tasks.GetRWTransactionsHelper
-
public class GetRWTransactionsHelper extends java.lang.ObjectMoved 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 BlockgetTransactionInfo(RWUnitDef unit, WebSessionInfo session, RWDataSets dataSets, java.lang.String messageID, boolean isGrid, boolean includeDefaultDICProps)static BlockprocessInputControlProperties(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
-
-