Interface SourcingLocationPopulator
-
- All Known Implementing Classes:
AvailabilitySourcingLocationPopulator,DistanceSourcingLocationPopulator,PrioritySourcingLocationPopulator
public interface SourcingLocationPopulatorPopulate attributes of aWarehouseModelfrom a givenPointOfServiceModel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpopulate(WarehouseModel source, SourcingLocation target)Populate attributes of the sourcing location.
-
-
-
Method Detail
-
populate
void populate(WarehouseModel source, SourcingLocation target)
Populate attributes of the sourcing location.- Parameters:
source- - the point of service modeltarget- - the sourcing location DTO
-
-