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

Packages that use BusinessGroup
com.sas.iquery.dataretrieval.convenience Provides utility classes for getting information about data selections. 
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
 

Methods in com.sas.iquery.dataretrieval.convenience with parameters of type BusinessGroup
abstract  java.util.List<FilterItem> GroupedFilterDataProvider.getGroupedFilters(BusinessGroup group)
          Get a list of grouped filter item that are applied in this data selection for this group.
 

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

Methods in com.sas.iquery.metadata.business that return BusinessGroup
abstract  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
abstract  java.util.List<BusinessGroup> BusinessGroup.getContainedGroups()
          Returns all the contained group objects within this group.
abstract  java.util.List<BusinessGroup> BusinessQuery.getEffectiveGroups()
          Get effective groups for a business query (may differ from getGroups()).
abstract  java.util.List<BusinessGroup> BusinessQuery.getEffectiveGroupsByType(BusinessGroup.Type type)
          Get a flattened list of the effective groups by type for the query.
abstract  java.util.List<BusinessGroup> BusinessQuery.getEffectiveGroupsContaining(BusinessModelObject bi)
          Get the effective groups for the query that contain the specified business model object.
abstract  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.
abstract  java.util.List<BusinessGroup> BusinessQuery.getGroups()
          Get active groups for a business query.
abstract  java.util.List<BusinessGroup> BusinessModel.getGroupsContaining(BusinessModelObject bmObject, BusinessGroup.Type type)
          Returns the list of BusinessGroup objects contained within this model with the specified BusinessGroup.Type and containing specified BusinessModelObject.
 

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

Method parameters in com.sas.iquery.metadata.business with type arguments of type BusinessGroup
abstract  void BusinessQuery.setGroups(java.util.List<BusinessGroup> group)
          Set active 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 GroupedFilterDataProvider GroupedFilterUtilities.newGroupedFilterDataProvider(DataSelection ds, BusinessGroup group)
          Creates the
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.