Class MappingLabelsPopulator
java.lang.Object
de.hybris.platform.acceleratorservices.payment.cybersource.converters.populators.request.AbstractRequestPopulator<CreateSubscriptionRequest,PaymentData>
de.hybris.platform.acceleratorocc.populators.impl.MappingLabelsPopulator
- All Implemented Interfaces:
Populator<CreateSubscriptionRequest,PaymentData>
public class MappingLabelsPopulator
extends AbstractRequestPopulator<CreateSubscriptionRequest,PaymentData>
Default implementation of mapping labels populators
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CartServiceprotected ConfigurationServiceprotected Stringvoidpopulate(CreateSubscriptionRequest source, PaymentData target) Populate the target instance with values from the source instance.voidsetCartService(CartService cartService) voidsetConfigurationService(ConfigurationService configurationService) Methods inherited from class de.hybris.platform.acceleratorservices.payment.cybersource.converters.populators.request.AbstractRequestPopulator
addBooleanParameter, addRequestQueryParam
-
Field Details
-
HYBRIS_ACCOUNT_HOLDER_NAME
- See Also:
-
HYBRIS_CARD_TYPE
- See Also:
-
HYBRIS_CARD_NUMBER
- See Also:
-
HYBRIS_CARD_EXPIRATION_MONTH
- See Also:
-
HYBRIS_CARD_EXPIRATION_YEAR
- See Also:
-
HYBRIS_CARD_EXPIRY_DATE
- See Also:
-
HYBRIS_CARD_CVN
- See Also:
-
HYBRIS_COMBINED_EXPIRY_DATE
- See Also:
-
HYBRIS_SEPARATOR_EXPIRY_DATE
- See Also:
-
HYBRIS_BILLTO_COUNTRY
- See Also:
-
HYBRIS_BILLTO_REGION
- See Also:
-
HYBRIS_BILLTO_FIRSTNAME
- See Also:
-
HYBRIS_BILLTO_LASTNAME
- See Also:
-
HYBRIS_BILLTO_STREET1
- See Also:
-
HYBRIS_BILLTO_CITY
- See Also:
-
HYBRIS_BILLTO_POSTALCODE
- See Also:
-
HYBRIS_BILLTO_PHONE_NUMBER
- See Also:
-
HYBRIS_SOP_DECISION
- See Also:
-
HYBRIS_SOP_AMOUNT
- See Also:
-
HYBRIS_SOP_CURRENCY
- See Also:
-
HYBRIS_SOP_REASON_CODE
- See Also:
-
HYBRIS_SOP_CARD_NUMBER
- See Also:
-
HYBRIS_SOP_SUBSCRIPTION_ID
- See Also:
-
HYBRIS_SOP_USES_PUBLIC_SIGNATURE
- See Also:
-
HYBRIS_SOP_PUBLIC_SIGNATURE
- See Also:
-
-
Constructor Details
-
MappingLabelsPopulator
public MappingLabelsPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Parameters:
source- the source objecttarget- the target to fill
-
getPaymentProvider
-
getConfigurationService
-
setConfigurationService
-
getCartService
-
setCartService
-