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 SimpleList
addNewSubtotalUnits()
Returns aSimpleList
to which units can be added or removed.SimpleList
getListOfSubtotalUnits()
Returns aSimpleList
of aSimpleList
of objects (this is a collection of a collection).-
Methods inherited from interface com.microstrategy.web.objects.WebSubtotalInstance
getType
-
-
-
-
Method Detail
-
getListOfSubtotalUnits
SimpleList getListOfSubtotalUnits()
Returns aSimpleList
of aSimpleList
of objects (this is a collection of a collection). Each SimpleList is a collection ofWebObjectInfo
objects which the subtotal is grouped by.- Returns:
- A
SimpleList
-
addNewSubtotalUnits
SimpleList addNewSubtotalUnits()
Returns aSimpleList
to which units can be added or removed.- Returns:
SimpleList
-
-