|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.idega.core.persistence.impl.GenericDaoImpl
is.idega.idegaweb.golf.data.dao.GolfDaoImpl
@Repository(value="golfDao") @Scope(value="singleton") public class GolfDaoImpl
Field Summary |
---|
Fields inherited from interface is.idega.idegaweb.golf.data.dao.GolfDao |
---|
BEAN_NAME |
Constructor Summary | |
---|---|
GolfDaoImpl()
|
Method Summary | |
---|---|
java.util.List<MemberHistory> |
getMemberHistory(java.lang.Integer memberId,
int maxResult,
int startPosition)
|
java.util.List<Sponsor> |
getSponsors()
|
Methods inherited from class com.idega.core.persistence.impl.GenericDaoImpl |
---|
contains, createNamedQuery, createNewQueryInline, createNewQueryNamed, createNewQueryNativeInline, find, flush, getDaoFunctions, getEntityManager, getLogger, getQueryInline, getQueryNamed, getQueryNativeInline, getReference, getResultList, getResultListByInlineQuery, getSingleResult, getSingleResultByInlineQuery, merge, mergeRemove, persist, refresh, remove, setEntityManager |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.idega.core.persistence.GenericDao |
---|
contains, createNamedQuery, find, flush, getQueryInline, getQueryNamed, getQueryNativeInline, getReference, getResultList, getResultListByInlineQuery, getSingleResult, getSingleResultByInlineQuery, merge, mergeRemove, persist, refresh, remove |
Constructor Detail |
---|
public GolfDaoImpl()
Method Detail |
---|
public java.util.List<Sponsor> getSponsors()
getSponsors
in interface GolfDao
public java.util.List<MemberHistory> getMemberHistory(java.lang.Integer memberId, int maxResult, int startPosition)
getMemberHistory
in interface GolfDao
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |