public interface IacucProtocolCopyService extends ProtocolCopyService<IacucProtocolDocument>
| Modifier and Type | Method and Description |
|---|---|
void |
copyIacucProtocolModules(IacucProtocol srcProtocol,
IacucProtocol destProtocol)
This method is to copy iacuc specific data list from source protocol to destination protocol
|
void |
copyProtocolExceptions(IacucProtocol srcProtocol,
IacucProtocol destProtocol)
This method is to copy source exceptions to destination protocol
|
void |
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 |
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 |
copyProtocolThreers(IacucProtocol srcProtocol,
IacucProtocol destProtocol)
This method is to copy source threers data to destination protocol
|
void |
mergeProtocolProcedures(IacucProtocol srcProtocol,
IacucProtocol destProtocol)
This method is to merge protocol procedures.
|
void |
mergeProtocolSpeciesAndGroups(IacucProtocol srcProtocol,
IacucProtocol destProtocol)
This method is to merge species during amendment and renewal with amendment.
|
copyProtocol, copyProtocolvoid copyIacucProtocolModules(IacucProtocol srcProtocol, IacucProtocol destProtocol)
srcProtocol - destProtocol - void copyProtocolThreers(IacucProtocol srcProtocol, IacucProtocol destProtocol)
srcProtocol - destProtocol - void copyProtocolSpeciesAndGroups(IacucProtocol srcProtocol, IacucProtocol destProtocol)
srcProtocol - destProtocol - void mergeProtocolSpeciesAndGroups(IacucProtocol srcProtocol, IacucProtocol destProtocol)
srcProtocol - destProtocol - void mergeProtocolProcedures(IacucProtocol srcProtocol, IacucProtocol destProtocol)
srcProtocol - destProtocol - void copyProtocolProcedures(IacucProtocol srcProtocol, IacucProtocol destProtocol)
srcProtocol - destProtocol - void copyProtocolExceptions(IacucProtocol srcProtocol, IacucProtocol destProtocol)
srcProtocol - destProtocol - Copyright © 2013 The Kuali Foundation. All Rights Reserved.