public class FileHostingGlobalSettingsHook extends java.lang.Object implements IValidator<GlobalSettings>, IGlobalSettingsObserver
| Modifier and Type | Class and Description |
|---|---|
static class |
FileHostingGlobalSettingsHook.FileHostingGlobalSettingsValidatorFactory |
| Constructor and Description |
|---|
FileHostingGlobalSettingsHook() |
| Modifier and Type | Method and Description |
|---|---|
void |
create(GlobalSettings settings) |
void |
onDeleted(BmContext context,
GlobalSettings previous,
java.lang.String key) |
void |
onUpdated(BmContext context,
GlobalSettings previous,
GlobalSettings updated) |
void |
update(GlobalSettings previous,
GlobalSettings modifications) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, updatepublic void create(GlobalSettings settings)
create in interface IValidator<GlobalSettings>public void update(GlobalSettings previous, GlobalSettings modifications) throws ServerFault
update in interface IValidator<GlobalSettings>ServerFaultpublic void onUpdated(BmContext context, GlobalSettings previous, GlobalSettings updated) throws ServerFault
onUpdated in interface IGlobalSettingsObserverServerFaultpublic void onDeleted(BmContext context, GlobalSettings previous, java.lang.String key) throws ServerFault
onDeleted in interface IGlobalSettingsObserverServerFaultCopyright © 2021. All Rights Reserved.