This method is called before the service with a delete action.
Input
RequestContext
- Contains session parameters, such as language cd, user id,
and so on.Input/Output
PageBody
- The data to be deleted.Return value
Boolean
- Indicates whether or not to continue processing the service. If
true, continue with the normal underlying invocation. If false, do not continue (but
the service returns "success" to the client invoker).Throws
InterceptorError
- Throw this exception when an error occurs.
InterceptorWarning
- Throw this exception to signal an application
warning.