public interface PersistentDecoratorDao
Modifier and Type | Method and Description |
---|---|
PersistentDecorator |
get(String spaceKey,
String name) |
void |
remove(PersistentDecorator decorator) |
void |
saveOrUpdate(PersistentDecorator decorator) |
void saveOrUpdate(PersistentDecorator decorator)
@Nullable PersistentDecorator get(@Nullable String spaceKey, String name)
void remove(PersistentDecorator decorator)
Copyright © 2003–2017 Atlassian. All rights reserved.