public class BatchAnalyzeDAOImpl<E extends BatchAnalyze> extends BatchAnalyzeDAOAbstract<E>
| Constructor and Description |
|---|
BatchAnalyzeDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<BatchAnalyze> |
findAllAnalyze(AnalyzeFilter analyzeFilter)
Retourne l'ensemble des analyzes suivant un filtre.
|
List<BatchAnalyze> |
findAllAnalyzeToReceive(AnalyzeFilter analyzeFilter)
Retourne l'ensemble des analyzes expédiées en attente de reception.
|
List<BatchAnalyze> |
findAllAnalyzeToSend(AnalyzeFilter analyzeFilter)
Retourne l'ensemble des analyzes a preparer et non encore expédiées.
|
protected List<BatchAnalyze> |
findAllAnalyzeWithQuery(AnalyzeFilter analyzeFilter,
String queryPrefix)
Retourne l'ensemble des analyzes en utilisant le filtre et le
debut de requete.
|
delete, findAllByAnalyzeType, findAllByBatch, findAllByCreationDate, findAllByReceiptDate, findAllByReceiptLimitDate, findAllBySentDate, findAllBySupplier, findAllBySynthesis, findAllBySynthesisMention, findAllUsages, findByAnalyzeType, findByBatch, findByCreationDate, findByReceiptDate, findByReceiptLimitDate, findBySentDate, findBySupplier, findBySynthesis, findBySynthesisMention, findUsages, getEntityClass, getTopiaEntityEnumaddTopiaEntityListener, addTopiaEntityVetoable, computeAndAddRecordsToPager, count, countByQuery, countByQuery, create, create, create, createQuery, createQuery, createSimpleQuery, 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 List<BatchAnalyze> findAllAnalyzeToSend(AnalyzeFilter analyzeFilter) throws org.nuiton.topia.TopiaException
analyzeFilter - filter to filter onorg.nuiton.topia.TopiaExceptionpublic List<BatchAnalyze> findAllAnalyzeToReceive(AnalyzeFilter analyzeFilter) throws org.nuiton.topia.TopiaException
analyzeFilter - filter to filter onorg.nuiton.topia.TopiaExceptionpublic List<BatchAnalyze> findAllAnalyze(AnalyzeFilter analyzeFilter) throws org.nuiton.topia.TopiaException
analyzeFilter - filter to filter onorg.nuiton.topia.TopiaExceptionprotected List<BatchAnalyze> findAllAnalyzeWithQuery(AnalyzeFilter analyzeFilter, String queryPrefix) throws org.nuiton.topia.TopiaException
analyzeFilter - filterqueryPrefix - query prefixorg.nuiton.topia.TopiaExceptionCopyright © 2012-2013 Herboristerie Cailleau. All Rights Reserved.