Class CisCreateSubscriptionResultPopulator
- java.lang.Object
-
- de.hybris.platform.integration.cis.payment.populators.CisCreateSubscriptionResultPopulator
-
- All Implemented Interfaces:
Populator<CisPaymentProfileResult,CreateSubscriptionResult>
public class CisCreateSubscriptionResultPopulator extends java.lang.Object implements Populator<CisPaymentProfileResult,CreateSubscriptionResult>
-
-
Constructor Summary
Constructors Constructor Description CisCreateSubscriptionResultPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.IntegergetFourDigitYear(int year)voidpopulate(CisPaymentProfileResult cisPaymentProfileResult, CreateSubscriptionResult target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(CisPaymentProfileResult cisPaymentProfileResult, CreateSubscriptionResult target) throws ConversionException
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CisPaymentProfileResult,CreateSubscriptionResult>- Parameters:
cisPaymentProfileResult- the source objecttarget- the target to fill- Throws:
ConversionException- if an error occurs
-
getFourDigitYear
protected java.lang.Integer getFourDigitYear(int year)
-
-