Uses of Interface
com.sas.iquery.metadata.business.BusinessGroup

Packages that use BusinessGroup
com.sas.iquery.dataretrieval.convenience.olap Provides utility classes that are used to manipulate  OLAP results. 
com.sas.iquery.metadata.business The main package that provides modeling for SAS Query Services's two business models (information maps and data selections), which provide a logical layer of metadata modeling above the physical layer model. 
com.sas.iquery.util Utility classes that SAS Query Services makes available for use with its models. 
 

Uses of BusinessGroup in com.sas.iquery.dataretrieval.convenience.olap
 

Methods in com.sas.iquery.dataretrieval.convenience.olap with parameters of type BusinessGroup
 java.util.List<FilterItem> OLAPGroupedFilterDataProviderImpl.getGroupedFilters(BusinessGroup group)
           
 void OLAPGroupedFilterDataProviderImpl.refresh(BusinessGroup group)
           
 

Constructors in com.sas.iquery.dataretrieval.convenience.olap with parameters of type BusinessGroup
OLAPGroupedFilterDataProviderImpl(DataSelection ds, BusinessGroup group)
          Constructor that will determine original included items, included items, and excluded items.
 

Uses of BusinessGroup in com.sas.iquery.metadata.business
 

Methods in com.sas.iquery.metadata.business that return BusinessGroup
 BusinessGroup BusinessModel.newBusinessGroup(BusinessGroup.Type type)
          Creates a BusinessGroup object with the specified BusinessGroup.Type.
 

Methods in com.sas.iquery.metadata.business that return types with arguments of type BusinessGroup
 java.util.List<BusinessGroup> BusinessGroup.getContainedGroups()
          Returns all the contained group objects within this group.
 java.util.List<BusinessGroup> BusinessQuery.getEffectiveGroups()
          Get effective groups for a business query.
 java.util.List<BusinessGroup> BusinessQuery.getEffectiveGroupsByType(BusinessGroup.Type type)
          Get a flattened list of the effective groups by type for the query.
 java.util.List<BusinessGroup> BusinessQuery.getEffectiveGroupsContaining(BusinessModelObject bi)
          Get the effective groups for the query that contain the specified business model object.
 java.util.List<BusinessGroup> BusinessQuery.getEffectiveGroupsContaining(BusinessModelObject bi, BusinessGroup.Type type)
          Get the effective groups by type for the query that contain the specified business model object.
 java.util.List<BusinessGroup> BusinessModel.getGroupsContaining(BusinessModelObject bmObject, BusinessGroup.Type type)
          Returns the list of (@code BusinessGroup} objects contained within this model with the specified BusinessGroup.Type and containing specified (@code BusinessModelObject}.
 

Methods in com.sas.iquery.metadata.business with parameters of type BusinessGroup
 void BusinessModel.addBusinessGroup(BusinessGroup group)
          Adds a business group to the list of business groups in this business model.
 void BusinessModel.removeBusinessGroup(BusinessGroup group)
          Removes the given business group from this model.
 

Method parameters in com.sas.iquery.metadata.business with type arguments of type BusinessGroup
 void BusinessQuery.setGroups(java.util.List<BusinessGroup> group)
          Set effective groups for a business query.
 

Uses of BusinessGroup in com.sas.iquery.util
 

Methods in com.sas.iquery.util with parameters of type BusinessGroup
static com.sas.iquery.dataretrieval.convenience.GroupedFilterDataProvider GroupedFilterUtilities.newGroupedFilterDataProvider(DataSelection ds, BusinessGroup group)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.