|
||||||||||
| 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.history.entities.HistoryDAOAbstract<E>
public abstract class HistoryDAOAbstract<E extends History>
| Field Summary |
|---|
| Fields inherited from class org.nuiton.topia.persistence.TopiaDAOImpl |
|---|
context, entityClass |
| Constructor Summary | |
|---|---|
HistoryDAOAbstract()
|
|
| Method Summary | |
|---|---|
void |
delete(E entity)
delete : |
java.util.List<E> |
findAllByAction(int v)
findAllByAction : Retourne les éléments ayant comme valeur pour l'attribut action le paramètre. |
java.util.List<E> |
findAllByActionDate(java.util.Date v)
findAllByActionDate : Retourne les éléments ayant comme valeur pour l'attribut actionDate le paramètre. |
java.util.List<E> |
findAllByTarget(java.lang.String v)
findAllByTarget : Retourne les éléments ayant comme valeur pour l'attribut target le paramètre. |
java.util.List<E> |
findAllByType(java.lang.String v)
findAllByType : Retourne les éléments ayant comme valeur pour l'attribut type le paramètre. |
java.util.List<E> |
findAllByUserId(java.lang.String v)
findAllByUserId : Retourne les éléments ayant comme valeur pour l'attribut userId le paramètre. |
E |
findByAction(int v)
findByAction : Retourne le premier élément trouvé ayant comme valeur pour l'attribut action le paramètre. |
E |
findByActionDate(java.util.Date v)
findByActionDate : Retourne le premier élément trouvé ayant comme valeur pour l'attribut actionDate le paramètre. |
E |
findByTarget(java.lang.String v)
findByTarget : Retourne le premier élément trouvé ayant comme valeur pour l'attribut target le paramètre. |
E |
findByType(java.lang.String v)
findByType : Retourne le premier élément trouvé ayant comme valeur pour l'attribut type le paramètre. |
E |
findByUserId(java.lang.String v)
findByUserId : Retourne le premier élément trouvé ayant comme valeur pour l'attribut userId 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, 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 HistoryDAOAbstract()
| Method Detail |
|---|
public java.lang.Class<E> getEntityClass()
getEntityClass in interface TopiaDAO<E extends History>getEntityClass in class TopiaDAOImpl<E extends History>
public void delete(E entity)
throws TopiaException
delete in interface TopiaDAO<E extends History>delete in class TopiaDAOImpl<E extends History>entity -
TopiaException
public E findByActionDate(java.util.Date v)
throws TopiaException
v -
TopiaException
public java.util.List<E> findAllByActionDate(java.util.Date v)
throws TopiaException
v -
TopiaException
public E findByUserId(java.lang.String v)
throws TopiaException
v -
TopiaException
public java.util.List<E> findAllByUserId(java.lang.String v)
throws TopiaException
v -
TopiaException
public E findByAction(int v)
throws TopiaException
v -
TopiaException
public java.util.List<E> findAllByAction(int v)
throws TopiaException
v -
TopiaException
public E findByType(java.lang.String v)
throws TopiaException
v -
TopiaException
public java.util.List<E> findAllByType(java.lang.String v)
throws TopiaException
v -
TopiaException
public E findByTarget(java.lang.String v)
throws TopiaException
v -
TopiaException
public java.util.List<E> findAllByTarget(java.lang.String v)
throws TopiaException
v -
TopiaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||