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 RWGroupByElementsgetAvailableElements()ReturnRWGroupByElementscollection containing available DataDriven elements for this control.WebObjectInfogetDataSet()ReturnWebObjectInfoDataSet associated with this control.intgetFilterType()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.WebAttributeFormgetMatchForm()ReturnWebAttributeFormobject representing the form that will be used in matching elementsWebAttributeFormgetWriteBackForm()ReturnWebAttributeFormobject 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()
ReturnWebAttributeFormobject representing the form that will be written back to the database.- Returns:
WebAttributeFormobject
-
getMatchForm
WebAttributeForm getMatchForm()
ReturnWebAttributeFormobject representing the form that will be used in matching elements- Returns:
WebAttributeFormobject
-
getDataSet
WebObjectInfo getDataSet()
ReturnWebObjectInfoDataSet associated with this control. This is where the element list for DataDriven controls is derived from- Returns:
WebObjectInfo
-
getAvailableElements
RWGroupByElements getAvailableElements()
ReturnRWGroupByElementscollection 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
-
-