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) Deprecated.AccountRef.atReferredType(String atReferredType) Deprecated.AccountRef.atSchemaLocation(String atSchemaLocation) Deprecated.Deprecated.AccountRef.description(String description) Deprecated.Deprecated.Deprecated.Deprecated.Methods in de.hybris.platform.partyroletmfwebservices.v1.dto that return types with arguments of type AccountRefModifier and TypeMethodDescription@Valid List<AccountRef>PartyRole.getAccount()Deprecated.Get account@Valid List<AccountRef>PartyRoleUnderscoreCreate.getAccount()Deprecated.Get account@Valid List<AccountRef>PartyRoleUnderscoreUpdate.getAccount()Deprecated.Get accountMethods in de.hybris.platform.partyroletmfwebservices.v1.dto with parameters of type AccountRefModifier and TypeMethodDescriptionPartyRole.addAccountItem(AccountRef accountItem) Deprecated.PartyRoleUnderscoreCreate.addAccountItem(AccountRef accountItem) Deprecated.PartyRoleUnderscoreUpdate.addAccountItem(AccountRef accountItem) Deprecated.Method parameters in de.hybris.platform.partyroletmfwebservices.v1.dto with type arguments of type AccountRefModifier and TypeMethodDescriptionPartyRole.account(List<AccountRef> account) Deprecated.PartyRoleUnderscoreCreate.account(List<AccountRef> account) Deprecated.PartyRoleUnderscoreUpdate.account(List<AccountRef> account) Deprecated.voidPartyRole.setAccount(List<AccountRef> account) Deprecated.voidPartyRoleUnderscoreCreate.setAccount(List<AccountRef> account) Deprecated.voidPartyRoleUnderscoreUpdate.setAccount(List<AccountRef> account) Deprecated. -
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.