|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.surfnet.coin.shared.service.GenericServiceHibernateImpl<Invite>
nl.surfnet.coin.portal.service.impl.InviteServiceHibernateImpl
@Component(value="inviteService") public class InviteServiceHibernateImpl
Common shared code for SharedGadget
and SharedTab.
| Field Summary | |
|---|---|
static long |
RECENT_MS
The amount of miliseconds that count as recent (30 days). |
| Constructor Summary | |
|---|---|
InviteServiceHibernateImpl()
|
|
| 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 class nl.surfnet.coin.shared.service.GenericServiceHibernateImpl |
|---|
createCriteria, delete, detachFromSession, findAll, findByCriteria, findByCriteriaOrdered, findByExample, findByExample, findById, getCount, getPersistentClass, getSession, saveOrUpdate, saveOrUpdate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface nl.surfnet.coin.shared.service.GenericService |
|---|
createCriteria, delete, detachFromSession, findAll, findByExample, findByExample, findById, getCount, getPersistentClass, saveOrUpdate, saveOrUpdate |
| Field Detail |
|---|
public static final long RECENT_MS
| Constructor Detail |
|---|
public InviteServiceHibernateImpl()
| Method Detail |
|---|
public List<Invite> findRecentByInvitee(String inviteeId,
InviteStatus status)
InviteService
findRecentByInvitee in interface InviteServiceinviteeId - String the unique identifier of an inviteestatus - the InviteStatus
List containing the Invites
public int getCountRecentByInvitee(String ownerId,
InviteStatus status)
getCountRecentByInvitee in interface InviteService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||