nl.surfnet.coin.portal.service
Interface InviteService

All Superinterfaces:
nl.surfnet.coin.shared.service.GenericService<Invite>
All Known Implementing Classes:
InviteServiceHibernateImpl

public interface InviteService
extends nl.surfnet.coin.shared.service.GenericService<Invite>

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

findRecentByInvitee

List<Invite> findRecentByInvitee(String inviteeId,
                                 InviteStatus status)
Find the recent invites by invitee Identifier

Parameters:
inviteeId - String the unique identifier of an invitee
status - the InviteStatus
Returns:
List containing the Invites

getCountRecentByInvitee

int getCountRecentByInvitee(String ownerId,
                            InviteStatus status)


Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.