Interface MockCreateCpiService
-
- All Known Implementing Classes:
DefaultMockCreateCpiService
public interface MockCreateCpiServiceMock processing the new subscribed products from an order.- Since:
- 1810
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmockCreateSubscriptionsFromOrder(OrderModel orderModel)Process each order entry from the order based on order entry process type.Supported process types: ACQUISITION: creates new customer inventory entitiesTmaSubscriptionBaseModel,TmaBillingAgreementModelfor assigning the new createdTmaSubscribedProductModel.
-
-
-
Method Detail
-
mockCreateSubscriptionsFromOrder
void mockCreateSubscriptionsFromOrder(OrderModel orderModel)
Process each order entry from the order based on order entry process type.Supported process types: ACQUISITION: creates new customer inventory entitiesTmaSubscriptionBaseModel,TmaBillingAgreementModelfor assigning the new createdTmaSubscribedProductModel.- Parameters:
orderModel- current order to be processed
-
-