|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PluginEntryDao
Data access object for PluginEntry.
| Method Summary | |
|---|---|
void |
deletePluginEntry(PluginEntry plugin)
Deletes the given plug-in entry. |
java.util.List<PluginEntry> |
getActivePluginListByTypeAndScope(java.lang.Integer pluginType,
java.lang.Integer scope,
java.lang.Integer refId)
Returns a list of active plug-in entries with the given type and scope. |
java.util.List<PluginEntry> |
getAllPluginListByTypeAndScope(java.lang.Integer pluginType,
java.lang.Integer scope,
java.lang.Integer refId)
Returns a list of plug-in entries with the given type and scope. |
PluginEntry |
getPluginEntry(java.lang.Integer pluginId)
Fetches the plug-in entry with the given ID. |
void |
savePluginEntry(PluginEntry plugin)
Saves or updates the given PluginEntry instance. |
| Method Detail |
|---|
PluginEntry getPluginEntry(java.lang.Integer pluginId)
pluginId - the given ID
void deletePluginEntry(PluginEntry plugin)
plugin - the plug-in entry to be deletedvoid savePluginEntry(PluginEntry plugin)
PluginEntry instance.
plugin - the plug-in entry to be saved.
java.util.List<PluginEntry> getActivePluginListByTypeAndScope(java.lang.Integer pluginType,
java.lang.Integer scope,
java.lang.Integer refId)
pluginType - the plug-in type. A null value of 0 means any type.scope - the scope IDrefId - the reference ID
java.util.List<PluginEntry> getAllPluginListByTypeAndScope(java.lang.Integer pluginType,
java.lang.Integer scope,
java.lang.Integer refId)
pluginType - the plug-in type. A null value of 0 means any type.scope - the scope IDrefId - the reference ID
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||