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(String key, 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
 List<Property> PropertyDAO.findAll()
          Retrieves all properties.
 List<Property> PropertyDAO.findAll(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 © 2016 Atlassian. All Rights Reserved.