com.atlassian.crowd.model.property
Interface PropertyDAO
- All Superinterfaces:
- ObjectDao
- All Known Implementing Classes:
- PropertyDAOHibernate
public interface PropertyDAO
- extends ObjectDao
Persist property objects.
find
Property find(java.lang.String key,
java.lang.String name)
throws ObjectNotFoundException
- Throws:
ObjectNotFoundException
findAll
java.util.List<Property> findAll(java.lang.String key)
add
Property add(Property property)
update
Property update(Property property)
remove
void remove(java.lang.String key,
java.lang.String name)
findAll
java.util.List<Property> findAll()
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.