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
 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
 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 (may differ from getGroups()).
 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> BusinessQuery.getGroups()
          Get active groups for a business query.
 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
 void BusinessModel.addBusinessGroup(BusinessGroup businessGroup)
          Adds a business group to the list of business groups in this business model.
 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
 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.