|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.palo.api.impl.subsets2.Subset2Impl
public class Subset2Impl
Subset2Impl
TODO DOCUMENT ME
Constructor Summary | |
---|---|
Subset2Impl(java.lang.String id,
Database database,
java.lang.String dimensionID)
Deprecated. |
Method Summary | |
---|---|
void |
add(SubsetFilter filter)
Deprecated. Adds the given subset filter to the list of all subset filters which should be applied to this subset. |
boolean |
contains(Element element)
Deprecated. Checks if the given Element is inside this subset or not. |
java.lang.String[] |
getAliases()
Deprecated. Returns the IDs of aliases currently set. |
Dimension |
getDimension()
Deprecated. Returns the Dimension to which this subset applies. |
java.lang.String[] |
getElementIds()
Deprecated. |
Element[] |
getElements()
Deprecated. Returns all Elements of this subset. |
SubsetFilter |
getFilter(int type)
Deprecated. Returns the subset filter which corresponds to the given type |
SubsetFilter[] |
getFilters()
Deprecated. Returns all subset filters of this subset |
ElementNode[] |
getHierarchy()
Deprecated. |
java.lang.String |
getId()
Deprecated. The unique subset id. |
int |
getIndent()
Deprecated. |
java.lang.String |
getName()
Deprecated. Returns the name of the subset |
void |
remove(SubsetFilter filter)
Deprecated. Removes the given subset filter from the list of all subset filters which should be applied to this subset. |
void |
reset()
Deprecated. Resets this subset to its defaults, i.e. all filters and aliases are removed. |
boolean |
save()
Deprecated. Saves this subset |
void |
setAlias(int index,
java.lang.String alias)
Deprecated. |
void |
setIndent(int indent)
Deprecated. |
void |
setName(java.lang.String name)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Subset2Impl(java.lang.String id, Database database, java.lang.String dimensionID)
Method Detail |
---|
public final java.lang.String getId()
Subset2
getId
in interface Subset2
public final boolean contains(Element element)
Subset2
Element
is inside this subset or not.
contains
in interface Subset2
element
- the Element
to check
true
if Element
is inside this subset,
false
if not.public final java.lang.String[] getElementIds()
public final Element[] getElements()
Subset2
Elements
of this subset.
getElements
in interface Subset2
public final ElementNode[] getHierarchy()
getHierarchy
in interface Subset2
public final void reset()
Subset2
reset
in interface Subset2
public final boolean save() throws PaloAPIException
Subset2
save
in interface Subset2
PaloAPIException
public final void add(SubsetFilter filter)
Subset2
add
in interface Subset2
public final SubsetFilter[] getFilters()
Subset2
getFilters
in interface Subset2
public final void remove(SubsetFilter filter)
Subset2
remove
in interface Subset2
public final SubsetFilter getFilter(int type)
Subset2
getFilter
in interface Subset2
type
- a valid subset filter type
ISubsetFilter
or null
public final java.lang.String[] getAliases()
Subset2
getAliases
in interface Subset2
public final void setAlias(int index, java.lang.String alias)
public final int getIndent()
getIndent
in interface Subset2
public final void setIndent(int indent)
public final java.lang.String getName()
Subset2
getName
in interface NamedEntity
getName
in interface Subset2
public final void setName(java.lang.String name)
public Dimension getDimension()
Subset2
Dimension
to which this subset applies.
getDimension
in interface Subset2
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |