Interface AcceleratorConsignmentDao
- All Known Implementing Classes:
DefaultAcceleratorConsignmentDao
public interface AcceleratorConsignmentDao
Data access to
ConsignmentModel-
Method Summary
Modifier and TypeMethodDescriptionfindConsignmentsForStatus(List<ConsignmentStatus> statuses, Collection<BaseSiteModel> sites) Find consignments for given statuses
-
Method Details
-
findConsignmentsForStatus
List<ConsignmentModel> findConsignmentsForStatus(List<ConsignmentStatus> statuses, Collection<BaseSiteModel> sites) Find consignments for given statuses- Parameters:
statuses- the consignment's current statusessites- the sites to look consignment for- Returns:
- the list fo consignments
-