Uses of Class
de.hybris.platform.partyroletmfwebservices.v1.dto.AccountRef
Packages that use AccountRef
Package
Description
-
Uses of AccountRef in de.hybris.platform.partyroletmfwebservices.v1.dto
Methods in de.hybris.platform.partyroletmfwebservices.v1.dto that return AccountRefModifier and TypeMethodDescriptionAccountRef.atbaseType(String atbaseType) AccountRef.atreferredType(String atreferredType) AccountRef.atschemaLocation(String atschemaLocation) AccountRef.description(String description) Methods in de.hybris.platform.partyroletmfwebservices.v1.dto that return types with arguments of type AccountRefModifier and TypeMethodDescription@Valid List<AccountRef>PartyRole.getAccount()Get account@Valid List<AccountRef>PartyRoleUnderscoreCreate.getAccount()Get account@Valid List<AccountRef>PartyRoleUnderscoreUpdate.getAccount()Get accountMethods in de.hybris.platform.partyroletmfwebservices.v1.dto with parameters of type AccountRefModifier and TypeMethodDescriptionPartyRole.addAccountItem(AccountRef accountItem) PartyRoleUnderscoreCreate.addAccountItem(AccountRef accountItem) PartyRoleUnderscoreUpdate.addAccountItem(AccountRef accountItem) Method parameters in de.hybris.platform.partyroletmfwebservices.v1.dto with type arguments of type AccountRefModifier and TypeMethodDescriptionPartyRole.account(List<AccountRef> account) PartyRoleUnderscoreCreate.account(List<AccountRef> account) PartyRoleUnderscoreUpdate.account(List<AccountRef> account) voidPartyRole.setAccount(List<AccountRef> account) voidPartyRoleUnderscoreCreate.setAccount(List<AccountRef> account) voidPartyRoleUnderscoreUpdate.setAccount(List<AccountRef> account) -
Uses of AccountRef in de.hybris.platform.partyroletmfwebservices.v1.mappers.accountref
Methods in de.hybris.platform.partyroletmfwebservices.v1.mappers.accountref with parameters of type AccountRefModifier and TypeMethodDescriptionvoidAccountRefAtReferredTypeAttributeMapper.populateTargetAttributeFromSource(PrAccountModel source, AccountRef target, ma.glasnost.orika.MappingContext context) Deprecated.voidAccountRefAtSchemaLocationAttributeMapper.populateTargetAttributeFromSource(PrAccountModel source, AccountRef target, ma.glasnost.orika.MappingContext context) Deprecated.voidAccountRefAtTypeAttributeMapper.populateTargetAttributeFromSource(PrAccountModel source, AccountRef target, ma.glasnost.orika.MappingContext context) Deprecated.voidAccountRefHrefAttributeMapper.populateTargetAttributeFromSource(PrAccountModel source, AccountRef target, ma.glasnost.orika.MappingContext context) Deprecated. -
Uses of AccountRef in de.hybris.platform.partyroletmfwebservices.v1.mappers.partyrole
Methods in de.hybris.platform.partyroletmfwebservices.v1.mappers.partyrole that return types with arguments of type AccountRefModifier and TypeMethodDescriptionprotected PrEntityResourceNormalizer<AccountRef,PrAccountModel> PartyRoleAccountAttributeMapper.getPrAccountEntityResourceNormalizer()Deprecated.Constructor parameters in de.hybris.platform.partyroletmfwebservices.v1.mappers.partyrole with type arguments of type AccountRefModifierConstructorDescriptionPartyRoleAccountAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, PrEntityResourceNormalizer<AccountRef, PrAccountModel> prAccountEntityResourceNormalizer) Deprecated.