Package | Description |
---|---|
unidue.ub.statistics.admin |
Contains several tools for administering users and general settings of the library system (systamtics, places, collections etc.)
|
Modifier and Type | Method and Description |
---|---|
Collection |
CollectionDAO.getCollectionByMapName(java.lang.String map)
retrieves a
Collection from the database by the name of the corresponding map. |
Collection |
CollectionDAO.getCollectionByName(java.lang.String name)
retrieves a
Collection from the database by the name of the collection. |
Collection |
Collection.setCollections(java.lang.String collections)
sets the collection of places
|
Collection |
Collection.setMap(java.lang.String map)
sets the file name of the map file
|
Collection |
Collection.setName(java.lang.String name)
returns the name of the collection
|