All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
appValidate()
added this appValidate() for index change of Classification
|
void |
canDelete()
Determines if the record can be deleted.
|
java.lang.String |
concatAll(java.lang.String[] sa)
Concatinates all of the members of the string array that's passed in into one string.
|
MboSetRemote |
getChildren()
Returns the children set for the classification hierachy.
|
java.lang.String |
getClassStructureIDs()
Returns the classStructureIds for this classificationId.
|
java.lang.String[] |
getHierarchies()
Returns null.
|
MboSetRemote |
getItemSet()
Returns the set of items from the ITEM table that belong to a particular classStructureId.
|
MboSetRemote |
getParents()
Returns the parents of this current classification in a hierarchy.
|
MboSetRemote |
getTop()
Returns the top level parent of the classification in a hierachy.
|
boolean |
hasChildren()
Determines if this level has children by looking at the children column.
|
boolean |
hasParents()
Determines if this is level one class.
|
void |
init()
Initialization routine.
|
boolean |
isTop()
Determines if this is a top level.
|