| Modifier and Type | Class and Description |
|---|---|
class |
CommitteeScheduleBase<CS extends CommitteeScheduleBase<CS,CMT,PS,CSM>,CMT extends CommitteeBase<CMT,?,CS>,PS extends ProtocolSubmissionBase,CSM extends CommitteeScheduleMinuteBase<CSM,CS>>
This is BO class to support CommitteeScheulde.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommitteeScheduleMinuteBase<CSM extends CommitteeScheduleMinuteBase<CSM,CS>,CS extends CommitteeScheduleBase<CS,?,?,CSM>>
This is BO class for committee schedule minute.
|
interface |
CommonMeetingService<CS extends CommitteeScheduleBase<CS,?,?,CSM>,CSM extends CommitteeScheduleMinuteBase<CSM,CS>>
This class is to provide service for meeting management
|
class |
MeetingServiceImplBase<CS extends CommitteeScheduleBase<CS,CMT,?,CSM>,CSM extends CommitteeScheduleMinuteBase<CSM,CS>,CMT extends CommitteeBase<CMT,?,CS>> |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<CommitteeScheduleMinuteBase> |
CommitteeScheduleMinuteBase.entryTypeComparator |
| Modifier and Type | Method and Description |
|---|---|
CommitteeScheduleMinuteBase |
MeetingHelperBase.getNewCommitteeScheduleMinute() |
protected abstract CommitteeScheduleMinuteBase<?,?> |
MeetingHelperBase.getNewCommitteeScheduleMinuteInstanceHook() |
| Modifier and Type | Method and Description |
|---|---|
List<CommitteeScheduleMinuteBase<?,?>> |
MeetingHelperBase.getDeletedCommitteeScheduleMinutes() |
| Modifier and Type | Method and Description |
|---|---|
void |
MeetingHelperBase.setNewCommitteeScheduleMinute(CommitteeScheduleMinuteBase<?,?> newCommitteeScheduleMinute) |
| Modifier and Type | Method and Description |
|---|---|
void |
MeetingHelperBase.setDeletedCommitteeScheduleMinutes(List<CommitteeScheduleMinuteBase<?,?>> deletedCommitteeScheduleMinutes) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CommitteeScheduleServiceBase<CS extends CommitteeScheduleBase<CS,CMT,?,CSM>,CMT extends CommitteeBase<CMT,?,CS>,CSM extends CommitteeScheduleMinuteBase<CSM,CS>> |
| Modifier and Type | Method and Description |
|---|---|
void |
CommitteeScheduleMinuteServiceBase.setMinuteFullUserNames(List<CommitteeScheduleMinuteBase> committeeScheduleMinutes)
Populate the createUserFullName and updateUserFullName fields on each of the CommitteeScheduleMinuteBase objects in the provided list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommitteeScheduleServiceImplBase<CS extends CommitteeScheduleBase<CS,CMT,?,CSM>,CMT extends CommitteeBase<CMT,?,CS>,CSM extends CommitteeScheduleMinuteBase<CSM,CS>>
The CommitteeBase Service implementation.
|
class |
CommitteeServiceImplBase<CMT extends CommitteeBase<CMT,?,CS>,CS extends CommitteeScheduleBase<CS,CMT,PS,CSM>,PS extends ProtocolSubmissionBase,CSM extends CommitteeScheduleMinuteBase<CSM,CS>>
The CommitteeBase Service implementation.
|
| Modifier and Type | Method and Description |
|---|---|
protected CommitteeScheduleMinuteBase |
IacucReviewCommentsBean.getNewCommitteeScheduleMinuteInstanceHook() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends CommitteeScheduleMinuteBase> |
IacucReviewCommentsServiceImpl.getCommitteeScheduleMinuteBOClassHook() |
| Constructor and Description |
|---|
IacucProtocolAddReviewCommentEvent(IacucProtocolDocument document,
String propertyName,
CommitteeScheduleMinuteBase reviewComment) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends CommitteeScheduleMinuteBase> |
IacucProtocolActionMapping.getCommitteeScheduleMinuteBOClassHook() |
| Modifier and Type | Class and Description |
|---|---|
class |
IacucCommitteeScheduleMinute |
| Modifier and Type | Method and Description |
|---|---|
protected CommitteeScheduleMinuteBase<?,?> |
IacucMeetingHelper.getNewCommitteeScheduleMinuteInstanceHook() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IacucPrintXmlUtilServiceImpl.addMinute(CommitteeScheduleBase committeeSchedule,
CommitteeScheduleMinuteBase committeeScheduleMinute,
edu.mit.coeus.xml.iacuc.MinuteType minutesType) |
protected String |
IacucPrintXmlUtilServiceImpl.getOtherItemDescription(CommitteeScheduleBase committeeSchedule,
CommitteeScheduleMinuteBase committeeScheduleMinute) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IacucProtocolOnlineReviewDocumentRule.processAddProtocolOnlineReviewComment(IacucProtocolOnlineReview protocolOnlineReview,
CommitteeScheduleMinuteBase minute) |
| Modifier and Type | Method and Description |
|---|---|
protected CommitteeScheduleMinuteBase |
ReviewCommentsBean.getNewCommitteeScheduleMinuteInstanceHook() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends CommitteeScheduleMinuteBase> |
ReviewCommentsServiceImpl.getCommitteeScheduleMinuteBOClassHook() |
List<CommitteeScheduleMinuteBase> |
ReviewCommentsServiceImpl.getReviewerComments(String protocolNumber,
int submissionNumber) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends CommitteeScheduleMinuteBase> |
ProtocolActionMapping.getCommitteeScheduleMinuteBOClassHook() |
| Modifier and Type | Class and Description |
|---|---|
class |
CommitteeScheduleMinute
This is BO class for committee schedule minute.
|
| Modifier and Type | Method and Description |
|---|---|
protected CommitteeScheduleMinuteBase<?,?> |
MeetingHelper.getNewCommitteeScheduleMinuteInstanceHook() |
| Modifier and Type | Field and Description |
|---|---|
protected List<CommitteeScheduleMinuteBase> |
ActionHelperBase.reviewComments |
| Modifier and Type | Method and Description |
|---|---|
protected List<CommitteeScheduleMinuteBase> |
ActionHelperBase.cloneReviewComments(List<CommitteeScheduleMinuteBase> minutes) |
protected List<CommitteeScheduleMinuteBase> |
ActionHelperBase.getCopiedReviewComments() |
List<CommitteeScheduleMinuteBase> |
ActionHelperBase.getReviewComments() |
protected List<CommitteeScheduleMinuteBase> |
ActionHelperBase.getReviewCommentsUsingScheduleOrSubmission() |
| Modifier and Type | Method and Description |
|---|---|
protected List<CommitteeScheduleMinuteBase> |
ActionHelperBase.cloneReviewComments(List<CommitteeScheduleMinuteBase> minutes) |
protected void |
ActionHelperBase.setReviewComments(List<CommitteeScheduleMinuteBase> reviewComments) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract CommitteeScheduleMinuteBase |
ReviewCommentsBeanBase.getNewCommitteeScheduleMinuteInstanceHook() |
CommitteeScheduleMinuteBase |
ReviewCommentsBeanBase.getNewReviewComment() |
CommitteeScheduleMinuteBase |
ProtocolAddReviewCommentEventBase.getReviewComment() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Class<? extends CommitteeScheduleMinuteBase> |
ReviewCommentsServiceImplBase.getCommitteeScheduleMinuteBOClassHook() |
List<CommitteeScheduleMinuteBase> |
ReviewCommentsBeanBase.getDeletedReviewComments() |
List<CommitteeScheduleMinuteBase> |
ReviewCommentsBeanBase.getReviewComments() |
List<CommitteeScheduleMinuteBase> |
ReviewCommentsServiceImplBase.getReviewerComments(String protocolNumber,
int submissionNumber) |
List<CommitteeScheduleMinuteBase> |
ReviewCommentsService.getReviewerComments(String protocolNumber,
int submissionNumber)
Finds and returns the reviewer comments for a protocol number and a certain submission.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReviewCommentsServiceImplBase.addReviewComment(CommitteeScheduleMinuteBase newReviewComment,
List<CommitteeScheduleMinuteBase> reviewComments,
ProtocolBase protocol) |
void |
ReviewCommentsService.addReviewComment(CommitteeScheduleMinuteBase newReviewComment,
List<CommitteeScheduleMinuteBase> reviewComments,
ProtocolBase protocol)
Adds the newReviewComment to the list of reviewComments in the given protocol.
|
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.
|
boolean |
ReviewCommentsServiceImplBase.getReviewerAcceptedCommentsView(CommitteeScheduleMinuteBase minute)
Returns whether the Reviewer can view this accepted minute Comments in print.
|
boolean |
ReviewCommentsService.getReviewerAcceptedCommentsView(CommitteeScheduleMinuteBase minute)
This method is to check whether the Reviewer can view Accepted minute comment.
|
boolean |
ReviewCommentsServiceImplBase.getReviewerMinuteCommentsView(CommitteeScheduleMinuteBase minute)
Returns whether the current user can view this non Final Comments and Private Comment.
|
boolean |
ReviewCommentsService.getReviewerMinuteCommentsView(CommitteeScheduleMinuteBase minute)
This method is to check whether the current user can view this minute comment.
|
protected boolean |
ReviewCommentsServiceImplBase.isCurrentMinuteEntry(CommitteeScheduleMinuteBase minute) |
void |
ReviewCommentsBeanBase.setNewReviewComment(CommitteeScheduleMinuteBase newReviewComment) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReviewCommentsServiceImplBase.addReviewComment(CommitteeScheduleMinuteBase newReviewComment,
List<CommitteeScheduleMinuteBase> reviewComments,
ProtocolBase protocol) |
void |
ReviewCommentsService.addReviewComment(CommitteeScheduleMinuteBase newReviewComment,
List<CommitteeScheduleMinuteBase> reviewComments,
ProtocolBase protocol)
Adds the newReviewComment to the list of reviewComments in the given protocol.
|
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.
|
void |
ReviewCommentsServiceImplBase.deleteAllReviewComments(List<CommitteeScheduleMinuteBase> reviewComments,
List<CommitteeScheduleMinuteBase> deletedReviewComments) |
void |
ReviewCommentsServiceImplBase.deleteAllReviewComments(List<CommitteeScheduleMinuteBase> reviewComments,
List<CommitteeScheduleMinuteBase> deletedReviewComments) |
void |
ReviewCommentsService.deleteAllReviewComments(List<CommitteeScheduleMinuteBase> reviewComments,
List<CommitteeScheduleMinuteBase> deletedReviewComments)
Delete all review comments from the list of reviewComments and add them all to the list of deletedReviewComments.
|
void |
ReviewCommentsService.deleteAllReviewComments(List<CommitteeScheduleMinuteBase> reviewComments,
List<CommitteeScheduleMinuteBase> deletedReviewComments)
Delete all review comments from the list of reviewComments and add them all to the list of deletedReviewComments.
|
void |
ReviewCommentsServiceImplBase.deleteReviewComment(List<CommitteeScheduleMinuteBase> reviewComments,
int index,
List<CommitteeScheduleMinuteBase> deletedReviewComments) |
void |
ReviewCommentsServiceImplBase.deleteReviewComment(List<CommitteeScheduleMinuteBase> reviewComments,
int index,
List<CommitteeScheduleMinuteBase> deletedReviewComments) |
void |
ReviewCommentsService.deleteReviewComment(List<CommitteeScheduleMinuteBase> reviewComments,
int index,
List<CommitteeScheduleMinuteBase> deletedReviewComments)
Delete the review comment at index from the list of reviewComments and add it to the list of deletedReviewComments.
|
void |
ReviewCommentsService.deleteReviewComment(List<CommitteeScheduleMinuteBase> reviewComments,
int index,
List<CommitteeScheduleMinuteBase> deletedReviewComments)
Delete the review comment at index from the list of reviewComments and add it to the list of deletedReviewComments.
|
void |
ReviewCommentsServiceImplBase.moveDownReviewComment(List<CommitteeScheduleMinuteBase> reviewComments,
ProtocolBase protocol,
int fromIndex) |
void |
ReviewCommentsService.moveDownReviewComment(List<CommitteeScheduleMinuteBase> reviewComments,
ProtocolBase protocol,
int fromIndex)
Moves one review comment down the list by one value.
|
void |
ReviewCommentsServiceImplBase.moveUpReviewComment(List<CommitteeScheduleMinuteBase> reviewComments,
ProtocolBase protocol,
int fromIndex) |
void |
ReviewCommentsService.moveUpReviewComment(List<CommitteeScheduleMinuteBase> reviewComments,
ProtocolBase protocol,
int fromIndex)
Moves one review comment up the list by one value.
|
void |
ReviewCommentsServiceImplBase.saveReviewComments(List<CommitteeScheduleMinuteBase> reviewComments,
List<CommitteeScheduleMinuteBase> deletedReviewComments) |
void |
ReviewCommentsServiceImplBase.saveReviewComments(List<CommitteeScheduleMinuteBase> reviewComments,
List<CommitteeScheduleMinuteBase> deletedReviewComments) |
void |
ReviewCommentsService.saveReviewComments(List<CommitteeScheduleMinuteBase> reviewComments,
List<CommitteeScheduleMinuteBase> deletedReviewComments)
Saves the given reviewComments to the database and deletes the given deletedReviewComments.
|
void |
ReviewCommentsService.saveReviewComments(List<CommitteeScheduleMinuteBase> reviewComments,
List<CommitteeScheduleMinuteBase> deletedReviewComments)
Saves the given reviewComments to the database and deletes the given deletedReviewComments.
|
void |
ReviewCommentsBeanBase.setDeletedReviewComments(List<CommitteeScheduleMinuteBase> deletedReviewComments) |
void |
ReviewCommentsBeanBase.setReviewComments(List<CommitteeScheduleMinuteBase> reviewComments) |
| Constructor and Description |
|---|
ProtocolAddReviewCommentEventBase(ProtocolDocumentBase document,
String propertyName,
CommitteeScheduleMinuteBase reviewComment)
Constructs a ProtocolAddReviewerCommentEvent.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Class<? extends CommitteeScheduleMinuteBase> |
ProtocolActionMappingBase.getCommitteeScheduleMinuteBOClassHook() |
List<CommitteeScheduleMinuteBase> |
ProtocolSubmissionBase.getCommitteeScheduleMinutes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolSubmissionBase.setCommitteeScheduleMinutes(List<CommitteeScheduleMinuteBase> committeeScheduleMinutes) |
| Modifier and Type | Method and Description |
|---|---|
List<CommitteeScheduleMinuteBase> |
ProtocolOnlineReviewBase.getCommitteeScheduleMinutes()
Gets the committeeScheduleMinutes attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolOnlineReviewBase.setCommitteeScheduleMinutes(List<CommitteeScheduleMinuteBase> committeeScheduleMinutes)
Sets the committeeScheduleMinutes attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
CommitteeScheduleMinuteBase |
AddProtocolOnlineReviewCommentEvent.getCommitteeScheduleMinute()
Gets the committeeScheduleMinute attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<CommitteeScheduleMinuteBase> |
SaveProtocolOnlineReviewEvent.getMinutes()
Gets the minutes attribute.
|
List<CommitteeScheduleMinuteBase> |
RouteProtocolOnlineReviewEvent.getMinutes()
Gets the minutes attribute.
|
| Constructor and Description |
|---|
AddProtocolOnlineReviewCommentEvent(ProtocolOnlineReviewDocumentBase document,
CommitteeScheduleMinuteBase newCommitteeScheduleMinute,
long onlineReviewIndex)
Creates a new event.
|
| Constructor and Description |
|---|
RouteProtocolOnlineReviewEvent(ProtocolOnlineReviewDocumentBase document,
List<CommitteeScheduleMinuteBase> minutes,
long onlineReviewIndex)
Creates a new event.
|
SaveProtocolOnlineReviewEvent(ProtocolOnlineReviewDocumentBase document,
List<CommitteeScheduleMinuteBase> minutes,
long onlineReviewIndex)
Creates a new event.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProtocolOnlineReviewDocumentRule.processAddProtocolOnlineReviewComment(ProtocolOnlineReviewBase protocolOnlineReview,
CommitteeScheduleMinuteBase minute) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.