public abstract class ProductStatusDAOAbstract<E extends ProductStatus>
extends org.nuiton.topia.persistence.TopiaDAOImpl<E>
| Constructor and Description |
|---|
ProductStatusDAOAbstract() |
| Modifier and Type | Method and Description |
|---|---|
List<E> |
findAllByName(String v) |
Map<Class<? extends org.nuiton.topia.persistence.TopiaEntity>,List<? extends org.nuiton.topia.persistence.TopiaEntity>> |
findAllUsages(E entity) |
E |
findByName(String 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 ProductStatus>getEntityClass in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends ProductStatus>public SGQDAOHelper.SGQEntityEnum getTopiaEntityEnum()
getTopiaEntityEnum in interface org.nuiton.topia.persistence.TopiaDAO<E extends ProductStatus>getTopiaEntityEnum in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends ProductStatus>public E findByName(String v) throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionpublic List<E> findAllByName(String 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 ProductStatus>findUsages in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends ProductStatus>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 ProductStatus>findAllUsages in class org.nuiton.topia.persistence.TopiaDAOImpl<E extends ProductStatus>org.nuiton.topia.TopiaExceptionCopyright © 2012–2013 Herboristerie Cailleau. All rights reserved.