com.atlassian.crowd.model.directory
Interface DirectoryDAO
- All Superinterfaces:
- ObjectDao
- All Known Implementing Classes:
- DirectoryDAOHibernate
public interface DirectoryDAO
- extends ObjectDao
findById
Directory findById(long id)
throws ObjectNotFoundException
- Throws:
ObjectNotFoundException
findByName
Directory findByName(java.lang.String name)
throws ObjectNotFoundException
- Throws:
ObjectNotFoundException
add
Directory add(Directory directory)
update
Directory update(Directory directory)
remove
void remove(Directory directory)
search
java.util.List<Directory> search(EntityQuery query)
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.