|
||||||||||
| 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 : |
java.util.List<E> |
findAllByBy(java.lang.String v)
findAllByBy : Retourne les éléments ayant comme valeur pour l'attribut by le paramètre. |
java.util.List<E> |
findAllByReplace(java.lang.String v)
findAllByReplace : Retourne les éléments ayant comme valeur pour l'attribut replace le paramètre. |
E |
findByBy(java.lang.String v)
findByBy : Retourne le premier élément trouvé ayant comme valeur pour l'attribut by le paramètre. |
E |
findByReplace(java.lang.String v)
findByReplace : Retourne le premier élément trouvé ayant comme valeur pour l'attribut replace le paramètre. |
java.lang.Class<E> |
getEntityClass()
getEntityClass : |
| 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, createQuery, createQuery, 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 TopiaExpressionLinkDAOAbstract()
| Method Detail |
|---|
public java.lang.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(java.lang.String v)
throws TopiaException
v -
TopiaException
public java.util.List<E> findAllByReplace(java.lang.String v)
throws TopiaException
v -
TopiaException
public E findByBy(java.lang.String v)
throws TopiaException
v -
TopiaException
public java.util.List<E> findAllByBy(java.lang.String v)
throws TopiaException
v -
TopiaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||