Uses of Class
de.hybris.platform.tuawebservicesresources.v2.dto.AccountRef
Packages that use AccountRef
Package
Description
-
Uses of AccountRef in de.hybris.platform.tuawebservicesresources.mappers.accountref
Methods in de.hybris.platform.tuawebservicesresources.mappers.accountref with parameters of type AccountRefModifier and TypeMethodDescriptionvoidAccountRefHrefAttributeMapper.populateTargetAttributeFromSource(TuaAccountModel source, AccountRef target, ma.glasnost.orika.MappingContext context) voidAccountRefReferredTypeAttributeMapper.populateTargetAttributeFromSource(TuaAccountModel source, AccountRef target, ma.glasnost.orika.MappingContext context) voidAccountRefSchemaLocationAttributeMapper.populateTargetAttributeFromSource(TuaAccountModel source, AccountRef target, ma.glasnost.orika.MappingContext context) -
Uses of AccountRef in de.hybris.platform.tuawebservicesresources.mappers.partyrole
Methods in de.hybris.platform.tuawebservicesresources.mappers.partyrole that return types with arguments of type AccountRefModifier and TypeMethodDescriptionprotected TuaEntityResourceNormalizer<AccountRef,TuaAccountModel> PartyRoleAccountAttributeMapper.getTuaAccountEntityResourceNormalizer()Constructor parameters in de.hybris.platform.tuawebservicesresources.mappers.partyrole with type arguments of type AccountRefModifierConstructorDescriptionPartyRoleAccountAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, TuaEntityResourceNormalizer<AccountRef, TuaAccountModel> tuaAccountEntityResourceNormalizer) -
Uses of AccountRef in de.hybris.platform.tuawebservicesresources.v2.dto
Methods in de.hybris.platform.tuawebservicesresources.v2.dto that return AccountRefModifier and TypeMethodDescriptionAccountRef.atbaseType(String atbaseType) AccountRef.atreferredType(String atreferredType) AccountRef.atschemaLocation(String atschemaLocation) AccountRef.description(String description) @Valid AccountRefAccountRelationship.getAccount()Get accountMethods in de.hybris.platform.tuawebservicesresources.v2.dto that return types with arguments of type AccountRefMethods in de.hybris.platform.tuawebservicesresources.v2.dto with parameters of type AccountRefModifier and TypeMethodDescriptionAccountRelationship.account(AccountRef account) PartyRole.addAccountItem(AccountRef accountItem) voidAccountRelationship.setAccount(AccountRef account) Method parameters in de.hybris.platform.tuawebservicesresources.v2.dto with type arguments of type AccountRefModifier and TypeMethodDescriptionPartyRole.account(List<AccountRef> account) voidPartyRole.setAccount(List<AccountRef> account)