Class PmOrganizationRelationshipPrepareInterceptor
java.lang.Object
de.hybris.platform.partyservices.interceptors.PmOrganizationRelationshipPrepareInterceptor
- All Implemented Interfaces:
de.hybris.platform.servicelayer.interceptor.Interceptor,de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<PmOrganizationRelationshipModel>
@Deprecated(since="2208")
public class PmOrganizationRelationshipPrepareInterceptor
extends Object
implements de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<PmOrganizationRelationshipModel>
Deprecated.
2208
Interceptor to generate unique id for
PmOrganizationRelationshipModel that are newly created.- Since:
- 2205
-
Constructor Summary
ConstructorsConstructorDescriptionPmOrganizationRelationshipPrepareInterceptor(de.hybris.platform.servicelayer.keygenerator.KeyGenerator keyGenerator) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidonPrepare(PmOrganizationRelationshipModel organizationRelationship, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) Deprecated.
-
Constructor Details
-
PmOrganizationRelationshipPrepareInterceptor
public PmOrganizationRelationshipPrepareInterceptor(de.hybris.platform.servicelayer.keygenerator.KeyGenerator keyGenerator) Deprecated.
-
-
Method Details
-
onPrepare
public void onPrepare(PmOrganizationRelationshipModel organizationRelationship, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) throws de.hybris.platform.servicelayer.interceptor.InterceptorException Deprecated.- Specified by:
onPreparein interfacede.hybris.platform.servicelayer.interceptor.PrepareInterceptor<PmOrganizationRelationshipModel>- Throws:
de.hybris.platform.servicelayer.interceptor.InterceptorException
-