|
||||||||||
| 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.nuiton.topia.taas.entities.TaasAuthorizationDAOAbstract<E>
public abstract class TaasAuthorizationDAOAbstract<E extends TaasAuthorization>
| Field Summary |
|---|
| Fields inherited from class org.nuiton.topia.persistence.TopiaDAOImpl |
|---|
context, entityClass |
| Constructor Summary | |
|---|---|
TaasAuthorizationDAOAbstract()
|
|
| Method Summary | ||
|---|---|---|
void |
delete(E entity)
delete : |
|
List<E> |
findAllByActions(int v)
findAllByActions : Retourne les éléments ayant comme valeur pour l'attribut actions le paramètre. |
|
List<E> |
findAllByExpression(String v)
findAllByExpression : Retourne les éléments ayant comme valeur pour l'attribut expression le paramètre. |
|
Map<Class<? extends TopiaEntity>,List<? extends TopiaEntity>> |
findAllUsages(E entity)
findAllUsages : |
|
E |
findByActions(int v)
findByActions : Retourne le premier élément trouvé ayant comme valeur pour l'attribut actions le paramètre. |
|
E |
findByExpression(String v)
findByExpression : Retourne le premier élément trouvé ayant comme valeur pour l'attribut expression le paramètre. |
|
|
findUsages(Class<U> type,
E entity)
findUsages : |
|
Class<E> |
getEntityClass()
getEntityClass : |
|
| 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, findAllIds, findAllMappedByQuery, findAllMappedByQuery, findAllWithOrder, findByPrimaryKey, findByPrimaryKey, findByProperties, findByProperties, findByProperty, findByQuery, findByTopiaId, 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 |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaDAO |
|---|
addTopiaEntityListener, addTopiaEntityVetoable, count, countByQuery, create, create, create, createQuery, createQuery, existByProperties, existByQuery, existByTopiaId, findAll, findAllByProperties, findAllByProperties, findAllByProperty, findAllByQuery, findAllIds, findAllMappedByQuery, findAllMappedByQuery, findAllWithOrder, findByPrimaryKey, findByPrimaryKey, findByProperties, findByProperties, findByProperty, findByQuery, findByTopiaId, getContext, getRequestPermission, init, newInstance, removeTopiaEntityListener, removeTopiaEntityVetoable, update |
| Constructor Detail |
|---|
public TaasAuthorizationDAOAbstract()
| Method Detail |
|---|
public Class<E> getEntityClass()
getEntityClass in interface TopiaDAO<E extends TaasAuthorization>getEntityClass in class TopiaDAOImpl<E extends TaasAuthorization>
public void delete(E entity)
throws TopiaException
delete in interface TopiaDAO<E extends TaasAuthorization>delete in class TopiaDAOImpl<E extends TaasAuthorization>entity -
TopiaException
public E findByExpression(String v)
throws TopiaException
v -
TopiaException
public List<E> findAllByExpression(String v)
throws TopiaException
v -
TopiaException
public E findByActions(int v)
throws TopiaException
v -
TopiaException
public List<E> findAllByActions(int v)
throws TopiaException
v -
TopiaException
public <U extends TopiaEntity> List<U> findUsages(Class<U> type,
E entity)
throws TopiaException
findUsages in interface TopiaDAO<E extends TaasAuthorization>findUsages in class TopiaDAOImpl<E extends TaasAuthorization>type - entity -
TopiaException
public Map<Class<? extends TopiaEntity>,List<? extends TopiaEntity>> findAllUsages(E entity)
throws TopiaException
findAllUsages in interface TopiaDAO<E extends TaasAuthorization>findAllUsages in class TopiaDAOImpl<E extends TaasAuthorization>entity -
TopiaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||