|
||||||||||
| 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 : |
|
List<E> |
findAllByEmail(String v)
findAllByEmail : Retourne les éléments ayant comme valeur pour l'attribut email le paramètre. |
|
List<E> |
findAllByLinkApplication(String v)
findAllByLinkApplication : Retourne les éléments ayant comme valeur pour l'attribut linkApplication 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> |
findAllByNote(String v)
findAllByNote : Retourne les éléments ayant comme valeur pour l'attribut note le paramètre. |
|
List<E> |
findAllByPassword(String v)
findAllByPassword : Retourne les éléments ayant comme valeur pour l'attribut password le paramètre. |
|
List<E> |
findAllContainsTopiaGroup(TopiaGroup v)
findAllContainsTopiaGroup : Retourne les éléments ayant comme valeur pour l'attribut topiaGroup 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 |
findByLinkApplication(String v)
findByLinkApplication : Retourne le premier élément trouvé ayant comme valeur pour l'attribut linkApplication 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 |
findByNote(String v)
findByNote : Retourne le premier élément trouvé ayant comme valeur pour l'attribut note le paramètre. |
|
E |
findByPassword(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 ayant comme valeur pour l'attribut topiaGroup 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, findAllContains, findAllIds, findAllMappedByQuery, findAllMappedByQuery, findAllWithOrder, findByPrimaryKey, findByPrimaryKey, findByProperties, findByProperties, findByProperty, findByQuery, findByTopiaId, findContains, getContext, getId, getId, getRequestPermission, init, newInstance, removeTopiaEntityListener, removeTopiaEntityVetoable, 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, findAllContains, findAllIds, findAllMappedByQuery, findAllMappedByQuery, findAllWithOrder, findByPrimaryKey, findByPrimaryKey, findByProperties, findByProperties, findByProperty, findByQuery, findByTopiaId, findContains, getContext, getRequestPermission, init, newInstance, removeTopiaEntityListener, removeTopiaEntityVetoable, update |
| Constructor Detail |
|---|
public TopiaUserDAOAbstract()
| Method Detail |
|---|
public 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(String v)
throws TopiaException
v -
TopiaException
public List<E> findAllByLogin(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 findByPassword(String v)
throws TopiaException
v -
TopiaException
public List<E> findAllByPassword(String v)
throws TopiaException
v -
TopiaException
public E findByNote(String v)
throws TopiaException
v -
TopiaException
public List<E> findAllByNote(String v)
throws TopiaException
v -
TopiaException
public E findByLinkApplication(String v)
throws TopiaException
v -
TopiaException
public List<E> findAllByLinkApplication(String v)
throws TopiaException
v -
TopiaException
public E findContainsTopiaGroup(TopiaGroup v)
throws TopiaException
v -
TopiaException
public List<E> findAllContainsTopiaGroup(TopiaGroup 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 TopiaUser>findUsages in class TopiaDAOImpl<E extends TopiaUser>type - entity -
TopiaException
public Map<Class<? extends TopiaEntity>,List<? extends TopiaEntity>> findAllUsages(E entity)
throws TopiaException
findAllUsages in interface TopiaDAO<E extends TopiaUser>findAllUsages in class TopiaDAOImpl<E extends TopiaUser>entity -
TopiaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||