org.zeroexchange.dao.invitation
Interface InvitationDAO

All Superinterfaces:
DAO<Integer,Invitation>, IntegerPKDAO<Invitation>
All Known Implementing Classes:
InvitationDAOImpl

public interface InvitationDAO
extends IntegerPKDAO<Invitation>

DAO for Invitation entity.

Author:
black

Method Summary
 Invitation getInvitation(Integer inviterId, Integer inviteeId, Integer contractId)
          Returns an invitation if exists.
 SlicingDataSet<Invitation> getInvitations(Integer integer)
          Lists invitations for the specified contract.
 
Methods inherited from interface org.zeroexchange.dao.DAO
getById, removeById, save
 

Method Detail

getInvitations

SlicingDataSet<Invitation> getInvitations(Integer integer)
Lists invitations for the specified contract.


getInvitation

Invitation getInvitation(Integer inviterId,
                         Integer inviteeId,
                         Integer contractId)
Returns an invitation if exists.



Copyright © 2013. All Rights Reserved.