|
||||||||||
| 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.ResultDAOAbstract<E>
public abstract class ResultDAOAbstract<E extends Result>
Implantation DAO pour l'entité Result. Cette classe contient une implantation de TopiaDAO a laquel elle peut deleguer des traitements
| Field Summary |
|---|
| Fields inherited from class org.nuiton.topia.persistence.TopiaDAOImpl |
|---|
context, entityClass |
| Constructor Summary | |
|---|---|
ResultDAOAbstract()
|
|
| Method Summary | |
|---|---|
void |
delete(E entity)
|
java.util.List<E> |
findAllByByGroup(java.lang.Boolean v)
Retourne les éléments ayant comme valeur pour l'attribut byGroup le paramètre |
java.util.List<E> |
findAllByName(java.lang.String v)
Retourne les éléments ayant comme valeur pour l'attribut name le paramètre |
java.util.List<E> |
findAllByPoll(Poll v)
Retourne les éléments ayant comme valeur pour l'attribut poll le paramètre |
java.util.List<E> |
findAllByResultValue(java.lang.String v)
Retourne les éléments ayant comme valeur pour l'attribut ResultValue le paramètre |
java.util.List<E> |
findAllByVoteCounting(VoteCounting v)
Retourne les éléments ayant comme valeur pour l'attribut voteCounting le paramètre |
E |
findByByGroup(java.lang.Boolean v)
Retourne le premier élément trouvé ayant comme valeur pour l'attribut byGroup le paramètre |
E |
findByName(java.lang.String v)
Retourne le premier élément trouvé ayant comme valeur pour l'attribut name le paramètre |
E |
findByPoll(Poll v)
Retourne le premier élément trouvé ayant comme valeur pour l'attribut poll le paramètre |
E |
findByResultValue(java.lang.String v)
Retourne le premier élément trouvé ayant comme valeur pour l'attribut ResultValue le paramètre |
E |
findByVoteCounting(VoteCounting v)
Retourne le premier élément trouvé ayant comme valeur pour l'attribut voteCounting le paramètre |
java.lang.Class<E> |
getEntityClass()
|
| Methods inherited from class org.nuiton.topia.persistence.TopiaDAOImpl |
|---|
addTopiaEntityListener, addTopiaEntityVetoable, commitTransaction, create, create, findAll, findAllByProperties, findAllByProperties, findAllByProperty, findAllContainsProperties, findAllContainsProperties, findAllIds, findAllWithOrder, findByPrimaryKey, findByPrimaryKey, findByProperties, findByProperties, findByProperty, findByTopiaId, findContainsProperties, findContainsProperties, getContext, getId, getId, getRequestPermission, init, instanciateNew, removeTopiaEntityListener, removeTopiaEntityVetoable, rollbackTransaction, size, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaDAO |
|---|
addTopiaEntityListener, addTopiaEntityVetoable, commitTransaction, create, create, findAll, findAllByProperties, findAllByProperties, findAllByProperty, findAllContainsProperties, findAllContainsProperties, findAllIds, findAllWithOrder, findByPrimaryKey, findByPrimaryKey, findByProperties, findByProperties, findByProperty, findByTopiaId, findContainsProperties, findContainsProperties, getContext, getRequestPermission, init, removeTopiaEntityListener, removeTopiaEntityVetoable, rollbackTransaction, size, update |
| Constructor Detail |
|---|
public ResultDAOAbstract()
| Method Detail |
|---|
public java.lang.Class<E> getEntityClass()
getEntityClass in interface org.nuiton.topia.persistence.TopiaDAO<E extends Result>getEntityClass in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends Result>
public void delete(E entity)
throws org.nuiton.topia.TopiaException
delete in interface org.nuiton.topia.persistence.TopiaDAO<E extends Result>delete in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends Result>org.nuiton.topia.TopiaException
public E findByName(java.lang.String v)
throws org.nuiton.topia.TopiaException
v - la valeur que doit avoir name
org.nuiton.topia.TopiaException
public java.util.List<E> findAllByName(java.lang.String v)
throws org.nuiton.topia.TopiaException
v - la valeur que doit avoir name
org.nuiton.topia.TopiaException
public E findByResultValue(java.lang.String v)
throws org.nuiton.topia.TopiaException
v - la valeur que doit avoir ResultValue
org.nuiton.topia.TopiaException
public java.util.List<E> findAllByResultValue(java.lang.String v)
throws org.nuiton.topia.TopiaException
v - la valeur que doit avoir ResultValue
org.nuiton.topia.TopiaException
public E findByByGroup(java.lang.Boolean v)
throws org.nuiton.topia.TopiaException
v - la valeur que doit avoir byGroup
org.nuiton.topia.TopiaException
public java.util.List<E> findAllByByGroup(java.lang.Boolean v)
throws org.nuiton.topia.TopiaException
v - la valeur que doit avoir byGroup
org.nuiton.topia.TopiaException
public E findByPoll(Poll v)
throws org.nuiton.topia.TopiaException
v - la valeur que doit avoir poll
org.nuiton.topia.TopiaException
public java.util.List<E> findAllByPoll(Poll v)
throws org.nuiton.topia.TopiaException
v - la valeur que doit avoir poll
org.nuiton.topia.TopiaException
public E findByVoteCounting(VoteCounting v)
throws org.nuiton.topia.TopiaException
v - la valeur que doit avoir voteCounting
org.nuiton.topia.TopiaException
public java.util.List<E> findAllByVoteCounting(VoteCounting v)
throws org.nuiton.topia.TopiaException
v - la valeur que doit avoir voteCounting
org.nuiton.topia.TopiaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||