public class DimensionTable extends DTComponentTable<Dimension>
SORT, SORT_ASCEND, SORT_DECEND| Modifier and Type | Method and Description |
|---|---|
void |
clear()
remove all elements in the table
|
DimensionNode[][] |
getNodeMatrix()
Get the DimensionNodes in the sheet as an D x R matrix (D rows x R columns, D is #dimensions and R is #rules)
|
void |
move(int fromIndex, int toIndex, boolean replace)
Move the DictionaryComponent with the given id from its current location to the location of the second id.
|
boolean |
remove(java.lang.Object o)
remove the object from this table
|
void |
reorder(java.util.List<java.lang.Integer> ordering)
reorder this table according to a list of indexes.
|
void |
validate(java.util.List<SDKException> errors, java.util.List<SDKWarning> warnings, int modelChangeLowerBound, int ruleChangeLowerBound)
Validate each DictionaryObject in the table.
|
addAll, addAll, parentRuleSheet, removeAll, retainAll, setgetParentadd, add, add, contains, containsAll, copyTo, cut, filter, get, getAEReferences, getAllReferences, getByAlias, getByAlias, getByID, getByName, getLast, getMarked, getProtoType, indexOf, isEmpty, isLocked, iterator, listIterator, listIterator, mark, move, ordering, paste, remove, removeByAlias, removeByID, removeByName, removeMarked, size, sort, sort, sort, subList, toArray, toArray, unMark, validateequals, exists, getCombinedDataModel, getContainedIDs, getContainedIDs, getDataModel, getDictionary, getID, getObjectPath, getObjectType, getParentByClass, getParentComponent, getParentComponentTable, getParentObject, getReferences, getRuleSet, getState, getWarnings, hashCode, isModified, validategetClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void clear()
DictionaryComponentTableclear in interface java.util.Collection<Dimension>clear in interface java.util.List<Dimension>clear in class DictionaryComponentTable<Dimension>public boolean remove(java.lang.Object o)
remove in interface java.util.Collection<Dimension>remove in interface java.util.List<Dimension>remove in class DictionaryComponentTable<Dimension>public DimensionNode[][] getNodeMatrix()
public void move(int fromIndex,
int toIndex,
boolean replace)
DictionaryComponentTablemove in class DictionaryComponentTable<Dimension>fromIndex - the index of the row to movetoIndex - move row to this locationreplace - if true, replace existing row at toIndex, if false move existing row to next higher indexpublic void validate(java.util.List<SDKException> errors, java.util.List<SDKWarning> warnings, int modelChangeLowerBound, int ruleChangeLowerBound)
DictionaryComponentTablevalidate in class DictionaryComponentTable<Dimension>errors - validation errorswarnings - validation warningsmodelChangeLowerBound - determines what needs to be re-validated based on changes to the dictionaryruleChangeLowerBound - smallest RuleComponent.CreationUpdateNumber modified in thix tx. Rulesets and rules with UpdateNumber >= modelChangeLowerBound will be revalidated. a value of 0 will force revalidation of all rulesets. A value of Integer.MAX_VALUE will skip validation of all rulesets.public void reorder(java.util.List<java.lang.Integer> ordering)
DictionaryComponentTablereorder in class DictionaryComponentTable<Dimension>ordering - a list of indexes the same size as this list.