|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.persistence.TopiaDAOImpl<E>
org.chorem.pollen.business.persistence.PersonListDAOAbstract<E>
public abstract class PersonListDAOAbstract<E extends PersonList>
| Field Summary |
|---|
| Fields inherited from class org.nuiton.topia.persistence.TopiaDAOImpl |
|---|
context, entityClass |
| Constructor Summary | |
|---|---|
PersonListDAOAbstract()
|
|
| Method Summary | ||
|---|---|---|
void |
delete(E entity)
|
|
List<E> |
findAllByName(String v)
|
|
List<E> |
findAllByOwner(UserAccount v)
|
|
List<E> |
findAllContainsPollAccount(PollAccount v)
|
|
Map<Class<? extends org.nuiton.topia.persistence.TopiaEntity>,List<? extends org.nuiton.topia.persistence.TopiaEntity>> |
findAllUsages(E entity)
|
|
E |
findByName(String v)
|
|
E |
findByOwner(UserAccount v)
|
|
E |
findContainsPollAccount(PollAccount v)
|
|
|
findUsages(Class<U> type,
E entity)
|
|
Class<E> |
getEntityClass()
|
|
PollenDAOHelper.PollenEntityEnum |
getTopiaEntityEnum()
|
|
| Methods inherited from class org.nuiton.topia.persistence.TopiaDAOImpl |
|---|
addTopiaEntityListener, addTopiaEntityVetoable, count, countByQuery, create, create, create, createQuery, createQuery, existByProperties, existByQuery, existByTopiaId, findAll, findAllByProperties, findAllByProperties, findAllByProperty, findAllByQuery, findAllContains, findAllIds, findAllMappedByQuery, findAllMappedByQuery, findAllWithOrder, findByPrimaryKey, findByPrimaryKey, findByProperties, findByProperties, findByProperty, findByQuery, findByTopiaId, findContains, getContext, getId, getId, getRequestPermission, init, newInstance, removeTopiaEntityListener, removeTopiaEntityVetoable, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PersonListDAOAbstract()
| Method Detail |
|---|
public Class<E> getEntityClass()
getEntityClass in interface org.nuiton.topia.persistence.TopiaDAO<E extends PersonList>getEntityClass in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends PersonList>public PollenDAOHelper.PollenEntityEnum getTopiaEntityEnum()
getTopiaEntityEnum in interface org.nuiton.topia.persistence.TopiaDAO<E extends PersonList>getTopiaEntityEnum in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends PersonList>
public void delete(E entity)
throws org.nuiton.topia.TopiaException
delete in interface org.nuiton.topia.persistence.TopiaDAO<E extends PersonList>delete in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends PersonList>org.nuiton.topia.TopiaException
public E findByName(String v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public List<E> findAllByName(String v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public E findByOwner(UserAccount v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public List<E> findAllByOwner(UserAccount v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public E findContainsPollAccount(PollAccount v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public List<E> findAllContainsPollAccount(PollAccount v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public <U extends org.nuiton.topia.persistence.TopiaEntity> List<U> findUsages(Class<U> type,
E entity)
throws org.nuiton.topia.TopiaException
findUsages in interface org.nuiton.topia.persistence.TopiaDAO<E extends PersonList>findUsages in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends PersonList>org.nuiton.topia.TopiaException
public Map<Class<? extends org.nuiton.topia.persistence.TopiaEntity>,List<? extends org.nuiton.topia.persistence.TopiaEntity>> findAllUsages(E entity)
throws org.nuiton.topia.TopiaException
findAllUsages in interface org.nuiton.topia.persistence.TopiaDAO<E extends PersonList>findAllUsages in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends PersonList>org.nuiton.topia.TopiaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||