|
||||||||||
| 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.TaasPrincipalDAOAbstract<E>
public abstract class TaasPrincipalDAOAbstract<E extends TaasPrincipal>
| Field Summary |
|---|
| Fields inherited from class org.nuiton.topia.persistence.TopiaDAOImpl |
|---|
context, entityClass |
| Constructor Summary | |
|---|---|
TaasPrincipalDAOAbstract()
|
|
| Method Summary | ||
|---|---|---|
void |
delete(E entity)
delete : |
|
List<E> |
findAllByName(String v)
findAllByName : Retourne les éléments ayant comme valeur pour l'attribut name le paramètre. |
|
List<E> |
findAllContainsAuthorizations(TaasAuthorization... v)
findAllContainsAuthorizations : Retourne les éléments trouvé dont l'attribut authorizations contient le paramètre. |
|
Map<Class<?>,List<? extends TopiaEntity>> |
findAllUsages(E entity)
findAllUsages : |
|
E |
findByName(String v)
findByName : Retourne le premier élément trouvé ayant comme valeur pour l'attribut name le paramètre. |
|
E |
findContainsAuthorizations(TaasAuthorization... v)
findContainsAuthorizations : Retourne le premier élément trouvé dont l'attribut authorizations contient le paramètre. |
|
|
findUsages(Class<U> type,
E entity)
findUsages : |
|
Class<E> |
getEntityClass()
getEntityClass : |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TaasPrincipalDAOAbstract()
| Method Detail |
|---|
public Class<E> getEntityClass()
getEntityClass in interface TopiaDAO<E extends TaasPrincipal>getEntityClass in class TopiaDAOImpl<E extends TaasPrincipal>
public void delete(E entity)
throws TopiaException
delete in interface TopiaDAO<E extends TaasPrincipal>delete in class TopiaDAOImpl<E extends TaasPrincipal>entity -
TopiaException
public E findByName(String v)
throws TopiaException
v -
TopiaException
public List<E> findAllByName(String v)
throws TopiaException
v -
TopiaException
public E findContainsAuthorizations(TaasAuthorization... v)
throws TopiaException
v -
TopiaException
public List<E> findAllContainsAuthorizations(TaasAuthorization... 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 TaasPrincipal>findUsages in class TopiaDAOImpl<E extends TaasPrincipal>type - entity -
TopiaException
public Map<Class<?>,List<? extends TopiaEntity>> findAllUsages(E entity)
throws TopiaException
findAllUsages in interface TopiaDAO<E extends TaasPrincipal>findAllUsages in class TopiaDAOImpl<E extends TaasPrincipal>entity -
TopiaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||