|
||||||||||
| 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.user.TopiaUserDAOAbstract<E>
public abstract class TopiaUserDAOAbstract<E extends TopiaUser>
| Field Summary |
|---|
| Fields inherited from class org.nuiton.topia.persistence.TopiaDAOImpl |
|---|
context, entityClass |
| Constructor Summary | |
|---|---|
TopiaUserDAOAbstract()
|
|
| Method Summary | |
|---|---|
void |
delete(E entity)
delete : |
java.util.List<E> |
findAllByEmail(java.lang.String v)
findAllByEmail : Retourne les éléments ayant comme valeur pour l'attribut email le paramètre. |
java.util.List<E> |
findAllByLinkApplication(java.lang.String v)
findAllByLinkApplication : Retourne les éléments ayant comme valeur pour l'attribut linkApplication le paramètre. |
java.util.List<E> |
findAllByLogin(java.lang.String v)
findAllByLogin : Retourne les éléments ayant comme valeur pour l'attribut login le paramètre. |
java.util.List<E> |
findAllByNote(java.lang.String v)
findAllByNote : Retourne les éléments ayant comme valeur pour l'attribut note le paramètre. |
java.util.List<E> |
findAllByPassword(java.lang.String v)
findAllByPassword : Retourne les éléments ayant comme valeur pour l'attribut password le paramètre. |
java.util.List<E> |
findAllContainsTopiaGroup(TopiaGroup... v)
findAllContainsTopiaGroup : Retourne les éléments trouvé dont l'attribut topiaGroup contient le paramètre. |
E |
findByEmail(java.lang.String v)
findByEmail : Retourne le premier élément trouvé ayant comme valeur pour l'attribut email le paramètre. |
E |
findByLinkApplication(java.lang.String v)
findByLinkApplication : Retourne le premier élément trouvé ayant comme valeur pour l'attribut linkApplication le paramètre. |
E |
findByLogin(java.lang.String v)
findByLogin : Retourne le premier élément trouvé ayant comme valeur pour l'attribut login le paramètre. |
E |
findByNote(java.lang.String v)
findByNote : Retourne le premier élément trouvé ayant comme valeur pour l'attribut note le paramètre. |
E |
findByPassword(java.lang.String v)
findByPassword : Retourne le premier élément trouvé ayant comme valeur pour l'attribut password le paramètre. |
E |
findContainsTopiaGroup(TopiaGroup... v)
findContainsTopiaGroup : Retourne le premier élément trouvé dont l'attribut topiaGroup contient 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 TopiaUserDAOAbstract()
| Method Detail |
|---|
public java.lang.Class<E> getEntityClass()
getEntityClass in interface TopiaDAO<E extends TopiaUser>getEntityClass in class TopiaDAOImpl<E extends TopiaUser>
public void delete(E entity)
throws TopiaException
delete in interface TopiaDAO<E extends TopiaUser>delete in class TopiaDAOImpl<E extends TopiaUser>entity -
TopiaException
public E findByLogin(java.lang.String v)
throws TopiaException
v -
TopiaException
public java.util.List<E> findAllByLogin(java.lang.String v)
throws TopiaException
v -
TopiaException
public E findByEmail(java.lang.String v)
throws TopiaException
v -
TopiaException
public java.util.List<E> findAllByEmail(java.lang.String v)
throws TopiaException
v -
TopiaException
public E findByPassword(java.lang.String v)
throws TopiaException
v -
TopiaException
public java.util.List<E> findAllByPassword(java.lang.String v)
throws TopiaException
v -
TopiaException
public E findByNote(java.lang.String v)
throws TopiaException
v -
TopiaException
public java.util.List<E> findAllByNote(java.lang.String v)
throws TopiaException
v -
TopiaException
public E findByLinkApplication(java.lang.String v)
throws TopiaException
v -
TopiaException
public java.util.List<E> findAllByLinkApplication(java.lang.String v)
throws TopiaException
v -
TopiaException
public E findContainsTopiaGroup(TopiaGroup... v)
throws TopiaException
v -
TopiaException
public java.util.List<E> findAllContainsTopiaGroup(TopiaGroup... v)
throws TopiaException
v -
TopiaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||