public interface ExtendedSaveAction
Modifier and Type | Method and Description |
---|---|
void |
saveObjects(java.util.Collection<CentraSiteObject> entryList)
Save the list of CentraSiteObjects to the registry
|
void saveObjects(java.util.Collection<CentraSiteObject> entryList) throws CLLException
entryList
- List of CentraSiteObjects to be saved.CLLException
- If an exception occcurs while saving the CentraSiteObjects.