|
||||||||||
| 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. |
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. |
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, commitTransaction, create, create, createQuery, createQuery, findAll, findAllByProperties, findAllByProperties, findAllByProperty, findAllContainsProperties, findAllContainsProperties, findAllIds, findAllWithOrder, findByPrimaryKey, findByPrimaryKey, findByProperties, findByProperties, findByProperty, findByTopiaId, findContainsProperties, findContainsProperties, getContext, getId, getId, getRequestPermission, init, instanciateNew, removeTopiaEntityListener, removeTopiaEntityVetoable, rollbackTransaction, 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, 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 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||