Interface SourcingBanDao
- All Known Implementing Classes:
DefaultSourcingBanDao
public interface SourcingBanDao
Sourcing Ban Dao
-
Method Summary
Modifier and TypeMethodDescriptiongetSourcingBan(Collection<WarehouseModel> warehouseModels, Date currentDateMinusBannedDays) Retrieves anSourcingBanModelfor aWarehouseModel
-
Method Details
-
getSourcingBan
Collection<SourcingBanModel> getSourcingBan(Collection<WarehouseModel> warehouseModels, Date currentDateMinusBannedDays) Retrieves anSourcingBanModelfor aWarehouseModel- Parameters:
warehouseModels- Warehouses for which we retrieve the SourcingBanscurrentDateMinusBannedDays- bannedDays default to 1 day- Returns:
- collection of SourcingBans linked with the warehouses
-