|
||||||||||
| 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 : |
|
List<E> |
findAllByAction(int v)
findAllByAction : Retourne les éléments ayant comme valeur pour l'attribut action le paramètre. |
|
List<E> |
findAllByActionDate(Date v)
findAllByActionDate : Retourne les éléments ayant comme valeur pour l'attribut actionDate le paramètre. |
|
List<E> |
findAllByTarget(String v)
findAllByTarget : Retourne les éléments ayant comme valeur pour l'attribut target le paramètre. |
|
List<E> |
findAllByType(String v)
findAllByType : Retourne les éléments ayant comme valeur pour l'attribut type le paramètre. |
|
List<E> |
findAllByUserId(String v)
findAllByUserId : Retourne les éléments ayant comme valeur pour l'attribut userId le paramètre. |
|
Map<Class<?>,List<? extends TopiaEntity>> |
findAllUsages(E entity)
findAllUsages : |
|
E |
findByAction(int v)
findByAction : Retourne le premier élément trouvé ayant comme valeur pour l'attribut action le paramètre. |
|
E |
findByActionDate(Date v)
findByActionDate : Retourne le premier élément trouvé ayant comme valeur pour l'attribut actionDate le paramètre. |
|
E |
findByTarget(String v)
findByTarget : Retourne le premier élément trouvé ayant comme valeur pour l'attribut target le paramètre. |
|
E |
findByType(String v)
findByType : Retourne le premier élément trouvé ayant comme valeur pour l'attribut type le paramètre. |
|
E |
findByUserId(String v)
findByUserId : Retourne le premier élément trouvé ayant comme valeur pour l'attribut userId 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 HistoryDAOAbstract()
| Method Detail |
|---|
public 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(Date v)
throws TopiaException
v -
TopiaException
public List<E> findAllByActionDate(Date v)
throws TopiaException
v -
TopiaException
public E findByUserId(String v)
throws TopiaException
v -
TopiaException
public List<E> findAllByUserId(String v)
throws TopiaException
v -
TopiaException
public E findByAction(int v)
throws TopiaException
v -
TopiaException
public List<E> findAllByAction(int v)
throws TopiaException
v -
TopiaException
public E findByType(String v)
throws TopiaException
v -
TopiaException
public List<E> findAllByType(String v)
throws TopiaException
v -
TopiaException
public E findByTarget(String v)
throws TopiaException
v -
TopiaException
public List<E> findAllByTarget(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 History>findUsages in class TopiaDAOImpl<E extends History>type - entity -
TopiaException
public Map<Class<?>,List<? extends TopiaEntity>> findAllUsages(E entity)
throws TopiaException
findAllUsages in interface TopiaDAO<E extends History>findAllUsages in class TopiaDAOImpl<E extends History>entity -
TopiaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||