Uses of Class
de.hybris.platform.partyroleservices.model.PrAccountModel
Packages that use PrAccountModel
Package
Description
Contains generated models for each type of de.hybris.platform.partyroleservices.jalo package.
-
Uses of PrAccountModel in de.hybris.platform.partyroleservices.interceptors
Methods in de.hybris.platform.partyroleservices.interceptors with parameters of type PrAccountModelModifier and TypeMethodDescriptionvoidPrAccountPrepareInterceptor.onPrepare(PrAccountModel accountModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) Deprecated. -
Uses of PrAccountModel in de.hybris.platform.partyroleservices.model
Methods in de.hybris.platform.partyroleservices.model that return types with arguments of type PrAccountModelModifier and TypeMethodDescriptionPrPartyRoleModel.getAccounts()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePrPartyRole.accountsattribute defined at extensionpartyroleservices.Method parameters in de.hybris.platform.partyroleservices.model with type arguments of type PrAccountModelModifier and TypeMethodDescriptionvoidPrPartyRoleModel.setAccounts(Set<PrAccountModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPrPartyRole.accountsattribute defined at extensionpartyroleservices.Constructor parameters in de.hybris.platform.partyroleservices.model with type arguments of type PrAccountModelModifierConstructorDescriptionPrPartyRoleModel(Set<PrAccountModel> _accounts, String _id) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersPrPartyRoleModel(Set<PrAccountModel> _accounts, String _id, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of PrAccountModel in de.hybris.platform.partyroletmfwebservices.v1.mappers.accountref
Methods in de.hybris.platform.partyroletmfwebservices.v1.mappers.accountref with parameters of type PrAccountModelModifier 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 PrAccountModel in de.hybris.platform.partyroletmfwebservices.v1.mappers.partyrole
Methods in de.hybris.platform.partyroletmfwebservices.v1.mappers.partyrole that return types with arguments of type PrAccountModelModifier and TypeMethodDescriptionprotected PrEntityResourceNormalizer<AccountRef,PrAccountModel> PartyRoleAccountAttributeMapper.getPrAccountEntityResourceNormalizer()Deprecated.Constructor parameters in de.hybris.platform.partyroletmfwebservices.v1.mappers.partyrole with type arguments of type PrAccountModelModifierConstructorDescriptionPartyRoleAccountAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, PrEntityResourceNormalizer<AccountRef, PrAccountModel> prAccountEntityResourceNormalizer) Deprecated.