Uses of Class
fr.cnes.sitools.project.model.Project

Packages that use Project
fr.cnes.sitools.applications Copyright 2010-2014 CNES - CENTRE NATIONAL d'ETUDES SPATIALES This file is part of SITools2. 
fr.cnes.sitools.client.model   
fr.cnes.sitools.project   
 

Uses of Project in fr.cnes.sitools.applications
 

Methods in fr.cnes.sitools.applications that return types with arguments of type Project
 SitoolsStore<Project> ClientUserApplication.getStore()
          Gets the store value.
 

Method parameters in fr.cnes.sitools.applications with type arguments of type Project
 void ClientUserApplication.setStore(SitoolsStore<Project> stor)
          Sets the value of store.
 

Uses of Project in fr.cnes.sitools.client.model
 

Methods in fr.cnes.sitools.client.model that return Project
 Project ProjectIndexDTO.getProject()
          Gets the project value
 

Methods in fr.cnes.sitools.client.model with parameters of type Project
 void ProjectIndexDTO.setProject(Project project)
          Sets the value of project
 

Uses of Project in fr.cnes.sitools.project
 

Methods in fr.cnes.sitools.project that return Project
 Project ProjectStoreXML.create(Project resource)
           
 Project AbstractProjectResource.getObject(org.restlet.representation.Representation representation, org.restlet.representation.Variant variant)
          Get the object from the representation
 Project ProjectApplication.getProject()
          Gets the project value
 Project ProjectStoreXML.update(Project project)
           
 

Methods in fr.cnes.sitools.project that return types with arguments of type Project
 SitoolsStore<Project> AbstractProjectResource.getStore()
          Get the store associated to the application
 SitoolsStore<Project> AbstractProjectApplication.getStore()
          Gets the project store value
 java.util.List<Project> ProjectStoreXML.retrieveByParent(java.lang.String id)
           
 

Methods in fr.cnes.sitools.project with parameters of type Project
 void ProjectApplication.attachProject(Project ds)
           
 void ProjectAdministration.attachProject(Project proj)
          Create and attach a ProjectApplication according to the given Project object
abstract  void AbstractProjectApplication.attachProject(Project ds)
          Create and attach a new ProjectApplication
 Response AbstractProjectResource.checkUnicity(Project projectInput, boolean includeProjectInput)
          Check that the name and the sitoolsUserAttachment are unique over the project collection includeProjectInput is used to specify whether or not to include projectInput in the verification process ( for example when updating a project )
 Project ProjectStoreXML.create(Project resource)
           
 void ProjectApplication.detachProject(Project ds)
           
 void ProjectAdministration.detachProject(Project proj)
          Detach the ProjectApplication according to the given Project object
abstract  void AbstractProjectApplication.detachProject(Project ds)
          Detach the ProjectApplication corresponding with the Project given object
 void ProjectApplication.detachProjectDefinitif(Project ds)
           
 void ProjectAdministration.detachProjectDefinitif(Project proj)
          Detach the ProjectApplication according to the given Project object
abstract  void AbstractProjectApplication.detachProjectDefinitif(Project ds)
          Detach the ProjectApplication corresponding with the Project given object
 void AbstractProjectResource.registerObserver(Project input)
          Register an observer
 void AbstractProjectResource.unregisterObserver(Project input)
          Unregister an observer
 Project ProjectStoreXML.update(Project project)
           
 



Copyright © 2010-2013 CNES. All Rights Reserved.