Uses of Interface
de.hybris.platform.partyroleservices.service.PrGenericService
Packages that use PrGenericService
Package
Description
-
Uses of PrGenericService in de.hybris.platform.partyroleservices.interceptors
Methods in de.hybris.platform.partyroleservices.interceptors that return PrGenericServiceModifier and TypeMethodDescriptionprotected PrGenericServicePrPartyPrepareInterceptor.getGenericService()Deprecated.protected PrGenericServicePrPartyRolePrepareInterceptor.getGenericService()Deprecated.Constructors in de.hybris.platform.partyroleservices.interceptors with parameters of type PrGenericServiceModifierConstructorDescriptionPrPartyPrepareInterceptor(de.hybris.platform.servicelayer.keygenerator.KeyGenerator partyKeyGenerator, de.hybris.platform.servicelayer.keygenerator.KeyGenerator userKeyGenerator, PrGenericService genericService) Deprecated.PrPartyRolePrepareInterceptor(de.hybris.platform.servicelayer.keygenerator.KeyGenerator keyGenerator, PrGenericService genericService) Deprecated. -
Uses of PrGenericService in de.hybris.platform.partyroleservices.service.impl
Classes in de.hybris.platform.partyroleservices.service.impl that implement PrGenericService -
Uses of PrGenericService in de.hybris.platform.partyroletmfwebservices.objectfactory
Methods in de.hybris.platform.partyroletmfwebservices.objectfactory that return PrGenericServiceModifier and TypeMethodDescriptionprotected PrGenericServicePrObjectFactory.getPrGenericService()Constructors in de.hybris.platform.partyroletmfwebservices.objectfactory with parameters of type PrGenericService -
Uses of PrGenericService in de.hybris.platform.partyroletmfwebservices.v1.mappers.partyrole
Methods in de.hybris.platform.partyroletmfwebservices.v1.mappers.partyrole that return PrGenericServiceModifier and TypeMethodDescriptionprotected PrGenericServicePartyRoleAgreementAttributeMapper.getPrGenericService()Deprecated.protected PrGenericServicePartyRoleRelatedPartyAttributeMapper.getPrGenericService()Deprecated.Constructors in de.hybris.platform.partyroletmfwebservices.v1.mappers.partyrole with parameters of type PrGenericServiceModifierConstructorDescriptionPartyRoleAgreementAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, PrEntityResourceNormalizer<AgreementRef, PrAgreementModel> prAgreementEntityResourceNormalizer, PrGenericService prGenericService) Deprecated.PartyRoleRelatedPartyAttributeMapper(String sourceAttributeName, String targetAttributeName, ma.glasnost.orika.MapperFacade mapperFacade, PrEntityResourceNormalizer<RelatedParty, PrPartyModel> prRelatedPartyEntityResourceNormalizer, PrGenericService prGenericService) Deprecated. -
Uses of PrGenericService in de.hybris.platform.partyroletmfwebservices.v1.normalizer.impl
Methods in de.hybris.platform.partyroletmfwebservices.v1.normalizer.impl that return PrGenericServiceModifier and TypeMethodDescriptionprotected PrGenericServiceDefaultPrEntityResourceNormalizer.getPrGenericService()Deprecated.Constructors in de.hybris.platform.partyroletmfwebservices.v1.normalizer.impl with parameters of type PrGenericServiceModifierConstructorDescriptionDefaultPrEntityResourceNormalizer(PrGenericService prGenericService, Class<TARGET> targetClass, String targetTypeCode, ma.glasnost.orika.MapperFacade mapperFacade) Deprecated. -
Uses of PrGenericService in de.hybris.platform.partyroletmfwebservices.v1.validators
Methods in de.hybris.platform.partyroletmfwebservices.v1.validators that return PrGenericServiceModifier and TypeMethodDescriptionprotected PrGenericServicePrCreatePartyRoleValidator.getPrGenericService()Deprecated.Constructors in de.hybris.platform.partyroletmfwebservices.v1.validators with parameters of type PrGenericServiceModifierConstructorDescriptionPrCreatePartyRoleValidator(PrGenericService prGenericService) Deprecated.