public interface InviteService extends nl.surfnet.coin.shared.service.GenericService<Invite>
Invite| Modifier and Type | Method and Description |
|---|---|
List<Invite> |
findRecentByInvitee(String inviteeId,
InviteStatus status)
Find the recent invites by invitee Identifier
|
int |
getCountRecentByInvitee(String ownerId,
InviteStatus status) |
List<Invite> findRecentByInvitee(String inviteeId, InviteStatus status)
inviteeId - String the unique identifier of an inviteestatus - the InviteStatusList containing the Invitesint getCountRecentByInvitee(String ownerId, InviteStatus status)
Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.