|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||