|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.knowgate.dataobjs.DBPersist
com.knowgate.acl.PasswordRecord
public class PasswordRecord
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
java.util.Map.Entry<K,V> |
| Field Summary | |
|---|---|
static short |
ClassId
|
| Fields inherited from class com.knowgate.dataobjs.DBPersist |
|---|
AllVals, sAuditCls, sAuditUsr, sTransactId |
| Constructor Summary | |
|---|---|
PasswordRecord()
|
|
PasswordRecord(java.lang.String sKey)
|
|
| Method Summary | |
|---|---|
void |
addLine(java.lang.String sId,
char cType,
java.lang.String sLabel)
|
void |
addLine(java.lang.String sId,
char cType,
java.lang.String sLabel,
java.lang.String sValue)
|
boolean |
delete(JDCConnection oConn)
Delete a register from database The deleted register will be the one matching this DBPersist primary key, as set at constructor or load() method. |
static boolean |
delete(JDCConnection oConn,
java.lang.String sGuPwd)
|
java.lang.String |
getValueOf(java.lang.String sLineId)
|
java.util.ArrayList<PasswordRecordLine> |
lines()
|
boolean |
load(JDCConnection oConn,
java.lang.Object[] aPK)
Load the internal value set from a register at a database table |
boolean |
load(JDCConnection oConn,
java.lang.String sPk)
Load the internal value set from a register at a database table |
protected void |
parse()
|
void |
setKey(java.lang.String sKey)
|
boolean |
store(JDCConnection oConn)
Store a register at database representing this instance of DBPersist Insertions and updates : The store method automatically manages register insertions and updates. |
boolean |
store(JDCConnection oConn,
java.lang.String sGuCategory)
|
java.lang.String |
toString()
|
| Methods inherited from class com.knowgate.dataobjs.DBPersist |
|---|
allcaps, allcaps, changelog, clear, clone, containsKey, containsValue, entrySet, exists, get, get, getAuditClassName, getCreationDate, getDate, getDateFormated, getDateShort, getDateTime, getDateTime24, getDecimal, getDecimalFormated, getDecimalFormated, getDouble, getDoubleFormated, getFloat, getFloatFormated, getInt, getInteger, getIntervalPart, getItemMap, getItems, getMoney, getShort, getSQLDate, getSQLTime, getString, getStringHtml, getStringNull, getTable, getTable, getTableName, getTime, getTimeOfDay, getTimestamp, getUIdFromName, isEmpty, isNull, iterator, keySet, parseXML, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, putAll, putAll, remove, remove, replace, replace, replace, replace, replace, replace, replace, replace, setAuditTransact, setAuditUser, setCreationDate, size, toLowerCase, toUpperCase, toXML, toXML, toXML, toXML, values |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Field Detail |
|---|
public static final short ClassId
| Constructor Detail |
|---|
public PasswordRecord()
public PasswordRecord(java.lang.String sKey)
| Method Detail |
|---|
public void setKey(java.lang.String sKey)
throws java.lang.NullPointerException
java.lang.NullPointerExceptionpublic java.lang.String getValueOf(java.lang.String sLineId)
public void addLine(java.lang.String sId,
char cType,
java.lang.String sLabel)
public void addLine(java.lang.String sId,
char cType,
java.lang.String sLabel,
java.lang.String sValue)
public java.util.ArrayList<PasswordRecordLine> lines()
protected void parse()
public boolean load(JDCConnection oConn,
java.lang.Object[] aPK)
throws java.sql.SQLException,
java.security.AccessControlException
DBPersistLoad the internal value set from a register at a database table
load in class DBPersistoConn - Database ConnectionaPK - Primary key values in order of appearance
java.sql.SQLException
java.security.AccessControlException
public boolean load(JDCConnection oConn,
java.lang.String sPk)
throws java.sql.SQLException,
java.security.AccessControlException
DBPersistLoad the internal value set from a register at a database table
load in class DBPersistoConn - JDCConnectionsPk - String Primary key value
java.sql.SQLException
java.security.AccessControlException
public boolean store(JDCConnection oConn)
throws java.sql.SQLException,
java.security.AccessControlException,
java.lang.IllegalArgumentException,
java.lang.NullPointerException
DBPersistStore a register at database representing this instance of DBPersist
Insertions and updates : The store method automatically manages register insertions and updates. If the stored object already exists at database then it is updated, if it does not exists then it is inserted. A primary key violation error is never thrown so ther is no need to call delete() method before re-writing an existing object.
NULL fields : All values not set calling put() methods for DBPersist
will be assumed to be NULL. If a not nullable field is not set then an
SQLException will be raised.
On storing an already existing object all values will we overwrited,
so is a DBPersist is not fully loaded before storing it, values not set
by calling put() methods that already were present at database will be lost.
store in class DBPersistoConn - Database Connection
java.sql.SQLException
java.security.AccessControlException
java.lang.IllegalArgumentException
java.lang.NullPointerException
public boolean store(JDCConnection oConn,
java.lang.String sGuCategory)
throws java.sql.SQLException,
java.security.AccessControlException,
java.lang.IllegalArgumentException,
java.lang.NullPointerException
java.sql.SQLException
java.security.AccessControlException
java.lang.IllegalArgumentException
java.lang.NullPointerException
public boolean delete(JDCConnection oConn)
throws java.sql.SQLException
DBPersistDelete a register from database
The deleted register will be the one matching this DBPersist primary key, as set at constructor or load() method.
delete in class DBPersistoConn - Database connection
java.sql.SQLException
public static boolean delete(JDCConnection oConn,
java.lang.String sGuPwd)
throws java.sql.SQLException
java.sql.SQLExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||