Package com.microstrategy.web.objects.rw
Interface RWTransactionSelector
-
- All Superinterfaces:
KeyedObject
,RWControl
,RWElementSelector
,RWSelectorControl
public interface RWTransactionSelector extends RWElementSelector
-
-
Field Summary
-
Fields inherited from interface com.microstrategy.web.objects.rw.RWSelectorControl
AUTO_SYNC, NO_AUTO_SYNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RWGroupByElements
getAvailableElements()
ReturnRWGroupByElements
collection containing available DataDriven elements for this control.WebObjectInfo
getDataSet()
ReturnWebObjectInfo
DataSet associated with this control.int
getFilterType()
A control groupby cannot be added for a DDIC selector, so when a DDIC is targeted, we save the filter type, unit condition or slicing, on the DDIC directly.WebAttributeForm
getMatchForm()
ReturnWebAttributeForm
object representing the form that will be used in matching elementsWebAttributeForm
getWriteBackForm()
ReturnWebAttributeForm
object representing the form that will be written back to the database.-
Methods inherited from interface com.microstrategy.utils.KeyedObject
_getObKey
-
Methods inherited from interface com.microstrategy.web.objects.rw.RWControl
addDatasetTarget, addDatasetTarget, addPlaceHolderTarget, addTarget, addTarget, canMultiSelect, canUseSubtotals, generateGridControlFormatDelta, getDatasetTargets, getGroupByTargetKeys, getInfoWindowTarget, getKey, getKeyContext, getParent, getPlaceHolderGroupByTargetKeys, getPlaceHolderTargets, getSubtotals, getTarget, getTargetCount, getTargets, getTransactionAction, getType, hasDatasetTarget, hasTarget, hasTargets, isShowAll, isTopMost, isUnset, removeAllDatasetTargets, removeDatasetTarget, removePlaceHolderTarget, removeTarget, setInfoWindowTarget, setShowAll, setTopMost
-
Methods inherited from interface com.microstrategy.web.objects.rw.RWElementSelector
getAlias, getControlAttributeForms, getControlAttributeFormsDelimiter, getControlAttributeFormsDisplayType, getDataFilterMode, getDataSourcesXML, getDDICTarget, getDDICTargetCount, getMetricConditionalityType, getSorts, getSource, isInList, setControlAttributeForms, setControlAttributeFormsDelimiter, setControlAttributeFormsDisplayType, setDataFilterMode, setIsInList, setMetricConditionalityType, setSource
-
Methods inherited from interface com.microstrategy.web.objects.rw.RWSelectorControl
createElements, getAutoSyncMode, getCurrentElements, getSduc, getTargetType, getUnsetCount, getUnsetStatus, setAutoSyncMode, setTargetType, setUnsetStatus
-
-
-
-
Method Detail
-
getWriteBackForm
WebAttributeForm getWriteBackForm()
ReturnWebAttributeForm
object representing the form that will be written back to the database.- Returns:
WebAttributeForm
object
-
getMatchForm
WebAttributeForm getMatchForm()
ReturnWebAttributeForm
object representing the form that will be used in matching elements- Returns:
WebAttributeForm
object
-
getDataSet
WebObjectInfo getDataSet()
ReturnWebObjectInfo
DataSet associated with this control. This is where the element list for DataDriven controls is derived from- Returns:
WebObjectInfo
-
getAvailableElements
RWGroupByElements getAvailableElements()
ReturnRWGroupByElements
collection containing available DataDriven elements for this control.- Returns:
RWGroupByElements
-
getFilterType
int getFilterType()
A control groupby cannot be added for a DDIC selector, so when a DDIC is targeted, we save the filter type, unit condition or slicing, on the DDIC directly. This method returns the filter type.- Returns:
EnumDSSXMLRWControlFilterType
-
-