Interface SourcingLocationPopulator
- All Known Implementing Classes:
AvailabilitySourcingLocationPopulator,DistanceSourcingLocationPopulator,PrioritySourcingLocationPopulator
public interface SourcingLocationPopulator
Populate attributes of a
WarehouseModel from a given PointOfServiceModel.-
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(WarehouseModel source, SourcingLocation target) Populate attributes of the sourcing location.
-
Method Details
-
populate
Populate attributes of the sourcing location.- Parameters:
source- - the point of service modeltarget- - the sourcing location DTO
-