Class PrioritySourcingLocationPopulator
- java.lang.Object
-
- de.hybris.platform.warehousing.sourcing.context.populator.impl.PrioritySourcingLocationPopulator
-
- All Implemented Interfaces:
SourcingLocationPopulator
public class PrioritySourcingLocationPopulator extends java.lang.Object implements SourcingLocationPopulator
Populate a sourcing location's priority.
-
-
Constructor Summary
Constructors Constructor Description PrioritySourcingLocationPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(WarehouseModel source, SourcingLocation target)Populate attributes of the sourcing location.
-
-
-
Method Detail
-
populate
public void populate(WarehouseModel source, SourcingLocation target)
Description copied from interface:SourcingLocationPopulatorPopulate attributes of the sourcing location.- Specified by:
populatein interfaceSourcingLocationPopulator- Parameters:
source- - the point of service modeltarget- - the sourcing location DTO
-
-