|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.ops.ObjectPersistenceService
com.sun.mdm.index.ops.SystemSBRDB
Field Summary |
Fields inherited from class com.sun.mdm.index.ops.ObjectPersistenceService |
DATEFORMAT, DBDATEFORMAT |
Constructor Summary | |
SystemSBRDB()
default constructor |
Method Summary | |
void |
create(java.sql.Connection conn,
java.util.HashMap opsmap,
java.lang.String euid,
SBR sbr)
Persists a new SystemSBR record and its children into database. |
SBR |
get(java.sql.Connection conn,
java.util.HashMap opsmap,
java.lang.String euid)
Retrieves SystemSBR and its children records from database by EUID |
void |
remove(java.sql.Connection conn,
java.util.HashMap opsmap,
java.lang.String euid,
SBR sbr)
Removes an existing SystemSBR and its children records from database. |
void |
update(java.sql.Connection conn,
java.util.HashMap opsmap,
java.lang.String euid,
SBR sbr)
Updates an existing SystemSBR and its children records in the database. |
Methods inherited from class com.sun.mdm.index.ops.ObjectPersistenceService |
addobject, addobject, addobject, addobject, addobject, addobject, finalize, getStatement, getValue, init, log, setParam, setParamBlob, setParamBlob, sql2str, strfmt |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SystemSBRDB() throws OPSException
OPSException
- if an error occurred.Method Detail |
public void create(java.sql.Connection conn, java.util.HashMap opsmap, java.lang.String euid, SBR sbr) throws OPSException
conn
- JDBC connection.opsmap
- OPS hashmap.euid
- EUID.sbr
- SBR record to persist.
OPSException
- if an error occurred.public SBR get(java.sql.Connection conn, java.util.HashMap opsmap, java.lang.String euid) throws OPSException
conn
- JDBC connection.opsmap
- OPS hashmap.euid
- EUID.
OPSException
- if an error occurred.public void remove(java.sql.Connection conn, java.util.HashMap opsmap, java.lang.String euid, SBR sbr) throws OPSException
conn
- JDBC connection.opsmap
- OPS hashmap.euid
- EUID.sbr
- SBR record
OPSException
- if an error occurred.public void update(java.sql.Connection conn, java.util.HashMap opsmap, java.lang.String euid, SBR sbr) throws OPSException
conn
- JDBC connection.opsmap
- OPS hashmap.euid
- EUID.sbr
- SBR record
OPSException
- if an error occurred.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.