Uses of Class
de.hybris.platform.b2ctelcotmfwebservices.dto.TmaRelatedPartyWsDto
Packages that use TmaRelatedPartyWsDto
Package
Description
-
Uses of TmaRelatedPartyWsDto in de.hybris.platform.b2ctelcotmfwebservices.dto
Methods in de.hybris.platform.b2ctelcotmfwebservices.dto that return TmaRelatedPartyWsDtoModifier and TypeMethodDescription@Valid TmaRelatedPartyWsDtoTmaProductRefWsDto.getUser()Get userTmaRelatedPartyWsDto.referredType(String referredType) TmaRelatedPartyWsDto.validFor(TmaTimePeriodWsDto validFor) Methods in de.hybris.platform.b2ctelcotmfwebservices.dto with parameters of type TmaRelatedPartyWsDtoModifier and TypeMethodDescriptionvoidTmaProductRefWsDto.setUser(TmaRelatedPartyWsDto user) TmaProductRefWsDto.user(TmaRelatedPartyWsDto user) -
Uses of TmaRelatedPartyWsDto in de.hybris.platform.b2ctelcotmfwebservices.dto.subscription
Methods in de.hybris.platform.b2ctelcotmfwebservices.dto.subscription that return TmaRelatedPartyWsDtoMethods in de.hybris.platform.b2ctelcotmfwebservices.dto.subscription that return types with arguments of type TmaRelatedPartyWsDtoModifier and TypeMethodDescription@Valid List<TmaRelatedPartyWsDto>TmaProductWsDto.getRelatedParty()Get relatedPartyMethods in de.hybris.platform.b2ctelcotmfwebservices.dto.subscription with parameters of type TmaRelatedPartyWsDtoModifier and TypeMethodDescriptionTmaProductWsDto.addRelatedPartyItem(TmaRelatedPartyWsDto relatedPartyItem) voidTmaProductWsDto.setUser(TmaRelatedPartyWsDto user) TmaProductWsDto.user(TmaRelatedPartyWsDto user) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.dto.subscription with type arguments of type TmaRelatedPartyWsDtoModifier and TypeMethodDescriptionTmaProductWsDto.relatedParty(List<TmaRelatedPartyWsDto> relatedParty) voidTmaProductWsDto.setRelatedParty(List<TmaRelatedPartyWsDto> relatedParty) -
Uses of TmaRelatedPartyWsDto in de.hybris.platform.b2ctelcotmfwebservices.dto.subscription.base
Methods in de.hybris.platform.b2ctelcotmfwebservices.dto.subscription.base that return TmaRelatedPartyWsDtoModifier and TypeMethodDescription@Valid TmaRelatedPartyWsDtoTmaSubscriptionBaseWsDto.getUser()Get userMethods in de.hybris.platform.b2ctelcotmfwebservices.dto.subscription.base that return types with arguments of type TmaRelatedPartyWsDtoModifier and TypeMethodDescription@Valid List<TmaRelatedPartyWsDto>TmaSubscriptionBaseDetailRefWsDto.getRelatedPartyRef()Get relatedPartyRefMethods in de.hybris.platform.b2ctelcotmfwebservices.dto.subscription.base with parameters of type TmaRelatedPartyWsDtoModifier and TypeMethodDescriptionTmaSubscriptionBaseDetailRefWsDto.addRelatedPartyRefItem(TmaRelatedPartyWsDto relatedPartyRefItem) voidTmaSubscriptionBaseWsDto.setUser(TmaRelatedPartyWsDto user) TmaSubscriptionBaseWsDto.user(TmaRelatedPartyWsDto user) Method parameters in de.hybris.platform.b2ctelcotmfwebservices.dto.subscription.base with type arguments of type TmaRelatedPartyWsDtoModifier and TypeMethodDescriptionTmaSubscriptionBaseDetailRefWsDto.relatedPartyRef(List<TmaRelatedPartyWsDto> relatedPartyRef) voidTmaSubscriptionBaseDetailRefWsDto.setRelatedPartyRef(List<TmaRelatedPartyWsDto> relatedPartyRef) -
Uses of TmaRelatedPartyWsDto in de.hybris.platform.b2ctelcotmfwebservices.dto.subscription.usage
Methods in de.hybris.platform.b2ctelcotmfwebservices.dto.subscription.usage that return TmaRelatedPartyWsDtoModifier and TypeMethodDescription@Valid TmaRelatedPartyWsDtoTmaUsageConsumptionReportWsDto.getRelatedParty()Get relatedParty@Valid TmaRelatedPartyWsDtoTmaConsumptionCounterWsDto.getUser()Get userMethods in de.hybris.platform.b2ctelcotmfwebservices.dto.subscription.usage with parameters of type TmaRelatedPartyWsDtoModifier and TypeMethodDescriptionTmaUsageConsumptionReportWsDto.relatedParty(TmaRelatedPartyWsDto relatedParty) voidTmaUsageConsumptionReportWsDto.setRelatedParty(TmaRelatedPartyWsDto relatedParty) voidTmaConsumptionCounterWsDto.setUser(TmaRelatedPartyWsDto user) TmaConsumptionCounterWsDto.user(TmaRelatedPartyWsDto user) -
Uses of TmaRelatedPartyWsDto in de.hybris.platform.b2ctelcotmfwebservices.mappers
Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers that return TmaRelatedPartyWsDtoModifier and TypeMethodDescriptionTmaTmfAbstractRelatedPartyDataMapper.getRelatedPartyDetails(TmaSubscriptionAccessData subscriptionAccess, ma.glasnost.orika.MappingContext context) Get RelatedPartyDetails for given subscriptionAccessTmaTmfAbstractRelatedPartyDataMapper.getRelatedPartyRefDetailsForCustomerId(String custId, ma.glasnost.orika.MappingContext context) Get Related Party Dto for given customer Id.protected TmaRelatedPartyWsDtoTmaProductRefWsDtoMapper.getValidTmaRelatedPartyData(TmaSubscriptionAccessData subscriptionAccess, ma.glasnost.orika.MappingContext context) Methods in de.hybris.platform.b2ctelcotmfwebservices.mappers that return types with arguments of type TmaRelatedPartyWsDtoModifier and TypeMethodDescriptionTmaTmfAbstractRelatedPartyDataMapper.getRelatedPartyRefList(String subscriberIdentity, String billingSystemId, ma.glasnost.orika.MappingContext context) Retrieve list of allTmaRelatedPartyWsDtos for given subscriberIdentity and billingSystemId.TmaTmfAbstractRelatedPartyDataMapper.getTmaRelatedPartyWsDtoList(List<TmaSubscriptionAccessData> subscriptionAccesses, ma.glasnost.orika.MappingContext context) GetListofTmaRelatedPartyWsDtoMethods in de.hybris.platform.b2ctelcotmfwebservices.mappers with parameters of type TmaRelatedPartyWsDtoModifier and TypeMethodDescriptionvoidTmaRelatedPartyWsDtoMapper.mapAtoB(CustomerData a, TmaRelatedPartyWsDto b, ma.glasnost.orika.MappingContext context) voidTmaRelatedPartyWsDtoMapper.mapBtoA(TmaRelatedPartyWsDto b, CustomerData a, ma.glasnost.orika.MappingContext context) protected voidTmaRelatedPartyWsDtoMapper.mapDefaultAtoB(CustomerData a, TmaRelatedPartyWsDto b, ma.glasnost.orika.MappingContext context) protected voidTmaRelatedPartyWsDtoMapper.mapIdAtoB(CustomerData a, TmaRelatedPartyWsDto b, ma.glasnost.orika.MappingContext context) protected voidTmaRelatedPartyWsDtoMapper.mapValidForAtoB(CustomerData a, TmaRelatedPartyWsDto b, ma.glasnost.orika.MappingContext context)