| Package | Description |
|---|---|
| org.kuali.kra.iacuc.procedures | |
| org.kuali.kra.iacuc.summary |
| Modifier and Type | Method and Description |
|---|---|
IacucProtocolStudyGroupLocation |
IacucProtocolStudyGroupDetailBean.getNewIacucProtocolStudyGroupLocation() |
protected IacucProtocolStudyGroupLocation |
IacucProtocolProceduresAction.getSelectedProcedureLocation(javax.servlet.http.HttpServletRequest request,
IacucProtocolDocument document)
This method is to get the selected location in each section.
|
| Modifier and Type | Method and Description |
|---|---|
List<IacucProtocolStudyGroupLocation> |
IacucProtocolStudyGroupDetailBean.getIacucProtocolStudyGroupLocations() |
List<IacucProtocolStudyGroupLocation> |
IacucProtocolStudyGroup.getIacucProtocolStudyGroupLocations() |
| 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.deleteStudyGroupLocation(IacucProtocolStudyGroupDetailBean selectedProcedureDetailBean,
IacucProtocolStudyGroupLocation selectedStudyGroupLocation,
IacucProtocol iacucProtocol) |
void |
IacucProtocolProcedureService.deleteStudyGroupLocation(IacucProtocolStudyGroupDetailBean selectedProcedureDetailBean,
IacucProtocolStudyGroupLocation selectedStudyGroupLocation,
IacucProtocol iacucProtocol)
This method is to deleted selected group location
|
void |
IacucProtocolStudyGroupDetailBean.setNewIacucProtocolStudyGroupLocation(IacucProtocolStudyGroupLocation newIacucProtocolStudyGroupLocation) |
| Modifier and Type | Method and Description |
|---|---|
void |
IacucProtocolStudyGroupDetailBean.setIacucProtocolStudyGroupLocations(List<IacucProtocolStudyGroupLocation> iacucProtocolStudyGroupLocations) |
void |
IacucProtocolStudyGroup.setIacucProtocolStudyGroupLocations(List<IacucProtocolStudyGroupLocation> iacucProtocolStudyGroupLocations) |
| Constructor and Description |
|---|
IacucProcedureLocationSummary(IacucProtocolStudyGroupLocation location) |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.