Uses of Class
fr.cnes.sitools.util.Property

Packages that use Property
fr.cnes.sitools.common.model   
fr.cnes.sitools.dataset.dto   
fr.cnes.sitools.dataset.model   
fr.cnes.sitools.dictionary.model   
fr.cnes.sitools.form.dataset.dto   
fr.cnes.sitools.form.model   
fr.cnes.sitools.inscription.model   
fr.cnes.sitools.plugins.guiservices.implement.model   
fr.cnes.sitools.project.model   
fr.cnes.sitools.properties.model   
fr.cnes.sitools.security   
fr.cnes.sitools.security.model   
 

Uses of Property in fr.cnes.sitools.common.model
 

Methods in fr.cnes.sitools.common.model that return Property
 Property Resource.getPropertyByName(java.lang.String name)
          Get the property by name
 

Methods in fr.cnes.sitools.common.model that return types with arguments of type Property
 java.util.ArrayList<Property> Resource.getProperties()
          Gets the properties value
 

Method parameters in fr.cnes.sitools.common.model with type arguments of type Property
 void Resource.setProperties(java.util.ArrayList<Property> properties)
          Sets the value of properties
 

Uses of Property in fr.cnes.sitools.dataset.dto
 

Methods in fr.cnes.sitools.dataset.dto that return types with arguments of type Property
 java.util.List<Property> DataSetExpositionDTO.getDatasetViewConfig()
          Gets the datasetViewConfig value
 

Method parameters in fr.cnes.sitools.dataset.dto with type arguments of type Property
 void DataSetExpositionDTO.setDatasetViewConfig(java.util.List<Property> datasetViewConfig)
          Sets the value of datasetViewConfig
 

Uses of Property in fr.cnes.sitools.dataset.model
 

Methods in fr.cnes.sitools.dataset.model that return types with arguments of type Property
 java.util.List<Property> DataSet.getDatasetViewConfig()
          Gets the datasetViewConfig value
 

Method parameters in fr.cnes.sitools.dataset.model with type arguments of type Property
 void DataSet.setDatasetViewConfig(java.util.List<Property> datasetViewConfig)
          Sets the value of datasetViewConfig
 

Uses of Property in fr.cnes.sitools.dictionary.model
 

Methods in fr.cnes.sitools.dictionary.model that return Property
 Property ConceptTemplate.getPropertyFromName(java.lang.String propertyName)
          Return a property from its name
 

Methods in fr.cnes.sitools.dictionary.model that return types with arguments of type Property
 java.util.List<Property> ConceptTemplate.getProperties()
          Get the properties of the concept
 

Method parameters in fr.cnes.sitools.dictionary.model with type arguments of type Property
 void ConceptTemplate.setProperties(java.util.List<Property> properties)
          Set the properties of the concept
 

Uses of Property in fr.cnes.sitools.form.dataset.dto
 

Methods in fr.cnes.sitools.form.dataset.dto that return types with arguments of type Property
 java.util.List<Property> ParameterDTO.getExtraParams()
          Gets the extraParams value
 

Method parameters in fr.cnes.sitools.form.dataset.dto with type arguments of type Property
 void ParameterDTO.setExtraParams(java.util.List<Property> extraParams)
          Sets the value of extraParams
 

Uses of Property in fr.cnes.sitools.form.model
 

Methods in fr.cnes.sitools.form.model that return types with arguments of type Property
 java.util.List<Property> AbstractParameter.getExtraParams()
          Gets the extraParams value
 

Method parameters in fr.cnes.sitools.form.model with type arguments of type Property
 void AbstractParameter.setExtraParams(java.util.List<Property> extraParams)
          Sets the value of extraParams
 

Uses of Property in fr.cnes.sitools.inscription.model
 

Methods in fr.cnes.sitools.inscription.model that return types with arguments of type Property
 java.util.List<Property> Inscription.getProperties()
          Gets the properties value
 

Method parameters in fr.cnes.sitools.inscription.model with type arguments of type Property
 void Inscription.setProperties(java.util.List<Property> properties)
          Sets the value of properties
 

Uses of Property in fr.cnes.sitools.plugins.guiservices.implement.model
 

Methods in fr.cnes.sitools.plugins.guiservices.implement.model that return types with arguments of type Property
 java.util.List<Property> GuiServicePluginModel.getParameters()
          Gets the parameters value
 

Method parameters in fr.cnes.sitools.plugins.guiservices.implement.model with type arguments of type Property
 void GuiServicePluginModel.setParameters(java.util.List<Property> parameters)
          Sets the value of parameters
 

Uses of Property in fr.cnes.sitools.project.model
 

Methods in fr.cnes.sitools.project.model that return types with arguments of type Property
 java.util.List<Property> ProjectModule.getListProjectModulesConfig()
          Gets the listProjectModulesConfig value
 

Method parameters in fr.cnes.sitools.project.model with type arguments of type Property
 void ProjectModule.setListProjectModulesConfig(java.util.List<Property> listProjectModulesConfig)
          Sets the value of listProjectModulesConfig
 

Uses of Property in fr.cnes.sitools.properties.model
 

Subclasses of Property in fr.cnes.sitools.properties.model
 class SitoolsProperty
          Model object to store a Property but specific to a DataSet.
 

Uses of Property in fr.cnes.sitools.security
 

Methods in fr.cnes.sitools.security that return types with arguments of type Property
 java.util.List<Property> EditUserProfileResource.mergeUserProperties(java.util.List<Property> listProp, java.util.List<Property> listPropDb)
          Add Hidden properties to the user property list
 

Method parameters in fr.cnes.sitools.security with type arguments of type Property
 boolean UsersAndGroupsResource.checkPropertiesName(java.util.List<Property> listProp)
          Check if property name are duplicated
 java.util.List<Property> EditUserProfileResource.mergeUserProperties(java.util.List<Property> listProp, java.util.List<Property> listPropDb)
          Add Hidden properties to the user property list
 java.util.List<Property> EditUserProfileResource.mergeUserProperties(java.util.List<Property> listProp, java.util.List<Property> listPropDb)
          Add Hidden properties to the user property list
 

Uses of Property in fr.cnes.sitools.security.model
 

Methods in fr.cnes.sitools.security.model that return types with arguments of type Property
 java.util.List<Property> UserRole.getProperties()
          Gets the properties value
 java.util.List<Property> User.getProperties()
          Gets the properties value
 

Method parameters in fr.cnes.sitools.security.model with type arguments of type Property
 void UserRole.setProperties(java.util.List<Property> properties)
          Sets the value of properties
 void User.setProperties(java.util.List<Property> properties)
          Sets the value of properties
 



Copyright © 2010-2013 CNES. All Rights Reserved.