sample.contact
Interface ContactDao
- All Known Implementing Classes:
- ContactDaoSpring
public interface ContactDao
Provides access to the application's persistence layer.
- Version:
- $Id: ContactDao.java 1496 2006-05-23 13:38:33Z benalex $
- Author:
- Ben Alex
create
void create(Contact contact)
delete
void delete(Long contactId)
findAll
List findAll()
findAllPrincipals
List findAllPrincipals()
findAllRoles
List findAllRoles()
getById
Contact getById(Long id)
update
void update(Contact contact)
Copyright © 2004-2012 Interface21, Inc. All Rights Reserved.