| Modifier and Type | Class and Description |
|---|---|
class |
IacucProtocolDocument
This class represents the ProtocolBase Document Object.
|
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolDocumentBase |
IacucProtocolVersionServiceImpl.createNewProtocolDocumentInstanceHook() |
| Modifier and Type | Method and Description |
|---|---|
protected KraDocumentEventBaseExtension |
IacucProtocolDocumentRule.getSaveProtocolPersonnelEventHook(ProtocolDocumentBase document) |
boolean |
IacucProtocolDocumentRule.processAssignToCommittee(ProtocolDocumentBase document,
IacucProtocolAssignCmtBean actionBean) |
boolean |
IacucProtocolDocumentRule.processModifySubmissionRule(ProtocolDocumentBase document,
IacucProtocolModifySubmissionBean actionBean) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends ProtocolDocumentBase> |
IacucActionHelper.getProtocolDocumentBOClassHook() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IacucProtocolAssignCmtRuleImpl.processAssignToCommittee(ProtocolDocumentBase document,
IacucProtocolAssignCmtBean actionBean) |
boolean |
IacucProtocolAssignCmtRule.processAssignToCommittee(ProtocolDocumentBase document,
IacucProtocolAssignCmtBean actionBean) |
| Constructor and Description |
|---|
IacucProtocolAssignCmtEvent(ProtocolDocumentBase document,
IacucProtocolAssignCmtBean actionBean) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IacucCommitteeDecisionAbstainerRule.proccessCommitteeDecisionAbstainerRule(ProtocolDocumentBase document,
IacucCommitteeDecision committeeDecision) |
boolean |
IacucCommitteeDecisionRecuserRule.proccessCommitteeDecisionRecuserRule(ProtocolDocumentBase document,
IacucCommitteeDecision committeeDecision) |
| Modifier and Type | Method and Description |
|---|---|
ProtocolDocumentBase |
IacucProtocolGenericActionServiceImpl.returnForSMR(ProtocolBase protocol,
ProtocolGenericActionBean actionBean)
Returns the protocol to the PI for specific minor revisions.
|
ProtocolDocumentBase |
IacucProtocolGenericActionServiceImpl.returnForSRR(ProtocolBase protocol,
ProtocolGenericActionBean actionBean)
Returns the protocol to the PI for substantial revisions.
|
ProtocolDocumentBase |
IacucProtocolGenericActionServiceImpl.returnToPI(ProtocolBase protocol,
ProtocolGenericActionBean actionBean)
Returns the protocol to the PI.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IacucProtocolModifySubmissionServiceImpl.modifySubmission(ProtocolDocumentBase protocolDocument,
IacucProtocolModifySubmissionBean bean,
List<ProtocolReviewerBeanBase> beans) |
void |
IacucProtocolModifySubmissionService.modifySubmission(ProtocolDocumentBase protocolDocument,
IacucProtocolModifySubmissionBean bean,
List<ProtocolReviewerBeanBase> beans) |
boolean |
IacucProtocolModifySubmissionRuleImpl.processModifySubmissionRule(ProtocolDocumentBase document,
IacucProtocolModifySubmissionBean actionBean) |
boolean |
IacucProtocolModifySubmissionRule.processModifySubmissionRule(ProtocolDocumentBase document,
IacucProtocolModifySubmissionBean actionBean) |
boolean |
IacucProtocolModifySubmissionRuleImpl.validAssignReviewers(ProtocolDocumentBase document,
IacucProtocolModifySubmissionBean actionBean) |
| Constructor and Description |
|---|
IacucProtocolModifySubmissionEvent(ProtocolDocumentBase document,
IacucProtocolModifySubmissionBean actionBean) |
| Constructor and Description |
|---|
IacucProtocolReviewNotRequiredEvent(ProtocolDocumentBase document,
IacucProtocolReviewNotRequiredBean actionBean)
Constructs a ProtocolReviewNotRequiredEvent.java.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends ProtocolDocumentBase> |
IacucReviewCommentsServiceImpl.getProtocolDocumentBOClassHook() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends ProtocolDocumentBase> |
IacucProtocolSubmitActionRule.getProtocolDocumentClassHook() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IacucProtocolSubmitActionRule.processSubmitAction(ProtocolDocumentBase document,
ProtocolSubmitAction submitAction) |
| Modifier and Type | Method and Description |
|---|---|
ProtocolDocumentBase |
IacucProtocolWithdrawServiceImpl.administrativelyMarkIncomplete(ProtocolBase protocol,
ProtocolAdministrativelyIncompleteBean markIncompleteBean) |
ProtocolDocumentBase |
IacucProtocolWithdrawServiceImpl.administrativelyWithdraw(ProtocolBase protocol,
ProtocolAdministrativelyWithdrawBean administrativelyWithdrawBean) |
ProtocolDocumentBase |
IacucProtocolWithdrawServiceImpl.withdraw(ProtocolBase protocol,
ProtocolWithdrawBean withdrawBean) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ProtocolDocumentBase> |
IacucNotesAttachmentsHelper.getProtocolDocumentClassHook() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends ProtocolDocumentBase> |
IacucPersonnelHelper.getProtocolDocumentBOClassHook() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
IacucProtocolPersonnelAction.getSelectedPersonIndex(javax.servlet.http.HttpServletRequest request,
ProtocolDocumentBase document)
This method is to get selected person index.
|
| Constructor and Description |
|---|
AddIacucProtocolAttachmentPersonnelEvent(String errorPathPrefix,
ProtocolDocumentBase document,
ProtocolAttachmentPersonnelBase protocolAttachmentPersonnel,
int personIndex) |
AddIacucProtocolPersonnelEvent(String errorPathPrefix,
ProtocolDocumentBase document,
IacucProtocolPerson protocolPerson)
Constructs a AddProtocolPersonnelEventBase.
|
SaveIacucProtocolPersonnelEvent(String errorPathPrefix,
ProtocolDocumentBase document)
Constructs an SaveProtocolPersonnelEventBase.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends ProtocolDocumentBase> |
IacucProtocolHelper.getProtocolDocumentClassHook() |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends org.kuali.rice.krad.bo.BusinessObject> |
IacucProtocolProtocolAction.processMultipleLookupResults(ProtocolDocumentBase protocolDocument,
Class<T> lookupResultsBOClass,
Collection<T> selectedBOs) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends ProtocolDocumentBase> |
IacucProtocolFundingSourceServiceImpl.getProtocolDocumentBOClassHook() |
| Constructor and Description |
|---|
AddAlternateSearchEvent(ProtocolDocumentBase document,
IacucAlternateSearch alternateSearch,
List<String> selectedDatabases) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolDocument
This class represents the Protocol Document Object.
|
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolDocumentBase |
ProtocolVersionServiceImpl.createNewProtocolDocumentInstanceHook() |
| Modifier and Type | Method and Description |
|---|---|
protected SaveProtocolPersonnelEventBase |
ProtocolDocumentRule.getSaveProtocolPersonnelEventHook(ProtocolDocumentBase document) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends ProtocolDocumentBase> |
ActionHelper.getProtocolDocumentBOClassHook() |
| Constructor and Description |
|---|
ModifyAmendmentSectionsEvent(ProtocolDocumentBase document,
String propertyName,
ProtocolAmendmentBean amendmentBean) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CommitteeDecisionAbstainerRule.proccessCommitteeDecisionAbstainerRule(ProtocolDocumentBase document,
CommitteeDecision committeeDecision) |
boolean |
CommitteeDecisionRecuserRule.proccessCommitteeDecisionRecuserRule(ProtocolDocumentBase document,
CommitteeDecision committeeDecision) |
| Constructor and Description |
|---|
ProtocolGenericActionEvent(ProtocolDocumentBase document,
ProtocolGenericActionBean protocolGenericActionBean) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends ProtocolDocumentBase> |
ReviewCommentsServiceImpl.getProtocolDocumentBOClassHook() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProtocolSubmitActionRule.processSubmitAction(ProtocolDocumentBase document,
ProtocolSubmitAction submitAction) |
| Constructor and Description |
|---|
ProtocolSubmitActionEvent(ProtocolDocumentBase document,
ProtocolSubmitAction submitAction) |
| Modifier and Type | Method and Description |
|---|---|
ProtocolDocumentBase |
ProtocolWithdrawServiceImpl.administrativelyMarkIncomplete(ProtocolBase protocol,
ProtocolAdministrativelyIncompleteBean markIncompleteBean) |
ProtocolDocumentBase |
ProtocolWithdrawServiceImpl.administrativelyWithdraw(ProtocolBase protocol,
ProtocolAdministrativelyWithdrawBean administrativelyWithdrawBean) |
ProtocolDocumentBase |
ProtocolWithdrawServiceImpl.withdraw(ProtocolBase protocol,
ProtocolWithdrawBean withdrawBean) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends ProtocolDocumentBase> |
PersonnelHelper.getProtocolDocumentBOClassHook() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends ProtocolDocumentBase> |
ProtocolHelper.getProtocolDocumentClassHook() |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends org.kuali.rice.krad.bo.BusinessObject> |
ProtocolProtocolAction.processMultipleLookupResults(ProtocolDocumentBase protocolDocument,
Class<T> lookupResultsBOClass,
Collection<T> selectedBOs) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends ProtocolDocumentBase> |
ProtocolFundingSourceServiceImpl.getProtocolDocumentBOClassHook() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ProtocolDocumentBase |
ProtocolVersionServiceImplBase.createNewProtocolDocumentInstanceHook() |
protected ProtocolDocumentBase |
ProtocolVersionServiceImplBase.getNewProtocolDocument() |
ProtocolDocumentBase |
ProtocolFormBase.getProtocolDocument() |
ProtocolDocumentBase |
ProtocolBase.getProtocolDocument() |
ProtocolDocumentBase |
ProtocolVersionServiceImplBase.versionProtocolDocument(ProtocolDocumentBase protocolDocument) |
ProtocolDocumentBase |
ProtocolVersionService.versionProtocolDocument(ProtocolDocumentBase protocolDocument)
Create a new version of a protocol document.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProtocolVersionServiceImplBase.copyCustomDataAttributeValues(ProtocolDocumentBase protocolDocument,
ProtocolDocumentBase newProtocolDocument)
The Custom Data Attribute values are stored in the document.
|
protected void |
ProtocolVersionServiceImplBase.fixNextValues(ProtocolDocumentBase oldDoc,
ProtocolDocumentBase newDoc)
The document next values must be the same in the new version as in
the old document.
|
protected abstract KraDocumentEventBaseExtension |
ProtocolDocumentRuleBase.getSaveProtocolPersonnelEventHook(ProtocolDocumentBase document) |
protected List<String> |
ProtocolActionBase.getUnitRulesMessages(ProtocolDocumentBase protocolDoc) |
boolean |
ProtocolDocumentRuleBase.proccessCommitteeDecisionAbstainerRule(ProtocolDocumentBase document,
CD actionBean) |
boolean |
ProtocolDocumentRuleBase.proccessCommitteeDecisionRecuserRule(ProtocolDocumentBase document,
CD actionBean) |
boolean |
ProtocolDocumentRuleBase.proccessCommitteeDecisionRule(ProtocolDocumentBase document,
CD actionBean) |
boolean |
ProtocolDocumentRuleBase.processLeadUnitBusinessRules(ProtocolDocumentBase document)
Validates lead unit rules for a
ProtocolDocumentBase. |
protected <T extends org.kuali.rice.krad.bo.BusinessObject> |
ProtocolActionBase.processMultipleLookupResults(ProtocolDocumentBase protocolDocument,
Class<T> lookupResultsBOClass,
Collection<T> selectedBOs)
This method must be overridden by a derived class if that derived class has a field that requires a
Lookup that returns multiple values.
|
boolean |
ProtocolDocumentRuleBase.processProtocolLocationBusinessRules(ProtocolDocumentBase document)
At least one organization must be entered.
|
boolean |
ProtocolDocumentRuleBase.processProtocolResearchAreaBusinessRules(ProtocolDocumentBase document)
This method will check if all the research areas that have been added to the protocol are indeed active.
|
boolean |
ProtocolDocumentRuleBase.processSubmitAction(ProtocolDocumentBase document,
ProtocolSubmitAction submitAction) |
void |
ProtocolBase.setProtocolDocument(ProtocolDocumentBase protocolDocument) |
ProtocolDocumentBase |
ProtocolVersionServiceImplBase.versionProtocolDocument(ProtocolDocumentBase protocolDocument) |
ProtocolDocumentBase |
ProtocolVersionService.versionProtocolDocument(ProtocolDocumentBase protocolDocument)
Create a new version of a protocol document.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Class<? extends ProtocolDocumentBase> |
ActionHelperBase.getProtocolDocumentBOClassHook() |
| Modifier and Type | Method and Description |
|---|---|
ProtocolDocumentBase |
ModifyAmendmentSectionsEventBase.getProtocolDocument() |
ProtocolDocumentBase |
CreateRenewalEventBase.getProtocolDocument() |
ProtocolDocumentBase |
CreateContinuationEventBase.getProtocolDocument() |
ProtocolDocumentBase |
CreateAmendmentEventBase.getProtocolDocument() |
| Modifier and Type | Method and Description |
|---|---|
ProtocolCopyService<ProtocolDocumentBase> |
ProtocolAmendRenewServiceImplBase.getProtocolCopyService() |
| Modifier and Type | Method and Description |
|---|---|
String |
ProtocolAmendRenewServiceImplBase.createAmendment(ProtocolDocumentBase protocolDocument,
ProtocolAmendmentBean amendmentBean) |
String |
ProtocolAmendRenewService.createAmendment(ProtocolDocumentBase protocolDocument,
ProtocolAmendmentBean amendmentBean)
Create an amendment.
|
protected String |
ProtocolAmendRenewServiceImplBase.createAmendment(ProtocolDocumentBase protocolDocument,
ProtocolDocumentBase amendProtocolDocument,
ProtocolAmendmentBean amendmentBean)
Create an Amendment.
|
protected ProtocolAmendRenewalBase |
ProtocolAmendRenewServiceImplBase.createAmendmentRenewal(ProtocolDocumentBase protocolDocument,
ProtocolDocumentBase amendProtocolDocument,
String summary)
Create an Amendment Entry.
|
String |
ProtocolAmendRenewServiceImplBase.createRenewal(ProtocolDocumentBase protocolDocument,
String renewalSummary) |
String |
ProtocolAmendRenewService.createRenewal(ProtocolDocumentBase protocolDocument,
String renewalSummary)
Create a Renewal without an Amendment.
|
String |
ProtocolAmendRenewServiceImplBase.createRenewalWithAmendment(ProtocolDocumentBase protocolDocument,
ProtocolAmendmentBean amendmentBean) |
String |
ProtocolAmendRenewService.createRenewalWithAmendment(ProtocolDocumentBase protocolDocument,
ProtocolAmendmentBean amendmentBean)
Create a Renewal with an Amendment.
|
protected String |
ProtocolAmendRenewServiceImplBase.generateProtocolAmendmentNumber(ProtocolDocumentBase protocolDocument)
Generate the protocol number for an amendment.
|
protected String |
ProtocolAmendRenewServiceImplBase.generateProtocolNumber(ProtocolDocumentBase protocolDocument,
String letter,
String nextValueKey)
Generate the protocol number for an amendment or renewal.
|
protected String |
ProtocolAmendRenewServiceImplBase.generateProtocolRenewalNumber(ProtocolDocumentBase protocolDocument)
Generate the protocol number for an renewal.
|
void |
ProtocolAmendRenewServiceImplBase.updateAmendmentRenewal(ProtocolDocumentBase protocolDocument,
ProtocolAmendmentBean amendmentBean) |
void |
ProtocolAmendRenewService.updateAmendmentRenewal(ProtocolDocumentBase protocolDocument,
ProtocolAmendmentBean amendmentBean)
Update the summary and amendment sections.
|
| Constructor and Description |
|---|
CreateAmendmentEventBase(ProtocolDocumentBase document,
String propertyName,
ProtocolAmendmentBean amendmentBean) |
CreateContinuationEventBase(ProtocolDocumentBase document,
String propertyName,
String continuationSummary) |
CreateRenewalEventBase(ProtocolDocumentBase document,
String propertyName,
String renewalSummary) |
ModifyAmendmentSectionsEventBase(ProtocolDocumentBase document,
String propertyName,
ProtocolAmendmentBean amendmentBean) |
| Constructor and Description |
|---|
ProtocolApproveEventBase(ProtocolDocumentBase document,
ProtocolApproveBean protocolApproveBean)
Constructs a ProtocolApproveEventBase.
|
| Constructor and Description |
|---|
ProtocolAssignToAgendaEventBase(ProtocolDocumentBase document,
ProtocolAssignToAgendaBean protocolAssignToAgendaBean)
Constructs a ProtocolAssignToAgendaEventBase.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProtocolCopyService<GenericProtocolDocument extends ProtocolDocumentBase>
The ProtocolBase Copy Service is responsible for copying protocols.
|
class |
ProtocolCopyServiceImplBase<GenericProtocolDocument extends ProtocolDocumentBase>
The ProtocolBase Copy Service creates a new ProtocolBase Document
based upon a current document.
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolDocumentBase |
ProtocolCopyService.copyProtocol(GenericProtocolDocument doc,
String protocolNumber,
boolean isAmendmentRenewal)
Copy a protocol document with a given protocol number.
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolDocumentBase |
ProtocolAdminCorrectionEventBase.getProtocolDocument() |
| Constructor and Description |
|---|
ProtocolAdminCorrectionEventBase(ProtocolDocumentBase document,
String propertyName,
AdminCorrectionBean actionBean) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExecuteCommitteeDecisionAbstainerRule.proccessCommitteeDecisionAbstainerRule(ProtocolDocumentBase document,
CD committeeDecision)
This method...
|
boolean |
ExecuteCommitteeDecisionRecuserRule.proccessCommitteeDecisionRecuserRule(ProtocolDocumentBase document,
CD committeeDecision)
This method...
|
boolean |
ExecuteCommitteeDecisionRule.proccessCommitteeDecisionRule(ProtocolDocumentBase document,
CD actionBean)
This method will check for valid user input and attach error message to fields as needed.
|
boolean |
CommitteeDecisionRuleBase.proccessCommitteeDecisionRule(ProtocolDocumentBase document,
CD committeeDecision)
This method will check for valid user input and attach error message to fields as needed.
|
| Constructor and Description |
|---|
CommitteeDecisionAbstainerEventBase(ProtocolDocumentBase document,
CD decision)
Constructs a CommitteeDecisionAbstainerEventBase.java.
|
CommitteeDecisionEventBase(ProtocolDocumentBase document,
CD decision)
Constructs a CommitteeDecisionEventBase.java.
|
CommitteeDecisionRecuserEventBase(ProtocolDocumentBase document,
CD decision)
Constructs a CommitteeDecisionAbstainerEventBase.java.
|
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolDocumentBase |
ProtocolGenericActionServiceImplBase.getReturnedVersionedDocument(ProtocolBase protocol) |
protected ProtocolDocumentBase |
ProtocolGenericActionServiceImplBase.getVersionedDocument(ProtocolBase protocol) |
ProtocolDocumentBase |
ProtocolGenericActionService.returnForSMR(ProtocolBase protocol,
ProtocolGenericActionBean actionBean)
Returns the protocol to the PI for specific minor revisions.
|
ProtocolDocumentBase |
ProtocolGenericActionService.returnForSRR(ProtocolBase protocol,
ProtocolGenericActionBean actionBean)
Returns the protocol to the PI for substantial revisions.
|
ProtocolDocumentBase |
ProtocolGenericActionService.returnToPI(ProtocolBase protocol,
ProtocolGenericActionBean actionBean)
Returns the protocol to the PI.
|
ProtocolDocumentBase |
ProtocolGenericActionServiceImplBase.versionAfterDisapprovalInRouting(ProtocolBase oldProtocol) |
ProtocolDocumentBase |
ProtocolGenericActionService.versionAfterDisapprovalInRouting(ProtocolBase protocol)
Handles the versioning of the protocol following its disapproval in routing.
|
| Constructor and Description |
|---|
ProtocolGenericActionEventBase(ProtocolDocumentBase document,
ProtocolGenericActionBean protocolGenericActionBean)
Constructs a ProtocolGenericActionEventBase.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProtocolReviewNotRequiredRuleBase.processReviewNotRequiredRule(ProtocolDocumentBase document,
ProtocolReviewNotRequiredBean actionBean) |
boolean |
ExecuteProtocolReviewNotRequiredRule.processReviewNotRequiredRule(ProtocolDocumentBase document,
ProtocolReviewNotRequiredBean actionBean)
This method validates the business rules for setting a protocol to review not required.
|
void |
ProtocolReviewNotRequiredService.reviewNotRequired(ProtocolDocumentBase protocolDocument,
ProtocolReviewNotRequiredBean actionBean)
This method manages the action of marking a protocol as review not required.
|
| Constructor and Description |
|---|
ProtocolReviewNotRequiredEvent(ProtocolDocumentBase document,
ProtocolReviewNotRequiredBean actionBean)
Constructs a ProtocolReviewNotRequiredEvent.java.
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolDocumentBase |
ProtocolActionPrintEvent.getProtocolDocument() |
| Constructor and Description |
|---|
ProtocolActionPrintEvent(ProtocolDocumentBase document,
Boolean summaryReport,
Boolean fullReport,
Boolean historyReport,
Boolean reviewCommentsReport) |
| Modifier and Type | Method and Description |
|---|---|
ProtocolDocumentBase |
ProtocolManageReviewAttachmentEventBase.getProtocolDocument() |
ProtocolDocumentBase |
ProtocolAddReviewCommentEventBase.getProtocolDocument() |
ProtocolDocumentBase |
ProtocolAddReviewAttachmentEventBase.getProtocolDocument() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Class<? extends ProtocolDocumentBase> |
ReviewCommentsServiceImplBase.getProtocolDocumentBOClassHook() |
| Constructor and Description |
|---|
ProtocolAddReviewAttachmentEventBase(ProtocolDocumentBase document,
String propertyName,
PRA reviewAttachment)
Constructs a ProtocolAddReviewAttachmentEventBase.
|
ProtocolAddReviewCommentEventBase(ProtocolDocumentBase document,
String propertyName,
CommitteeScheduleMinuteBase reviewComment)
Constructs a ProtocolAddReviewerCommentEvent.
|
ProtocolManageReviewAttachmentEventBase(ProtocolDocumentBase document,
String propertyName,
List<PRA> reviewAttachments)
Constructs a ProtocolManageReviewAttachmentEventBase.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Class<? extends ProtocolDocumentBase> |
ProtocolSubmitActionRuleBase.getProtocolDocumentClassHook() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProtocolSubmitActionRuleBase.processSubmitAction(ProtocolDocumentBase document,
ProtocolSubmitAction submitAction) |
boolean |
ExecuteProtocolSubmitActionRule.processSubmitAction(ProtocolDocumentBase document,
ProtocolSubmitAction submitAction) |
| Constructor and Description |
|---|
ProtocolSubmitActionEventBase(ProtocolDocumentBase document,
ProtocolSubmitAction submitAction) |
| Modifier and Type | Method and Description |
|---|---|
ProtocolDocumentBase |
UndoLastActionServiceImplBase.undoLastAction(ProtocolDocumentBase protocolDocument,
UndoLastActionBean undoLastActionBean) |
ProtocolDocumentBase |
UndoLastActionService.undoLastAction(ProtocolDocumentBase protocolDocument,
UndoLastActionBean undoLastActionBean) |
protected ProtocolDocumentBase |
UndoLastActionServiceImplBase.undoWorkflowRouting(ProtocolDocumentBase protocolDocument,
ProtocolActionBase lastPerformedAction) |
| Modifier and Type | Method and Description |
|---|---|
ProtocolDocumentBase |
UndoLastActionServiceImplBase.undoLastAction(ProtocolDocumentBase protocolDocument,
UndoLastActionBean undoLastActionBean) |
ProtocolDocumentBase |
UndoLastActionService.undoLastAction(ProtocolDocumentBase protocolDocument,
UndoLastActionBean undoLastActionBean) |
protected ProtocolDocumentBase |
UndoLastActionServiceImplBase.undoWorkflowRouting(ProtocolDocumentBase protocolDocument,
ProtocolActionBase lastPerformedAction) |
| Modifier and Type | Method and Description |
|---|---|
abstract ProtocolDocumentBase |
ProtocolWithdrawServiceImplBase.administrativelyMarkIncomplete(ProtocolBase protocol,
ProtocolAdministrativelyIncompleteBean markIncompleteBean) |
ProtocolDocumentBase |
ProtocolWithdrawService.administrativelyMarkIncomplete(ProtocolBase protocol,
ProtocolAdministrativelyIncompleteBean markIncompleteBean)
Perform the task of administratively marking a protocol as 'incomplete'.
|
abstract ProtocolDocumentBase |
ProtocolWithdrawServiceImplBase.administrativelyWithdraw(ProtocolBase protocol,
ProtocolAdministrativelyWithdrawBean administrativelyWithdrawBean) |
ProtocolDocumentBase |
ProtocolWithdrawService.administrativelyWithdraw(ProtocolBase protocol,
ProtocolAdministrativelyWithdrawBean administrativelyWithdrawBean)
Perform the task of administratively withdrawing a protocol.
|
abstract ProtocolDocumentBase |
ProtocolWithdrawServiceImplBase.withdraw(ProtocolBase protocol,
ProtocolWithdrawBean withdrawBean) |
ProtocolDocumentBase |
ProtocolWithdrawService.withdraw(ProtocolBase protocol,
ProtocolWithdrawBean withdrawBean)
Perform the task of withdrawing a protocol.
|
| Modifier and Type | Field and Description |
|---|---|
protected ProtocolDocumentBase |
ProtocolAttachmentVersioningUtilityBase.newDocumentVersion |
| Modifier and Type | Method and Description |
|---|---|
abstract Class<? extends ProtocolDocumentBase> |
NotesAttachmentsHelperBase.getProtocolDocumentClassHook() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SubmitProtocolAttachmentProtocolRuleImplBase.processSubmitProtocolAttachmentProtocolRules(ProtocolDocumentBase document)
Executes the rules related to
ProtocolAttachmentProtocolBase when saving a ProtocolDocumentBase. |
| Constructor and Description |
|---|
AddProtocolNotepadEvent(ProtocolDocumentBase document,
ProtocolNotepadBase newProtocolNotepad)
Creates a new event.
|
DeleteProtocolNotepadEvent(ProtocolDocumentBase document,
ProtocolNotepadBase protocolNotepad)
Creates a new "delete" event.
|
ModifyProtocolNotepadEvent(ProtocolDocumentBase document,
ProtocolNotepadBase existingProtocolNotepad)
Creates a new event.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Class<? extends ProtocolDocumentBase> |
PersonnelHelperBase.getProtocolDocumentBOClassHook() |
| Constructor and Description |
|---|
AddProtocolPersonnelEventBase(String errorPathPrefix,
ProtocolDocumentBase document,
ProtocolPersonBase protocolPerson)
Constructs a AddProtocolPersonnelEventBase.
|
AddProtocolUnitEvent(String errorPathPrefix,
ProtocolDocumentBase document,
ProtocolUnitBase protocolUnit,
int personIndex) |
ProtocolUnitEventBase(String description,
String errorPathPrefix,
ProtocolDocumentBase document,
ProtocolUnitBase protocolUnit,
int personIndex) |
SaveProtocolPersonnelEventBase(String errorPathPrefix,
ProtocolDocumentBase document)
Constructs an SaveProtocolPersonnelEventBase.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Class<? extends ProtocolDocumentBase> |
ProtocolHelperBase.getProtocolDocumentClassHook() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProposalDevelopmentProtocolDocumentService<GenericProtocolDocument extends ProtocolDocumentBase> |
interface |
ProtocolProposalDevelopmentDocumentService<GenericProtocolDocument extends ProtocolDocumentBase> |
| Modifier and Type | Method and Description |
|---|---|
ProtocolDocumentBase |
ProposalDevelopmentProtocolDocumentService.createProtocolDocument(ProposalDevelopmentForm proposalDevelopmentForm) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Class<? extends ProtocolDocumentBase> |
ProtocolFundingSourceServiceImplBase.getProtocolDocumentBOClassHook() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalDevelopmentProtocolDocumentService.initializeAuthorization(ProtocolDocumentBase protocolDocument) |
void |
ProposalDevelopmentProtocolDocumentService.populateDocumentOverview(DevelopmentProposal developmentProposal,
ProtocolDocumentBase protocolDocument) |
void |
ProposalDevelopmentProtocolDocumentService.populateProtocolFundingSource(DevelopmentProposal developmentProposal,
ProtocolDocumentBase protocolDocument) |
void |
ProposalDevelopmentProtocolDocumentService.populateProtocolPerson_Investigator(DevelopmentProposal developmentProposal,
ProtocolDocumentBase protocolDocument) |
void |
ProposalDevelopmentProtocolDocumentService.populateRequiredFields(DevelopmentProposal developmentProposal,
ProtocolDocumentBase protocolDocument) |
| Constructor and Description |
|---|
LookupProtocolFundingSourceEventBase(String errorPathPrefix,
ProtocolDocumentBase document,
String fundingSourceTypeCode,
ProtocolEventBase.ErrorType type) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProposalDevelopmentProtocolDocumentServiceImplBase<GenericProtocolDocument extends ProtocolDocumentBase>
This service creates Proposal Development Document from ProtocolBase for users authorized to create proposal.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract ProtocolDocumentBase |
ProposalDevelopmentProtocolDocumentServiceImplBase.getProtocolDocumentNewInstanceHook(org.kuali.rice.krad.service.DocumentService documentService) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProposalDevelopmentProtocolDocumentServiceImplBase.initializeAuthorization(ProtocolDocumentBase protocolDocument)
Initialize the Authorizations for a new proposal.
|
void |
ProposalDevelopmentProtocolDocumentServiceImplBase.populateDocumentOverview(DevelopmentProposal developmentProposal,
ProtocolDocumentBase protocolDocument) |
void |
ProposalDevelopmentProtocolDocumentServiceImplBase.populateProtocolFundingSource(DevelopmentProposal developmentProposal,
ProtocolDocumentBase protocolDocument) |
void |
ProposalDevelopmentProtocolDocumentServiceImplBase.populateProtocolPerson_Investigator(DevelopmentProposal developmentProposal,
ProtocolDocumentBase protocolDocument) |
void |
ProposalDevelopmentProtocolDocumentServiceImplBase.populateRequiredFields(DevelopmentProposal developmentProposal,
ProtocolDocumentBase protocolDocument) |
| Constructor and Description |
|---|
AddProtocolLocationEvent(String errorPathPrefix,
ProtocolDocumentBase document,
ProtocolLocationBase protocolLocation) |
ProtocolLocationEventBase(String description,
String errorPathPrefix,
ProtocolDocumentBase document) |
ProtocolLocationEventBase(String description,
String errorPathPrefix,
ProtocolDocumentBase document,
ProtocolLocationBase protocolLocation) |
| Constructor and Description |
|---|
AddProtocolParticipantEvent(ProtocolDocumentBase document,
ProtocolParticipant newProtocolParticipant,
List<ProtocolParticipant> protocolParticipants)
Constructs a
. |
| Constructor and Description |
|---|
AddProtocolReferenceEventBase(String errorPathPrefix,
ProtocolDocumentBase document,
ProtocolReferenceBeanBase protocolReferenceBean)
Constructs a AddProtocolReferenceEventBase.java.
|
ProtocolReferenceEventBase(String description,
String errorPathPrefix,
ProtocolDocumentBase document,
ProtocolReferenceBeanBase protocolReferenceBean) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Integer> |
ProtocolQuestionnaireAuditRuleBase.getIncompleteMandatoryQuestionnaire(ProtocolDocumentBase protocolDocument) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.