Class BillingCycleTypePopulator
java.lang.Object
de.hybris.platform.subscriptionfacades.converters.populator.BillingCycleTypePopulator
- All Implemented Interfaces:
Populator<BillingCycleType,BillingCycleTypeData>
public class BillingCycleTypePopulator
extends Object
implements Populator<BillingCycleType,BillingCycleTypeData>
Populator implementation for
BillingCycleType as source and BillingCycleTypeData as target type.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TypeServicevoidpopulate(BillingCycleType source, BillingCycleTypeData target) Populate the target instance with values from the source instance.voidsetTypeService(TypeService typeService)
-
Constructor Details
-
BillingCycleTypePopulator
public BillingCycleTypePopulator()
-
-
Method Details
-
populate
public void populate(BillingCycleType source, BillingCycleTypeData target) throws ConversionException Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<BillingCycleType,BillingCycleTypeData> - Parameters:
source- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getTypeService
-
setTypeService
-