Class OrderFormReversePopulator
- java.lang.Object
-
- de.hybris.platform.savedorderforms.populator.OrderFormReversePopulator
-
- All Implemented Interfaces:
Populator<OrderFormData,OrderFormModel>
public class OrderFormReversePopulator extends java.lang.Object implements Populator<OrderFormData,OrderFormModel>
PopulatesOrderFormDatawithOrderFormModel.
-
-
Constructor Summary
Constructors Constructor Description OrderFormReversePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommonI18NServicegetCommonI18NService()protected UserServicegetUserService()voidpopulate(OrderFormData source, OrderFormModel target)Populate the target instance with values from the source instance.voidsetCommonI18NService(CommonI18NService commonI18NService)voidsetUserService(UserService userService)
-
-
-
Method Detail
-
populate
public void populate(OrderFormData source, OrderFormModel target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<OrderFormData,OrderFormModel>- Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getCommonI18NService
protected CommonI18NService getCommonI18NService()
-
setCommonI18NService
public void setCommonI18NService(CommonI18NService commonI18NService)
-
getUserService
protected UserService getUserService()
-
setUserService
public void setUserService(UserService userService)
-
-