| Package | Description |
|---|---|
| nl.surfnet.coin.portal.domain | |
| nl.surfnet.coin.portal.service | |
| nl.surfnet.coin.portal.service.impl |
| Modifier and Type | Method and Description |
|---|---|
InviteStatus |
Invite.getStatus() |
static InviteStatus |
InviteStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InviteStatus[] |
InviteStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Invite.setStatus(InviteStatus status) |
| Modifier and Type | Method and Description |
|---|---|
List<Invite> |
InviteService.findRecentByInvitee(String inviteeId,
InviteStatus status)
Find the recent invites by invitee Identifier
|
int |
InviteService.getCountRecentByInvitee(String ownerId,
InviteStatus status) |
| Modifier and Type | Method and Description |
|---|---|
List<Invite> |
InviteServiceHibernateImpl.findRecentByInvitee(String inviteeId,
InviteStatus status) |
int |
InviteServiceHibernateImpl.getCountRecentByInvitee(String ownerId,
InviteStatus status) |
Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.