| Modifier and Type | Method and Description |
|---|---|
IacucProtocol |
CoiDisclProject.getIacucProtocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
CoiDisclProject.setIacucProtocol(IacucProtocol iacucProtocol) |
| Modifier and Type | Method and Description |
|---|---|
List<IacucProtocol> |
CoiDisclosureServiceImpl.getIacucProtocols(String personId) |
List<IacucProtocol> |
CoiDisclosureService.getIacucProtocols(String personId)
This method is to get a list of protocols that need coi disclosure
|
List<IacucProtocol> |
CoiProjectsToCompleteDisclosureBean.getIacucProtocolsToDisclose() |
List<IacucProtocol> |
DisclosureHelper.getNewIacucProtocols() |
| Modifier and Type | Method and Description |
|---|---|
void |
CoiProjectsToCompleteDisclosureBean.setIacucProtocolsToDisclose(List<IacucProtocol> iacucProtocolsToDisclose) |
void |
DisclosureHelper.setNewIacucProtocols(List<IacucProtocol> newIacucProtocols) |
| Modifier and Type | Method and Description |
|---|---|
protected IacucProtocol |
IacucProtocolDocument.createNewProtocolInstanceHook() |
IacucProtocol |
IacucProtocolDocument.getIacucProtocol() |
protected IacucProtocol |
IacucProtocolAction.getIacucProtocol(org.apache.struts.action.ActionForm form) |
| Modifier and Type | Method and Description |
|---|---|
protected IacucProtocol |
IacucActionHelper.getIacucProtocol() |
IacucProtocol |
IacucActionHelper.getProtocol() |
| Constructor and Description |
|---|
IacucProtocolAction(IacucProtocol protocol,
IacucProtocolSubmission protocolSubmission,
String protocolActionTypeCode) |
IacucProtocolAction(IacucProtocol protocol,
String protocolActionTypeCode) |
| Modifier and Type | Method and Description |
|---|---|
IacucProtocol |
IacucProtocolAmendRenewal.getIacucProtocol() |
| Modifier and Type | Method and Description |
|---|---|
Collection<IacucProtocol> |
IacucProtocolAmendRenewServiceImpl.getContinuations(String protocolNumber) |
Collection<IacucProtocol> |
IacucProtocolAmendRenewService.getContinuations(String protocolNumber) |
| Modifier and Type | Method and Description |
|---|---|
protected IacucProtocolAction |
IacucProtocolAmendRenewServiceImpl.createCreateContinuationProtocolAction(IacucProtocol protocol,
String protocolNumber)
Create a ProtocolBase Action indicating that a renewal has been created.
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolActionBase |
IacucProtocolAssignToAgendaServiceImpl.getNewProtocolRemoveFromAgendaActionInstanceHook(IacucProtocol protocol,
IacucProtocolSubmission submission) |
void |
IacucProtocolAssignToAgendaServiceImpl.removeFromAgenda(IacucProtocol protocol,
IacucProtocolGenericActionBean actionBean) |
void |
IacucProtocolAssignToAgendaService.removeFromAgenda(IacucProtocol protocol,
IacucProtocolGenericActionBean actionBean) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IacucProtocolCopyServiceImpl.addProtocolExceptions(IacucProtocol srcProtocol,
IacucProtocol destProtocol)
This method is to copy protocol exceptions
|
protected void |
IacucProtocolCopyServiceImpl.addProtocolProcedures(IacucProtocol srcProtocol,
IacucProtocol destProtocol)
This method is to copy protocol procedures
|
protected void |
IacucProtocolCopyServiceImpl.addProtocolSpecies(IacucProtocol srcProtocol,
IacucProtocol destProtocol)
This method is to copy protocol species
Return a map of old species and current species id.
|
protected void |
IacucProtocolCopyServiceImpl.addThreeRs(IacucProtocol srcProtocol,
IacucProtocol destProtocol) |
protected void |
IacucProtocolCopyServiceImpl.copyIacucProtocolLists(IacucProtocol srcProtocol,
IacucProtocol destProtocol) |
void |
IacucProtocolCopyServiceImpl.copyIacucProtocolModules(IacucProtocol srcProtocol,
IacucProtocol destProtocol) |
void |
IacucProtocolCopyService.copyIacucProtocolModules(IacucProtocol srcProtocol,
IacucProtocol destProtocol)
This method is to copy iacuc specific data list from source protocol to destination protocol
|
void |
IacucProtocolCopyServiceImpl.copyProtocolExceptions(IacucProtocol srcProtocol,
IacucProtocol destProtocol) |
void |
IacucProtocolCopyService.copyProtocolExceptions(IacucProtocol srcProtocol,
IacucProtocol destProtocol)
This method is to copy source exceptions to destination protocol
|
void |
IacucProtocolCopyServiceImpl.copyProtocolProcedures(IacucProtocol srcProtocol,
IacucProtocol destProtocol) |
void |
IacucProtocolCopyService.copyProtocolProcedures(IacucProtocol srcProtocol,
IacucProtocol destProtocol)
This method is to copy source procedures to destination protocol
We need to replace the old protocol species id with the new one which was handled
through copyProtocolSpeciesAndGroups
|
void |
IacucProtocolCopyServiceImpl.copyProtocolSpeciesAndGroups(IacucProtocol srcProtocol,
IacucProtocol destProtocol) |
void |
IacucProtocolCopyService.copyProtocolSpeciesAndGroups(IacucProtocol srcProtocol,
IacucProtocol destProtocol)
This method is to copy source species and groups to destination protocol
Here new protocol species id will be generated for all new records.
|
void |
IacucProtocolCopyServiceImpl.copyProtocolThreers(IacucProtocol srcProtocol,
IacucProtocol destProtocol) |
void |
IacucProtocolCopyService.copyProtocolThreers(IacucProtocol srcProtocol,
IacucProtocol destProtocol)
This method is to copy source threers data to destination protocol
|
protected HashMap<Integer,Integer> |
IacucProtocolCopyServiceImpl.getNewProtocolSpeciesMap(IacucProtocol protocol) |
void |
IacucProtocolCopyServiceImpl.mergeProtocolProcedures(IacucProtocol srcProtocol,
IacucProtocol destProtocol) |
void |
IacucProtocolCopyService.mergeProtocolProcedures(IacucProtocol srcProtocol,
IacucProtocol destProtocol)
This method is to merge protocol procedures.
|
void |
IacucProtocolCopyServiceImpl.mergeProtocolSpeciesAndGroups(IacucProtocol srcProtocol,
IacucProtocol destProtocol) |
void |
IacucProtocolCopyService.mergeProtocolSpeciesAndGroups(IacucProtocol srcProtocol,
IacucProtocol destProtocol)
This method is to merge species during amendment and renewal with amendment.
|
| Modifier and Type | Method and Description |
|---|---|
IacucProtocol |
IacucProtocolReviewNotRequiredBean.getIacucProtocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
IacucProtocolNotifyCommitteeServiceImpl.submitCommitteeNotification(IacucProtocol protocol,
IacucProtocolNotifyCommitteeBean notifyCommitteeBean) |
void |
IacucProtocolNotifyCommitteeService.submitCommitteeNotification(IacucProtocol protocol,
IacucProtocolNotifyCommitteeBean 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 IacucProtocolSubmission |
IacucProtocolNotifyIacucServiceImpl.createProtocolSubmission(IacucProtocol protocol,
IacucProtocolNotifyIacucBean notifyIacucBean)
Create a Protocol Submission.
|
void |
IacucProtocolNotifyIacucServiceImpl.submitIacucNotification(IacucProtocol protocol,
IacucProtocolNotifyIacucBean notifyIacucBean) |
void |
IacucProtocolNotifyIacucService.submitIacucNotification(IacucProtocol protocol,
IacucProtocolNotifyIacucBean notifyIacucBean)
Submit a notification to the IRB office.
|
| Constructor and Description |
|---|
NotifyIacucNotificationRenderer(IacucProtocol protocol,
String actionComments)
Constructs a Notify IRB notification renderer.
|
| Modifier and Type | Method and Description |
|---|---|
String |
IacucProtocolXmlStream.generateXmlStreamForNotification(IacucProtocol protocol)
This method is to create xml data for protocol action notifications
|
edu.mit.coeus.xml.iacuc.CorrespondenceType |
IacucCorrespondenceXmlStream.getCorrespondence(IacucProtocol protocol,
String scheduleId,
Integer submissionNumber) |
edu.mit.coeus.xml.iacuc.ProtocolType |
IacucProtocolXmlStream.getProtocol(IacucProtocol protocol) |
edu.mit.coeus.xml.iacuc.ProtocolType |
IacucProtocolXmlStream.getProtocol(IacucProtocol protocolInfoBean,
Integer submissionNumber) |
| Modifier and Type | Method and Description |
|---|---|
protected IacucProtocolSubmission |
IacucProtocolRequestServiceImpl.createProtocolSubmission(IacucProtocol protocol,
IacucProtocolRequestBean requestBean)
Create a Protocol Submission.
|
protected void |
IacucProtocolRequestServiceImpl.sendRequestNotification(IacucProtocol protocol,
IacucProtocolRequestBean requestBean) |
void |
IacucProtocolRequestServiceImpl.submitRequest(IacucProtocol protocol,
IacucProtocolRequestBean requestBean) |
void |
IacucProtocolRequestService.submitRequest(IacucProtocol protocol,
IacucProtocolRequestBean requestBean)
Submit a protocol request.
|
| Modifier and Type | Method and Description |
|---|---|
protected IacucProtocolSubmission |
IacucProtocolSubmitActionServiceImpl.createProtocolSubmission(IacucProtocol protocol,
IacucProtocolSubmitAction submitAction)
Create a ProtocolBase Submission.
|
int |
IacucProtocolSubmitActionServiceImpl.getTotalSubmissions(IacucProtocol protocol)
Finds all submissions for the given protocolNumber and calculates how many total submissions it has overall.
|
int |
IacucProtocolSubmitActionService.getTotalSubmissions(IacucProtocol protocol)
Finds all submissions for the given protocolNumber and calculates how many total submissions it has overall.
|
void |
IacucProtocolSubmitActionServiceImpl.submitToIacucForReview(IacucProtocol protocol,
IacucProtocolSubmitAction submitAction)
When a protocol is submitted for review, an action entry must be added to the protocol.
|
void |
IacucProtocolSubmitActionService.submitToIacucForReview(IacucProtocol protocol,
IacucProtocolSubmitAction submitAction)
Submit a protocol to the IACUC office for review.
|
| Constructor and Description |
|---|
IacucProtocolSubmissionBuilder(IacucProtocol protocol,
String submissionTypeCode)
Constructs a IacucProtocolSubmissionBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IacucProtocolTableServiceImpl.tableProtocol(IacucProtocol protocol,
IacucProtocolTableBean actionBean) |
void |
IacucProtocolTableService.tableProtocol(IacucProtocol protocol,
IacucProtocolTableBean actionBean)
This method will "table" the protocol by bumping it from its current assigned schedule to the next
in order by date for the same committee, will also record the data from the actionBean.
|
| Modifier and Type | Method and Description |
|---|---|
IacucProtocol |
IacucProtocolTask.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
IacucProtocolTableAuthorizerBase.checkIfSubmissionCanBeBumped(IacucProtocol protocol) |
| Constructor and Description |
|---|
IacucProtocolTask(String taskName,
IacucProtocol protocol)
Constructs a ProtocolTaskBase.
|
IacucProtocolTask(String taskName,
IacucProtocol protocol,
String genericTaskName) |
| Modifier and Type | Method and Description |
|---|---|
IacucProtocol |
IacucProtocolNotificationRequestBean.getIacucProtocol() |
| Constructor and Description |
|---|
IacucBatchCorrespondenceNotificationRenderer(IacucProtocol protocol,
Long detailId,
String protocolCorrespondenceType,
String userFullName)
Constructs a Batch Correspondence notification renderer.
|
IacucProtocolAssignReviewerNotificationRenderer(IacucProtocol protocol,
String actionTaken)
Constructs an Assign Reviewer notification renderer.
|
IacucProtocolFundingSourceNotificationRenderer(IacucProtocol protocol,
String fundingType,
String action)
Constructs a Funding Source notification renderer.
|
IacucProtocolGenericActionNotificationRenderer(IacucProtocol protocol,
Date actionDate)
Constructs a Protocol base notification renderer.
|
IacucProtocolNotificationContext(IacucProtocol protocol,
IacucProtocolOnlineReview protocolOnlineReview,
String actionTypeCode,
String contextName,
IacucProtocolNotificationRenderer renderer) |
IacucProtocolNotificationContext(IacucProtocol protocol,
String actionTypeCode,
String contextName,
IacucProtocolNotificationRenderer renderer) |
IacucProtocolNotificationContext(IacucProtocol protocol,
String actionTypeCode,
String contextName,
IacucProtocolNotificationRenderer renderer,
String forwardName) |
IacucProtocolNotificationRenderer(IacucProtocol protocol)
Constructs a Protocol base notification renderer.
|
IacucProtocolNotificationRequestBean(IacucProtocol protocol,
IacucProtocolOnlineReview protocolOnlineReview,
String actionType,
String description,
String docNumber,
String olrEvent) |
IacucProtocolNotificationRequestBean(IacucProtocol protocol,
String actionType,
String description) |
IacucProtocolRequestActionNotificationRenderer(IacucProtocol protocol,
String reason) |
IacucProtocolReviewDeterminationNotificationRenderer(IacucProtocol protocol,
Date dueDate)
Constructs a Protocol Review Type Determination notification renderer.
|
IacucProtocolWithDateNotificationRenderer(IacucProtocol protocol,
Date genericDate)
Constructs a Protocol Notification renderer which specifies a date.
|
IacucProtocolWithReasonNotificationRenderer(IacucProtocol protocol,
ProtocolDeleteBean protocolDeleteBean)
Constructs a Protocol Disapproved notification renderer.
|
IacucRequestActionNotificationBean(IacucProtocol protocol,
String actionType,
String description,
String reason) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<IacucProtocol> |
IacucProtocolOnlineReviewRedirectAction.getProtocolClass() |
| Modifier and Type | Method and Description |
|---|---|
IacucProtocol |
IacucProtocolPerson.getIacucProtocol() |
| Modifier and Type | Method and Description |
|---|---|
protected IacucProtocol |
IacucProtocolProceduresAction.getIacucProtocol(org.apache.struts.action.ActionForm form) |
protected IacucProtocol |
IacucProtocolProceduresHelper.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
IacucProtocolProcedureServiceImpl.addProcedureLocation(IacucProtocolStudyGroupLocation newIacucProtocolStudyGroupLocation,
IacucProtocolStudyGroupDetailBean selectedProcedureDetailBean,
IacucProtocol protocol) |
void |
IacucProtocolProcedureService.addProcedureLocation(IacucProtocolStudyGroupLocation newIacucProtocolStudyGroupLocation,
IacucProtocolStudyGroupDetailBean selectedProcedureDetailBean,
IacucProtocol protocol)
This method is to add location to study group
Since it is grouped, we have to add the same location to list of locations
under each study group linked to the study group detail bean (this is where it is grouped)
|
void |
IacucProtocolProcedureServiceImpl.addProtocolStudyGroup(IacucProtocolStudyGroupBean selectedProtocolStudyGroupBean,
IacucProtocol iacucProtocol) |
void |
IacucProtocolProcedureService.addProtocolStudyGroup(IacucProtocolStudyGroupBean selectedProtocolStudyGroupBean,
IacucProtocol iacucProtocol)
This method is to add protocol study group
|
void |
IacucProtocolProcedureServiceImpl.createNewStudyGroups(IacucProtocol iacucProtocol,
List<IacucProtocolStudyGroupBean> sourceStudyGroupBeans,
HashMap<Integer,Integer> protocolSpeciesIdMapping) |
void |
IacucProtocolProcedureService.createNewStudyGroups(IacucProtocol iacucProtocol,
List<IacucProtocolStudyGroupBean> sourceStudyGroupBeans,
HashMap<Integer,Integer> protocolSpeciesIdMapping)
This method is to create a new set of study groups based on existing list
This method is invoked during copy protocol so that we a new instance of the study group is created
and all its corresponding collections are set with appropriate reference.
|
void |
IacucProtocolProcedureServiceImpl.deleteProcedurePersonResponsible(IacucProtocolStudyGroupDetailBean selectedProcedureDetailBean,
IacucProcedurePersonResponsible selectedPersonResponsible,
IacucProtocol iacucProtocol) |
void |
IacucProtocolProcedureService.deleteProcedurePersonResponsible(IacucProtocolStudyGroupDetailBean selectedProcedureDetailBean,
IacucProcedurePersonResponsible selectedPersonResponsible,
IacucProtocol iacucProtocol)
This method is to deleted selected person responsible
|
void |
IacucProtocolProcedureServiceImpl.deleteProtocolStudyGroup(IacucProtocolStudyGroupBean selectedProtocolStudyGroupBean,
IacucProtocolStudyGroupDetailBean selectedProcedureDetailBean,
IacucProtocol iacucProtocol) |
void |
IacucProtocolProcedureService.deleteProtocolStudyGroup(IacucProtocolStudyGroupBean selectedProtocolStudyGroupBean,
IacucProtocolStudyGroupDetailBean selectedProcedureDetailBean,
IacucProtocol iacucProtocol)
This method is to remove a selected study group section
|
void |
IacucProtocolProcedureServiceImpl.deleteStudyGroupLocation(IacucProtocolStudyGroupDetailBean selectedProcedureDetailBean,
IacucProtocolStudyGroupLocation selectedStudyGroupLocation,
IacucProtocol iacucProtocol) |
void |
IacucProtocolProcedureService.deleteStudyGroupLocation(IacucProtocolStudyGroupDetailBean selectedProcedureDetailBean,
IacucProtocolStudyGroupLocation selectedStudyGroupLocation,
IacucProtocol iacucProtocol)
This method is to deleted selected group location
|
List<IacucProtocolStudyGroupBean> |
IacucProtocolProcedureServiceImpl.getRevisedStudyGroupBeans(IacucProtocol iacucProtocol,
List<IacucProcedure> allProcedures) |
List<IacucProtocolStudyGroupBean> |
IacucProtocolProcedureService.getRevisedStudyGroupBeans(IacucProtocol iacucProtocol,
List<IacucProcedure> allProcedures)
This method is to format procedure study group data, group by categories for display
|
void |
IacucProtocolProcedureServiceImpl.resetProcedurePanel(IacucProtocol protocol) |
void |
IacucProtocolProcedureService.resetProcedurePanel(IacucProtocol protocol)
This method is to reset the persistent state in procedure panel.
|
void |
IacucProtocolProcedureServiceImpl.setIacucProtocolStudyGroupReferences(IacucProtocol protocol) |
void |
IacucProtocolProcedureService.setIacucProtocolStudyGroupReferences(IacucProtocol protocol)
This method is to set references for protocol study group
|
void |
IacucProtocolProcedureServiceImpl.updateIacucProtocolStudyGroup(IacucProtocol protocol) |
void |
IacucProtocolProcedureService.updateIacucProtocolStudyGroup(IacucProtocol protocol)
This method is to update original iacuc protocol study group records
based on grouped beans
|
| Constructor and Description |
|---|
IacucProtocolReference(IacucProtocolReferenceBean bean,
IacucProtocol protocol,
IacucProtocolReferenceType type) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IacucProtocolModuleQuestionnaireBean.setProtocolSubItemCode(IacucProtocol protocol) |
| Constructor and Description |
|---|
IacucProtocolModuleQuestionnaireBean(IacucProtocol protocol) |
| Modifier and Type | Method and Description |
|---|---|
IacucProtocol |
IacucProtocolSpecialReview.getSequenceOwner() |
| Modifier and Type | Method and Description |
|---|---|
protected IacucProtocol |
IacucProtocolSpeciesHelper.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
IacucProtocolSpeciesServiceImpl.addProtocolSpecies(IacucProtocol protocol,
IacucProtocolSpecies protocolSpecies) |
void |
IacucProtocolSpeciesService.addProtocolSpecies(IacucProtocol protocol,
IacucProtocolSpecies protocolSpecies)
This method adds Protocol Species to the List of Protocol Species.
|
IacucProtocolSpecies |
IacucProtocolSpeciesServiceImpl.getNewProtocolSpecies(IacucProtocol protocol,
IacucProtocolSpecies protocolSpecies) |
IacucProtocolSpecies |
IacucProtocolSpeciesService.getNewProtocolSpecies(IacucProtocol protocol,
IacucProtocolSpecies protocolSpecies)
This method is to get formatted new protocol species
|
HashMap<Integer,Integer> |
IacucProtocolSpeciesServiceImpl.getNewProtocolSpeciesMap(IacucProtocol protocol) |
HashMap<Integer,Integer> |
IacucProtocolSpeciesService.getNewProtocolSpeciesMap(IacucProtocol protocol)
This method is to get a map of old and new protocol species id
|
List<IacucProtocolSpecies> |
IacucProtocolSpeciesServiceImpl.getSortedSpecies(IacucProtocol protocol)
This method is to get a sorted list of current protocol species.
|
| Modifier and Type | Method and Description |
|---|---|
protected IacucProtocol |
IacucProtocolExceptionHelper.getProtocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
IacucProtocolExceptionServiceImpl.addProtocolException(IacucProtocol protocol,
IacucProtocolException protocolException) |
void |
IacucProtocolExceptionService.addProtocolException(IacucProtocol protocol,
IacucProtocolException protocolException)
This method adds Protocol Exception to the List of Protocol Exception.
|
IacucProtocolException |
IacucProtocolExceptionServiceImpl.getNewProtocolException(IacucProtocol protocol,
IacucProtocolException protocolException) |
IacucProtocolException |
IacucProtocolExceptionService.getNewProtocolException(IacucProtocol protocol,
IacucProtocolException protocolException)
This method is to get a new formatted protocol exception
|
List<IacucProtocolException> |
IacucProtocolExceptionServiceImpl.getSortedExceptions(IacucProtocol protocol)
This method is to get a sorted list of current protocol exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IacucAlternateSearchServiceImpl.addAlternateSearch(IacucProtocol protocol,
IacucAlternateSearch newAlternateSearch,
List<String> selectedDatabases) |
void |
IacucAlternateSearchService.addAlternateSearch(IacucProtocol protocol,
IacucAlternateSearch newAlternateSearch,
List<String> selectedDatabases) |
void |
IacucAlternateSearchServiceImpl.deleteAlternateSearch(IacucProtocol protocol,
int index) |
void |
IacucAlternateSearchService.deleteAlternateSearch(IacucProtocol protocol,
int index) |
| Modifier and Type | Method and Description |
|---|---|
protected IacucProtocol |
MedusaServiceImpl.getIacuc(Long protocolId) |
protected IacucProtocol |
MedusaServiceImpl.getIacuc(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,
IacucProtocol protocol) |
protected MedusaNode |
MedusaServiceImpl.getNode(IacucProtocol protocol) |
| Modifier and Type | Method and Description |
|---|---|
List<IacucProtocol> |
IacucProtocolPersonMassChangeService.getIacucProtocolChangeCandidates(PersonMassChange personMassChange)
Returns the IACUC Protocols that would have a Person Mass Change performed on them.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IacucProtocolPersonMassChangeService.performPersonMassChange(PersonMassChange personMassChange,
List<IacucProtocol> iacucProtocolChangeCandidates)
Performs the Person Mass Change on the IACUC Protocols.
|
| Modifier and Type | Method and Description |
|---|---|
List<IacucProtocol> |
IacucProtocolPersonMassChangeServiceImpl.getIacucProtocolChangeCandidates(PersonMassChange personMassChange) |
| Modifier and Type | Method and Description |
|---|---|
void |
IacucProtocolPersonMassChangeServiceImpl.performPersonMassChange(PersonMassChange personMassChange,
List<IacucProtocol> protocolChangeCandidates) |
| Modifier and Type | Method and Description |
|---|---|
List<IacucProtocol> |
PersonMassChangeViewHelper.getIacucProtocolChangeCandidates() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonMassChangeViewHelper.setIacucProtocolChangeCandidates(List<IacucProtocol> iacucProtocolChangeCandidates) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.