Class RewardTeamDAO
- java.lang.Object
-
- org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<RewardTeamEntity,Long>
-
- org.exoplatform.wallet.reward.dao.RewardTeamDAO
-
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<RewardTeamEntity,Long>
public class RewardTeamDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<RewardTeamEntity,Long>
-
-
Constructor Summary
Constructors Constructor Description RewardTeamDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RewardTeamEntity>findNotDeletedTeams()List<RewardTeamEntity>findTeamsByMemberId(long identityId)
-
-
-
Method Detail
-
findTeamsByMemberId
public List<RewardTeamEntity> findTeamsByMemberId(long identityId)
-
findNotDeletedTeams
public List<RewardTeamEntity> findNotDeletedTeams()
-
-