|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PluginDataDao
Interface for storing and retrieving plugin data
| Method Summary | |
|---|---|
Iterator<PluginData> |
getAllPluginData()
|
Iterator<PluginDataWithoutBinary> |
getAllPluginDataWithoutBinary()
Same as calling getAllPluginData(), except that this does not load the plugin binary into memory. |
PluginData |
getPluginData(String key)
|
PluginDataWithoutBinary |
getPluginDataWithoutBinary(String key)
Same as calling getPluginData(String), except that this does not load the plugin binary into memory. |
boolean |
pluginDataExists(String key)
|
void |
remove(String key)
|
void |
saveOrUpdate(PluginData pluginData)
|
| Method Detail |
|---|
PluginData getPluginData(String key)
PluginDataWithoutBinary getPluginDataWithoutBinary(String key)
getPluginData(String), except that this does not load the plugin binary into memory.
Iterator<PluginData> getAllPluginData()
Iterator<PluginDataWithoutBinary> getAllPluginDataWithoutBinary()
getAllPluginData(), except that this does not load the plugin binary into memory.
void saveOrUpdate(PluginData pluginData)
void remove(String key)
boolean pluginDataExists(String key)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||