|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Invitation | |
---|---|
org.zeroexchange.collaboration.invitation.read | |
org.zeroexchange.dao.invitation | |
org.zeroexchange.model.collaboration |
Uses of Invitation in org.zeroexchange.collaboration.invitation.read |
---|
Methods in org.zeroexchange.collaboration.invitation.read that return types with arguments of type Invitation | |
---|---|
SlicingDataSet<Invitation> |
DefaultUserInvitationReader.getInvitations(Contract contract)
Lists invitations for the specified contract. |
SlicingDataSet<Invitation> |
UserInvitationReader.getInvitations(Contract contract)
Lists invitations for the specified contract. |
Uses of Invitation in org.zeroexchange.dao.invitation |
---|
Methods in org.zeroexchange.dao.invitation that return Invitation | |
---|---|
Invitation |
InvitationDAO.getInvitation(Integer inviterId,
Integer inviteeId,
Integer contractId)
Returns an invitation if exists. |
Invitation |
InvitationDAOImpl.getInvitation(Integer inviterId,
Integer inviteeId,
Integer contractId)
Returns an invitation if exists. |
Methods in org.zeroexchange.dao.invitation that return types with arguments of type Invitation | |
---|---|
protected Class<Invitation> |
InvitationDAOImpl.getEntityClass()
|
SlicingDataSet<Invitation> |
InvitationDAO.getInvitations(Integer integer)
Lists invitations for the specified contract. |
SlicingDataSet<Invitation> |
InvitationDAOImpl.getInvitations(Integer contractId)
Lists invitations for the specified contract. |
Uses of Invitation in org.zeroexchange.model.collaboration |
---|
Methods in org.zeroexchange.model.collaboration that return types with arguments of type Invitation | |
---|---|
Set<Invitation> |
Contract.getInvitations()
|
Method parameters in org.zeroexchange.model.collaboration with type arguments of type Invitation | |
---|---|
void |
Contract.setInvitations(Set<Invitation> invitations)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |