|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.persistence.Paginable<T>
fr.cnes.sitools.common.store.SitoolsStoreXML<SitoolsDimension>
fr.cnes.sitools.units.dimension.DimensionStoreXML
public final class DimensionStoreXML
Storage of dimensions
Constructor Summary | |
---|---|
DimensionStoreXML(org.restlet.Context context)
Constructor without file |
|
DimensionStoreXML(java.io.File location,
org.restlet.Context context)
Constructor with file location |
Method Summary | |
---|---|
java.lang.String |
getCollectionName()
Method to implement for collection name |
void |
init(java.io.File location)
Initialization with location method to override |
java.util.List<SitoolsDimension> |
retrieveByParent(java.lang.String id)
Get the list of object by parent ID |
SitoolsDimension |
update(SitoolsDimension resource)
Method for updating a object |
Methods inherited from class fr.cnes.sitools.common.store.SitoolsStoreXML |
---|
create, delete, getArray, getArray, getArrayByXQuery, getList, retrieve, sort |
Methods inherited from class fr.cnes.sitools.persistence.Paginable |
---|
close, getList, getListByXQuery, getLog, getPage, getPaginableClass, getRawList, init, setList |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.cnes.sitools.common.store.SitoolsStore |
---|
getList, getListByXQuery, getPage |
Methods inherited from interface java.io.Closeable |
---|
close |
Constructor Detail |
---|
public DimensionStoreXML(org.restlet.Context context)
context
- the Restlet Contextpublic DimensionStoreXML(java.io.File location, org.restlet.Context context)
location
- the file locationcontext
- the Restlet ContextMethod Detail |
---|
public SitoolsDimension update(SitoolsDimension resource)
SitoolsStore
resource
- input
public java.util.List<SitoolsDimension> retrieveByParent(java.lang.String id)
SitoolsStore
id
- the parent ID
public void init(java.io.File location)
Paginable
init
in class Paginable<SitoolsDimension>
location
- the file locationpublic java.lang.String getCollectionName()
SitoolsStoreXML
getCollectionName
in class SitoolsStoreXML<SitoolsDimension>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |