public abstract class ConfigGadgetSupport<T> extends Object
Modifier | Constructor and Description |
---|---|
protected |
ConfigGadgetSupport(org.dom4j.Document document) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
create(T object) |
abstract boolean |
delete(T obj) |
abstract Long |
getId(T obj) |
abstract List<T> |
loadAll() |
boolean |
sync(Collection<? extends T> gadgets) |
abstract boolean |
update(T oldObj,
T newObj) |
public boolean sync(Collection<? extends T> gadgets)
public abstract boolean create(T object)
public abstract boolean delete(T obj)
Copyright © 2002-2022 Atlassian. All Rights Reserved.