is.idega.idegaweb.golf.data.dao
Class GolfDaoImpl

java.lang.Object
  extended by com.idega.core.persistence.impl.GenericDaoImpl
      extended by is.idega.idegaweb.golf.data.dao.GolfDaoImpl
All Implemented Interfaces:
com.idega.core.persistence.GenericDao, GolfDao

@Repository(value="golfDao")
@Scope(value="singleton")
public class GolfDaoImpl
extends com.idega.core.persistence.impl.GenericDaoImpl
implements GolfDao


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

GolfDaoImpl

public GolfDaoImpl()
Method Detail

getSponsors

public java.util.List<Sponsor> getSponsors()
Specified by:
getSponsors in interface GolfDao

getMemberHistory

public java.util.List<MemberHistory> getMemberHistory(java.lang.Integer memberId,
                                                      int maxResult,
                                                      int startPosition)
Specified by:
getMemberHistory in interface GolfDao


Copyright © 2000-2014 idega software. All Rights Reserved.