boolean aboutToDelete(RequestContext, PageBody)
This method is called before the service with a delete action.
Input
RequestContext - contains session parameters, such as, language cd, user id and etc.
Input/Output
PageBody - the data to be deleted.
Return value
Boolean - indicates whether or not to continue processing of 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 - throws this exception to signal an application warning