|
||||||||||
| 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.PreventRuleDAOAbstract<E>
public abstract class PreventRuleDAOAbstract<E extends PreventRule>
Implantation DAO pour l'entité PreventRule. 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 | |
|---|---|
PreventRuleDAOAbstract()
|
|
| Method Summary | |
|---|---|
void |
delete(E entity)
|
java.util.List<E> |
findAllByMethod(java.lang.String v)
Retourne les éléments ayant comme valeur pour l'attribut method 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> |
findAllByRepeated(java.lang.Boolean v)
Retourne les éléments ayant comme valeur pour l'attribut repeated le paramètre |
java.util.List<E> |
findAllByScope(java.lang.String v)
Retourne les éléments ayant comme valeur pour l'attribut scope le paramètre |
java.util.List<E> |
findAllBySensibility(int v)
Retourne les éléments ayant comme valeur pour l'attribut sensibility le paramètre |
E |
findByMethod(java.lang.String v)
Retourne le premier élément trouvé ayant comme valeur pour l'attribut method le paramètre |
E |
findByPoll(Poll v)
Retourne le premier élément trouvé ayant comme valeur pour l'attribut poll le paramètre |
E |
findByRepeated(java.lang.Boolean v)
Retourne le premier élément trouvé ayant comme valeur pour l'attribut repeated le paramètre |
E |
findByScope(java.lang.String v)
Retourne le premier élément trouvé ayant comme valeur pour l'attribut scope le paramètre |
E |
findBySensibility(int v)
Retourne le premier élément trouvé ayant comme valeur pour l'attribut sensibility 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 PreventRuleDAOAbstract()
| Method Detail |
|---|
public java.lang.Class<E> getEntityClass()
getEntityClass in interface org.nuiton.topia.persistence.TopiaDAO<E extends PreventRule>getEntityClass in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends PreventRule>
public void delete(E entity)
throws org.nuiton.topia.TopiaException
delete in interface org.nuiton.topia.persistence.TopiaDAO<E extends PreventRule>delete in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends PreventRule>org.nuiton.topia.TopiaException
public E findByScope(java.lang.String v)
throws org.nuiton.topia.TopiaException
v - la valeur que doit avoir scope
org.nuiton.topia.TopiaException
public java.util.List<E> findAllByScope(java.lang.String v)
throws org.nuiton.topia.TopiaException
v - la valeur que doit avoir scope
org.nuiton.topia.TopiaException
public E findBySensibility(int v)
throws org.nuiton.topia.TopiaException
v - la valeur que doit avoir sensibility
org.nuiton.topia.TopiaException
public java.util.List<E> findAllBySensibility(int v)
throws org.nuiton.topia.TopiaException
v - la valeur que doit avoir sensibility
org.nuiton.topia.TopiaException
public E findByRepeated(java.lang.Boolean v)
throws org.nuiton.topia.TopiaException
v - la valeur que doit avoir repeated
org.nuiton.topia.TopiaException
public java.util.List<E> findAllByRepeated(java.lang.Boolean v)
throws org.nuiton.topia.TopiaException
v - la valeur que doit avoir repeated
org.nuiton.topia.TopiaException
public E findByMethod(java.lang.String v)
throws org.nuiton.topia.TopiaException
v - la valeur que doit avoir method
org.nuiton.topia.TopiaException
public java.util.List<E> findAllByMethod(java.lang.String v)
throws org.nuiton.topia.TopiaException
v - la valeur que doit avoir method
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||