| Package | Description |
|---|---|
| org.kuali.kra.iacuc | |
| org.kuali.kra.iacuc.actions | |
| org.kuali.kra.iacuc.auth | |
| org.kuali.kra.iacuc.protocol | |
| org.kuali.kra.iacuc.questionnaire | |
| org.kuali.kra.irb |
This package is meant to hold all classes
common/cross-cutting across the Protocol.
|
| org.kuali.kra.irb.actions |
This package is meant to hold all classes
common/cross-cutting across many Protocol Actions.
|
| org.kuali.kra.irb.auth |
This package is meant to hold all classes
common/cross-cutting across Protocol authorization.
|
| org.kuali.kra.irb.protocol |
This package is meant to hold all classes
related to main Protocol tab.
|
| org.kuali.kra.irb.questionnaire | |
| org.kuali.kra.protocol |
This package is meant to hold all classes
common/cross-cutting across the Protocol.
|
| org.kuali.kra.protocol.actions | |
| org.kuali.kra.protocol.auth |
This package is meant to hold all classes
common/cross-cutting across Protocol authorization.
|
| org.kuali.kra.protocol.protocol |
This package is meant to hold all classes
related to main Protocol tab.
|
| org.kuali.kra.protocol.questionnaire |
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolTaskBase |
IacucProtocolAction.createNewModifyProtocolTaskInstanceHook(ProtocolBase protocol) |
protected ProtocolTaskBase |
IacucProtocolLookupableHelperServiceImpl.createNewProtocolTaskInstanceHook(String taskName,
ProtocolBase protocol) |
| Modifier and Type | Class and Description |
|---|---|
class |
IacucProtocolTask |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IacucViewRestrictedNotesProtocolAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task)
Is the user authorized to execute the given protocol task?
|
boolean |
IacucProtocolAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
IacucGenericProtocolUnavailableAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task)
Is the user authorized to execute the given protocol task?
|
boolean |
IacucGenericProtocolAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task)
Is the user authorized to execute the given protocol task?
|
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolTaskBase |
IacucQuestionnaireHelper.getModifyQnnrTaskHook(ProtocolBase protocol) |
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolTaskBase |
ProtocolAction.createNewModifyProtocolTaskInstanceHook(ProtocolBase protocol) |
protected ProtocolTaskBase |
ProtocolLookupableHelperServiceImpl.createNewProtocolTaskInstanceHook(String taskName,
ProtocolBase protocol) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolTask
A Protocol Task is a task that performs an action against a
Protocol.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProtocolAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolTaskBase |
ProtocolHelper.getNewInstanceCreateProposalDevelopmentTaskHook(ProtocolBase protocol) |
ProtocolTaskBase |
ProtocolHelper.getNewInstanceModifyProtocolBillableTaskNewHook(ProtocolBase protocol) |
protected ProtocolTaskBase |
ProtocolHelper.getNewInstanceModifyProtocolFundingSourceTaskHook(ProtocolBase protocol) |
protected ProtocolTaskBase |
ProtocolHelper.getNewInstanceModifyProtocolGeneralInfoTaskHook(ProtocolBase protocol) |
protected ProtocolTaskBase |
ProtocolHelper.getNewInstanceModifyProtocolOrganizationsTaskHook(ProtocolBase protocol) |
protected ProtocolTaskBase |
ProtocolHelper.getNewInstanceModifyProtocolReferencesTaskHook(ProtocolBase protocol) |
protected ProtocolTaskBase |
ProtocolHelper.getNewInstanceModifyProtocolResearchAreasTaskHook(ProtocolBase protocol) |
protected ProtocolTaskBase |
ProtocolHelper.getNewInstanceModifyProtocolTaskHook(ProtocolBase protocol) |
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolTaskBase |
QuestionnaireHelper.getModifyQnnrTaskHook(ProtocolBase protocol) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ProtocolTaskBase |
ProtocolActionBase.createNewModifyProtocolTaskInstanceHook(ProtocolBase protocol) |
protected abstract ProtocolTaskBase |
ProtocolLookupableHelperServiceImplBase.createNewProtocolTaskInstanceHook(String taskName,
ProtocolBase protocol) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ProtocolTaskBase |
ProtocolDocumentAuthorizerBase.createNewProtocolTaskInstanceHook(String taskName,
ProtocolBase protocol) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ProtocolAuthorizerBase.isAdminCorrection(ProtocolTaskBase task) |
boolean |
ViewRestrictedNotesProtocolAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task)
Is the user authorized to execute the given protocol task?
|
boolean |
ViewProtocolAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task)
Is the user authorized to execute the given protocol task?
|
boolean |
SubmitProtocolUnavailableAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
SubmitProtocolAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
ResponseApprovalUnavailableAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task)
Is the user authorized to execute the given protocol task?
|
boolean |
ResponseApprovalAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task)
Is the user authorized to execute the given protocol task?
|
boolean |
ProtocolWithdrawUnavailableAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
ProtocolWithdrawAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
ProtocolReviewNotRequiredUnavailableAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
ProtocolReviewNotRequiredAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
ProtocolRequestTerminateUnavailableAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
ProtocolRequestTerminateAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
ProtocolRequestSuspensionUnavailableAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
ProtocolRequestSuspensionAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
ProtocolRequestReOpenEnrollmentUnavailableAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
ProtocolRequestReOpenEnrollmentAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
ProtocolRequestDataAnalysisUnavailableAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
ProtocolRequestDataAnalysisAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
ProtocolRequestCloseUnavailableAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
ProtocolRequestCloseEnrollmentUnavailableAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
ProtocolRequestCloseEnrollmentAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
ProtocolRequestCloseAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
ProtocolManageNotesUnavailableAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
ProtocolManageNotesAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
ProtocolMaintainOnlineReviewsAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
ProtocolGrantExemptionUnavailableAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
ProtocolGrantExemptionAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
abstract boolean |
ProtocolAuthorizerBase.isAuthorized(String userId,
ProtocolTaskBase task)
Is the user authorized to execute the given protocol task?
|
boolean |
ProtocolAssignToAgendaUnavailableAuthorizer.isAuthorized(String username,
ProtocolTaskBase task)
Is the user authorized to execute the given protocol task?
|
boolean |
ProtocolAssignReviewersUnavailableAuthorizer.isAuthorized(String username,
ProtocolTaskBase task) |
boolean |
ProtocolAssignReviewersCmtSelAuthorizer.isAuthorized(String username,
ProtocolTaskBase task) |
boolean |
ProtocolAssignReviewersAuthorizer.isAuthorized(String username,
ProtocolTaskBase task) |
boolean |
ProtocolAssignCmtSchedUnavailableAuthorizer.isAuthorized(String username,
ProtocolTaskBase task) |
boolean |
ProtocolAssignCmtSchedAuthorizer.isAuthorized(String username,
ProtocolTaskBase task) |
boolean |
ProtocolApproveOtherAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task)
Is the user authorized to execute the given protocol task?
|
boolean |
NotifyIrbUnavailableAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
NotifyIrbAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
NotifyCommitteeUnavailableAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
NotifyCommitteeAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
ModifyProtocolSubmissionUnavailableAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
ModifyProtocolSubmissionAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
ModifyProtocolAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
ModifyAmendmentSectionsUnavailableAuthorizerBase.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
ModifyAmendmentSectionsAuthorizerBase.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
ModifyAmendmentAuthorizerBase.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
IrbAcknowledgementUnavailableAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task)
Is the user authorized to execute the given protocol task?
|
boolean |
IrbAcknowledgementAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task)
Is the user authorized to execute the given protocol task?
|
boolean |
GenericProtocolUnavailableAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task)
Is the user authorized to execute the given protocol task?
|
boolean |
GenericProtocolAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task)
Is the user authorized to execute the given protocol task?
|
boolean |
ExpediteApprovalUnavailableAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
ExpediteApprovalAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
CreateRenewalUnavailableAuthorizerBase.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
CreateRenewalAuthorizerBase.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
CreateContinuationUnavailableAuthorizerBase.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
CreateContinuationAuthorizerBase.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
CreateAmendmentUnavailableAuthorizerBase.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
CreateAmendmentAuthorizerBase.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
ContinuationAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
AnswerProtocolQuestionnaireAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
AdminCorrectionProtocolUnavailableAuthorizerBase.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
AdminCorrectionProtocolAuthorizerBase.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
AddProtocolBillableAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
boolean |
AbandonProtocolAuthorizer.isAuthorized(String userId,
ProtocolTaskBase task) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ProtocolTaskBase |
QuestionnaireHelperBase.getModifyQnnrTaskHook(ProtocolBase protocol) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.