processCustomSaveDocumentBusinessRules(ResearchDocument document) This method should be overridden by children rule classes as a hook to implement document specific business rule checks for
the "save document" event.
Performs common validation for Research Document saves.
Parameters: transactionalDocument - boolean True if the document is valid for saving, false otherwise.
This method should be overridden by children rule classes as a hook to implement document specific business rule checks for
the "save document" event.
Parameters: document - boolean True if the rules checks passed, false otherwise.
processRouteDocument
public boolean processRouteDocument(Document document)(Code)