void afterDelete(RequestContext, PageBody)
This method is called after the service invoked in delete mode.
Input
• RequestContext - contains session parameters, such as, language cd, user id and etc.
Input/Output
• PageBody - the data that was deleted by the underlying service
Return value
• Void.
Throws
InterceptorError - throw this exception when an error occurs.
InterceptorWarning - throws this exception to signal an application warning
Parent topic