org.nuiton.topiatest.deletetest
Class Contact2DAOImpl<E extends Contact2>

java.lang.Object
  extended by org.nuiton.topia.persistence.TopiaDAOImpl<E>
      extended by org.nuiton.topiatest.deletetest.Contact2DAOAbstract<E>
          extended by org.nuiton.topiatest.deletetest.Contact2DAOImpl<E>
All Implemented Interfaces:
org.nuiton.topia.persistence.TopiaDAO<E>
Direct Known Subclasses:
Contact2DAO, Telephone2DAOAbstract

public class Contact2DAOImpl<E extends Contact2>
extends Contact2DAOAbstract<E>

Author:
desbois

Field Summary
 
Fields inherited from class org.nuiton.topia.persistence.TopiaDAOImpl
context, entityClass
 
Constructor Summary
Contact2DAOImpl()
           
 
Method Summary
 Set<Contact2> findAllByCompany(Company company)
          findAllByCompany :
 
Methods inherited from class org.nuiton.topiatest.deletetest.Contact2DAOAbstract
delete, findAllByContactValue, findAllByType, findAllUsages, findByContactValue, findByType, findUsages, 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, findAllIds, findAllMappedByQuery, findAllMappedByQuery, findAllWithOrder, findByPrimaryKey, findByPrimaryKey, findByProperties, findByProperties, findByProperty, findByQuery, findByTopiaId, getContext, getId, getId, getRequestPermission, init, newInstance, removeTopiaEntityListener, removeTopiaEntityVetoable, 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, count, countByQuery, create, create, create, createQuery, createQuery, existByProperties, existByQuery, existByTopiaId, findAll, findAllByProperties, findAllByProperties, findAllByProperty, findAllByQuery, findAllIds, findAllMappedByQuery, findAllMappedByQuery, findAllWithOrder, findByPrimaryKey, findByPrimaryKey, findByProperties, findByProperties, findByProperty, findByQuery, findByTopiaId, getContext, getRequestPermission, init, newInstance, removeTopiaEntityListener, removeTopiaEntityVetoable, size, update
 

Constructor Detail

Contact2DAOImpl

public Contact2DAOImpl()
Method Detail

findAllByCompany

public Set<Contact2> findAllByCompany(Company company)
                               throws org.nuiton.topia.TopiaException
Description copied from class: Contact2DAOAbstract
findAllByCompany :

Specified by:
findAllByCompany in class Contact2DAOAbstract<E extends Contact2>
Returns:
Set
Throws:
org.nuiton.topia.TopiaException


Copyright © 2004-2011 CodeLutin. All Rights Reserved.