|
||||||||||
| 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>
| Field Summary |
|---|
| Fields inherited from class org.nuiton.topia.persistence.TopiaDAOImpl |
|---|
context, entityClass |
| Constructor Summary | |
|---|---|
PreventRuleDAOAbstract()
|
|
| Method Summary | ||
|---|---|---|
List<E> |
findAllByActive(boolean v)
|
|
List<E> |
findAllByMethod(String v)
|
|
List<E> |
findAllByOneTime(boolean v)
|
|
List<E> |
findAllByRepeated(boolean v)
|
|
List<E> |
findAllByScope(String v)
|
|
List<E> |
findAllBySensibility(int v)
|
|
Map<Class<? extends org.nuiton.topia.persistence.TopiaEntity>,List<? extends org.nuiton.topia.persistence.TopiaEntity>> |
findAllUsages(E entity)
|
|
E |
findByActive(boolean v)
|
|
E |
findByMethod(String v)
|
|
E |
findByOneTime(boolean v)
|
|
E |
findByRepeated(boolean v)
|
|
E |
findByScope(String v)
|
|
E |
findBySensibility(int 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, delete, 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 PreventRuleDAOAbstract()
| Method Detail |
|---|
public 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 PollenDAOHelper.PollenEntityEnum getTopiaEntityEnum()
getTopiaEntityEnum in interface org.nuiton.topia.persistence.TopiaDAO<E extends PreventRule>getTopiaEntityEnum in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends PreventRule>
public E findByScope(String v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public List<E> findAllByScope(String v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public E findBySensibility(int v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public List<E> findAllBySensibility(int v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public E findByRepeated(boolean v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public List<E> findAllByRepeated(boolean v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public E findByActive(boolean v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public List<E> findAllByActive(boolean v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public E findByOneTime(boolean v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public List<E> findAllByOneTime(boolean v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public E findByMethod(String v)
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaException
public List<E> findAllByMethod(String 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 PreventRule>findUsages in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends PreventRule>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 PreventRule>findAllUsages in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends PreventRule>org.nuiton.topia.TopiaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||