Uses of Class
de.hybris.platform.b2ctelcofacades.data.TmaAverageServiceUsageData
-
-
Uses of TmaAverageServiceUsageData in de.hybris.platform.b2ctelcofacades.subscription
Methods in de.hybris.platform.b2ctelcofacades.subscription that return types with arguments of type TmaAverageServiceUsageData Modifier and Type Method Description java.util.Map<TmaSubscribedProductData,java.util.Set<TmaAverageServiceUsageData>>TmaSubscribedProductFacade. getSubscriptionBaseProductWithAvgValues(java.lang.String subscriberIdentity, java.lang.String subscribedProductId)Returns all subscription base services for subscription base service Id and subscriberIdentity.java.util.Map<TmaSubscribedProductData,java.util.Set<TmaAverageServiceUsageData>>TmaSubscribedProductFacade. getSubscriptionBaseServicesWithAvgValues(java.lang.String subscriberIdentity, java.lang.String billingSystemId)Returns all subscription base services for the current user. -
Uses of TmaAverageServiceUsageData in de.hybris.platform.b2ctelcofacades.subscription.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.subscription.converters.populator with parameters of type TmaAverageServiceUsageData Modifier and Type Method Description voidTmaAverageServiceUsagePopulator. populate(TmaAverageServiceUsageModel source, TmaAverageServiceUsageData target) -
Uses of TmaAverageServiceUsageData in de.hybris.platform.b2ctelcofacades.subscription.impl
Methods in de.hybris.platform.b2ctelcofacades.subscription.impl that return types with arguments of type TmaAverageServiceUsageData Modifier and Type Method Description protected java.util.Map<TmaSubscribedProductData,java.util.Set<TmaAverageServiceUsageData>>DefaultTmaSubscribedProductFacade. getAverageServiceUsageValueWithSubscribedProduct(java.util.Set<TmaSubscribedProductModel> subscribedProducts)protected java.util.Map<TmaSubscribedProductData,java.util.Set<TmaAverageServiceUsageData>>DefaultTmaSubscribedProductFacade. getAverageServiceUsageValueWithSubscribedProductId(TmaSubscribedProductModel tmaSubscribedProductModel)java.util.Map<TmaSubscribedProductData,java.util.Set<TmaAverageServiceUsageData>>DefaultTmaSubscribedProductFacade. getSubscriptionBaseProductWithAvgValues(java.lang.String subscriberIdentity, java.lang.String subscribedProductId)protected java.util.Map<TmaSubscribedProductData,java.util.Set<TmaAverageServiceUsageData>>DefaultTmaSubscribedProductFacade. getSubscriptionBaseServicesByIdentityWithAvgValues(java.lang.String subscriberIdentity)java.util.Map<TmaSubscribedProductData,java.util.Set<TmaAverageServiceUsageData>>DefaultTmaSubscribedProductFacade. getSubscriptionBaseServicesWithAvgValues(java.lang.String subscriberIdentity, java.lang.String billingSystemId)protected de.hybris.platform.servicelayer.dto.converter.Converter<TmaAverageServiceUsageModel,TmaAverageServiceUsageData>DefaultTmaSubscribedProductFacade. getTmaAverageServiceUsageConverter()protected java.util.Set<TmaAverageServiceUsageData>DefaultTmaSubscribedProductFacade. getTmaAverageServiceUsageData(TmaSubscribedProductModel tmaSubscribedProductModel)Method parameters in de.hybris.platform.b2ctelcofacades.subscription.impl with type arguments of type TmaAverageServiceUsageData Modifier and Type Method Description voidDefaultTmaSubscribedProductFacade. setTmaAverageServiceUsageConverter(de.hybris.platform.servicelayer.dto.converter.Converter<TmaAverageServiceUsageModel,TmaAverageServiceUsageData> tmaAverageServiceUsageConverter) -
Uses of TmaAverageServiceUsageData in de.hybris.platform.b2ctelcotmfwebservices.mappers.subscription.usage
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers.subscription.usage with parameters of type TmaAverageServiceUsageData Modifier and Type Method Description voidTmaBalanceWsDtoMapper. mapAtoB(TmaAverageServiceUsageData a, TmaBalanceWsDto b, ma.glasnost.orika.MappingContext context)voidTmaBucketWsDtoMapper. mapAtoB(TmaAverageServiceUsageData a, TmaBucketWsDto b, ma.glasnost.orika.MappingContext context)voidTmaConsumptionCounterWsDtoMapper. mapAtoB(TmaAverageServiceUsageData a, TmaConsumptionCounterWsDto b, ma.glasnost.orika.MappingContext context)voidTmaBalanceWsDtoMapper. mapBtoA(TmaBalanceWsDto b, TmaAverageServiceUsageData a, ma.glasnost.orika.MappingContext context)voidTmaConsumptionCounterWsDtoMapper. mapBtoA(TmaConsumptionCounterWsDto b, TmaAverageServiceUsageData a, ma.glasnost.orika.MappingContext context)protected voidTmaBalanceWsDtoMapper. mapDefaultAtoB(TmaAverageServiceUsageData a, TmaBalanceWsDto b, ma.glasnost.orika.MappingContext context)protected voidTmaBucketWsDtoMapper. mapDefaultAtoB(TmaAverageServiceUsageData a, TmaBucketWsDto b, ma.glasnost.orika.MappingContext context)protected voidTmaConsumptionCounterWsDtoMapper. mapDefaultAtoB(TmaAverageServiceUsageData a, TmaConsumptionCounterWsDto b, ma.glasnost.orika.MappingContext context)protected voidTmaConsumptionCounterWsDtoMapper. mapUnitOfMeasureAtoB(TmaAverageServiceUsageData a, TmaConsumptionCounterWsDto b, ma.glasnost.orika.MappingContext context) -
Uses of TmaAverageServiceUsageData in de.hybris.platform.b2ctelcotmfwebservices.v2.controller
Methods in de.hybris.platform.b2ctelcotmfwebservices.v2.controller with parameters of type TmaAverageServiceUsageData Modifier and Type Method Description protected TmaBucketWsDtoTmaUsageConsumptionReportApiController. prepareBucketDatas(TmaAverageServiceUsageData tmaAverageServiceUsageData, TmaSubscribedProductData tmaSubscribedProductData, java.lang.String fields)
-