|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.vremanagement.softwarerepository.db.PluginRow
public class PluginRow
A plugin row in the Plugins table
| Field Summary | |
|---|---|
static java.lang.String |
GROUP_PLUGIN_SERVICE_ID
|
static java.lang.String |
GROUP_TARGET_SERVICE_ID
|
static java.lang.String |
PLUGIN_SERVICE_ID
pluginServiceID field name |
static java.lang.String |
TABLE_NAME
Table Name |
| Constructor Summary | |
|---|---|
PluginRow(java.lang.String pluginServiceID,
java.lang.String groupPluginServiceID,
java.lang.String groupTargetServiceID,
SQLDBManager dbManager)
Builds a new Plugin row |
|
| Method Summary | |
|---|---|
void |
deleteRow()
Delete the row from table on DB |
void |
insertRow()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String TABLE_NAME
public static final java.lang.String PLUGIN_SERVICE_ID
public static final java.lang.String GROUP_TARGET_SERVICE_ID
public static final java.lang.String GROUP_PLUGIN_SERVICE_ID
| Constructor Detail |
|---|
public PluginRow(java.lang.String pluginServiceID,
java.lang.String groupPluginServiceID,
java.lang.String groupTargetServiceID,
SQLDBManager dbManager)
throws java.sql.SQLException,
java.lang.Exception
pluginServiceID - the plugin service IDgroupPluginServiceID - the plugin service group IDgroupTargetServiceID - the target service group IDdbManager - an open connection to the DB
java.lang.Exception
java.sql.SQLException| Method Detail |
|---|
public void insertRow()
throws java.sql.SQLException
java.sql.SQLException
public void deleteRow()
throws java.sql.SQLException,
java.lang.Exception
java.sql.SQLException - if DELETE fails
java.lang.Exception - if DELETE is not possible
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||