Uses of Interface
org.palo.api.subsets.Subset2

Packages that use Subset2
org.palo.api   
org.palo.api.persistence   
org.palo.api.subsets   
org.palo.api.subsets.filter.settings   
org.palo.api.subsets.impl   
org.palo.api.subsets.io.xml   
 

Uses of Subset2 in org.palo.api
 

Methods in org.palo.api that return Subset2
 Subset2 Axis.getActiveSubset2(Dimension dimension)
          Returns the active subset2 for the given dimension or null if the dimension has no active subset2, i.e. no subset is used
 

Methods in org.palo.api with parameters of type Subset2
 void Axis.setActiveSubset2(Dimension dimension, Subset2 subset)
          Sets the active modern subset2 for the given dimension.
 

Uses of Subset2 in org.palo.api.persistence
 

Methods in org.palo.api.persistence with parameters of type Subset2
 void SubsetLoadObserver.loadComplete(Subset2 subset)
          Deprecated.  
 

Uses of Subset2 in org.palo.api.subsets
 

Methods in org.palo.api.subsets that return Subset2
 Subset2 SubsetHandler.addSubset(java.lang.String name, int type)
          Adds a new Subset2 with the given name and type to this hierarchy
 Subset2 Subset2.copy()
          Creates a deep copy of this subset.
 Subset2 SubsetFilter.getSubset()
          Returns the Subset2 to which this filter belongs or null if this filter isn't bind to a subset yet.
 Subset2 SubsetHandler.getSubset(java.lang.String id, int type)
          Returns the Subset2 instance which is registered with the given id and for the given type or null if no subset with this id could be found or new subsets are not supported
 Subset2[] SubsetHandler.getSubsets()
          Returns all Subset2s which are currently registered with this hierarchy.
 Subset2[] SubsetHandler.getSubsets(int type)
          Returns all Subset2s of the given type which are registered with this hierarchy.
 

Methods in org.palo.api.subsets with parameters of type Subset2
 void SubsetFilter.bind(Subset2 subset)
          Binds this filter instance to the given Subset2 NOTE: PLEASE DON'T USE!
 void SubsetHandler.remove(Subset2 subset)
          Removes the given subset
 void SubsetHandler.save(Subset2 subset)
          Saves the given subset
 

Uses of Subset2 in org.palo.api.subsets.filter.settings
 

Methods in org.palo.api.subsets.filter.settings with parameters of type Subset2
 void TextFilterSetting.bind(Subset2 subset)
           
 void SortingFilterSetting.bind(Subset2 subset)
           
 void PicklistFilterSetting.bind(Subset2 subset)
           
 void Parameter.bind(Subset2 subset)
          Binds this parameter to the given Subset2 NOTE: PLEASE DON'T USE!
 void HierarchicalFilterSetting.bind(Subset2 subset)
           
 void FilterSetting.bind(Subset2 subset)
          Binds this filter settings instance to the given Subset2 NOTE: PLEASE DON'T USE!
 void DataFilterSetting.bind(Subset2 subset)
           
 void DataCriteria.bind(Subset2 subset)
          Binds this instance to the given Subset2 NOTE: PLEASE DON'T USE!
 void AttributeFilterSetting.bind(Subset2 subset)
           
 void AttributeConstraintsMatrix.bind(Subset2 subset)
          Binds this instance to the given Subset2 NOTE: PLEASE DON'T USE!
 void AttributeConstraint.bind(Subset2 subset)
          Binds this instance to the given Subset2 NOTE: PLEASE DON'T USE!
 void AliasFilterSetting.bind(Subset2 subset)
           
 void AbstractFilterSettings.bind(Subset2 subset)
           
 

Uses of Subset2 in org.palo.api.subsets.impl
 

Methods in org.palo.api.subsets.impl that return Subset2
 Subset2 SubsetHandlerImpl.addSubset(java.lang.String name, int type)
           
 Subset2 SubsetHandlerImpl.create(java.lang.String id, java.lang.String name, Hierarchy hierarchy, int type)
          - API INTERNAL -
 Subset2 SubsetHandlerImpl.getSubset(java.lang.String id, int type)
           
 Subset2[] SubsetHandlerImpl.getSubsets()
           
 Subset2[] SubsetHandlerImpl.getSubsets(int type)
           
 

Methods in org.palo.api.subsets.impl with parameters of type Subset2
 void SubsetHandlerImpl.remove(Subset2 subset)
           
 void SubsetHandlerImpl.save(Subset2 subset)
           
 

Uses of Subset2 in org.palo.api.subsets.io.xml
 

Methods in org.palo.api.subsets.io.xml that return Subset2
 Subset2 SubsetXMLHandler.getSubset()