|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.clients.wcasclient.model.ModelList
org.deegree_impl.clients.wcasclient.model.Selection
Nested Class Summary | |
protected class |
Selection.SelComparatorImpl
|
Nested classes inherited from class org.deegree_impl.clients.wcasclient.model.ModelList |
ModelList.ComparatorImpl |
Field Summary |
Fields inherited from class org.deegree_impl.clients.wcasclient.model.ModelList |
list |
Constructor Summary | |
Selection()
Creates a new instance of EntryList |
|
Selection(int initialSize)
Creates a new CatalogEntryList object with an initial size |
Method Summary | |
void |
addEntry(SelectionEntry entry)
adds an entry (MD_Metadata) to the list |
SelectionEntry[] |
getAll()
returns all base MD_Metadata objects |
SelectionEntry[] |
getAllSortedByName()
returns all base MD_Metadata objects sorted by their names |
SelectionEntry[] |
getSelectedEntries()
returns all entries of the selection that are marked as selected |
SelectionEntry |
getSelectionEntry(java.lang.String fileIdentifier,
java.lang.String catalog)
returns an entry (MD_Metadata object) identified by the passed fileIdentifier |
SelectionEntry |
removeSelectionEntry(java.lang.String fileIdentifier,
java.lang.String catalog)
removes an entry identified by its id from the list |
void |
setEntryToSelected(java.lang.String fileIdentifier,
java.lang.String catalog,
boolean selected)
sets an entry of the selection identified by its ID and the catalog it belongs to as selected or not |
void |
unselectAll()
marks all entries of the selection as unselected |
Methods inherited from class org.deegree_impl.clients.wcasclient.model.ModelList |
addEntry, clear, getAll, getAllSortedByName, getEntry, removeEntry |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Selection()
public Selection(int initialSize)
initialSize
- Method Detail |
public void addEntry(SelectionEntry entry)
entry
- a base MD_Metadata descriptionpublic SelectionEntry getSelectionEntry(java.lang.String fileIdentifier, java.lang.String catalog)
fileIdentifier
- catalog
-
public void setEntryToSelected(java.lang.String fileIdentifier, java.lang.String catalog, boolean selected)
fileIdentifier
- catalog
- selected
- public void unselectAll()
public SelectionEntry[] getSelectedEntries()
public SelectionEntry[] getAll()
public SelectionEntry[] getAllSortedByName()
public SelectionEntry removeSelectionEntry(java.lang.String fileIdentifier, java.lang.String catalog)
fileIdentifier
- catalog
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |