Uses of Class
fr.cnes.sitools.collections.model.Collection

Packages that use Collection
fr.cnes.sitools.collections   
fr.cnes.sitools.form.project.dto   
 

Uses of Collection in fr.cnes.sitools.collections
 

Methods in fr.cnes.sitools.collections that return Collection
 Collection AbstractCollectionsResource.getObject(org.restlet.representation.Representation representation, org.restlet.representation.Variant variant)
          Get the object collection representation
 Collection CollectionsStoreXML.update(Collection collection)
           
 

Methods in fr.cnes.sitools.collections that return types with arguments of type Collection
 SitoolsStore<Collection> CollectionsApplication.getStore()
          Gets the store value
 SitoolsStore<Collection> AbstractCollectionsResource.getStore()
          Gets the store value
 java.util.List<Collection> CollectionsStoreXML.retrieveByParent(java.lang.String id)
           
 

Methods in fr.cnes.sitools.collections with parameters of type Collection
 Collection CollectionsStoreXML.update(Collection collection)
           
 

Method parameters in fr.cnes.sitools.collections with type arguments of type Collection
 void AbstractCollectionsResource.setStore(SitoolsStore<Collection> store)
          Sets the value of store
 void CollectionsStoreXML.sort(java.util.List<Collection> result, ResourceCollectionFilter filter)
          Sort the list (by default on the name)
 

Uses of Collection in fr.cnes.sitools.form.project.dto
 

Methods in fr.cnes.sitools.form.project.dto that return Collection
 Collection FormProjectDTO.getCollection()
          Gets the collection value
 

Methods in fr.cnes.sitools.form.project.dto with parameters of type Collection
static FormProjectDTO FormProjectDTO.fromObjectToDto(FormProject formProject, Dictionary dictionary, Collection collection)
          Create a FormProjectDTO from a FormProject
 void FormProjectDTO.setCollection(Collection collection)
          Sets the value of collection
 



Copyright © 2010-2013 CNES. All Rights Reserved.