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

Method Summary
 void create(Contact contact)
           
 void delete(Long contactId)
           
 List findAll()
           
 List findAllPrincipals()
           
 List findAllRoles()
           
 Contact getById(Long id)
           
 void update(Contact contact)
           
 

Method Detail

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.