Uses of Interface
org.palo.api.Subset

Packages that use Subset
org.palo.api   
org.palo.api.ext.subsets   
org.palo.api.impl   
org.palo.api.impl.subsets   
org.palo.api.subsets   
org.palo.api.subsets.io   
 

Uses of Subset in org.palo.api
 

Methods in org.palo.api that return Subset
 Subset Hierarchy.addSubset(java.lang.String name)
          Deprecated. old subsets are not supported anymore, please instead add subsets via Hierarchy.getSubsetHandler() and its appropriate methods
 Subset Dimension.addSubset(java.lang.String name)
          Deprecated. old subsets are not supported anymore, please instead add subsets via Dimension.getSubsetHandler() and its appropriate methods
 Subset Axis.getActiveSubset(Dimension dimension)
          Returns the active subset for the given dimension or null if the dimension has no active subset, i.e. no subset is used
 Subset Hierarchy.getSubset(java.lang.String id)
          Returns the subset which is registered with the given id or null if no subset with this id could be found
 Subset Dimension.getSubset(java.lang.String id)
          Returns the subset which is registered with the given id or null if no subset with this id could be found
 Subset[] Hierarchy.getSubsets()
          Returns all subsets currently registered with this hierarchy
 Subset[] Dimension.getSubsets()
          Returns all subsets currently registered with this dimension
 

Methods in org.palo.api with parameters of type Subset
 void Hierarchy.removeSubset(Subset subset)
          Removes the given subset from the dimension
 void Dimension.removeSubset(Subset subset)
          Removes the given subset from the dimension
 void Axis.setActiveSubset(Dimension dimension, Subset subset)
          Sets the active subset for the given dimension.
 

Uses of Subset in org.palo.api.ext.subsets
 

Methods in org.palo.api.ext.subsets that return Subset
 Subset SubsetStateHandler.getSubset()
          Deprecated. Returns the currently used Subset
 

Methods in org.palo.api.ext.subsets with parameters of type Subset
 SubsetHandler SubsetHandlerRegistry.getHandler(Subset subset)
          Deprecated. Returns the SubsetHandler for the given Subset.
 SubsetHandler SubsetHandlerRegistry.getHandler(Subset subset, java.lang.String stateId)
          Deprecated. Returns the SubsetHandler for the given Subset and its SubsetState defined by the given id.
 SubsetHandler SubsetHandlerRegistry.getHandler(Subset subset, SubsetState subsetState)
          Deprecated. Returns the SubsetHandler for the given SubsetState.
 void SubsetStateHandler.use(Subset subset, SubsetState subsetState)
          Deprecated. Initialilze the handler with the given Subset and SubsetState
 

Uses of Subset in org.palo.api.impl
 

Methods in org.palo.api.impl that return Subset
 Subset HierarchyImpl.addSubset(java.lang.String name)
           
 Subset HierarchyImpl.getSubset(java.lang.String id)
           
 Subset[] HierarchyImpl.getSubsets()
           
 

Methods in org.palo.api.impl with parameters of type Subset
 void HierarchyImpl.removeSubset(Subset subset)
           
 

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

Methods in org.palo.api.impl.subsets that return Subset
 Subset[] SubsetPersistence.loadAll(Database database)
           
 

Methods in org.palo.api.impl.subsets with parameters of type Subset
 boolean SubsetPersistence.delete(Subset subset)
           
 

Uses of Subset in org.palo.api.subsets
 

Methods in org.palo.api.subsets with parameters of type Subset
 void SubsetStorageHandler.convert(Subset[] legacySubsets, int type, boolean remove)
          Tries to convert the given legacy subsets into new Subset2s of given type.
 

Uses of Subset in org.palo.api.subsets.io
 

Methods in org.palo.api.subsets.io with parameters of type Subset
 void SubsetIOHandler.convert(Subset[] legacySubsets, int type, boolean remove)