|
||||||||||
| 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.TaasUserDAOAbstract<E>
public abstract class TaasUserDAOAbstract<E extends TaasUser>
| Field Summary |
|---|
| Fields inherited from class org.nuiton.topia.persistence.TopiaDAOImpl |
|---|
context, entityClass |
| Constructor Summary | |
|---|---|
TaasUserDAOAbstract()
|
|
| Method Summary | ||
|---|---|---|
void |
delete(E entity)
delete : |
|
List<E> |
findAllByEmail(String v)
findAllByEmail : Retourne les éléments ayant comme valeur pour l'attribut email le paramètre. |
|
List<E> |
findAllByEnabled(boolean v)
findAllByEnabled : Retourne les éléments ayant comme valeur pour l'attribut enabled le paramètre. |
|
List<E> |
findAllByLastConnectionDate(Date v)
findAllByLastConnectionDate : Retourne les éléments ayant comme valeur pour l'attribut lastConnectionDate le paramètre. |
|
List<E> |
findAllByLink(String v)
findAllByLink : Retourne les éléments ayant comme valeur pour l'attribut link le paramètre. |
|
List<E> |
findAllByLogin(String v)
findAllByLogin : Retourne les éléments ayant comme valeur pour l'attribut login le paramètre. |
|
List<E> |
findAllByNumberOfConnection(int v)
findAllByNumberOfConnection : Retourne les éléments ayant comme valeur pour l'attribut numberOfConnection le paramètre. |
|
List<E> |
findAllByPassword(String v)
findAllByPassword : Retourne les éléments ayant comme valeur pour l'attribut password le paramètre. |
|
Map<Class<? extends TopiaEntity>,List<? extends TopiaEntity>> |
findAllUsages(E entity)
findAllUsages : |
|
E |
findByEmail(String v)
findByEmail : Retourne le premier élément trouvé ayant comme valeur pour l'attribut email le paramètre. |
|
E |
findByEnabled(boolean v)
findByEnabled : Retourne le premier élément trouvé ayant comme valeur pour l'attribut enabled le paramètre. |
|
E |
findByLastConnectionDate(Date v)
findByLastConnectionDate : Retourne le premier élément trouvé ayant comme valeur pour l'attribut lastConnectionDate le paramètre. |
|
E |
findByLink(String v)
findByLink : Retourne le premier élément trouvé ayant comme valeur pour l'attribut link le paramètre. |
|
E |
findByLogin(String v)
findByLogin : Retourne le premier élément trouvé ayant comme valeur pour l'attribut login le paramètre. |
|
E |
findByNumberOfConnection(int v)
findByNumberOfConnection : Retourne le premier élément trouvé ayant comme valeur pour l'attribut numberOfConnection le paramètre. |
|
E |
findByPassword(String v)
findByPassword : Retourne le premier élément trouvé ayant comme valeur pour l'attribut password 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 TaasUserDAOAbstract()
| Method Detail |
|---|
public Class<E> getEntityClass()
getEntityClass in interface TopiaDAO<E extends TaasUser>getEntityClass in class TopiaDAOImpl<E extends TaasUser>
public void delete(E entity)
throws TopiaException
delete in interface TopiaDAO<E extends TaasUser>delete in class TopiaDAOImpl<E extends TaasUser>entity -
TopiaException
public E findByLogin(String v)
throws TopiaException
v -
TopiaException
public List<E> findAllByLogin(String v)
throws TopiaException
v -
TopiaException
public E findByPassword(String v)
throws TopiaException
v -
TopiaException
public List<E> findAllByPassword(String v)
throws TopiaException
v -
TopiaException
public E findByEmail(String v)
throws TopiaException
v -
TopiaException
public List<E> findAllByEmail(String v)
throws TopiaException
v -
TopiaException
public E findByEnabled(boolean v)
throws TopiaException
v -
TopiaException
public List<E> findAllByEnabled(boolean v)
throws TopiaException
v -
TopiaException
public E findByLastConnectionDate(Date v)
throws TopiaException
v -
TopiaException
public List<E> findAllByLastConnectionDate(Date v)
throws TopiaException
v -
TopiaException
public E findByNumberOfConnection(int v)
throws TopiaException
v -
TopiaException
public List<E> findAllByNumberOfConnection(int v)
throws TopiaException
v -
TopiaException
public E findByLink(String v)
throws TopiaException
v -
TopiaException
public List<E> findAllByLink(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 TaasUser>findUsages in class TopiaDAOImpl<E extends TaasUser>type - entity -
TopiaException
public Map<Class<? extends TopiaEntity>,List<? extends TopiaEntity>> findAllUsages(E entity)
throws TopiaException
findAllUsages in interface TopiaDAO<E extends TaasUser>findAllUsages in class TopiaDAOImpl<E extends TaasUser>entity -
TopiaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||