Uses of Class
de.hybris.platform.subscriptionfacades.data.SubscriptionBillingData
Packages that use SubscriptionBillingData
Package
Description
-
Uses of SubscriptionBillingData in de.hybris.platform.sap.saprevenuecloudorder.facade
Methods in de.hybris.platform.sap.saprevenuecloudorder.facade that return types with arguments of type SubscriptionBillingDataModifier and TypeMethodDescriptionSapRevenueCloudSubscriptionFacade.getBillDetails(String billId) get subscription bill using billIdSapRevenueCloudSubscriptionFacade.getSubscriptionBills(String fromDate, String toDate) gets subscription bills based on customerId and datesSapRevenueCloudSubscriptionFacade.getSubscriptionBillsByBillId(String billId) Deprecated, for removal: This API element is subject to removal in a future version.SapRevenueCloudSubscriptionFacade.getSubscriptionBillsById(String billId) Deprecated, for removal: This API element is subject to removal in a future version.SapRevenueCloudSubscriptionFacade.getSubscriptionBillsHistory(String fromDate, String toDate, int currentPage, int pageSize, String sort) gets subscription bills based on customerId , dates , currentPage , pageSize and sort -
Uses of SubscriptionBillingData in de.hybris.platform.sap.saprevenuecloudorder.facade.impl
Methods in de.hybris.platform.sap.saprevenuecloudorder.facade.impl that return types with arguments of type SubscriptionBillingDataModifier and TypeMethodDescriptionDefaultSapRevenueCloudSubscriptionFacade.getBillDetails(String billId) DefaultSapRevenueCloudSubscriptionFacade.getSubscriptionBills(String fromDate, String toDate) DefaultSapRevenueCloudSubscriptionFacade.getSubscriptionBillsByBillId(String billId) DefaultSapRevenueCloudSubscriptionFacade.getSubscriptionBillsById(String billId) DefaultSapRevenueCloudSubscriptionFacade.getSubscriptionBillsHistory(String fromDate, String toDate, int currentPage, int pageSize, String sort) Method parameters in de.hybris.platform.sap.saprevenuecloudorder.facade.impl with type arguments of type SubscriptionBillingDataModifier and TypeMethodDescriptionvoidDefaultSapRevenueCloudSubscriptionFacade.setBillItemConverter(de.hybris.platform.servicelayer.dto.converter.Converter<BillItem, SubscriptionBillingData> billItemConverter) voidDefaultSapRevenueCloudSubscriptionFacade.setBillSummaryConverter(de.hybris.platform.servicelayer.dto.converter.Converter<Bill, SubscriptionBillingData> billSummaryConverter) -
Uses of SubscriptionBillingData in de.hybris.platform.sap.saprevenuecloudorder.populators
Classes in de.hybris.platform.sap.saprevenuecloudorder.populators with type parameters of type SubscriptionBillingDataModifier and TypeClassDescriptionclassDefaultSAPRevenueCloudBillDetailPopulator<SOURCE extends BillItem,TARGET extends SubscriptionBillingData> Deprecated, for removal: This API element is subject to removal in a future version.since 1905.09 instead use de.hybris.platform.sap.saprevenuecloudorder.populators.v2.DefaultSAPRevenueCloudSubscriptionBillsListPopulatorclassDefaultSAPRevenueCloudSubscriptionBillsPopulator<SOURCE extends Bills,TARGET extends SubscriptionBillingData> Deprecated, for removal: This API element is subject to removal in a future version.since 1905.09Methods in de.hybris.platform.sap.saprevenuecloudorder.populators with parameters of type SubscriptionBillingDataModifier and TypeMethodDescriptionvoidDefaultSAPRevenueCloudSubscriptionBillsPopulator.populate(Bills source, SubscriptionBillingData target) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SubscriptionBillingData in de.hybris.platform.sap.saprevenuecloudorder.populators.bill.v2
Classes in de.hybris.platform.sap.saprevenuecloudorder.populators.bill.v2 with type parameters of type SubscriptionBillingDataModifier and TypeClassDescriptionclassDefaultBillItemPopulator<S extends BillItem,T extends SubscriptionBillingData> Populate DTOSubscriptionBillingDatawith data fromBillItem.classDefaultBillSummaryPopulator<S extends Bill,T extends SubscriptionBillingData> Populate DTOSubscriptionBillingDatawith data fromBillsList. -
Uses of SubscriptionBillingData in de.hybris.platform.sap.saprevenuecloudorder.populators.v2
Classes in de.hybris.platform.sap.saprevenuecloudorder.populators.v2 with type parameters of type SubscriptionBillingDataModifier and TypeClassDescriptionclassDefaultSAPRevenueCloudSubscriptionBillDetailsPopulator<S extends Bill,T extends SubscriptionBillingData> Populate DTOSubscriptionBillingDatawith data fromBill.classDefaultSAPRevenueCloudSubscriptionBillsListPopulator<S extends BillsList,T extends SubscriptionBillingData> Populate DTOSubscriptionBillingDatawith data fromBillsList.
SapRevenueCloudSubscriptionFacade.getBillDetails(String)