|
||||||||||
| 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.security.entities.authorization.TopiaExpressionLinkDAOAbstract<E>
public abstract class TopiaExpressionLinkDAOAbstract<E extends TopiaExpressionLink>
| Field Summary |
|---|
| Fields inherited from class org.nuiton.topia.persistence.TopiaDAOImpl |
|---|
context, entityClass |
| Constructor Summary | |
|---|---|
TopiaExpressionLinkDAOAbstract()
|
|
| Method Summary | ||
|---|---|---|
void |
delete(E entity)
delete : |
|
List<E> |
findAllByBy(String v)
findAllByBy : Retourne les éléments ayant comme valeur pour l'attribut by le paramètre. |
|
List<E> |
findAllByReplace(String v)
findAllByReplace : Retourne les éléments ayant comme valeur pour l'attribut replace le paramètre. |
|
Map<Class<? extends TopiaEntity>,List<? extends TopiaEntity>> |
findAllUsages(E entity)
findAllUsages : |
|
E |
findByBy(String v)
findByBy : Retourne le premier élément trouvé ayant comme valeur pour l'attribut by le paramètre. |
|
E |
findByReplace(String v)
findByReplace : Retourne le premier élément trouvé ayant comme valeur pour l'attribut replace 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, 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, 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, size, update |
| Constructor Detail |
|---|
public TopiaExpressionLinkDAOAbstract()
| Method Detail |
|---|
public Class<E> getEntityClass()
getEntityClass in interface TopiaDAO<E extends TopiaExpressionLink>getEntityClass in class TopiaDAOImpl<E extends TopiaExpressionLink>
public void delete(E entity)
throws TopiaException
delete in interface TopiaDAO<E extends TopiaExpressionLink>delete in class TopiaDAOImpl<E extends TopiaExpressionLink>entity -
TopiaException
public E findByReplace(String v)
throws TopiaException
v -
TopiaException
public List<E> findAllByReplace(String v)
throws TopiaException
v -
TopiaException
public E findByBy(String v)
throws TopiaException
v -
TopiaException
public List<E> findAllByBy(String 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 TopiaExpressionLink>findUsages in class TopiaDAOImpl<E extends TopiaExpressionLink>type - entity -
TopiaException
public Map<Class<? extends TopiaEntity>,List<? extends TopiaEntity>> findAllUsages(E entity)
throws TopiaException
findAllUsages in interface TopiaDAO<E extends TopiaExpressionLink>findAllUsages in class TopiaDAOImpl<E extends TopiaExpressionLink>entity -
TopiaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||