Uses of Class
de.hybris.platform.partyroleservices.model.PrPartyModel
Packages that use PrPartyModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.security package.
Contains generated models for each type of de.hybris.platform.partyroleservices.jalo package.
-
Uses of PrPartyModel in de.hybris.platform.core.model.security
Methods in de.hybris.platform.core.model.security that return PrPartyModelModifier and TypeMethodDescriptionPrincipalModel.getPrParty()Generated method - Getter of thePrincipal.prPartyattribute defined at extensionpartyroleservices.Methods in de.hybris.platform.core.model.security with parameters of type PrPartyModelModifier and TypeMethodDescriptionvoidPrincipalModel.setPrParty(PrPartyModel value) Generated method - Setter ofPrincipal.prPartyattribute defined at extensionpartyroleservices. -
Uses of PrPartyModel in de.hybris.platform.partyroleservices.interceptors
Methods in de.hybris.platform.partyroleservices.interceptors with parameters of type PrPartyModelModifier and TypeMethodDescriptionvoidPrPartyPrepareInterceptor.onPrepare(PrPartyModel partyModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) Deprecated. -
Uses of PrPartyModel in de.hybris.platform.partyroleservices.model
Subclasses of PrPartyModel in de.hybris.platform.partyroleservices.modelModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classDeprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.partyroleservices.model that return PrPartyModelModifier and TypeMethodDescriptionPrPartyRoleModel.getParty()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of thePrPartyRole.partyattribute defined at extensionpartyroleservices.PrPartyRoleModel.getType()Deprecated, for removal: This API element is subject to removal in a future version.since 2205Methods in de.hybris.platform.partyroleservices.model with parameters of type PrPartyModelModifier and TypeMethodDescriptionvoidPrPartyRoleModel.setParty(PrPartyModel value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofPrPartyRole.partyattribute defined at extensionpartyroleservices.voidPrPartyRoleModel.setType(PrPartyModel value) Deprecated, for removal: This API element is subject to removal in a future version.since 2205 -
Uses of PrPartyModel in de.hybris.platform.partyroletmfwebservices.v1.mappers.partyrole
Methods in de.hybris.platform.partyroletmfwebservices.v1.mappers.partyrole that return types with arguments of type PrPartyModelModifier and TypeMethodDescriptionprotected PrEntityResourceNormalizer<RelatedParty,PrPartyModel> PartyRoleEngagedPartyAttributeMapper.getPrEngagedPartyEntityResourceNormalizer()Deprecated.protected PrEntityResourceNormalizer<RelatedParty,PrPartyModel> PartyRoleRelatedPartyAttributeMapper.getPrRelatedPartyEntityResourceNormalizer()Deprecated.Constructor parameters in de.hybris.platform.partyroletmfwebservices.v1.mappers.partyrole with type arguments of type PrPartyModelModifierConstructorDescriptionPartyRoleEngagedPartyAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, PrEntityResourceNormalizer<RelatedParty, PrPartyModel> prEngagedPartyEntityResourceNormalizer, PrEntityResourceNormalizer<RelatedParty, PrIndividualModel> individualEntityResourceNormalizer, PrEntityResourceNormalizer<RelatedParty, PrOrganizationModel> organizationEntityResourceNormalizer) Deprecated.PartyRoleRelatedPartyAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, PrEntityResourceNormalizer<RelatedParty, PrPartyModel> prRelatedPartyEntityResourceNormalizer, PrGenericService prGenericService) Deprecated.