org.zeroexchange.collaboration.invitation.read
Class DefaultUserInvitationReader

java.lang.Object
  extended by org.zeroexchange.collaboration.invitation.read.DefaultUserInvitationReader
All Implemented Interfaces:
UserInvitationReader

public class DefaultUserInvitationReader
extends Object
implements UserInvitationReader

Author:
black

Constructor Summary
DefaultUserInvitationReader()
           
 
Method Summary
 SlicingDataSet<Invitation> getInvitations(Contract contract)
          Lists invitations for the specified contract.
 boolean hasInvitations(Contract contract)
          Returns true it fht specified contract has invitations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultUserInvitationReader

public DefaultUserInvitationReader()
Method Detail

getInvitations

public SlicingDataSet<Invitation> getInvitations(Contract contract)
Lists invitations for the specified contract.

Specified by:
getInvitations in interface UserInvitationReader

hasInvitations

public boolean hasInvitations(Contract contract)
Returns true it fht specified contract has invitations.

Specified by:
hasInvitations in interface UserInvitationReader


Copyright © 2013. All Rights Reserved.