Uses of Class
com.stratelia.webactiv.beans.admin.DomainProperty

Packages that use DomainProperty
com.silverpeas.jobDomainPeas.control   
com.stratelia.silverpeas.domains.ldapdriver   
com.stratelia.silverpeas.domains.sqldriver   
com.stratelia.webactiv.beans.admin   
 

Uses of DomainProperty in com.silverpeas.jobDomainPeas.control
 

Methods in com.silverpeas.jobDomainPeas.control that return types with arguments of type DomainProperty
 Iterator<DomainProperty> JobDomainPeasSessionController.getPropertiesToImport()
           
 

Uses of DomainProperty in com.stratelia.silverpeas.domains.ldapdriver
 

Method parameters in com.stratelia.silverpeas.domains.ldapdriver with type arguments of type DomainProperty
 void LDAPDriver.addPropertiesToImport(List<DomainProperty> props)
           
 void LDAPDriver.addPropertiesToImport(List<DomainProperty> props, Map<String,String> descriptions)
           
 

Uses of DomainProperty in com.stratelia.silverpeas.domains.sqldriver
 

Methods in com.stratelia.silverpeas.domains.sqldriver with parameters of type DomainProperty
 String SQLUserTable.getUserSpecificProperty(Connection c, int userId, DomainProperty dp)
          Returns the User whith the given id.
 void SQLUserTable.updateUserSpecificProperty(Connection c, int userId, DomainProperty dp, boolean value)
          Inserts in the database a new user row.
 void SQLUserTable.updateUserSpecificProperty(Connection c, int userId, DomainProperty dp, String value)
          Inserts in the database a new user row.
 

Uses of DomainProperty in com.stratelia.webactiv.beans.admin
 

Fields in com.stratelia.webactiv.beans.admin with type parameters of type DomainProperty
protected  List<DomainProperty> AbstractDomainDriver.domainProperties
           
 

Methods in com.stratelia.webactiv.beans.admin that return DomainProperty
 DomainProperty UserFull.getProperty(String property)
           
 DomainProperty AbstractDomainDriver.getProperty(String propName)
           
 DomainProperty DomainDriver.getProperty(String propName)
           
 

Methods in com.stratelia.webactiv.beans.admin that return types with arguments of type DomainProperty
 List<DomainProperty> AbstractDomainDriver.getPropertiesToImport(String language)
           
 List<DomainProperty> DomainDriver.getPropertiesToImport(String language)
           
 List<DomainProperty> AdminController.getSpecificPropertiesToImportUsers(String domainId, String language)
           
 List<DomainProperty> Admin.getSpecificPropertiesToImportUsers(String domainId, String language)
           
 

Method parameters in com.stratelia.webactiv.beans.admin with type arguments of type DomainProperty
 void AbstractDomainDriver.addPropertiesToImport(List<DomainProperty> props)
           
 void DomainDriver.addPropertiesToImport(List<DomainProperty> props)
           
 void AbstractDomainDriver.addPropertiesToImport(List<DomainProperty> props, Map<String,String> theDescriptions)
           
 void DomainDriver.addPropertiesToImport(List<DomainProperty> props, Map<String,String> theDescriptions)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.