| Package | Description |
|---|---|
| org.chorem.pollen.business.persistence |
| Modifier and Type | Class and Description |
|---|---|
class |
PersonListDAOAbstract<E extends PersonList> |
class |
PersonListDAOImpl<E extends PersonList> |
| Modifier and Type | Class and Description |
|---|---|
class |
PersonListAbstract |
class |
PersonListImpl |
| Modifier and Type | Field and Description |
|---|---|
protected PersonList |
PollAccountAbstract.personList
Nom de l'attribut en BD : personList
|
| Modifier and Type | Field and Description |
|---|---|
protected List<PersonList> |
UserAccountAbstract.favoriteList
Nom de l'attribut en BD : favoriteList
|
| Modifier and Type | Method and Description |
|---|---|
PersonList |
UserAccountAbstract.getFavoriteListByTopiaId(String topiaId) |
PersonList |
UserAccount.getFavoriteListByTopiaId(String topiaId) |
PersonList |
PollAccount.getPersonList() |
PersonList |
PollAccountAbstract.getPersonList() |
| Modifier and Type | Method and Description |
|---|---|
List<PersonList> |
UserAccountAbstract.getFavoriteList() |
List<PersonList> |
UserAccount.getFavoriteList() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserAccountAbstract.addFavoriteList(PersonList favoriteList) |
void |
UserAccount.addFavoriteList(PersonList favoriteList) |
List<E> |
PollAccountDAOAbstract.findAllByPersonList(PersonList v) |
List<E> |
UserAccountDAOAbstract.findAllContainsFavoriteList(PersonList v) |
E |
PollAccountDAOAbstract.findByPersonList(PersonList v) |
E |
UserAccountDAOAbstract.findContainsFavoriteList(PersonList v) |
List<E> |
PollAccountDAOImpl.findFavoriteListUsers(PersonList favoriteList,
org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager) |
boolean |
PollAccountDAOImpl.isPollAccountExists(PersonList personListToUpdate,
PollAccount pollAccount) |
void |
UserAccountAbstract.removeFavoriteList(PersonList favoriteList) |
void |
UserAccount.removeFavoriteList(PersonList favoriteList) |
void |
PollAccount.setPersonList(PersonList personList) |
void |
PollAccountAbstract.setPersonList(PersonList personList) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserAccountAbstract.addAllFavoriteList(List<PersonList> favoriteList) |
void |
UserAccount.addAllFavoriteList(List<PersonList> favoriteList) |
void |
UserAccountAbstract.setFavoriteList(List<PersonList> favoriteList) |
void |
UserAccount.setFavoriteList(List<PersonList> favoriteList) |
Copyright © 2009-2012 CodeLutin. All Rights Reserved.