Uses of Class
com.atlassian.crowd.model.property.Property

Packages that use Property
com.atlassian.crowd.dao.property   
 

Uses of Property in com.atlassian.crowd.dao.property
 

Methods in com.atlassian.crowd.dao.property that return Property
 Property PropertyDAO.add(Property property)
          Adds a new property.
 Property PropertyDAO.find(java.lang.String key, java.lang.String name)
          Finds property by key and name.
 Property PropertyDAO.update(Property property)
          Updates a property.
 

Methods in com.atlassian.crowd.dao.property that return types with arguments of type Property
 java.util.List<Property> PropertyDAO.findAll()
          Retrieves all properties.
 java.util.List<Property> PropertyDAO.findAll(java.lang.String key)
          Finds properties by key.
 

Methods in com.atlassian.crowd.dao.property with parameters of type Property
 Property PropertyDAO.add(Property property)
          Adds a new property.
 Property PropertyDAO.update(Property property)
          Updates a property.
 



Copyright © 2012 Atlassian. All Rights Reserved.