Package com.microstrategy.web.objects
Interface WebDefaultSort
- 
- All Superinterfaces:
 WebSort
public interface WebDefaultSort extends WebSort
This interface represents a sort of type(fromEnumDSSXMLSortType): DssXmlSortAttributeDefault, DssXmlSortGroupBySubtotal, DssXmlSortDimensionDefault, DssXmlSortConsolidationDefault, or DssXmlSortCustomGroupDefault. This class contains properties which apply for the above sort types.- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebObjectInfogetTarget()Returns the target of the sort.voidsetTarget(WebObjectInfo object)Sets the target of the sort.- 
Methods inherited from interface com.microstrategy.web.objects.WebSort
getKey, getPosition, getRespectParent, getSortType, getSubtotalsPosition, isAscending, setAscending, setRespectParent, setSubtotalsPosition 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getTarget
WebObjectInfo getTarget()
Returns the target of the sort.- Specified by:
 getTargetin interfaceWebSort- Returns:
 - The 
WebObjectInfoobject which is the target of the sort. - See Also:
 setTarget(com.microstrategy.web.objects.WebObjectInfo)
 
- 
setTarget
void setTarget(WebObjectInfo object) throws java.lang.IllegalArgumentException
Sets the target of the sort.- Parameters:
 object- TheWebObjectInfoobject which is the target of the sort.- Throws:
 java.lang.IllegalArgumentException- Thrown if the argument is null.- See Also:
 getTarget()
 
 - 
 
 -