| Package | Description |
|---|---|
| org.kuali.kra.iacuc | |
| org.kuali.kra.iacuc.actions | |
| org.kuali.kra.iacuc.noteattachment | |
| org.kuali.kra.iacuc.personnel | |
| 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.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.actions.print | |
| org.kuali.kra.protocol.customdata | |
| org.kuali.kra.protocol.noteattachment |
This package is meant to hold all classes
related to Notes and Attachments for a
Protocol.
|
| org.kuali.kra.protocol.onlinereview | |
| org.kuali.kra.protocol.permission |
This package is meant to hold all classes
related to Permissions for a
Protocol.
|
| org.kuali.kra.protocol.personnel |
This package is meant to hold all classes
related to Personnel for a
Protocol.
|
| org.kuali.kra.protocol.protocol |
This package is meant to hold all classes
related to main Protocol tab.
|
| org.kuali.kra.protocol.protocol.funding |
This package is meant to hold all classes
related to funding for a
Protocol.
|
| org.kuali.kra.protocol.protocol.funding.impl | |
| org.kuali.kra.protocol.questionnaire |
| Modifier and Type | Class and Description |
|---|---|
class |
IacucProtocolForm
This class...
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolFormBase |
IacucActionHelper.getProtocolForm() |
| Constructor and Description |
|---|
IacucActionHelper(ProtocolFormBase form)
Constructs an ActionHelperBase.
|
| Constructor and Description |
|---|
IacucNotesAttachmentsHelper(ProtocolFormBase form) |
IacucProtocolAttachmentVersioningUtility(ProtocolFormBase form) |
| Constructor and Description |
|---|
IacucPersonnelHelper(ProtocolFormBase form) |
| Constructor and Description |
|---|
IacucQuestionnaireHelper(ProtocolFormBase form)
Constructs an IacucProtocolQuestionnaireHelper.java.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolForm
This class...
|
| Constructor and Description |
|---|
QuestionnaireHelper(ProtocolFormBase form) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ProtocolActionBase.applyRules(ProtocolFormBase protocolForm,
org.kuali.rice.krad.rules.rule.event.KualiDocumentEvent event) |
protected org.apache.struts.action.ActionForward |
ProtocolActionBase.branchToPanelOrNotificationEditor(org.apache.struts.action.ActionMapping mapping,
ProtocolFormBase protocolForm,
String ulitmateDestination) |
protected abstract ActionHelperBase |
ProtocolFormBase.createNewActionHelperInstanceHook(ProtocolFormBase protocolForm) |
protected abstract ProtocolCustomDataHelperBase |
ProtocolFormBase.createNewCustomDataHelperInstanceHook(ProtocolFormBase protocolForm) |
protected abstract NotesAttachmentsHelperBase |
ProtocolFormBase.createNewNotesAttachmentsHelperInstanceHook(ProtocolFormBase protocolForm) |
protected abstract OnlineReviewsActionHelperBase |
ProtocolFormBase.createNewOnlineReviewsActionHelperInstanceHook(ProtocolFormBase protocolForm) |
protected abstract PermissionsHelperBase |
ProtocolFormBase.createNewPermissionsHelperInstanceHook(ProtocolFormBase protocolForm) |
protected abstract PersonnelHelperBase |
ProtocolFormBase.createNewPersonnelHelperInstanceHook(ProtocolFormBase protocolForm) |
protected abstract ProtocolHelperBase |
ProtocolFormBase.createNewProtocolHelperInstanceHook(ProtocolFormBase protocolForm) |
protected abstract QuestionnaireHelperBase |
ProtocolFormBase.createNewQuestionnaireHelper(ProtocolFormBase protocolForm) |
protected abstract QuestionnaireHelperBase |
ProtocolFormBase.createNewQuestionnaireHelperInstanceHook(ProtocolFormBase protocolForm) |
protected abstract ProtocolSpecialReviewHelperBase |
ProtocolFormBase.createNewSpecialReviewHelperInstanceHook(ProtocolFormBase protocolForm) |
protected abstract void |
ProtocolActionBase.sendNotification(ProtocolFormBase protocolForm) |
| Modifier and Type | Field and Description |
|---|---|
protected ProtocolFormBase |
ActionHelperBase.form
Each Helper must contain a reference to its document form
so that it can access the document.
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolFormBase |
ActionHelperBase.getProtocolForm() |
| Constructor and Description |
|---|
ActionHelperBase(ProtocolFormBase form)
Constructs an ActionHelperBase.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<Printable> |
ProtocolPrintingServiceImplBase.getPrintArtifacts(ProtocolFormBase protocolForm) |
protected List<Printable> |
ProtocolPrintingServiceImplBase.getPrintReportArtifacts(ProtocolFormBase protocolForm,
StringBuffer fileName) |
protected Map<Class,Object> |
ProtocolPrintingServiceImplBase.getReportOptions(ProtocolFormBase protocolForm,
ProtocolPrintType printType) |
AttachmentDataSource |
ProtocolPrintingServiceImplBase.printProtocolDocument(ProtocolFormBase protocolForm) |
AttachmentDataSource |
ProtocolPrintingService.printProtocolDocument(ProtocolFormBase protocolForm)
This method is to print items in protocol document
|
AttachmentDataSource |
ProtocolPrintingServiceImplBase.printProtocolSelectedItems(ProtocolFormBase protocolForm) |
AttachmentDataSource |
ProtocolPrintingService.printProtocolSelectedItems(ProtocolFormBase protocolForm)
This method is to print selected protocol items
|
| Modifier and Type | Field and Description |
|---|---|
protected ProtocolFormBase |
ProtocolCustomDataHelperBase.form
Each Helper must contain a reference to its document form
so that it can access the document.
|
| Constructor and Description |
|---|
ProtocolCustomDataHelperBase(ProtocolFormBase form)
Constructs a CustomDataHelper.
|
| Modifier and Type | Field and Description |
|---|---|
protected ProtocolFormBase |
ProtocolAttachmentVersioningUtilityBase.form |
protected ProtocolFormBase |
NotesAttachmentsHelperBase.form |
| Constructor and Description |
|---|
NotesAttachmentsHelperBase(ProtocolFormBase form,
ProtocolAttachmentService notesService,
TaskAuthorizationService authService,
KraAuthorizationService kraAuthorizationService,
org.kuali.rice.core.api.datetime.DateTimeService dateTimeService,
ProtocolNotepadService protocolNotepadService,
org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService,
ProtocolAttachmentVersioningUtilityBase versioningUtil)
Constructs a helper.
|
ProtocolAttachmentVersioningUtilityBase(ProtocolFormBase form,
ProtocolAttachmentService notesService,
VersioningService versionService,
org.kuali.rice.krad.service.DocumentService docService)
Constructs a versioning util.
|
| Constructor and Description |
|---|
OnlineReviewsActionHelperBase(ProtocolFormBase form)
Constructs a OnlineReviewActionHelper.java.
|
| Modifier and Type | Field and Description |
|---|---|
protected ProtocolFormBase |
PermissionsHelperBase.form
Each Helper must contain a reference to its document form
so that it can access the document.
|
| Constructor and Description |
|---|
PermissionsHelperBase(ProtocolFormBase form,
String roleType)
Constructs a PermissionsHelperBase.
|
| Modifier and Type | Field and Description |
|---|---|
protected ProtocolFormBase |
PersonnelHelperBase.form
Each Helper must contain a reference to its document form
so that it can access the actual document.
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolFormBase |
PersonnelHelperBase.getForm() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonnelHelperBase.setForm(ProtocolFormBase form) |
| Constructor and Description |
|---|
PersonnelHelperBase(ProtocolFormBase form) |
| Constructor and Description |
|---|
ProtocolHelperBase(ProtocolFormBase form) |
| Modifier and Type | Method and Description |
|---|---|
ProposalDevelopmentDocument |
ProtocolProposalDevelopmentDocumentService.createProposalDevelopmentDocument(ProtocolFormBase protocolForm) |
| Modifier and Type | Method and Description |
|---|---|
ProposalDevelopmentDocument |
ProtocolProposalDevelopmentDocumentServiceImplBase.createProposalDevelopmentDocument(ProtocolFormBase protocolForm) |
| Constructor and Description |
|---|
QuestionnaireHelperBase(ProtocolFormBase form)
Constructs a QuestionnaireHelperBase.java.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.