Interface AcceleratorConsignmentDao

    • Method Detail

      • findConsignmentsForStatus

        java.util.List<ConsignmentModel> findConsignmentsForStatus​(java.util.List<ConsignmentStatus> statuses,
                                                                   java.util.Collection<BaseSiteModel> sites)
        Find consignments for given statuses
        Parameters:
        statuses - the consignment's current statuses
        sites - the sites to look consignment for
        Returns:
        the list fo consignments