| Package | Description |
|---|---|
| com.atlassian.crowd.dao.property |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
PropertyDAO.findAll()
Retrieves all properties.
|
List<Property> |
PropertyDAO.findAll(String key)
Finds properties by key.
|
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertyDAO.add(Property property)
Adds a new property.
|
Property |
PropertyDAO.update(Property property)
Updates a property.
|
Copyright © 2018 Atlassian. All rights reserved.