org.nuiton.topiatest
Class PersonneDAOAbstract<E extends Personne>

java.lang.Object
  extended by org.nuiton.topia.persistence.TopiaDAOImpl<E>
      extended by org.nuiton.topiatest.deletetest.Party2DAOAbstract<E>
          extended by org.nuiton.topiatest.deletetest.Party2DAOImpl<E>
              extended by org.nuiton.topiatest.PersonneDAOAbstract<E>
All Implemented Interfaces:
org.nuiton.topia.persistence.TopiaDAO<E>
Direct Known Subclasses:
PersonneDAOImpl

public abstract class PersonneDAOAbstract<E extends Personne>
extends Party2DAOImpl<E>


Field Summary
 
Fields inherited from class org.nuiton.topia.persistence.TopiaDAOImpl
context, entityClass
 
Constructor Summary
PersonneDAOAbstract()
           
 
Method Summary
 List<E> findAllByAddress(Address v)
           
 List<E> findAllByGender(Gender v)
           
 List<E> findAllByName(String v)
           
 List<E> findAllByOtherGender(Gender v)
           
 List<E> findAllContainsOtherNames(String v)
           
 List<E> findAllContainsTitle(Title v)
           
 Map<Class<? extends org.nuiton.topia.persistence.TopiaEntity>,List<? extends org.nuiton.topia.persistence.TopiaEntity>> findAllUsages(E entity)
           
 E findByAddress(Address v)
           
 E findByGender(Gender v)
           
 E findByName(String v)
           
 E findByOtherGender(Gender v)
           
 E findContainsOtherNames(String v)
           
 E findContainsTitle(Title v)
           
<U extends org.nuiton.topia.persistence.TopiaEntity>
List<U>
findUsages(Class<U> type, E entity)
           
 Class<E> getEntityClass()
           
 TopiaTestDAOHelper.TopiaTestEntityEnum getTopiaEntityEnum()
           
 
Methods inherited from class org.nuiton.topiatest.deletetest.Party2DAOAbstract
delete, findAllContainsContacts, findContainsContacts
 
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
 

Constructor Detail

PersonneDAOAbstract

public PersonneDAOAbstract()
Method Detail

getEntityClass

public Class<E> getEntityClass()
Specified by:
getEntityClass in interface org.nuiton.topia.persistence.TopiaDAO<E extends Personne>
Overrides:
getEntityClass in class Party2DAOAbstract<E extends Personne>

getTopiaEntityEnum

public TopiaTestDAOHelper.TopiaTestEntityEnum getTopiaEntityEnum()
Specified by:
getTopiaEntityEnum in interface org.nuiton.topia.persistence.TopiaDAO<E extends Personne>
Overrides:
getTopiaEntityEnum in class Party2DAOAbstract<E extends Personne>

findByName

public E findByName(String v)
                              throws org.nuiton.topia.TopiaException
Throws:
org.nuiton.topia.TopiaException

findAllByName

public List<E> findAllByName(String v)
                                       throws org.nuiton.topia.TopiaException
Throws:
org.nuiton.topia.TopiaException

findContainsOtherNames

public E findContainsOtherNames(String v)
                                          throws org.nuiton.topia.TopiaException
Throws:
org.nuiton.topia.TopiaException

findAllContainsOtherNames

public List<E> findAllContainsOtherNames(String v)
                                                   throws org.nuiton.topia.TopiaException
Throws:
org.nuiton.topia.TopiaException

findByGender

public E findByGender(Gender v)
                                throws org.nuiton.topia.TopiaException
Throws:
org.nuiton.topia.TopiaException

findAllByGender

public List<E> findAllByGender(Gender v)
                                         throws org.nuiton.topia.TopiaException
Throws:
org.nuiton.topia.TopiaException

findByOtherGender

public E findByOtherGender(Gender v)
                                     throws org.nuiton.topia.TopiaException
Throws:
org.nuiton.topia.TopiaException

findAllByOtherGender

public List<E> findAllByOtherGender(Gender v)
                                              throws org.nuiton.topia.TopiaException
Throws:
org.nuiton.topia.TopiaException

findByAddress

public E findByAddress(Address v)
                                 throws org.nuiton.topia.TopiaException
Throws:
org.nuiton.topia.TopiaException

findAllByAddress

public List<E> findAllByAddress(Address v)
                                          throws org.nuiton.topia.TopiaException
Throws:
org.nuiton.topia.TopiaException

findContainsTitle

public E findContainsTitle(Title v)
                                     throws org.nuiton.topia.TopiaException
Throws:
org.nuiton.topia.TopiaException

findAllContainsTitle

public List<E> findAllContainsTitle(Title v)
                                              throws org.nuiton.topia.TopiaException
Throws:
org.nuiton.topia.TopiaException

findUsages

public <U extends org.nuiton.topia.persistence.TopiaEntity> List<U> findUsages(Class<U> type,
                                                                               E entity)
                                                                    throws org.nuiton.topia.TopiaException
Specified by:
findUsages in interface org.nuiton.topia.persistence.TopiaDAO<E extends Personne>
Overrides:
findUsages in class Party2DAOAbstract<E extends Personne>
Throws:
org.nuiton.topia.TopiaException

findAllUsages

public Map<Class<? extends org.nuiton.topia.persistence.TopiaEntity>,List<? extends org.nuiton.topia.persistence.TopiaEntity>> findAllUsages(E entity)
                                                                                                                                      throws org.nuiton.topia.TopiaException
Specified by:
findAllUsages in interface org.nuiton.topia.persistence.TopiaDAO<E extends Personne>
Overrides:
findAllUsages in class Party2DAOAbstract<E extends Personne>
Throws:
org.nuiton.topia.TopiaException


Copyright © 2004-2011 CodeLutin. All Rights Reserved.