| Modifier and Type | Class and Description |
|---|---|
class |
CommitteeSchedule
This is BO class to support CommitteeScheulde.
|
| Constructor and Description |
|---|
DeleteCommitteeScheduleEvent(String errorPathPrefix,
CommitteeDocumentBase document,
ScheduleData scheduleData,
List<CommitteeScheduleBase> committeeSchedules,
CommitteeScheduleEventBase.ErrorType type) |
DeleteCommitteeScheduleEvent(String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
ScheduleData scheduleData,
List<CommitteeScheduleBase> committeeSchedules,
CommitteeScheduleEventBase.ErrorType type) |
| Modifier and Type | Method and Description |
|---|---|
protected DeleteCommitteeScheduleEventBase |
CommitteeScheduleAction.getNewDeleteCommitteeScheduleEventInstanceHook(String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
ScheduleData scheduleData,
List<CommitteeScheduleBase> committeeSchedules,
CommitteeScheduleEventBase.ErrorType type) |
| Modifier and Type | Method and Description |
|---|---|
protected CommitteeScheduleTaskBase |
CommitteeHelper.getNewCommitteeScheduleTaskInstanceHook(String taskName,
CommitteeBase committee,
CommitteeScheduleBase committeeSchedule) |
| Modifier and Type | Class and Description |
|---|---|
class |
CommitteeBase<CMT extends CommitteeBase<CMT,CD,CS>,CD extends CommitteeDocumentBase<CD,CMT,CS>,CS extends CommitteeScheduleBase<CS,CMT,?,?>>
Represents a single committee within an institution.
|
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 |
CommitteeDocumentBase<CD extends CommitteeDocumentBase<CD,CMT,CS>,CMT extends CommitteeBase<CMT,CD,CS>,CS extends CommitteeScheduleBase<CS,CMT,?,?>>
The CommitteeBase Document wraps a single CommitteeBase BO.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommitteeScheduleTaskBase<CMT extends CommitteeBase<CMT,?,CS>,CS extends CommitteeScheduleBase<CS,CMT,?,?>>
A CommitteeBase Task is a task that performs an action against a
CommitteeBase.
|
| Modifier and Type | Field and Description |
|---|---|
protected CS |
CommitteeScheduleTaskBase.schedule |
| Modifier and Type | Class and Description |
|---|---|
class |
CommitteeScheduleLookupableHelperServiceImplBase<CS extends CommitteeScheduleBase<CS,CMT,?,?>,CMT extends CommitteeBase<CMT,?,CS>,CMTTSK extends CommitteeTaskBase<CMT>,CSTSK extends CommitteeScheduleTaskBase<CMT,CS>>
This class is to create action links and inquiry url for committeeschedule lookup.
|
| 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 | Method and Description |
|---|---|
CommitteeScheduleBase |
CommitteeScheduleAttachmentsBase.getCommitteeschedule()
Gets the committeeschedule attribute.
|
CommitteeScheduleBase<?,?,?,?> |
MeetingHelperBase.getCommitteeSchedule() |
CommitteeScheduleBase |
GeneratedMeetingDocBase.getCommitteeSchedule() |
CommitteeScheduleBase |
CommScheduleActItemBase.getCommitteeSchedule() |
CommitteeScheduleBase |
CommitteeScheduleAttendanceBase.getCommitteeSchedule() |
CommitteeScheduleBase |
CommitteeScheduleAttachmentsBase.getCommitteeSchedule()
Gets the committeeSchedule attribute.
|
protected abstract CommitteeScheduleBase<?,?,?,?> |
MeetingHelperBase.getNewCommitteeScheduleInstanceHook() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Class<? extends CommitteeScheduleBase> |
MeetingActionBase.getCommitteeScheduleBOClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
MeetingManagementActionBase.addScheduleAttachmentsToCommitteSchedule(CommitteeScheduleBase committeSchedule,
CommitteeScheduleAttachmentsBase committeScheduleAttachment) |
protected abstract CommitteeScheduleTaskBase |
MeetingHelperBase.getNewCommitteeScheduleTaskInstanceHook(String taskName,
CommitteeBase committee,
CommitteeScheduleBase committeeSchedule) |
protected boolean |
ViewScheduleAuthorizerBase.hasPermission(String userId,
CommitteeScheduleBase committeeSchedule,
String permissionName)
Does the given user has the permission for this committee?
|
void |
CommitteeScheduleAttachmentsBase.setCommitteeschedule(CommitteeScheduleBase committeeschedule)
Sets the committeeschedule attribute.
|
void |
GeneratedMeetingDocBase.setCommitteeSchedule(CommitteeScheduleBase committeeSchedule) |
void |
CommScheduleActItemBase.setCommitteeSchedule(CommitteeScheduleBase committeeSchedule) |
void |
CommitteeScheduleAttendanceBase.setCommitteeSchedule(CommitteeScheduleBase committeeSchedule) |
void |
CommitteeScheduleAttachmentsBase.setCommitteeSchedule(CommitteeScheduleBase committeeSchedule)
Sets the committeeSchedule attribute.
|
void |
MeetingHelperBase.setCommitteeSchedule(CommitteeScheduleBase<?,?,?,?> committeeSchedule) |
| Modifier and Type | Method and Description |
|---|---|
CommitteeScheduleBase |
CommonCommitteeNotificationRoleQualifierService.getCommitteeSchedule() |
CommitteeScheduleBase |
CommitteeNotificationRoleQualifierServiceImpl.getCommitteeSchedule() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommonCommitteeNotificationRoleQualifierService.setCommitteeSchedule(CommitteeScheduleBase committeeSchedule) |
void |
CommitteeNotificationRoleQualifierServiceImpl.setCommitteeSchedule(CommitteeScheduleBase committeeSchedule) |
| Constructor and Description |
|---|
CommitteeNotificationContext(CommitteeScheduleBase committeeSchedule,
String actionTypeCode,
String contextName,
NotificationRenderer renderer)
Constructs a CommitteeBase notification context and sets the necessary services.
|
| Modifier and Type | Method and Description |
|---|---|
List<CommitteeScheduleBase> |
CommitteeScheduleEventBase.getCommitteeSchedules()
This method should return instance of CommitteeSchedules.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CommitteeScheduleServiceBase<CS extends CommitteeScheduleBase<CS,CMT,?,CSM>,CMT extends CommitteeBase<CMT,?,CS>,CSM extends CommitteeScheduleMinuteBase<CSM,CS>> |
interface |
CommitteeServiceBase<CMT extends CommitteeBase<CMT,?,CS>,CS extends CommitteeScheduleBase<CS,CMT,?,?>>
The CommitteeBase Service provides a set of methods for
working with committees.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommitteeScheduleAttendanceServiceImplBase<CSRV extends CommitteeServiceBase<CMT,CS>,CMT extends CommitteeBase<CMT,CD,CS>,CD extends CommitteeDocumentBase<CD,CMT,CS>,CS extends CommitteeScheduleBase<CS,CMT,?,?>> |
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 abstract DeleteCommitteeScheduleEventBase |
CommitteeScheduleActionBase.getNewDeleteCommitteeScheduleEventInstanceHook(String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
ScheduleData scheduleData,
List<CommitteeScheduleBase> committeeSchedules,
CommitteeScheduleEventBase.ErrorType type) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract CommitteeScheduleTaskBase |
CommitteeHelperBase.getNewCommitteeScheduleTaskInstanceHook(String taskName,
CommitteeBase committee,
CommitteeScheduleBase committeeSchedule) |
| Modifier and Type | Method and Description |
|---|---|
CommitteeScheduleBase |
IacucProtocolTableServiceImpl.getNextScheduleForCommittee(CommitteeScheduleBase currentSchedule) |
CommitteeScheduleBase |
IacucProtocolTableService.getNextScheduleForCommittee(CommitteeScheduleBase schedule) |
| Modifier and Type | Method and Description |
|---|---|
CommitteeScheduleBase |
IacucProtocolTableServiceImpl.getNextScheduleForCommittee(CommitteeScheduleBase currentSchedule) |
CommitteeScheduleBase |
IacucProtocolTableService.getNextScheduleForCommittee(CommitteeScheduleBase schedule) |
| Modifier and Type | Class and Description |
|---|---|
class |
IacucCommitteeSchedule |
| Modifier and Type | Method and Description |
|---|---|
protected CommitteeScheduleBase<?,?,?,?> |
IacucMeetingHelper.getNewCommitteeScheduleInstanceHook() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends CommitteeScheduleBase> |
IacucMeetingManagementAction.getCommitteeScheduleBOClass() |
protected Class<? extends CommitteeScheduleBase> |
IacucMeetingActionsAction.getCommitteeScheduleBOClass() |
| Modifier and Type | Method and Description |
|---|---|
protected CommitteeScheduleTaskBase |
IacucMeetingHelper.getNewCommitteeScheduleTaskInstanceHook(String taskName,
CommitteeBase committee,
CommitteeScheduleBase committeeSchedule) |
| Modifier and Type | Method and Description |
|---|---|
edu.mit.coeus.xml.iacuc.ScheduleType |
IacucScheduleXmlStream.getSchedule(CommitteeScheduleBase committeeSchedule) |
void |
IacucScheduleXmlStream.setNextSchedule(CommitteeScheduleBase scheduleDetailsBean,
edu.mit.coeus.xml.iacuc.ScheduleMasterDataType scheduleMasterData) |
void |
IacucScheduleXmlStream.setPreviousSchedule(CommitteeScheduleBase scheduleDetailsBean,
edu.mit.coeus.xml.iacuc.ScheduleMasterDataType scheduleMasterDataType) |
edu.mit.coeus.xml.iacuc.ScheduleMasterDataType |
IacucScheduleXmlStream.setScheduleMasterData(CommitteeScheduleBase scheduleDetailsBean,
edu.mit.coeus.xml.iacuc.ScheduleMasterDataType scheduleMasterDataType) |
| Modifier and Type | Method and Description |
|---|---|
void |
IacucPrintXmlUtilService.setMinutes(CommitteeScheduleBase scheduleDetailsBean,
edu.mit.coeus.xml.iacuc.ScheduleType schedule) |
void |
IacucPrintXmlUtilService.setProcotolMinutes(CommitteeScheduleBase committeeSchedule,
ProtocolSubmissionBase protocolSubmission,
edu.mit.coeus.xml.iacuc.ProtocolSubmissionType protocolSubmissionType) |
void |
IacucPrintXmlUtilService.setProcotolSubmissionMinutes(CommitteeScheduleBase committeeSchedule,
ProtocolSubmissionBase protocolSubmission,
edu.mit.coeus.xml.iacuc.ProtocolType.Submissions submissionsType) |
void |
IacucPrintXmlUtilService.setProtocolReviewMinutes(CommitteeScheduleBase committeeSchedule,
ProtocolSubmissionBase protocolSubmission,
edu.mit.coeus.xml.iacuc.ProtocolType.Submissions submissionsType) |
| 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) |
void |
IacucPrintXmlUtilServiceImpl.setMinutes(CommitteeScheduleBase scheduleDetailsBean,
edu.mit.coeus.xml.iacuc.ScheduleType schedule) |
void |
IacucPrintXmlUtilServiceImpl.setProcotolMinutes(CommitteeScheduleBase committeeSchedule,
ProtocolSubmissionBase protocolSubmission,
edu.mit.coeus.xml.iacuc.ProtocolSubmissionType protocolSubmissionType) |
void |
IacucPrintXmlUtilServiceImpl.setProcotolSubmissionMinutes(CommitteeScheduleBase committeeSchedule,
ProtocolSubmissionBase protocolSubmission,
edu.mit.coeus.xml.iacuc.ProtocolType.Submissions submissionsType) |
void |
IacucPrintXmlUtilServiceImpl.setProtocolReviewMinutes(CommitteeScheduleBase committeeSchedule,
ProtocolSubmissionBase protocolSubmission,
edu.mit.coeus.xml.iacuc.ProtocolType.Submissions submissionsType)
This method for set the review minute in correspondence Letter.
|
| Constructor and Description |
|---|
IacucDeleteCommitteeScheduleEvent(String errorPathPrefix,
CommitteeDocumentBase document,
ScheduleData scheduleData,
List<CommitteeScheduleBase> committeeSchedules,
CommitteeScheduleEventBase.ErrorType type) |
IacucDeleteCommitteeScheduleEvent(String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
ScheduleData scheduleData,
List<CommitteeScheduleBase> committeeSchedules,
CommitteeScheduleEventBase.ErrorType type) |
| Modifier and Type | Method and Description |
|---|---|
protected DeleteCommitteeScheduleEventBase |
IacucCommitteeScheduleAction.getNewDeleteCommitteeScheduleEventInstanceHook(String errorPathPrefix,
org.kuali.rice.krad.document.Document document,
ScheduleData scheduleData,
List<CommitteeScheduleBase> committeeSchedules,
CommitteeScheduleEventBase.ErrorType type) |
| Modifier and Type | Method and Description |
|---|---|
protected CommitteeScheduleTaskBase |
IacucCommitteeHelper.getNewCommitteeScheduleTaskInstanceHook(String taskName,
CommitteeBase committee,
CommitteeScheduleBase committeeSchedule) |
| Modifier and Type | Method and Description |
|---|---|
protected CommitteeScheduleBase<?,?,?,?> |
MeetingHelper.getNewCommitteeScheduleInstanceHook() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends CommitteeScheduleBase> |
MeetingManagementAction.getCommitteeScheduleBOClass() |
protected Class<? extends CommitteeScheduleBase> |
MeetingActionsAction.getCommitteeScheduleBOClass() |
| Modifier and Type | Method and Description |
|---|---|
protected CommitteeScheduleTaskBase |
MeetingHelper.getNewCommitteeScheduleTaskInstanceHook(String taskName,
CommitteeBase committee,
CommitteeScheduleBase committeeSchedule) |
| Modifier and Type | Method and Description |
|---|---|
CommitteeScheduleBase |
ProtocolSubmissionBase.getCommitteeSchedule()
This method returns the committee schedule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolSubmissionBase.setCommitteeSchedule(CommitteeScheduleBase committeeSchedule) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolReviewableBase<CS extends CommitteeScheduleBase<CS,?,?,?>>
This class is for review comments and attachments
|
| Modifier and Type | Method and Description |
|---|---|
CommitteeScheduleBase |
ProtocolReviewAttachmentBase.getCommitteeSchedule() |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.