|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.webactiv.organization.Table<KeyStoreRow>
com.stratelia.webactiv.organization.KeyStoreTable
public class KeyStoreTable
A KeyStoreTable object manages the ST_KeyStore table.
Constructor Summary | |
---|---|
KeyStoreTable(OrganizationSchema organization)
|
Method Summary | |
---|---|
protected KeyStoreRow |
fetchKeyStore(ResultSet rs)
Fetch the current keyStore row from a resultSet. |
protected KeyStoreRow |
fetchRow(ResultSet rs)
Fetch the current accessLevel row from a resultSet. |
KeyStoreRow |
getRecordByKey(int nKey)
Get a keystore record by userKey |
protected void |
prepareInsert(String insertQuery,
PreparedStatement insert,
KeyStoreRow row)
insert a KeyStore |
protected void |
prepareUpdate(String updateQuery,
PreparedStatement update,
KeyStoreRow row)
update a KeyStore |
void |
removeKeyStoreRecord(int nKey)
Remove a keystore record with the given key |
Methods inherited from class com.stratelia.webactiv.organization.Table |
---|
addIdToQuery, addParamToQuery, addParamToQuery, addParamToQuery, aliasColumns, getCount, getCount, getIds, getIds, getIds, getIds, getInteger, getInteger, getMatchingRows, getNextId, getRows, getRows, getRows, getRows, getUniqueRow, getUniqueRow, getUniqueRow, insertRow, performPrepareStatementParams, truncate, updateRelation, updateRelation, updateRelation, updateRow |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KeyStoreTable(OrganizationSchema organization)
Method Detail |
---|
protected KeyStoreRow fetchKeyStore(ResultSet rs) throws SQLException
SQLException
public KeyStoreRow getRecordByKey(int nKey) throws AdminPersistenceException
AdminPersistenceException
public void removeKeyStoreRecord(int nKey) throws AdminPersistenceException
AdminPersistenceException
protected KeyStoreRow fetchRow(ResultSet rs) throws SQLException
fetchRow
in class Table<KeyStoreRow>
SQLException
protected void prepareUpdate(String updateQuery, PreparedStatement update, KeyStoreRow row)
prepareUpdate
in class Table<KeyStoreRow>
protected void prepareInsert(String insertQuery, PreparedStatement insert, KeyStoreRow row)
prepareInsert
in class Table<KeyStoreRow>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |