public class LabelErrorDAOImpl<E extends LabelError> extends LabelErrorDAOAbstract<E>
| Constructor and Description |
|---|
LabelErrorDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<LabelError> |
findAllLabelErrors(Date beginDate,
Date endDate)
Recherche les erreurs par zone source ordonnée par la donnée.
|
List<LabelError> |
findLabelErrors(Date beginDate,
Date endDate,
int offset,
int limit)
Recherche les erreurs par zone source ordonnée par la donnée.
|
protected Object |
findLabelErrors(String prefix,
String suffix,
Date beginDate,
Date endDate,
int offset,
int limit)
Recherche les erreurs par zone source ordonnée par la donnée.
|
List<LabelError> |
findLabelErrorsBySource(Zone source)
Recherche les erreurs par zone source ordonnée par la donnée.
|
long |
findLabelErrorsCount()
Renvoie le nombre d'erreur totales.
|
long |
findLabelErrorsCount(Date beginDate,
Date endDate)
Recherche les erreurs par zone source ordonnée par la donnée.
|
List<Batch> |
getBatchWithLabelAfterExpiration()
Lots probablement expirés et pour lesquels une étiquette a été émise.
|
findAllByAfterBatchExpiration, findAllByComment, findAllByDeleted, findAllByLabelDate, findAllByLine, findAllByMessage, findAllByModified, findAllBySource, findAllUsages, findByAfterBatchExpiration, findByComment, findByDeleted, findByLabelDate, findByLine, findByMessage, findByModified, findBySource, findUsages, getEntityClass, getTopiaEntityEnumaddTopiaEntityListener, 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 long findLabelErrorsCount()
throws org.nuiton.topia.TopiaException
org.nuiton.topia.TopiaExceptionpublic List<LabelError> findLabelErrorsBySource(Zone source) throws org.nuiton.topia.TopiaException
zone - zone sourceorg.nuiton.topia.TopiaExceptionpublic List<LabelError> findAllLabelErrors(Date beginDate, Date endDate) throws org.nuiton.topia.TopiaException
beginDate - begin dateendDate - end dateorg.nuiton.topia.TopiaExceptionpublic List<LabelError> findLabelErrors(Date beginDate, Date endDate, int offset, int limit) throws org.nuiton.topia.TopiaException
beginDate - begin dateendDate - end dateoffset - offsetlimit - limitorg.nuiton.topia.TopiaExceptionpublic long findLabelErrorsCount(Date beginDate, Date endDate) throws org.nuiton.topia.TopiaException
beginDate - begin dateendDate - end dateorg.nuiton.topia.TopiaExceptionprotected Object findLabelErrors(String prefix, String suffix, Date beginDate, Date endDate, int offset, int limit) throws org.nuiton.topia.TopiaException
prefix - query prefixsuffix - query suffixbeginDate - begin dateendDate - end dateoffset - offsetlimit - limitorg.nuiton.topia.TopiaExceptionCopyright © 2012–2013 Herboristerie Cailleau. All rights reserved.