void afterDelete(RequestContext, PageBody)
This method is called after the service is invoked in delete mode.
Input
-
RequestContext- Contains session parameters, such as language cd, user id, and so on.
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 - Throw this exception to signal an application
warning.
