Uses of Class
de.hybris.platform.usageconsumptiontmfwebservices.v1.dto.RelatedParty
Packages that use RelatedParty
Package
Description
-
Uses of RelatedParty in de.hybris.platform.usageconsumptiontmfwebservices.v1.dto
Methods in de.hybris.platform.usageconsumptiontmfwebservices.v1.dto that return RelatedPartyModifier and TypeMethodDescriptionRelatedParty._atBaseType(String _atBaseType) Deprecated.RelatedParty._atReferredType(String _atReferredType) Deprecated.RelatedParty._atSchemaLocation(String _atSchemaLocation) Deprecated.Deprecated.@Valid RelatedPartyUsageConsumptionReport.getRelatedParty()Deprecated.Get relatedParty@Valid RelatedPartyConsumptionSummary.getUser()Deprecated.Get userDeprecated.Deprecated.Deprecated.Deprecated.Methods in de.hybris.platform.usageconsumptiontmfwebservices.v1.dto that return types with arguments of type RelatedPartyModifier and TypeMethodDescription@Valid List<RelatedParty>UsageConsumptionReportRequest.getRelatedParty()Deprecated.Reference and role of the related parties for which the usage consumption report is requested@Valid List<RelatedParty>UsageConsumptionReportRequestUnderscoreCreate.getRelatedParty()Deprecated.Reference and role of the related parties for which the usage consumption report is requested@Valid List<RelatedParty>NetworkProduct.getUser()Deprecated.References of the users of the network productMethods in de.hybris.platform.usageconsumptiontmfwebservices.v1.dto with parameters of type RelatedPartyModifier and TypeMethodDescriptionUsageConsumptionReportRequest.addRelatedPartyItem(RelatedParty relatedPartyItem) Deprecated.UsageConsumptionReportRequestUnderscoreCreate.addRelatedPartyItem(RelatedParty relatedPartyItem) Deprecated.NetworkProduct.addUserItem(RelatedParty userItem) Deprecated.UsageConsumptionReport.relatedParty(RelatedParty relatedParty) Deprecated.voidUsageConsumptionReport.setRelatedParty(RelatedParty relatedParty) Deprecated.voidConsumptionSummary.setUser(RelatedParty user) Deprecated.ConsumptionSummary.user(RelatedParty user) Deprecated.Method parameters in de.hybris.platform.usageconsumptiontmfwebservices.v1.dto with type arguments of type RelatedPartyModifier and TypeMethodDescriptionUsageConsumptionReportRequest.relatedParty(List<RelatedParty> relatedParty) Deprecated.UsageConsumptionReportRequestUnderscoreCreate.relatedParty(List<RelatedParty> relatedParty) Deprecated.voidUsageConsumptionReportRequest.setRelatedParty(List<RelatedParty> relatedParty) Deprecated.voidUsageConsumptionReportRequestUnderscoreCreate.setRelatedParty(List<RelatedParty> relatedParty) Deprecated.voidNetworkProduct.setUser(List<RelatedParty> user) Deprecated.NetworkProduct.user(List<RelatedParty> user) Deprecated.