|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.plugin.BootstrapPluginVersionStore
public class BootstrapPluginVersionStore
Bootstrap NOP implementation of the PluginVersionStore.
| Constructor Summary | |
|---|---|
BootstrapPluginVersionStore()
|
|
| Method Summary | |
|---|---|
PluginVersion |
create(PluginVersion pluginVersion)
Creates a PluginVersion in the database. |
boolean |
delete(Long pluginVersionId)
Deletes a plugin version from the datastore. |
List<PluginVersion> |
getAll()
Returns a list of all PluginVersion's. |
PluginVersion |
getById(Long pluginVersionId)
Gets the PluginVersion specified by the id. |
PluginVersion |
update(PluginVersion pluginVersion)
Updates a plugin version in the datastore. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BootstrapPluginVersionStore()
| Method Detail |
|---|
public PluginVersion create(PluginVersion pluginVersion)
PluginVersionStorePluginVersion in the database. The id in the object will
be ignored.
create in interface PluginVersionStorepluginVersion - contains the key, name, and version to be persisted.
PluginVersion with the database id populated.public PluginVersion update(PluginVersion pluginVersion)
PluginVersionStore
update in interface PluginVersionStorepluginVersion - contains the key, name, and version to update. The id will be used to find the record to
update.
PluginVersion that represents the updated record.public boolean delete(Long pluginVersionId)
PluginVersionStore
delete in interface PluginVersionStorepluginVersionId - identifies the plugin version record to delete, not null.
public PluginVersion getById(Long pluginVersionId)
PluginVersionStorePluginVersion specified by the id.
getById in interface PluginVersionStorepluginVersionId - identifies the plugin version record to retrieve.
PluginVersion with the corresponding id or null if the record
is not found.public List<PluginVersion> getAll()
PluginVersionStorePluginVersion's.
getAll in interface PluginVersionStorePluginVersion's.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||