Uses of Class
com.sas.iquery.builder.DisabledTotalsBuilder

Packages that use DisabledTotalsBuilder
com.sas.iquery.builder Classes in the com.sas.iquery.builder package are used to easily build up complex Intelligent Query objects. 
 

Uses of DisabledTotalsBuilder in com.sas.iquery.builder
 

Methods in com.sas.iquery.builder that return DisabledTotalsBuilder
 DisabledTotalsBuilder DisabledTotalsBuilder.clear(DataItem... dataItems)
          Clears all totaling types for the data items given.
 DisabledTotalsBuilder DisabledTotalsBuilder.clear(TotalingType... totalingTypes)
          Clears all data items for the totaling types given.
 DisabledTotalsBuilder DisabledTotalsBuilder.disable(DataItem dataItem, TotalingType... totalingTypes)
          Disable the item for the totaling types given.
 DisabledTotalsBuilder DisabledTotalsBuilder.disable(TotalingType totalingType, DataItem... dataItems)
          Disable the totaling type for the items given.
 DisabledTotalsBuilder DisabledTotalsBuilder.enable(DataItem dataItem, TotalingType... totalingTypes)
          Enable the item for the totaling types given.
 DisabledTotalsBuilder DisabledTotalsBuilder.enable(TotalingType totalingType, DataItem... dataItems)
          Enable the totaling type for the items given.
static DisabledTotalsBuilder IQBuilderFactory.newDisabledTotalsBuilder(DataSelection dataSelection)
          returns a builder that builds disabled totaling into a data selection and builds a map of that disabled totaling
 DisabledTotalsBuilder DisabledTotalsBuilder.persistGroups(boolean enable)
          Clears all totaling types for the data items given.
 DisabledTotalsBuilder DisabledTotalsBuilder.remove()
          Removes the disabled totaling behaviors for the data selection all together on the next build.
 DisabledTotalsBuilder DisabledTotalsBuilder.totalingType(TotalingType totalingType, Role role)
          turns on totaling for the specified totaling type and role
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.