public class DefaultSpaceBlueprintManager extends AbstractAoManager<SpaceBlueprint,SpaceBlueprintAo> implements SpaceBlueprintManager
activeObjects, helperAoManager| Constructor and Description |
|---|
DefaultSpaceBlueprintManager(PluginSpaceBlueprintAccessor delegate,
com.atlassian.activeobjects.external.ActiveObjects activeObjects,
DefaultContentTemplateRefManager contentTemplateRefManager) |
| Modifier and Type | Method and Description |
|---|---|
protected SpaceBlueprint |
build(SpaceBlueprintAo ao) |
SpaceBlueprint |
create(SpaceBlueprint original,
UUID homePageId) |
List<SpaceBlueprint> |
getAll()
Gets all objects for this manager
|
SpaceBlueprintAo[] |
getAosByModuleCompleteKey(com.atlassian.plugin.ModuleCompleteKey moduleCompleteKey,
boolean pluginClone)
Find one object (if pluginClone == true) / multiple objects (if pluginclone == false) by its module complete key
|
protected SpaceBlueprintAo |
internalCreateAo(SpaceBlueprint original) |
protected void |
internalDeleteAo(SpaceBlueprintAo ao) |
protected SpaceBlueprintAo |
internalUpdateAo(SpaceBlueprint object) |
create, createAo, delete, delete, deleteAll, getAll, getAoById, getById, getCloneByModuleCompleteKey, getNonClonesByModuleCompleteKey, internalDeleteAllAo, internalGetAoById, internalGetAosByModuleCompleteKey, update, updateAoclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, createAo, delete, delete, deleteAll, getAoById, getById, getCloneByModuleCompleteKey, getNonClonesByModuleCompleteKey, update, updateAopublic DefaultSpaceBlueprintManager(PluginSpaceBlueprintAccessor delegate, com.atlassian.activeobjects.external.ActiveObjects activeObjects, DefaultContentTemplateRefManager contentTemplateRefManager)
@Nonnull public SpaceBlueprintAo[] getAosByModuleCompleteKey(@Nonnull com.atlassian.plugin.ModuleCompleteKey moduleCompleteKey, boolean pluginClone)
AbstractAoManagergetAosByModuleCompleteKey in class AbstractAoManager<SpaceBlueprint,SpaceBlueprintAo>@Nonnull public List<SpaceBlueprint> getAll()
AoBackedManagergetAll in interface AoBackedManager<SpaceBlueprint,SpaceBlueprintAo>getAll in class AbstractAoManager<SpaceBlueprint,SpaceBlueprintAo>protected void internalDeleteAo(@Nonnull SpaceBlueprintAo ao)
internalDeleteAo in class AbstractAoManager<SpaceBlueprint,SpaceBlueprintAo>@Nonnull protected SpaceBlueprintAo internalCreateAo(@Nonnull SpaceBlueprint original)
internalCreateAo in class AbstractAoManager<SpaceBlueprint,SpaceBlueprintAo>@Nonnull protected SpaceBlueprintAo internalUpdateAo(@Nonnull SpaceBlueprint object)
internalUpdateAo in class AbstractAoManager<SpaceBlueprint,SpaceBlueprintAo>@Nonnull protected SpaceBlueprint build(@Nonnull SpaceBlueprintAo ao)
build in class AbstractAoManager<SpaceBlueprint,SpaceBlueprintAo>public SpaceBlueprint create(@Nonnull SpaceBlueprint original, @Nullable UUID homePageId)
create in interface SpaceBlueprintManagerCopyright © 2017 Atlassian. All rights reserved.