Class PunchOutCredentialPrepareInterceptor
java.lang.Object
de.hybris.platform.b2b.punchout.interceptor.PunchOutCredentialPrepareInterceptor
- All Implemented Interfaces:
Interceptor,PrepareInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ModelServicevoidonPrepare(Object model, InterceptorContext ctx) Called in themodelService.saveAll()method.voidsetModelService(ModelService modelService)
-
Constructor Details
-
PunchOutCredentialPrepareInterceptor
public PunchOutCredentialPrepareInterceptor()
-
-
Method Details
-
onPrepare
Description copied from interface:PrepareInterceptorCalled in themodelService.saveAll()method. Prepares the values of the given model.- Specified by:
onPreparein interfacePrepareInterceptor- Parameters:
model- the model which values has to be preparedctx- theInterceptorContext
-
getModelService
-
setModelService
-