public abstract class ProductPlaceDAOAbstract<E extends ProductPlace>
extends org.nuiton.topia.persistence.TopiaDAOImpl<E>
| Constructor and Description |
|---|
ProductPlaceDAOAbstract() |
| Modifier and Type | Method and Description |
|---|---|
List<E> |
findAllByPlace(Place v) |
List<E> |
findAllByPresentationCode(PresentationCode v) |
List<E> |
findAllByProduct(Product v) |
Map<Class<? extends org.nuiton.topia.persistence.TopiaEntity>,List<? extends org.nuiton.topia.persistence.TopiaEntity>> |
findAllUsages(E entity) |
E |
findByPlace(Place v) |
E |
findByPresentationCode(PresentationCode v) |
E |
findByProduct(Product v) |
<U extends org.nuiton.topia.persistence.TopiaEntity> |
findUsages(Class<U> type,
E entity) |
Class<E> |
getEntityClass() |
SGQDAOHelper.SGQEntityEnum |
getTopiaEntityEnum() |
addTopiaEntityListener, addTopiaEntityVetoable, computeAndAddRecordsToPager, count, countByQuery, countByQuery, create, create, create, createQuery, createQuery, createSimpleQuery, delete, deleteAll, existByProperties, existByQuery, existByTopiaId, existsByQuery, findAll, findAllByProperties, findAllByProperties, findAllByProperty, findAllByQuery, findAllByQuery, findAllByQuery, findAllByQueryAndPager, findAllByQueryAndPager, findAllByQueryWithBound, findAllByQueryWithBound, findAllContains, findAllIds, findAllLazyByQuery, findAllLazyByQuery, findAllLazyByQuery, findAllLazyByQuery, findAllMappedByQuery, findAllMappedByQuery, findAllWithOrder, findByPrimaryKey, findByPrimaryKey, findByProperties, findByProperties, findByProperty, findByQuery, findByQuery, findByQuery, findByTopiaId, findContains, getBatchSize, getContext, getId, getId, getRequestPermission, init, iterator, newInstance, removeTopiaEntityListener, removeTopiaEntityVetoable, setBatchSize, updatepublic Class<E> getEntityClass()
getEntityClass in interface org.nuiton.topia.persistence.TopiaDAO<E extends ProductPlace>getEntityClass in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends ProductPlace>public SGQDAOHelper.SGQEntityEnum getTopiaEntityEnum()
getTopiaEntityEnum in interface org.nuiton.topia.persistence.TopiaDAO<E extends ProductPlace>getTopiaEntityEnum in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends ProductPlace>public E findByPresentationCode(PresentationCode v) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionpublic List<E> findAllByPresentationCode(PresentationCode v) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionpublic E findByProduct(Product v) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionpublic List<E> findAllByProduct(Product v) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionpublic E findByPlace(Place v) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionpublic List<E> findAllByPlace(Place v) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionpublic <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 ProductPlace>findUsages in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends ProductPlace>org.nuiton.topia.TopiaExceptionpublic 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 ProductPlace>findAllUsages in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends ProductPlace>org.nuiton.topia.TopiaExceptionCopyright © 2012-2013 Herboristerie Cailleau. All Rights Reserved.