|
||||||||||
| 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.topiatest.deletetest.Contact2DAOAbstract<E>
org.nuiton.topiatest.deletetest.Contact2DAOImpl<E>
org.nuiton.topiatest.deletetest.Telephone2DAOAbstract<E>
public abstract class Telephone2DAOAbstract<E extends Telephone2>
| Field Summary |
|---|
| Fields inherited from class org.nuiton.topia.persistence.TopiaDAOImpl |
|---|
context, entityClass |
| Constructor Summary | |
|---|---|
Telephone2DAOAbstract()
|
|
| Method Summary | ||
|---|---|---|
void |
delete(E entity)
delete : |
|
List<E> |
findAllByCountry(String v)
findAllByCountry : Retourne les éléments ayant comme valeur pour l'attribut country le paramètre. |
|
List<E> |
findAllByPrefix(String v)
findAllByPrefix : Retourne les éléments ayant comme valeur pour l'attribut prefix le paramètre. |
|
Map<Class<? extends org.nuiton.topia.persistence.TopiaEntity>,List<? extends org.nuiton.topia.persistence.TopiaEntity>> |
findAllUsages(E entity)
findAllUsages : |
|
E |
findByCountry(String v)
findByCountry : Retourne le premier élément trouvé ayant comme valeur pour l'attribut country le paramètre. |
|
E |
findByPrefix(String v)
findByPrefix : Retourne le premier élément trouvé ayant comme valeur pour l'attribut prefix le paramètre. |
|
|
findUsages(Class<U> type,
E entity)
findUsages : |
|
Class<E> |
getEntityClass()
getEntityClass : |
|
| Methods inherited from class org.nuiton.topiatest.deletetest.Contact2DAOImpl |
|---|
findAllByCompany |
| Methods inherited from class org.nuiton.topiatest.deletetest.Contact2DAOAbstract |
|---|
findAllByContactValue, findAllByType, findAllContainsParty2, findByContactValue, findByType, findContainsParty2 |
| 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 Telephone2DAOAbstract()
| Method Detail |
|---|
public Class<E> getEntityClass()
getEntityClass in interface org.nuiton.topia.persistence.TopiaDAO<E extends Telephone2>getEntityClass in class Contact2DAOAbstract<E extends Telephone2>
public void delete(E entity)
throws org.nuiton.topia.TopiaException
delete in interface org.nuiton.topia.persistence.TopiaDAO<E extends Telephone2>delete in class Contact2DAOAbstract<E extends Telephone2>entity -
org.nuiton.topia.TopiaException
public E findByPrefix(String v)
throws org.nuiton.topia.TopiaException
v -
org.nuiton.topia.TopiaException
public List<E> findAllByPrefix(String v)
throws org.nuiton.topia.TopiaException
v -
org.nuiton.topia.TopiaException
public E findByCountry(String v)
throws org.nuiton.topia.TopiaException
v -
org.nuiton.topia.TopiaException
public List<E> findAllByCountry(String v)
throws org.nuiton.topia.TopiaException
v -
org.nuiton.topia.TopiaException
public <U extends org.nuiton.topia.persistence.TopiaEntity> List<U> findUsages(Class<U> type,
E entity)
throws org.nuiton.topia.TopiaException
findUsages in interface org.nuiton.topia.persistence.TopiaDAO<E extends Telephone2>findUsages in class Contact2DAOAbstract<E extends Telephone2>type - entity -
org.nuiton.topia.TopiaException
public Map<Class<? extends org.nuiton.topia.persistence.TopiaEntity>,List<? extends org.nuiton.topia.persistence.TopiaEntity>> findAllUsages(E entity)
throws org.nuiton.topia.TopiaException
findAllUsages in interface org.nuiton.topia.persistence.TopiaDAO<E extends Telephone2>findAllUsages in class Contact2DAOAbstract<E extends Telephone2>entity -
org.nuiton.topia.TopiaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||