| Package | Description |
|---|---|
| org.kuali.kra.common.committee.meeting | |
| org.kuali.kra.iacuc | |
| org.kuali.kra.iacuc.actions.reviewcomments | |
| org.kuali.kra.iacuc.auth | |
| org.kuali.kra.iacuc.committee.meeting | |
| org.kuali.kra.iacuc.notification | |
| org.kuali.kra.iacuc.onlinereview | |
| org.kuali.kra.iacuc.onlinereview.authorization | |
| org.kuali.kra.irb |
This package is meant to hold all classes
common/cross-cutting across the Protocol.
|
| org.kuali.kra.irb.actions.reviewcomments | |
| org.kuali.kra.irb.onlinereview | |
| org.kuali.kra.meeting | |
| 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.reviewcomments | |
| org.kuali.kra.protocol.actions.submit | |
| org.kuali.kra.protocol.actions.undo | |
| org.kuali.kra.protocol.notification | |
| org.kuali.kra.protocol.onlinereview | |
| org.kuali.kra.protocol.onlinereview.authorization | |
| org.kuali.kra.protocol.onlinereview.rules |
| Modifier and Type | Method and Description |
|---|---|
ProtocolOnlineReviewBase |
CommitteeScheduleMinuteBase.getProtocolOnlineReview()
Gets the protocolReview attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommitteeScheduleMinuteBase.setProtocolOnlineReview(ProtocolOnlineReviewBase protocolReview)
Sets the protocolReview attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolOnlineReviewBase |
IacucProtocolOnlineReviewDocument.getProtocolOnlineReview()
This method is a convenience method for facilitating a 1:1 relationship between ProtocolDocument
and ProtocolBase to the outside world - aka a single ProtocolBase field associated with ProtocolDocument
|
| Modifier and Type | Method and Description |
|---|---|
void |
IacucProtocolOnlineReviewDocument.setProtocolOnlineReview(ProtocolOnlineReviewBase protocolOnlineReview)
This method is a convenience method for facilitating a 1:1 relationship between ProtocolDocument
and ProtocolBase to the outside world - aka a single ProtocolBase field associated with ProtocolDocument
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends ProtocolOnlineReviewBase> |
IacucReviewCommentsServiceImpl.getProtocolOnlineReviewClassHook() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
IacucProtocolDocumentAuthorizer.isCommitteeAndPastDeterminationDueDate(ProtocolReviewer reviewer,
ProtocolOnlineReviewBase review) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends ProtocolOnlineReviewBase> |
IacucCommitteeScheduleMinute.getProtocolOnlineReviewBOClassHook() |
| Modifier and Type | Method and Description |
|---|---|
ProtocolOnlineReviewBase |
IacucProtocolNotificationRoleQualifierServiceImpl.getProtocolOnlineReview() |
| Modifier and Type | Method and Description |
|---|---|
void |
IacucProtocolNotificationRoleQualifierServiceImpl.setProtocolOnlineReview(ProtocolOnlineReviewBase protocolOnlineReview) |
| Modifier and Type | Class and Description |
|---|---|
class |
IacucProtocolOnlineReview
This class encapsulates the notion of a protocol review.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends ProtocolOnlineReviewBase> |
IacucProtocolReviewAttachment.getProtocolOnlineReviewBOClassHook() |
protected Class<? extends ProtocolOnlineReviewBase> |
IacucProtocolOnlineReviewServiceImpl.getProtocolOnlineReviewBOClassHook() |
| Modifier and Type | Method and Description |
|---|---|
ProtocolOnlineReviewBase |
IacucProtocolOnlineReviewTask.getProtocolOnlineReview()
Get the ProtocolOnlineReviewBase.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
IacucProtocolOnlineReviewAuthorizer.hasPermission(String userId,
ProtocolOnlineReviewBase protocolOnlineReview,
String permissionName)
Does the given user have the permission for this protocol?
|
| Constructor and Description |
|---|
IacucProtocolOnlineReviewTask(String taskName,
ProtocolOnlineReviewBase protocolOnlineReview)
Constructs a ProtocolOnlineReviewTask.
|
IacucProtocolOnlineReviewTask(String taskName,
ProtocolOnlineReviewBase protocolOnlineReview,
String genericTaskName) |
| Modifier and Type | Method and Description |
|---|---|
ProtocolOnlineReviewBase |
ProtocolOnlineReviewDocument.getProtocolOnlineReview()
This method is a convenience method for facilitating a 1:1 relationship between ProtocolDocument
and ProtocolBase to the outside world - aka a single ProtocolBase field associated with ProtocolDocument
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolOnlineReviewDocument.setProtocolOnlineReview(ProtocolOnlineReviewBase protocolOnlineReview)
This method is a convenience method for facilitating a 1:1 relationship between ProtocolDocument
and Protocol to the outside world - aka a single Protocol field associated with ProtocolDocument
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends ProtocolOnlineReviewBase> |
ReviewCommentsServiceImpl.getProtocolOnlineReviewClassHook() |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolOnlineReview
This class encapsulates the notion of a protocol review.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends ProtocolOnlineReviewBase> |
ProtocolReviewAttachment.getProtocolOnlineReviewBOClassHook() |
protected Class<? extends ProtocolOnlineReviewBase> |
ProtocolOnlineReviewServiceImpl.getProtocolOnlineReviewBOClassHook() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends ProtocolOnlineReviewBase> |
CommitteeScheduleMinute.getProtocolOnlineReviewBOClassHook() |
| Modifier and Type | Method and Description |
|---|---|
abstract ProtocolOnlineReviewBase |
ProtocolOnlineReviewDocumentBase.getProtocolOnlineReview()
This method is a convenience method for facilitating a 1:1 relationship between ProtocolDocumentBase
and ProtocolBase to the outside world - aka a single ProtocolBase field associated with ProtocolDocumentBase
|
| Modifier and Type | Method and Description |
|---|---|
List<ProtocolOnlineReviewBase> |
ProtocolBase.getProtocolOnlineReviews()
Collects and returns all online reviews for all submissions for this protocol.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ProtocolOnlineReviewDocumentBase.setProtocolOnlineReview(ProtocolOnlineReviewBase protocolOnlineReview)
This method is a convenience method for facilitating a 1:1 relationship between ProtocolDocumentBase
and ProtocolBase to the outside world - aka a single ProtocolBase field associated with ProtocolDocumentBase
|
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,ProtocolOnlineReviewBase> |
ActionHelperBase.getOnlineReviewsMap() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Class<? extends ProtocolOnlineReviewBase> |
ReviewCommentsServiceImplBase.getProtocolOnlineReviewClassHook() |
List<ProtocolOnlineReviewBase> |
ReviewCommentsServiceImplBase.getProtocolOnlineReviews(String protocolNumber,
int submissionNumber) |
List<ProtocolOnlineReviewBase> |
ReviewCommentsService.getProtocolOnlineReviews(String protocolNumber,
int submissionNumber)
This method is to get a list of active protocol online reviews for (possibly more than one) submission specified by the parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReviewCommentsServiceImplBase.addReviewComment(CommitteeScheduleMinuteBase newReviewComment,
List<CommitteeScheduleMinuteBase> reviewComments,
ProtocolOnlineReviewBase protocolOnlineReview) |
void |
ReviewCommentsService.addReviewComment(CommitteeScheduleMinuteBase newReviewComment,
List<CommitteeScheduleMinuteBase> reviewComments,
ProtocolOnlineReviewBase protocolOnlineReview)
Adds the newReviewerComment to the list of reviewerComments in the given protocol online review.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProtocolOnlineReviewBase> |
ProtocolSubmissionBase.getActiveProtocolOnlineReviews()
Gets only the active reviews from all the protocolReviews for this submission
|
List<ProtocolOnlineReviewBase> |
ProtocolSubmissionBase.getProtocolOnlineReviews()
Gets the protocolReviews attribute.
|
List<ProtocolOnlineReviewBase> |
ProtocolReviewer.getProtocolOnlineReviews()
Gets the protocolOnlineReviews attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolSubmissionBase.setProtocolOnlineReviews(List<ProtocolOnlineReviewBase> protocolOnlineReviews)
Sets the protocolReviews attribute value.
|
void |
ProtocolReviewer.setProtocolOnlineReviews(List<ProtocolOnlineReviewBase> protocolOnlineReviews)
Sets the protocolOnlineReviews attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolReviewer |
UndoLastActionServiceImplBase.getReviewer(ProtocolOnlineReviewBase onlineReview,
ProtocolBase protocol) |
protected void |
UndoLastActionServiceImplBase.setNewOnlnReview(ProtocolOnlineReviewBase copiedReview,
ProtocolReviewer reviewer,
ProtocolBase protocol) |
| Modifier and Type | Method and Description |
|---|---|
ProtocolOnlineReviewBase |
ProtocolNotificationRoleQualifierServiceImpl.getProtocolOnlineReview() |
ProtocolOnlineReviewBase |
ProtocolNotificationRoleQualifierService.getProtocolOnlineReview()
Returns the ProtocolBase Online Review.
|
ProtocolOnlineReviewBase |
ProtocolNotificationRequestBeanBase.getProtocolOnlineReview() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolNotificationRoleQualifierServiceImpl.setProtocolOnlineReview(ProtocolOnlineReviewBase protocolOnlineReview) |
void |
ProtocolNotificationRoleQualifierService.setProtocolOnlineReview(ProtocolOnlineReviewBase protocolOnlineReview)
Sets the ProtocolBase Online Review.
|
void |
ProtocolNotificationRequestBeanBase.setProtocolOnlineReview(ProtocolOnlineReviewBase protocolOnlineReview) |
| Constructor and Description |
|---|
ProtocolNotificationContextBase(ProtocolBase protocol,
ProtocolOnlineReviewBase protocolOnlineReview,
String actionTypeCode,
String contextName,
NotificationRenderer renderer)
Constructs a protocol notification context and sets the necessary services.
|
ProtocolNotificationRequestBeanBase(ProtocolBase protocol,
ProtocolOnlineReviewBase protocolOnlineReview,
String actionType,
String description,
String docNumber,
String olrEvent) |
| Modifier and Type | Method and Description |
|---|---|
ProtocolOnlineReviewBase |
ProtocolReviewAttachmentBase.getProtocolOnlineReview() |
| Modifier and Type | Method and Description |
|---|---|
protected List<ProtocolOnlineReviewBase> |
ProtocolOnlineReviewLookupableHelperServiceImplBase.filterResults(List<ProtocolOnlineReviewBase> results) |
protected List<ProtocolOnlineReviewBase> |
ProtocolOnlineReviewServiceImplBase.findProtocolOnlineReviews(Long protocolId,
Long submissionIdFk)
Finds and returns all protocol online reviews for the protocolId and submissionId.
|
List<ProtocolOnlineReviewBase> |
OnlineReviewsActionHelperBase.getCurrentProtocolOnlineReviews()
This method...
|
protected abstract Class<? extends ProtocolOnlineReviewBase> |
ProtocolReviewableBase.getProtocolOnlineReviewBOClassHook() |
protected abstract Class<? extends ProtocolOnlineReviewBase> |
ProtocolOnlineReviewServiceImplBase.getProtocolOnlineReviewBOClassHook() |
List<ProtocolOnlineReviewBase> |
ProtocolOnlineReviewServiceImplBase.getProtocolReviews(Long submissionId)
This method returns a list of ProtocolOnlineReviewBase BOs that are associated with submission.
|
List<ProtocolOnlineReviewBase> |
ProtocolOnlineReviewService.getProtocolReviews(Long submissionId)
This method returns a list of ProtocolOnlineReviewBase BOs that are associated with submission.
|
List<ProtocolOnlineReviewBase> |
ProtocolOnlineReviewServiceImplBase.getProtocolReviews(String protocolNumber)
Get a list of current ProtocolReview documents associated with the protocol and current submission.
|
List<ProtocolOnlineReviewBase> |
ProtocolOnlineReviewService.getProtocolReviews(String protocolNumber)
Get a list of current ProtocolReview documents associated with the protocol and current submission.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolReviewAttachmentBase.setProtocolOnlineReview(ProtocolOnlineReviewBase protocolOnlineReview) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ProtocolOnlineReviewBase> |
ProtocolOnlineReviewLookupableHelperServiceImplBase.filterResults(List<ProtocolOnlineReviewBase> results) |
| Modifier and Type | Method and Description |
|---|---|
ProtocolOnlineReviewBase |
ProtocolOnlineReviewTask.getProtocolOnlineReview()
Get the ProtocolOnlineReviewBase.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ProtocolOnlineReviewAuthorizerBase.hasPermission(String userId,
ProtocolOnlineReviewBase protocolOnlineReview,
String permissionName)
Does the given user have the permission for this protocol?
|
| Constructor and Description |
|---|
ProtocolOnlineReviewTask(String taskName,
ProtocolOnlineReviewBase protocolOnlineReview)
Constructs a ProtocolOnlineReviewTask.
|
ProtocolOnlineReviewTask(String taskName,
ProtocolOnlineReviewBase protocolOnlineReview,
String genericTaskName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProtocolOnlineReviewDocumentRule.processAddProtocolOnlineReviewComment(ProtocolOnlineReviewBase protocolOnlineReview,
CommitteeScheduleMinuteBase minute) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.