Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.PartyAccountRef
Packages that use PartyAccountRef
Package
Description
-
Uses of PartyAccountRef in de.hybris.platform.tuawebservicesresources.mappers.ucpartyaccount
Methods in de.hybris.platform.tuawebservicesresources.mappers.ucpartyaccount with parameters of type PartyAccountRefModifier and TypeMethodDescriptionvoidPartyAccountAtBaseTypeAttributeMapper.populateTargetAttributeFromSource(TuaPartyAccountModel source, PartyAccountRef target, ma.glasnost.orika.MappingContext context) voidPartyAccountAtreferredTypeAttributeMapper.populateTargetAttributeFromSource(TuaPartyAccountModel source, PartyAccountRef target, ma.glasnost.orika.MappingContext context) voidPartyAccountAtSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaPartyAccountModel source, PartyAccountRef target, ma.glasnost.orika.MappingContext context) voidPartyAccountAtTypeAttributeMapper.populateTargetAttributeFromSource(TuaPartyAccountModel source, PartyAccountRef target, ma.glasnost.orika.MappingContext context) voidPartyAccountHrefAttributeMapper.populateTargetAttributeFromSource(TuaPartyAccountModel source, PartyAccountRef target, ma.glasnost.orika.MappingContext context) -
Uses of PartyAccountRef in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return PartyAccountRefModifier and TypeMethodDescriptionPartyAccountRef.atBaseType(String atBaseType) PartyAccountRef.atReferredType(String atReferredType) PartyAccountRef.atSchemaLocation(String atSchemaLocation) PartyAccountRef.description(String description) Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return types with arguments of type PartyAccountRefModifier and TypeMethodDescription@Valid List<PartyAccountRef>BucketRefOrValue.getPartyAccount()Get partyAccount@Valid List<PartyAccountRef>TuaQueryUsageConsumption.getPartyAccount()Get partyAccountMethods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type PartyAccountRefModifier and TypeMethodDescriptionBucketRefOrValue.addPartyAccountItem(PartyAccountRef partyAccountItem) TuaQueryUsageConsumption.addPartyAccountItem(PartyAccountRef partyAccountItem) Method parameters in de.hybris.platform.tuawebservicesresources.v2.dto with type arguments of type PartyAccountRefModifier and TypeMethodDescriptionBucketRefOrValue.partyAccount(List<PartyAccountRef> partyAccount) TuaQueryUsageConsumption.partyAccount(List<PartyAccountRef> partyAccount) voidBucketRefOrValue.setPartyAccount(List<PartyAccountRef> partyAccount) voidTuaQueryUsageConsumption.setPartyAccount(List<PartyAccountRef> partyAccount)