| Modifier and Type | Method and Description |
|---|---|
Protocol |
CoiDisclProject.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
CoiDisclProject.setProtocol(Protocol protocol) |
| Modifier and Type | Method and Description |
|---|---|
List<Protocol> |
CoiProjectsToCompleteDisclosureBean.getIrbProtocolsToDisclose() |
List<Protocol> |
DisclosureHelper.getNewProtocols() |
List<Protocol> |
CoiDisclosureServiceImpl.getProtocols(String personId) |
List<Protocol> |
CoiDisclosureService.getProtocols(String personId)
This method is to get a list of protocols that need coi disclosure
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoiProjectsToCompleteDisclosureBean.setIrbProtocolsToDisclose(List<Protocol> irbProtocolsToDisclose) |
void |
DisclosureHelper.setNewProtocols(List<Protocol> newProtocols) |
| Modifier and Type | Method and Description |
|---|---|
protected Protocol |
SpecialReviewHelperBase.getLastApprovedProtocol(String protocolNumber)
Gets the last approved Protocol, ignoring any amendments or renewals.
|
| Modifier and Type | Method and Description |
|---|---|
protected Protocol |
ProtocolDocument.createNewProtocolInstanceHook() |
Protocol |
ProtocolFinderDaoOjb.findCurrentProtocolByNumber(String protocolNumber) |
Protocol |
ProtocolFinderDao.findCurrentProtocolByNumber(String protocolNumber)
This method is invoking the super, opened this to reduce the number of cast in
individual class files.
|
Protocol |
ProtocolReviewerBase.getProtocol() |
Protocol |
ProtocolDocument.getProtocol()
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 ProtocolDao<Protocol> |
ProtocolLookupableHelperServiceImpl.getProtocolDaoHook() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
IrbJavaFunctionKrmsTermServiceImpl.hasProtocolContainsSubjectType(Protocol protocol,
String subjectTypeCode) |
Boolean |
IrbJavaFunctionKrmsTermService.hasProtocolContainsSubjectType(Protocol irbProtocol,
String subjectTypeCode)
This method check if the protocol subject types contains a specified subject type.
|
void |
ProtocolReviewerBase.setProtocol(Protocol protocol) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolLookupableHelperServiceImpl.setProtocolDao(ProtocolDao<Protocol> protocolDao)
This is spring bean will be used to get search results.
|
| Modifier and Type | Method and Description |
|---|---|
Protocol |
ProtocolActionBean.getProtocol() |
Protocol |
ActionHelper.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
protected AttachmentDataSource |
ProtocolProtocolActionsAction.generateCorrespondenceDocument(Protocol protocol,
String correspondenceType) |
| Constructor and Description |
|---|
ProtocolAction(Protocol protocol,
ProtocolSubmission protocolSubmission,
String protocolActionTypeCode) |
ProtocolAction(Protocol protocol,
String protocolActionTypeCode) |
ProtocolSubmissionBuilder(Protocol protocol,
String submissionTypeCode)
Constructs a ProtocolSubmissionBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolApproveServiceImpl.grantExpeditedApproval(Protocol protocol,
ProtocolApproveBean actionBean)
Approves an expedited submission to a Protocol.
|
void |
ProtocolApproveService.grantExpeditedApproval(Protocol protocol,
ProtocolApproveBean actionBean)
Approves an expedited submission to a Protocol.
|
void |
ProtocolApproveServiceImpl.grantResponseApproval(Protocol protocol,
ProtocolApproveBean actionBean) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolAssignToAgendaServiceImpl.assignToAgenda(Protocol protocol,
ProtocolExpeditedApproveBean actionBean) |
void |
ProtocolAssignToAgendaService.assignToAgenda(Protocol protocol,
ProtocolExpeditedApproveBean actionBean) |
protected ProtocolAction |
ProtocolAssignToAgendaServiceImpl.getSubmitToIrbProtocolAction(Protocol protocol) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolAssignCmtSchedServiceImpl.assignToCommitteeAndSchedule(Protocol protocol,
ProtocolAssignCmtSchedBean actionBean) |
void |
ProtocolAssignCmtSchedService.assignToCommitteeAndSchedule(Protocol protocol,
ProtocolAssignCmtSchedBean actionBean)
Assign a protocol to a committee/schedule.
|
void |
ProtocolAssignCmtSchedServiceImpl.assignToCommitteeAndSchedulePostAgendaAssignment(Protocol protocol,
ProtocolAssignCmtSchedBean cmtAssignBean) |
void |
ProtocolAssignCmtSchedService.assignToCommitteeAndSchedulePostAgendaAssignment(Protocol protocol,
ProtocolAssignCmtSchedBean cmtAssignBean)
Assign a protocol to a committee/schedule after the protocol has already been assigned to an agenda.
|
protected ProtocolSubmission |
ProtocolAssignCmtSchedServiceImpl.findSubmission(Protocol protocol)
Find the submission.
|
protected ProtocolSubmission |
ProtocolAssignCmtSchedServiceImpl.findSubmissionIncludingInAgenda(Protocol protocol)
Find the submission.
|
String |
ProtocolAssignCmtSchedServiceImpl.getAssignedCommitteeId(Protocol protocol) |
String |
ProtocolAssignCmtSchedService.getAssignedCommitteeId(Protocol protocol)
Get the committee currently assigned to the protocol.
|
String |
ProtocolAssignCmtSchedServiceImpl.getAssignedScheduleId(Protocol protocol) |
String |
ProtocolAssignCmtSchedService.getAssignedScheduleId(Protocol protocol)
Get the schedule currently assigned to the protocol.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolGenericActionServiceImpl.close(Protocol protocol,
ProtocolGenericActionBean actionBean)
Close a protocol.
|
void |
ProtocolGenericActionService.close(Protocol protocol,
ProtocolGenericActionBean actionBean)
Close a protocol.
|
void |
ProtocolGenericActionServiceImpl.closeEnrollment(Protocol protocol,
ProtocolGenericActionBean actionBean)
Close enrollment for a protocol.
|
void |
ProtocolGenericActionService.closeEnrollment(Protocol protocol,
ProtocolGenericActionBean actionBean)
Close enrollment for a protocol.
|
ProtocolDocument |
ProtocolGenericActionServiceImpl.defer(Protocol protocol,
ProtocolGenericActionBean actionBean)
Defer a protocol.
|
ProtocolDocument |
ProtocolGenericActionService.defer(Protocol protocol,
ProtocolGenericActionBean actionBean)
Defer a protocol.
|
void |
ProtocolGenericActionServiceImpl.irbAcknowledgement(Protocol protocol,
ProtocolGenericActionBean actionBean)
Record IRB Acknowledgement for a protocol.
|
void |
ProtocolGenericActionService.irbAcknowledgement(Protocol protocol,
ProtocolGenericActionBean actionBean)
Record IRB Acknowledgement for a protocol.
|
void |
ProtocolGenericActionServiceImpl.permitDataAnalysis(Protocol protocol,
ProtocolGenericActionBean actionBean)
Permit Data Analysis.
|
void |
ProtocolGenericActionService.permitDataAnalysis(Protocol protocol,
ProtocolGenericActionBean actionBean)
Permit Data Analysis.
|
void |
ProtocolGenericActionServiceImpl.reopenEnrollment(Protocol protocol,
ProtocolGenericActionBean actionBean)
Reopen a protocol for enrollment.
|
void |
ProtocolGenericActionService.reopenEnrollment(Protocol protocol,
ProtocolGenericActionBean actionBean)
Reopen a protocol for enrollment.
|
void |
ProtocolGenericActionServiceImpl.suspendByDsmb(Protocol protocol,
ProtocolGenericActionBean actionBean)
Suspend the protocol by DSMB.
|
void |
ProtocolGenericActionService.suspendByDsmb(Protocol protocol,
ProtocolGenericActionBean actionBean)
Suspend the protocol by DSMB.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProtocolGrantExemptionServiceImpl.generateCorrespondenceDocumentAndAttach(Protocol protocol,
ProtocolGrantExemptionBean actionBean) |
void |
ProtocolGrantExemptionServiceImpl.grantExemption(Protocol protocol,
ProtocolGrantExemptionBean actionBean) |
void |
ProtocolGrantExemptionService.grantExemption(Protocol protocol,
ProtocolGrantExemptionBean grantExemptionBean)
Grant an exemption to a protocol that is
submitted to the IRB office.
|
| Modifier and Type | Method and Description |
|---|---|
Protocol |
ProtocolNotificationRequestBean.getProtocol() |
| Constructor and Description |
|---|
AssignReviewerNotificationRenderer(Protocol protocol,
String actionTaken)
Constructs an Assign Reviewer notification renderer.
|
BatchCorrespondenceNotificationRenderer(Protocol protocol,
Long detailId,
String protocolCorrespondenceType,
String userFullName)
Constructs a Batch Correspondence notification renderer.
|
DeleteReviewNotificationRenderer(Protocol protocol,
String reason)
Constructs a Delete Review notification renderer.
|
FundingSourceNotificationRenderer(Protocol protocol,
String fundingType,
String action)
Constructs a Funding Source notification renderer.
|
IRBProtocolWithReasonNotificationRenderer(Protocol protocol,
ProtocolDeleteBean protocolDeleteBean)
Constructs a notification renderer that includes a reason.
|
NotifyCommitteeNotificationRenderer(Protocol protocol,
String committeeName,
String actionComments,
Date actionDate)
Constructs a Notify IRB notification renderer.
|
NotifyIrbNotificationRenderer(Protocol protocol,
String actionComments)
Constructs a Notify IRB notification renderer.
|
ProtocolClosedNotificationRenderer(Protocol protocol,
ProtocolNotificationRequestBean notificationRequestBean)
Constructs a Protocol Suspended by DSMB notification renderer.
|
ProtocolDisapprovedNotificationRenderer(Protocol protocol)
Constructs a Protocol Disapproved notification renderer.
|
ProtocolExpiredNotificationRenderer(Protocol protocol)
Constructs a Protocol Expired notification renderer.
|
ProtocolNotificationRequestBean(Protocol protocol,
ProtocolOnlineReview protocolOnlineReview,
String actionType,
String description,
String docNumber,
String olrEvent) |
ProtocolNotificationRequestBean(Protocol protocol,
String actionType,
String description) |
ProtocolSuspendedByDSMBNotificationRenderer(Protocol protocol)
Constructs a Protocol Suspended by DSMB notification renderer.
|
ProtocolSuspendedNotificationRenderer(Protocol protocol)
Constructs a Notify IRB notification renderer.
|
ProtocolTerminatedNotificationRenderer(Protocol protocol,
String actionComments)
Constructs a Notify IRB notification renderer.
|
RejectReviewNotificationRenderer(Protocol protocol,
String reason)
Constructs a Reject Review notification renderer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolNotifyCommitteeServiceImpl.submitCommitteeNotification(Protocol protocol,
ProtocolNotifyCommitteeBean notifyCommitteeBean) |
void |
ProtocolNotifyCommitteeService.submitCommitteeNotification(Protocol protocol,
ProtocolNotifyCommitteeBean notifyCommitteeBean)
Submit a notification to the IRB committee
The corresponding submission and protocol action
entries will be added to the database.
|
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolSubmission |
ProtocolNotifyIrbServiceImpl.createProtocolSubmission(Protocol protocol,
ProtocolNotifyIrbBean notifyIrbBean)
Create a Protocol Submission.
|
void |
ProtocolNotifyIrbServiceImpl.submitIrbNotification(Protocol protocol,
ProtocolNotifyIrbBean notifyIrbBean) |
void |
ProtocolNotifyIrbService.submitIrbNotification(Protocol protocol,
ProtocolNotifyIrbBean notifyIrbBean)
Submit a notification to the IRB office.
|
| Modifier and Type | Method and Description |
|---|---|
Protocol |
ProtocolPrintPermissionUtils.getProtocol()
Gets the protocol attribute.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<Protocol> |
ProtocolQuestionnairePrintingServiceImpl.getProtocolBOClassHook() |
| Modifier and Type | Method and Description |
|---|---|
String |
ProtocolXmlStream.generateXmlStreamForNotification(Protocol protocol)
This method is to create xml data for protocol action notifications
|
edu.mit.irb.irbnamespace.CorrespondenceDocument.Correspondence |
CorrespondenceXmlStream.getCorrespondence(Protocol protocol,
String scheduleId,
Integer submissionNumber) |
edu.mit.irb.irbnamespace.ProtocolDocument.Protocol |
ProtocolXmlStream.getProtocol(Protocol protocol) |
edu.mit.irb.irbnamespace.ProtocolDocument.Protocol |
ProtocolXmlStream.getProtocol(Protocol protocolInfoBean,
Integer submissionNumber) |
protected boolean |
ProtocolSummaryXmlStream.hasPermission(String userId,
Protocol protocol,
String permissionName) |
void |
ProtocolPrintPermissionUtils.setProtocol(Protocol protocol)
Sets the protocol attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolProccessBillableService.proccessBillable(Protocol protocol,
boolean billable)
This method does a permission check to make sure the logged in user can perform the action.
|
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolSubmission |
ProtocolRequestServiceImpl.createProtocolSubmission(Protocol protocol,
ProtocolRequestBean requestBean)
Create a Protocol Submission.
|
protected void |
ProtocolRequestServiceImpl.sendRequestNotification(Protocol protocol,
ProtocolRequestBean requestBean) |
void |
ProtocolRequestServiceImpl.submitRequest(Protocol protocol,
ProtocolRequestBean requestBean) |
void |
ProtocolRequestService.submitRequest(Protocol protocol,
ProtocolRequestBean requestBean)
Submit a protocol request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolRiskLevelServiceImpl.addRiskLevel(ProtocolRiskLevel newProtocolRiskLevel,
Protocol protocol)
Adds the newProtocolRiskLevel to the list of protocolRiskLevels in the given protocol.
|
void |
ProtocolRiskLevelService.addRiskLevel(ProtocolRiskLevel newProtocolRiskLevel,
Protocol protocol)
Adds the newProtocolRiskLevel to the list of protocolRiskLevels in the given protocol.
|
void |
ProtocolRiskLevelServiceImpl.deleteRiskLevel(int index,
Protocol protocol)
Removes the protocolRiskLevel at index from the list of protocolRiskLevels in the given protocol.
|
void |
ProtocolRiskLevelService.deleteRiskLevel(int index,
Protocol protocol)
Removes the protocolRiskLevel at index from the list of protocolRiskLevels in the given protocol.
|
| Modifier and Type | Method and Description |
|---|---|
Protocol |
ProtocolUndoActionMapping.getProtocol() |
Protocol |
ProtocolExpeditedReviewCheckListItem.getProtocol() |
Protocol |
ProtocolExemptStudiesCheckListItem.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolSubmission |
ProtocolSubmitActionServiceImpl.createProtocolSubmission(Protocol protocol,
ProtocolSubmitAction submitAction)
Create a Protocol Submission.
|
int |
ProtocolSubmitActionServiceImpl.getTotalSubmissions(Protocol protocol)
Finds all submissions for the given protocolNumber and calculates how many total submissions it has overall.
|
int |
ProtocolSubmitActionService.getTotalSubmissions(Protocol protocol)
Finds all submissions for the given protocolNumber and calculates how many total submissions it has overall.
|
protected boolean |
ProtocolActionServiceImpl.isAuthorizedtoPerform(String actionTypeCode,
Protocol protocol)
This method is to check if user is authorized to perform action of 'actionTypeCode'
|
void |
ProtocolUndoActionMapping.setProtocol(Protocol protocol) |
void |
ProtocolExpeditedReviewCheckListItem.setProtocol(Protocol protocol) |
void |
ProtocolExemptStudiesCheckListItem.setProtocol(Protocol protocol) |
void |
ProtocolSubmitActionServiceImpl.submitToIrbForReview(Protocol protocol,
ProtocolSubmitAction submitAction)
When a protocol is submitted for review, an action entry must be added to the protocol.
|
void |
ProtocolSubmitActionService.submitToIrbForReview(Protocol protocol,
ProtocolSubmitAction submitAction)
Submit a protocol to the IRB office for review.
|
| Modifier and Type | Method and Description |
|---|---|
Protocol |
UndoLastActionBean.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
UndoLastActionBean.setProtocol(Protocol protocol) |
| Modifier and Type | Method and Description |
|---|---|
Protocol |
ProtocolTask.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ProtocolAuthorizer.hasCommitteeId(Protocol protocol) |
boolean |
ProtocolAssignReviewersCmtSelAuthorizer.isOnNode(Protocol protocol) |
boolean |
ProtocolAssignReviewersAuthorizer.isOnNode(Protocol protocol) |
boolean |
ProtocolAssignReviewersCmtSelAuthorizer.willBeOnNode(String username,
Protocol protocol) |
| Constructor and Description |
|---|
ProtocolTask(String taskName,
Protocol protocol)
Constructs a ProtocolTaskBase.
|
ProtocolTask(String taskName,
Protocol protocol,
String genericTaskName) |
| Constructor and Description |
|---|
ProtocolAttachmentPersonnel(Protocol protocol)
Convenience ctor to add the protocol as an owner.
|
ProtocolAttachmentProtocol(Protocol protocol)
Convenience ctor to add the protocol as an owner.
|
ProtocolNotepad(Protocol protocol)
Convenience ctor to add the protocol as an owner.
|
| Modifier and Type | Method and Description |
|---|---|
Protocol |
IRBNotificationRoleQualifierServiceImpl.getProtocol() |
Protocol |
IRBNotificationRoleQualifierService.getProtocol()
Returns the Protocol.
|
Protocol |
IRBNotificationRenderer.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
IRBNotificationRoleQualifierServiceImpl.setProtocol(Protocol protocol) |
void |
IRBNotificationRoleQualifierService.setProtocol(Protocol protocol)
Sets the Protocol.
|
void |
IRBNotificationRenderer.setProtocol(Protocol protocol) |
| Constructor and Description |
|---|
IRBNotificationContext(Protocol protocol,
ProtocolOnlineReview protocolOnlineReview,
String actionTypeCode,
String contextName,
NotificationRenderer renderer)
Constructs an IRB notification context and sets the necessary services.
|
IRBNotificationContext(Protocol protocol,
String actionTypeCode,
String contextName,
NotificationRenderer renderer)
Constructs an IRB notification context and sets the necessary services.
|
IRBNotificationContext(Protocol protocol,
String actionTypeCode,
String contextName,
NotificationRenderer renderer,
String forwardName) |
IRBNotificationRenderer(Protocol protocol)
Constructs an IRB notification renderer.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Protocol |
ProtocolReviewable.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
protected Protocol |
ProtocolHelper.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolProposalDevelopmentDocumentService.populateDocumentOverview(Protocol protocol,
ProposalDevelopmentDocument proposalDocument) |
void |
ProtocolProposalDevelopmentDocumentService.populateProposalPerson_Investigator(Protocol protocol,
ProposalDevelopmentDocument proposalDocument) |
void |
ProtocolProposalDevelopmentDocumentService.populateProposalSpecialReview(Protocol protocol,
ProposalDevelopmentDocument proposalDocument) |
void |
ProtocolProposalDevelopmentDocumentService.populateRequiredFields(Protocol protocol,
ProposalDevelopmentDocument proposalDocument) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolProposalDevelopmentDocumentServiceImpl.populateDocumentOverview(Protocol protocol,
ProposalDevelopmentDocument proposalDocument) |
void |
ProtocolProposalDevelopmentDocumentServiceImpl.populateProposalPerson_Investigator(Protocol protocol,
ProposalDevelopmentDocument proposalDocument) |
void |
ProtocolProposalDevelopmentDocumentServiceImpl.populateProposalSpecialReview(Protocol protocol,
ProposalDevelopmentDocument proposalDocument) |
void |
ProtocolProposalDevelopmentDocumentServiceImpl.populateRequiredFields(Protocol protocol,
ProposalDevelopmentDocument proposalDocument) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolParticipantServiceImpl.addProtocolParticipant(Protocol protocol,
ProtocolParticipant protocolParticipant)
This method adds the ProtocolParticipant to the List of ProtocolParticipants along with the
appropriate ParticipantType.
|
void |
ProtocolParticipantService.addProtocolParticipant(Protocol protocol,
ProtocolParticipant protocolParticipant)
This method adds the ProtocolParticipant to the List of ProtocolParticipants along with the
appropriate ParticipantType.
|
| Constructor and Description |
|---|
ProtocolReference(ProtocolReferenceBean bean,
Protocol protocol,
ProtocolReferenceType protocolReferenceType)
Constructs a ProtocolReferenceBase.java.
|
| Constructor and Description |
|---|
ProtocolModuleQuestionnaireBean(Protocol protocol) |
| Modifier and Type | Method and Description |
|---|---|
Protocol |
ProtocolSpecialReview.getSequenceOwner() |
| Modifier and Type | Method and Description |
|---|---|
List<org.kuali.rice.kim.api.role.RoleMembership> |
IrbCorrespondentDerivedRoleTypeServiceImpl.getRoleMembersFromApplicationRoleOrganization(Protocol protocol,
String namespaceCode,
String roleName,
Map<String,String> qualification) |
List<org.kuali.rice.kim.api.role.RoleMembership> |
IrbCorrespondentDerivedRoleTypeServiceImpl.getRoleMembersFromApplicationRoleUnit(Protocol protocol,
String namespaceCode,
String roleName,
Map<String,String> qualification) |
| Modifier and Type | Method and Description |
|---|---|
protected Protocol |
MedusaServiceImpl.getProtocol(Long protocolId) |
protected Protocol |
MedusaServiceImpl.getProtocol(String protocolNumber) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MedusaServiceImpl.buildGraph(HashMap<org.kuali.rice.krad.bo.BusinessObject,List<org.kuali.rice.krad.bo.BusinessObject>> graph,
Protocol protocol) |
protected MedusaNode |
MedusaServiceImpl.getNode(Protocol protocol) |
| Modifier and Type | Method and Description |
|---|---|
Protocol |
ProtocolMeetingVoter.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
protected AttachmentDataSource |
MeetingActionsAction.generateCorrespondenceDocumentAndAttach(Protocol protocol,
String correspondenceType) |
void |
ProtocolMeetingVoter.setProtocol(Protocol protocol) |
| Modifier and Type | Method and Description |
|---|---|
List<Protocol> |
ProtocolPersonMassChangeService.getProtocolChangeCandidates(PersonMassChange personMassChange)
Returns the Protocols that would have a Person Mass Change performed on them.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolPersonMassChangeService.performPersonMassChange(PersonMassChange personMassChange,
List<Protocol> protocolChangeCandidates)
Performs the Person Mass Change on the Protocols.
|
| Modifier and Type | Method and Description |
|---|---|
List<Protocol> |
ProtocolPersonMassChangeServiceImpl.getProtocolChangeCandidates(PersonMassChange personMassChange) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolPersonMassChangeServiceImpl.performPersonMassChange(PersonMassChange personMassChange,
List<Protocol> protocolChangeCandidates) |
| Modifier and Type | Method and Description |
|---|---|
List<Protocol> |
PersonMassChangeViewHelper.getProtocolChangeCandidates() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonMassChangeViewHelper.setProtocolChangeCandidates(List<Protocol> protocolChangeCandidates) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.