T - Special Reviewpublic class SpecialReviewRuleBase<T extends SpecialReview<? extends SpecialReviewExemption>> extends ResearchDocumentRuleBase
CHOMP_LAST_LETTER_S_FROM_COLLECTION_NAME, DOCUMENT_ERROR_PATH, VALIDATION_REQUIRED| Constructor and Description |
|---|
SpecialReviewRuleBase() |
| Modifier and Type | Method and Description |
|---|---|
IacucProtocolFinderDao |
getIacucProtocolFinderDao() |
ProtocolFinderDao |
getProtocolFinderDao() |
protected boolean |
processAddSpecialReviewEvent(AddSpecialReviewEvent<T> addSpecialReviewEvent)
Runs the rules for adding a specialReview.
|
protected boolean |
processSaveSpecialReviewEvent(SaveSpecialReviewEvent<T> saveSpecialReviewEvent)
Runs the rules for saving specialReviews.
|
protected boolean |
processSaveSpecialReviewLinkEvent(SaveSpecialReviewLinkEvent<T> saveSpecialReviewLinkEvent)
Runs the rules for saving the special reviews that are currently linked to a protocol.
|
void |
setIacucProtocolFinderDao(IacucProtocolFinderDao iacucProtocolFinderDao) |
void |
setProtocolFinderDao(ProtocolFinderDao protocolFinderDao) |
addAuditError, getBusinessObjectService, getErrorReporter, getKnsDictionaryValidationService, getParameterService, getSoftErrors, hasPermission, hasPermission, hasRole, hasRole, isInvalid, isValid, keyValue, processBudgetVersionsBusinessRule, processRunAuditBusinessRules, reportError, reportErrorWithoutFullErrorPath, reportSoftError, reportWarning, setBusinessObjectService, setParameterServicebuildDocumentTypeActionRequestPermissionDetails, buildDocumentTypePermissionDetails, getDataDictionaryService, getDictionaryValidationService, getDocumentDictionaryService, getGroupService, getKualiConfigurationService, getMaxDictionaryValidationDepth, getPermissionService, getPersonService, hasAdHocRouteCompletion, isAddHocRoutePersonValid, isAddHocRouteWorkgroupValid, isAdHocRouteCompletionToInitiator, isAdHocRouteRecipientsValid, isDocumentAttributesValid, isDocumentOverviewValid, isNoteValid, processAddAdHocRoutePerson, processAddAdHocRouteWorkgroup, processAddNote, processApproveDocument, processCompleteDocument, processCustomAddAdHocRoutePersonBusinessRules, processCustomAddAdHocRouteWorkgroupBusinessRules, processCustomAddNoteBusinessRules, processCustomApproveDocumentBusinessRules, processCustomCompleteDocumentBusinessRules, processCustomRouteDocumentBusinessRules, processCustomSaveDocumentBusinessRules, processCustomSendAdHocRequests, processRouteDocument, processSaveDocument, processSendAdHocRequests, setDocumentDictionaryService, setMaxDictionaryValidationDepth, useKimPermission, validateSensitiveDataValueprotected boolean processAddSpecialReviewEvent(AddSpecialReviewEvent<T> addSpecialReviewEvent)
addSpecialReviewEvent - The event invoking the add specialReview rulesprotected boolean processSaveSpecialReviewLinkEvent(SaveSpecialReviewLinkEvent<T> saveSpecialReviewLinkEvent)
saveSpecialReviewLinkEvent - The event invoking the save specialReview rulesprotected boolean processSaveSpecialReviewEvent(SaveSpecialReviewEvent<T> saveSpecialReviewEvent)
saveSpecialReviewEvent - The event invoking the save specialReview rulespublic ProtocolFinderDao getProtocolFinderDao()
public void setProtocolFinderDao(ProtocolFinderDao protocolFinderDao)
public IacucProtocolFinderDao getIacucProtocolFinderDao()
public void setIacucProtocolFinderDao(IacucProtocolFinderDao iacucProtocolFinderDao)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.