|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectionEntry | |
org.deegree_impl.clients.wcasclient.control | |
org.deegree_impl.clients.wcasclient.model |
Uses of SelectionEntry in org.deegree_impl.clients.wcasclient.control |
Methods in org.deegree_impl.clients.wcasclient.control that return SelectionEntry | |
private SelectionEntry |
AddToShoppingCartListener.createSelectionEntry(RPCWebEvent we)
creates a SelectionEntry from the incomming RPCWebEvent and the contained data/parameters. |
Uses of SelectionEntry in org.deegree_impl.clients.wcasclient.model |
Methods in org.deegree_impl.clients.wcasclient.model that return SelectionEntry | |
SelectionEntry |
Selection.getSelectionEntry(java.lang.String fileIdentifier,
java.lang.String catalog)
returns an entry (MD_Metadata object) identified by the passed fileIdentifier |
SelectionEntry[] |
Selection.getSelectedEntries()
returns all entries of the selection that are marked as selected |
SelectionEntry[] |
Selection.getAll()
returns all base MD_Metadata objects |
SelectionEntry[] |
Selection.getAllSortedByName()
returns all base MD_Metadata objects sorted by their names |
SelectionEntry |
Selection.removeSelectionEntry(java.lang.String fileIdentifier,
java.lang.String catalog)
removes an entry identified by its id from the list |
Methods in org.deegree_impl.clients.wcasclient.model with parameters of type SelectionEntry | |
void |
Selection.addEntry(SelectionEntry entry)
adds an entry (MD_Metadata) to the list |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |