fr.cnes.sitools.project
Class ProjectStoreXML

java.lang.Object
  extended by fr.cnes.sitools.persistence.Paginable<T>
      extended by fr.cnes.sitools.common.store.SitoolsSynchronizedStoreXML<Project>
          extended by fr.cnes.sitools.project.ProjectStoreXML
All Implemented Interfaces:
SitoolsStore<Project>, java.io.Closeable

public final class ProjectStoreXML
extends SitoolsSynchronizedStoreXML<Project>

Implementation of ProjectStore with XStream FilePersistenceStrategy

Author:
AKKA

Constructor Summary
ProjectStoreXML(org.restlet.Context context)
          Default constructor
ProjectStoreXML(java.io.File location, org.restlet.Context context)
          Constructor with the XML file location
 
Method Summary
 Project create(Project resource)
          Method for creating a object
 java.lang.String getCollectionName()
          Method to implement for collection name
 void init(java.io.File location)
          XStream FilePersistenceStrategy initialization
 java.util.List<Project> retrieveByParent(java.lang.String id)
          Get the list of object by parent ID
 Project update(Project project)
          Method for updating a object
 
Methods inherited from class fr.cnes.sitools.common.store.SitoolsSynchronizedStoreXML
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

ProjectStoreXML

public ProjectStoreXML(java.io.File location,
                       org.restlet.Context context)
Constructor with the XML file location

Parameters:
location - directory of FilePersistenceStrategy
context - the Restlet Context

ProjectStoreXML

public ProjectStoreXML(org.restlet.Context context)
Default constructor

Parameters:
context - the Restlet Context
Method Detail

update

public Project update(Project project)
Description copied from interface: SitoolsStore
Method for updating a object

Parameters:
project - input
Returns:
updated object

create

public Project create(Project resource)
Description copied from interface: SitoolsStore
Method for creating a object

Specified by:
create in interface SitoolsStore<Project>
Overrides:
create in class SitoolsSynchronizedStoreXML<Project>
Parameters:
resource - input
Returns:
created object

init

public void init(java.io.File location)
XStream FilePersistenceStrategy initialization

Specified by:
init in class Paginable<Project>
Parameters:
location - Directory

retrieveByParent

public java.util.List<Project> retrieveByParent(java.lang.String id)
Description copied from interface: SitoolsStore
Get the list of object by parent ID

Parameters:
id - the parent ID
Returns:
the list of resource objects

getCollectionName

public java.lang.String getCollectionName()
Description copied from class: SitoolsSynchronizedStoreXML
Method to implement for collection name

Specified by:
getCollectionName in class SitoolsSynchronizedStoreXML<Project>
Returns:
the collection name


Copyright © 2010-2013 CNES. All Rights Reserved.