Uses of Interface
org.chorem.pollen.business.persistence.UserAccount

Packages that use UserAccount
org.chorem.pollen   
org.chorem.pollen.business.persistence   
org.chorem.pollen.entities   
 

Uses of UserAccount in org.chorem.pollen
 

Fields in org.chorem.pollen with type parameters of type UserAccount
static com.google.common.base.Function<UserAccount,String> PollenFunctions.USER_BY_LOGIN
           
 

Uses of UserAccount in org.chorem.pollen.business.persistence
 

Classes in org.chorem.pollen.business.persistence with type parameters of type UserAccount
 class UserAccountDAOAbstract<E extends UserAccount>
           
 class UserAccountDAOImpl<E extends UserAccount>
           
 

Classes in org.chorem.pollen.business.persistence that implement UserAccount
 class UserAccountAbstract
           
 class UserAccountImpl
           
 

Fields in org.chorem.pollen.business.persistence declared as UserAccount
protected  UserAccount PersonListAbstract.owner
          Nom de l'attribut en BD : owner
protected  UserAccount PollAccountAbstract.userAccount
          Nom de l'attribut en BD : userAccount
 

Methods in org.chorem.pollen.business.persistence that return UserAccount
 UserAccount PersonListAbstract.getOwner()
           
 UserAccount PersonList.getOwner()
           
 UserAccount PollAccount.getUserAccount()
           
 UserAccount PollAccountAbstract.getUserAccount()
           
 

Methods in org.chorem.pollen.business.persistence with parameters of type UserAccount
 List<E> PersonListDAOAbstract.findAllByOwner(UserAccount v)
           
 List<E> PollAccountDAOAbstract.findAllByUserAccount(UserAccount v)
           
 E PersonListDAOAbstract.findByOwner(UserAccount v)
           
 PollAccount PollAccountDAOImpl.findByPollVoteUser(Poll poll, UserAccount user)
           
 E PollAccountDAOAbstract.findByUserAccount(UserAccount v)
           
 List<E> PollDAOImpl.getCreatedPolls(org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager, UserAccount user)
           
 List<E> PersonListDAOImpl.getFavoriteLists(UserAccount user)
           
 List<E> PersonListDAOImpl.getFavoriteLists(UserAccount user, org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager)
           
 Map<Poll,PollAccount> PollDAOImpl.getInvitedPolls(org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager, UserAccount userToUse)
           
 Map<Poll,PollAccount> PollDAOImpl.getParticipatedPolls(org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager, UserAccount userToUse)
           
 boolean PersonListDAOImpl.isPersonListExist(UserAccount user, String name)
           
 boolean UserAccountDAOImpl.isUserExist(UserAccount user)
           
 void PersonListAbstract.setOwner(UserAccount owner)
           
 void PersonList.setOwner(UserAccount owner)
           
 void PollAccount.setUserAccount(UserAccount userAccount)
           
 void PollAccountAbstract.setUserAccount(UserAccount userAccount)
           
 

Uses of UserAccount in org.chorem.pollen.entities
 

Methods in org.chorem.pollen.entities that return types with arguments of type UserAccount
 Class<UserAccount> PollenQueryHelper.UserAccountProperty.getEntityClass()
           
 



Copyright © 2009-2012 CodeLutin. All Rights Reserved.