sample.contact
Interface ContactManager
- All Known Implementing Classes:
- ContactManagerBackend
public interface ContactManager
Interface for the application's services layer.
- Version:
- $Id: ContactManager.java 1754 2006-11-17 02:01:21Z benalex $
- Author:
- Ben Alex
addPermission
void addPermission(Contact contact,
Sid recipient,
Permission permission)
create
void create(Contact contact)
delete
void delete(Contact contact)
deletePermission
void deletePermission(Contact contact,
Sid recipient,
Permission permission)
getAll
List getAll()
getAllRecipients
List getAllRecipients()
getById
Contact getById(Long id)
getRandomContact
Contact getRandomContact()
Copyright © 2004-2012 Interface21, Inc. All Rights Reserved.