public class BatchDAOImpl<E extends Batch> extends BatchDAOAbstract<E>
| Constructor and Description |
|---|
BatchDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<Batch> |
findAllBetweenNumbers(int start,
int end)
Return all batches between range of numbers.
|
List<BatchModel> |
findAllWithQuantity(SearchModel search)
Retourne des lots en incluant dans le modèle, la quantité totale
restante pour l'ensemble du lot.
|
int |
getNextRangeIdBetween(int start,
int end)
Retourne le prochain id non utilisé parmis la liste des numeros
de lots entre start et end.
|
create, createByNaturalId, createByNotNull, delete, existByNaturalId, findAllByDedicatedClient, findAllByDluo, findAllByDmes, findAllByDpmes, findAllByEntryDate, findAllByNumber, findAllByPackageCount, findAllByProduct, findAllByQuantity, findAllBySpentDate, findAllBySupplier, findAllContainsAnalyzeFile, findAllUsages, findByDedicatedClient, findByDluo, findByDmes, findByDpmes, findByEntryDate, findByNaturalId, findByNumber, findByPackageCount, findByProduct, findByQuantity, findBySpentDate, findBySupplier, findContainsAnalyzeFile, findUsages, getEntityClass, getTopiaEntityEnumaddTopiaEntityListener, addTopiaEntityVetoable, computeAndAddRecordsToPager, count, countByQuery, countByQuery, create, create, create, createQuery, createQuery, deleteAll, existByProperties, existByQuery, existByTopiaId, existsByQuery, findAll, findAllByProperties, findAllByProperties, findAllByProperty, findAllByQuery, findAllByQuery, findAllByQuery, findAllByQueryAndPager, findAllByQueryWithBound, findAllContains, findAllIds, findAllMappedByQuery, findAllMappedByQuery, findAllWithOrder, findByPrimaryKey, findByPrimaryKey, findByProperties, findByProperties, findByProperty, findByQuery, findByQuery, findByQuery, findByTopiaId, findContains, getContext, getId, getId, getRequestPermission, init, newInstance, removeTopiaEntityListener, removeTopiaEntityVetoable, updatepublic int getNextRangeIdBetween(int start,
int end)
throws org.nuiton.topia.TopiaException
start - range startend - range endorg.nuiton.topia.TopiaExceptionpublic List<Batch> findAllBetweenNumbers(int start, int end) throws org.nuiton.topia.TopiaException
start - start rangeend - end rangeorg.nuiton.topia.TopiaExceptionpublic List<BatchModel> findAllWithQuantity(SearchModel search) throws org.nuiton.topia.TopiaException
search - search modelorg.nuiton.topia.TopiaExceptionCopyright © 2012 Herboristerie Cailleau. All Rights Reserved.