| Package | Description |
|---|---|
| org.kuali.kra.iacuc.actions | |
| org.kuali.kra.iacuc.actions.amendrenew | |
| org.kuali.kra.irb.actions |
This package is meant to hold all classes
common/cross-cutting across many Protocol Actions.
|
| org.kuali.kra.irb.actions.amendrenew | |
| org.kuali.kra.protocol.actions | |
| org.kuali.kra.protocol.actions.amendrenew |
| Modifier and Type | Field and Description |
|---|---|
protected ProtocolAmendmentBean |
IacucActionHelper.protocolContinuationAmendmentBean |
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolAmendmentBean |
IacucActionHelper.configureAmendmentBean(ProtocolAmendmentBean amendmentBean) |
protected ProtocolAmendmentBean |
IacucActionHelper.createAmendmentBean() |
protected ProtocolAmendmentBean |
IacucActionHelper.getNewProtocolAmendmentBeanInstanceHook(ActionHelperBase actionHelper) |
ProtocolAmendmentBean |
IacucActionHelper.getProtocolContinuationAmendmentBean() |
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolAmendmentBean |
IacucActionHelper.configureAmendmentBean(ProtocolAmendmentBean amendmentBean) |
protected void |
IacucActionHelper.enableModuleOption(ProtocolAmendmentBean amendmentBean,
ProtocolAmendRenewalBase correctAmendment) |
protected void |
IacucActionHelper.populateExistingAmendmentBean(ProtocolAmendmentBean amendmentBean,
List<String> moduleTypeCodes) |
void |
IacucActionHelper.setProtocolContinuationAmendmentBean(ProtocolAmendmentBean protocolContinuationAmendmentBean) |
| Modifier and Type | Class and Description |
|---|---|
class |
IacucProtocolAmendmentBean |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IacucProtocolAmendRenewServiceImpl.addModules(ProtocolBase protocol,
ProtocolAmendmentBean amendmentBean) |
String |
IacucProtocolAmendRenewServiceImpl.createContinuationWithAmendment(IacucProtocolDocument protocolDocument,
ProtocolAmendmentBean amendmentBean) |
String |
IacucProtocolAmendRenewService.createContinuationWithAmendment(IacucProtocolDocument protocolDocument,
ProtocolAmendmentBean amendmentBean) |
| Constructor and Description |
|---|
CreateIacucAmendmentEvent(IacucProtocolDocument document,
String propertyName,
ProtocolAmendmentBean amendmentBean) |
ModifyIacucAmendmentSectionsEvent(IacucProtocolDocument document,
String propertyName,
ProtocolAmendmentBean amendmentBean) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ActionHelper.enableModuleOption(ProtocolAmendmentBean amendmentBean,
ProtocolAmendRenewalBase correctAmendment) |
protected void |
ActionHelper.populateExistingAmendmentBean(ProtocolAmendmentBean amendmentBean,
List<String> moduleTypeCodes)
This method copies the settings from the ProtocolAmendRenewal bo to the amendmentBean and enables the
corresponding modules.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolAmendmentBean |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProtocolAmendRenewServiceImpl.addModules(ProtocolBase protocol,
ProtocolAmendmentBean amendmentBean) |
| Modifier and Type | Field and Description |
|---|---|
protected ProtocolAmendmentBean |
ActionHelperBase.protocolAmendmentBean |
protected ProtocolAmendmentBean |
ActionHelperBase.protocolRenewAmendmentBean |
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolAmendmentBean |
ActionHelperBase.configureAmendmentBean(ProtocolAmendmentBean amendmentBean)
Create an Amendment Bean.
|
protected ProtocolAmendmentBean |
ActionHelperBase.createAmendmentBean() |
protected abstract ProtocolAmendmentBean |
ActionHelperBase.getNewProtocolAmendmentBeanInstanceHook(ActionHelperBase actionHelper) |
ProtocolAmendmentBean |
ActionHelperBase.getProtocolAmendmentBean() |
ProtocolAmendmentBean |
ActionHelperBase.getProtocolRenewAmendmentBean() |
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolAmendmentBean |
ActionHelperBase.configureAmendmentBean(ProtocolAmendmentBean amendmentBean)
Create an Amendment Bean.
|
protected abstract void |
ActionHelperBase.enableModuleOption(ProtocolAmendmentBean amendmentBean,
ProtocolAmendRenewalBase correctAmendment)
Enable module option while populating the protocolAmendmentBean with the amendment details from the
current submission.
|
protected abstract void |
ActionHelperBase.populateExistingAmendmentBean(ProtocolAmendmentBean amendmentBean,
List<String> moduleTypeCodes)
This method copies the settings from the ProtocolAmendRenewalBase bo to the amendmentBean and enables the
corresponding modules.
|
void |
ActionHelperBase.setProtocolAmendmentBean(ProtocolAmendmentBean protocolAmendmentBean) |
| Modifier and Type | Method and Description |
|---|---|
ProtocolAmendmentBean |
ModifyAmendmentSectionsEventBase.getAmendmentBean() |
ProtocolAmendmentBean |
CreateAmendmentEventBase.getAmendmentBean() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
ProtocolAmendRenewServiceImplBase.addModules(ProtocolBase protocol,
ProtocolAmendmentBean amendmentBean) |
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.
|
String |
ProtocolAmendRenewServiceImplBase.createRenewalWithAmendment(ProtocolDocumentBase protocolDocument,
ProtocolAmendmentBean amendmentBean) |
String |
ProtocolAmendRenewService.createRenewalWithAmendment(ProtocolDocumentBase protocolDocument,
ProtocolAmendmentBean amendmentBean)
Create a Renewal with an Amendment.
|
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) |
ModifyAmendmentSectionsEventBase(ProtocolDocumentBase document,
String propertyName,
ProtocolAmendmentBean amendmentBean) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.