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, wait
create, update
public void create(GlobalSettings settings)
create
in interface IValidator<GlobalSettings>
public void update(GlobalSettings previous, GlobalSettings modifications) throws ServerFault
update
in interface IValidator<GlobalSettings>
ServerFault
public void onUpdated(BmContext context, GlobalSettings previous, GlobalSettings updated) throws ServerFault
onUpdated
in interface IGlobalSettingsObserver
ServerFault
public void onDeleted(BmContext context, GlobalSettings previous, java.lang.String key) throws ServerFault
onDeleted
in interface IGlobalSettingsObserver
ServerFault
Copyright © 2021. All Rights Reserved.