Class OrdermanagementOrderEntryUrlPopulator
java.lang.Object
de.hybris.platform.ordermanagementfacades.order.converters.populator.OrdermanagementOrderEntryUrlPopulator
- All Implemented Interfaces:
Populator<OrderEntryModel,OrderEntryData>
public class OrdermanagementOrderEntryUrlPopulator
extends Object
implements Populator<OrderEntryModel,OrderEntryData>
Populates the URI for the given
OrderEntryModel-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected UrlResolver<OrderEntryModel>voidpopulate(OrderEntryModel source, OrderEntryData target) Populate the target instance with values from the source instance.voidsetOrderEntryUrlResolver(UrlResolver<OrderEntryModel> orderEntryUrlResolver)
-
Constructor Details
-
OrdermanagementOrderEntryUrlPopulator
public OrdermanagementOrderEntryUrlPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<OrderEntryModel,OrderEntryData> - Parameters:
source- the source objecttarget- the target to fill
-
getOrderEntryUrlResolver
-
setOrderEntryUrlResolver
-