Package com.microstrategy.web.objects
Interface WebGroupBySubtotalInstance
-
- All Superinterfaces:
WebSubtotalInstance
public interface WebGroupBySubtotalInstance extends WebSubtotalInstance
Subtotal instance that defines a 'Group by' subtotal. The subtotal is defined as grouped by one or more template units.- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SimpleListaddNewSubtotalUnits()Returns aSimpleListto which units can be added or removed.SimpleListgetListOfSubtotalUnits()Returns aSimpleListof aSimpleListof objects (this is a collection of a collection).-
Methods inherited from interface com.microstrategy.web.objects.WebSubtotalInstance
getType
-
-
-
-
Method Detail
-
getListOfSubtotalUnits
SimpleList getListOfSubtotalUnits()
Returns aSimpleListof aSimpleListof objects (this is a collection of a collection). Each SimpleList is a collection ofWebObjectInfoobjects which the subtotal is grouped by.- Returns:
- A
SimpleList
-
addNewSubtotalUnits
SimpleList addNewSubtotalUnits()
Returns aSimpleListto which units can be added or removed.- Returns:
SimpleList
-
-