|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InviteService
Service for managing Invite
| Method Summary | |
|---|---|
List<Invite> |
findRecentByInvitee(String inviteeId,
InviteStatus status)
Find the recent invites by invitee Identifier |
int |
getCountRecentByInvitee(String ownerId,
InviteStatus status)
|
| Methods inherited from interface nl.surfnet.coin.shared.service.GenericService |
|---|
createCriteria, delete, detachFromSession, findAll, findByExample, findByExample, findById, getCount, getPersistentClass, saveOrUpdate, saveOrUpdate |
| Method Detail |
|---|
List<Invite> findRecentByInvitee(String inviteeId,
InviteStatus status)
inviteeId - String the unique identifier of an inviteestatus - the InviteStatus
List containing the Invites
int getCountRecentByInvitee(String ownerId,
InviteStatus status)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||