Package com.microstrategy.web.objects
Interface WebTemplateCustomGroup
-
public interface WebTemplateCustomGroup
- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAxisIndex()
Returns the index of theWebAxis
which this template custom group is on.WebObjectInfo
getCustomGroupInfo()
Returns theWebObjectInfo
object corresponding to the WebTemplateCustomGroup object which it is called on.int
getPosition()
Returns the position of the template custom group on its axis.boolean
isSubtotalEnabled()
Returns whether subtotals are enabled for the consolidation or not.
-
-
-
Method Detail
-
getAxisIndex
int getAxisIndex()
Returns the index of theWebAxis
which this template custom group is on.- Returns:
- The owner axis' index, from
EnumDSSXMLAxisName
.
-
getPosition
int getPosition()
Returns the position of the template custom group on its axis. This value is 1-based.- Returns:
- The position of the template custom group.
-
getCustomGroupInfo
WebObjectInfo getCustomGroupInfo()
Returns theWebObjectInfo
object corresponding to the WebTemplateCustomGroup object which it is called on.- Returns:
- The
WebObjectInfo
object which this template custom group refers to.
-
isSubtotalEnabled
boolean isSubtotalEnabled()
Returns whether subtotals are enabled for the consolidation or not. This determines whether a subtotal can be defines across the level of the consolidation- Returns:
true
if subtotals are enabled.
false
if subtotals are not enabled- Since:
- MicroStrategy Web 9.0.0
-
-