Package io.meeds.gamification.dao
Class ProgramDAO
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<ProgramEntity,Long>
io.meeds.gamification.dao.ProgramDAO
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<ProgramEntity,Long>
public class ProgramDAO
extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<ProgramEntity,Long>
implements org.exoplatform.commons.api.persistence.GenericDAO<ProgramEntity,Long>
-
Field Summary
FieldsFields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcountProgramColor(String color) intcountPrograms(ProgramFilter filter) getProgramByTitle(String domainTitle) getProgramIdsByFilter(int offset, int limit, ProgramFilter filter) Methods inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, update, updateAll
-
Field Details
-
DOMAIN_TITLE
- See Also:
-
-
Constructor Details
-
ProgramDAO
public ProgramDAO()
-
-
Method Details
-
findByIdWithOwners
-
getProgramByTitle
-
getProgramIdsByFilter
-
countPrograms
-
countProgramColor
-