Uses of Class
de.hybris.platform.b2ctelcofacades.data.TmaSubscriptionSelectionData
-
-
Uses of TmaSubscriptionSelectionData in de.hybris.platform.b2ctelcocommercewebservicescommons.data
Methods in de.hybris.platform.b2ctelcocommercewebservicescommons.data that return types with arguments of type TmaSubscriptionSelectionData Modifier and Type Method Description java.util.List<TmaSubscriptionSelectionData>TmaSubscriptionSelectionListData. getSubscriptionSelection()Method parameters in de.hybris.platform.b2ctelcocommercewebservicescommons.data with type arguments of type TmaSubscriptionSelectionData Modifier and Type Method Description voidTmaSubscriptionSelectionListData. setSubscriptionSelection(java.util.List<TmaSubscriptionSelectionData> subscriptionSelection) -
Uses of TmaSubscriptionSelectionData in de.hybris.platform.b2ctelcofacades.subscription
Methods in de.hybris.platform.b2ctelcofacades.subscription that return types with arguments of type TmaSubscriptionSelectionData Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<TmaSubscriptionSelectionData>>TmaSubscriptionBaseFacade. getSubscriptionSelectionsForCustomer(java.lang.String customerUid)Deprecated, for removal: This API element is subject to removal in a future version.since 1810. -
Uses of TmaSubscriptionSelectionData in de.hybris.platform.b2ctelcofacades.subscription.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.subscription.converters.populator with parameters of type TmaSubscriptionSelectionData Modifier and Type Method Description voidTmaSubscriptionSelectionPopulator. populate(TmaSubscriptionBaseModel source, TmaSubscriptionSelectionData target) -
Uses of TmaSubscriptionSelectionData in de.hybris.platform.b2ctelcofacades.subscription.impl
Methods in de.hybris.platform.b2ctelcofacades.subscription.impl that return types with arguments of type TmaSubscriptionSelectionData Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<TmaSubscriptionSelectionData>>DefaultTmaSubscriptionBaseFacade. getSubscriptionSelectionsForCustomer(java.lang.String customerUid)Returns all subscription selections grouped byTmaBillingAgreementModelandTmaBundledProductOfferingModel, for given customer UID.protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaSubscriptionBaseModel,TmaSubscriptionSelectionData>DefaultTmaSubscriptionBaseFacade. getTmaSubscriptionSelectionConverter()Method parameters in de.hybris.platform.b2ctelcofacades.subscription.impl with type arguments of type TmaSubscriptionSelectionData Modifier and Type Method Description voidDefaultTmaSubscriptionBaseFacade. setTmaSubscriptionSelectionConverter(de.hybris.platform.servicelayer.dto.converter.Converter<TmaSubscriptionBaseModel,TmaSubscriptionSelectionData> tmaSubscriptionSelectionConverter) -
Uses of TmaSubscriptionSelectionData in de.hybris.platform.b2ctelcofacades.user
Methods in de.hybris.platform.b2ctelcofacades.user that return types with arguments of type TmaSubscriptionSelectionData Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<TmaSubscriptionSelectionData>>TmaCustomerFacade. determineEligibleSubscriptionSelections(TmaProcessType processType)Retrieves all eligible subscription selections for a process, grouped byTmaBillingAgreementModelandTmaBundledProductOfferingModel, for given customer UID. -
Uses of TmaSubscriptionSelectionData in de.hybris.platform.b2ctelcofacades.user.impl
Methods in de.hybris.platform.b2ctelcofacades.user.impl that return types with arguments of type TmaSubscriptionSelectionData Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<TmaSubscriptionSelectionData>>TmaDefaultCustomerFacade. determineEligibleSubscriptionSelections(TmaProcessType processType)protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaSubscriptionBaseModel,TmaSubscriptionSelectionData>TmaDefaultCustomerFacade. getTmaSubscriptionSelectionConverter()Method parameters in de.hybris.platform.b2ctelcofacades.user.impl with type arguments of type TmaSubscriptionSelectionData Modifier and Type Method Description voidTmaDefaultCustomerFacade. setTmaSubscriptionSelectionConverter(de.hybris.platform.servicelayer.dto.converter.Converter<TmaSubscriptionBaseModel,TmaSubscriptionSelectionData> tmaSubscriptionSelectionConverter)
-