|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Property | |
|---|---|
| com.atlassian.crowd.dao.property | |
| com.atlassian.crowd.manager.property | |
| com.atlassian.crowd.migration.legacy.database | |
| 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 |
PropertyDAOHibernate.add(Property property)
|
Property |
PropertyDAO.find(java.lang.String key,
java.lang.String name)
Finds property by key and name. |
Property |
PropertyDAOHibernate.find(java.lang.String key,
java.lang.String name)
|
Property |
PropertyDAO.update(Property property)
Updates a property. |
Property |
PropertyDAOHibernate.update(Property 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> |
PropertyDAOHibernate.findAll()
|
java.util.List<Property> |
PropertyDAO.findAll(java.lang.String key)
Finds properties by key. |
java.util.List<Property> |
PropertyDAOHibernate.findAll(java.lang.String key)
|
| Methods in com.atlassian.crowd.dao.property with parameters of type Property | |
|---|---|
Property |
PropertyDAO.add(Property property)
Adds a new property. |
Property |
PropertyDAOHibernate.add(Property property)
|
Property |
PropertyDAO.update(Property property)
Updates a property. |
Property |
PropertyDAOHibernate.update(Property property)
|
| Uses of Property in com.atlassian.crowd.manager.property |
|---|
| Methods in com.atlassian.crowd.manager.property that return Property | |
|---|---|
protected Property |
PropertyManagerGeneric.getPropertyObject(java.lang.String name)
|
| Uses of Property in com.atlassian.crowd.migration.legacy.database |
|---|
| Methods in com.atlassian.crowd.migration.legacy.database that return types with arguments of type Property | |
|---|---|
protected java.util.List<Property> |
PropertyMapper.importPropertiesFromDatabase()
|
java.util.List<Property> |
SALPropertyMapper.importSALPropertiesFromDatabase()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||