Uses of Class
de.hybris.platform.sap.saprevenuecloudorder.data.SubscriptionOrder
-
Packages that use SubscriptionOrder Package Description de.hybris.platform.sap.saprevenuecloudorder.outbound de.hybris.platform.sap.saprevenuecloudorder.populators -
-
Uses of SubscriptionOrder in de.hybris.platform.sap.saprevenuecloudorder.outbound
Methods in de.hybris.platform.sap.saprevenuecloudorder.outbound that return types with arguments of type SubscriptionOrder Modifier and Type Method Description Populator<AbstractOrderModel,SubscriptionOrder>SendSubscriptionOrderToSCPIHelper. getSapSubscriptionOrderPopulator()Methods in de.hybris.platform.sap.saprevenuecloudorder.outbound with parameters of type SubscriptionOrder Modifier and Type Method Description protected java.lang.StringSendSubscriptionOrderToSCPIHelper. convertToJSON(SubscriptionOrder subscriptionOrder)Method parameters in de.hybris.platform.sap.saprevenuecloudorder.outbound with type arguments of type SubscriptionOrder Modifier and Type Method Description voidSendSubscriptionOrderToSCPIHelper. setSapSubscriptionOrderPopulator(Populator<AbstractOrderModel,SubscriptionOrder> sapSubscriptionOrderPopulator) -
Uses of SubscriptionOrder in de.hybris.platform.sap.saprevenuecloudorder.populators
Methods in de.hybris.platform.sap.saprevenuecloudorder.populators with parameters of type SubscriptionOrder Modifier and Type Method Description protected voidDefaultSAPRevenueCloudSubscriptionOrderPopulator. addPaymentDetalsForSubscriptionOrder(PaymentInfoModel paymentInfoModel, SubscriptionOrder subscriptionOrder)Add extract payment details fromPaymentInfoModeland populateSubscriptionOrdervoidDefaultSAPRevenueCloudSubscriptionOrderPopulator. populate(AbstractOrderModel order, SubscriptionOrder subscriptionOrder)protected voidDefaultSAPRevenueCloudSubscriptionOrderPopulator. populateOrderItems(AbstractOrderModel order, SubscriptionOrder subscriptionOrder)
-