|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CategoryDAO
JContact- online Address Book Management Systemhttp://jcontact.sourceforge.net/
Licensed under the terms of any of the following licenses at your choice: -
GNU General Public License Version 2 or later (the "GPL") http://www.gnu.org/licenses/gpl.html -
GNU Lesser General Public License Version 2.1 or later (the "LGPL") http://www.gnu.org/licenses/lgpl.html
CategoryDAO interface
Method Summary | |
---|---|
void |
deleteCategory(Category category)
|
java.util.List<Category> |
getAllCategories()
|
java.util.List<Contact> |
getAllContacts(AddressBook addressBook,
Category category)
|
java.util.List<Contact> |
getAllContacts(Category category)
|
Category |
getCategory(long id)
|
void |
saveCategory(Category category)
|
void |
updateCategory(Category category)
|
Method Detail |
---|
Category getCategory(long id)
void saveCategory(Category category)
void updateCategory(Category category)
void deleteCategory(Category category)
java.util.List<Contact> getAllContacts(Category category)
java.util.List<Category> getAllCategories()
java.util.List<Contact> getAllContacts(AddressBook addressBook, Category category)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |