|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lutris.appserver.server.sql.CoreDO
com.lutris.appserver.server.sql.CloneableDO
com.lutris.dods.builder.generator.dataobject.GenericDO
org.enhydra.shark.partmappersistence.data.PackLevelParticipantDO
Data core class, used to set and retrieve the PackLevelParticipantDO information.
Field Summary | |
protected static org.enhydra.dods.cache.DataStructCache |
cache
|
static int |
COLUMN_PACKAGEOID
Use for query caching. |
static int |
COLUMN_PARTICIPANT_ID
Use for query caching. |
protected boolean |
deleted
|
protected static boolean |
isFullCacheNeeded
|
protected static boolean |
notUsingOId
|
static com.lutris.dods.builder.generator.query.RDBColumn |
PACKAGEOID
static final RDBColumn PACKAGEOID for use with QueryBuilder. |
static com.lutris.dods.builder.generator.query.RDBColumn |
PARTICIPANT_ID
static final RDBColumn PARTICIPANT_ID for use with QueryBuilder. |
static int |
PARTICIPANT_ID_MaxLength
|
static com.lutris.dods.builder.generator.query.RDBColumn |
PrimaryKey
static final RDBColumn PrimaryKey for use with QueryBuilder. |
protected static org.enhydra.dods.statistics.Statistics |
statistics
Represents table and cache (if there is caching) statistics. |
static com.lutris.dods.builder.generator.query.RDBTable |
table
|
static java.lang.String |
tableName
Static final data members name the table and columns for this DO. |
Fields inherited from class com.lutris.dods.builder.generator.dataobject.GenericDO |
colChanged, dirty |
Fields inherited from class com.lutris.appserver.server.sql.CoreDO |
originalData, persistent, versioning |
Constructor Summary | |
protected |
PackLevelParticipantDO()
Protected constructor. |
protected |
PackLevelParticipantDO(boolean is_view)
Protected constructor. |
protected |
PackLevelParticipantDO(boolean is_view,
com.lutris.appserver.server.sql.DBTransaction dbTrans)
Protected constructor. |
protected |
PackLevelParticipantDO(com.lutris.appserver.server.sql.DBTransaction dbTrans)
Protected constructor. |
protected |
PackLevelParticipantDO(com.lutris.appserver.server.sql.ObjectId id)
Protected constructor used by createExisting(ObjectId) above. |
protected |
PackLevelParticipantDO(com.lutris.appserver.server.sql.ObjectId id,
com.lutris.appserver.server.sql.DBTransaction dbTrans)
Protected constructor used by createExisting(ObjectId, DBTransaction) above. |
protected |
PackLevelParticipantDO(java.sql.ResultSet rs)
Protected constructor. |
protected |
PackLevelParticipantDO(java.sql.ResultSet rs,
com.lutris.appserver.server.sql.DBTransaction dbTrans)
Protected constructor. |
Method Summary | |
protected void |
_setPACKAGEOID(XPDLParticipantPackageDO value)
_setPACKAGEOID is a protected method that is called by setPACKAGEOID if PACKAGEOID is not part of a multicolumn foreign key. |
protected void |
_setPARTICIPANT_ID(java.lang.String value)
_setPARTICIPANT_ID is a protected method that is called by setPARTICIPANT_ID if PARTICIPANT_ID is not part of a multicolumn foreign key. |
void |
addGroupUserPackLevelParticipantDO(GroupUserPackLevelParticipantDO referrer,
com.lutris.appserver.server.sql.DBTransaction tran)
Add (set & commit) a GroupUserPackLevelParticipantDO object that refers to this DO. |
void |
addToCache()
Add DO's original data object to cache. |
static void |
addToCache(PackLevelParticipantDataStruct newDS)
Add DataStruct object to cache. |
void |
addUserPackLevelParticipantDO(UserPackLevelParticipantDO referrer,
com.lutris.appserver.server.sql.DBTransaction tran)
Add (set & commit) a UserPackLevelParticipantDO object that refers to this DO. |
static PackLevelParticipantDO |
ceInternal(java.math.BigDecimal bd,
com.lutris.appserver.server.sql.DBTransaction dbTrans)
Method ceInternal is public, only to allow generated classes to instantiate one another. |
static PackLevelParticipantDO |
ceInternal(com.lutris.appserver.server.sql.ObjectId id,
com.lutris.appserver.server.sql.DBTransaction dbTrans)
ceInternal(ObjectId, DBTransaction) Factory method creates a PackLevelParticipantDO object by searching for it in the database using the passed ObjectID value as the primary key. |
protected static PackLevelParticipantDO |
ceInternal(com.lutris.dods.builder.generator.query.RDBColumnValue pk,
com.lutris.appserver.server.sql.DBTransaction dbTrans)
ceInternal( RDBColumnValue, DBTransaction ) Factory method creates a PackLevelParticipantDO object by searching for it in the database using the passed PackLevelParticipantDO.PrimaryKey. |
protected static PackLevelParticipantDO |
ceInternal(com.lutris.dods.builder.generator.query.RDBRow row,
com.lutris.appserver.server.sql.DBTransaction dbTrans)
ceInternal( RDBRow , DBTransaction) Factory method creates a PackLevelParticipantDO object by searching for it in the database using the PackLevelParticipantDO.PrimaryKey value in the passed RDBRow. |
protected static PackLevelParticipantDO |
ceInternal(java.sql.ResultSet rs,
com.lutris.appserver.server.sql.DBTransaction dbTrans)
ceInternal(ResultSet, DBTransaction) |
static PackLevelParticipantDO |
ceInternal(java.lang.String handle,
com.lutris.appserver.server.sql.DBTransaction dbTrans)
Method ceInternal is public, only to allow generated classes to instantiate one another. |
protected void |
checkLoad()
Load the actual DO data if necessary. |
java.lang.Object |
cloneUnique()
Creates a clone of the object, but ensures that a new and unique object id is created for the object and that the version number is set to zero. |
void |
commit()
Deprecated. Use save() instead. |
void |
commit(com.lutris.appserver.server.sql.DBTransaction dbt)
Deprecated. Use save() instead. |
boolean |
compareCond(org.enhydra.dods.cache.Condition cond)
Compares whether this DO satisfies condition cond. |
static PackLevelParticipantDO |
createCopy(PackLevelParticipantDataStruct data,
com.lutris.appserver.server.sql.DBTransaction dbTrans)
Creates a DO that has no ObjectId but has a copy of an existing DO's data. |
static PackLevelParticipantDO |
createCopy(PackLevelParticipantDO orig)
Creates a DO that has no ObjectId but has a copy of an existing DO's data. |
static PackLevelParticipantDO |
createCopy(PackLevelParticipantDO orig,
com.lutris.appserver.server.sql.DBTransaction dbTrans)
|
static com.lutris.dods.builder.generator.dataobject.GenericDO |
createDO(com.lutris.appserver.server.sql.ObjectId oid,
com.lutris.appserver.server.sql.DBTransaction dbTrans)
Created DO with specified OID. |
static PackLevelParticipantDO |
createExisting(java.math.BigDecimal bd,
com.lutris.appserver.server.sql.DBTransaction dbTrans)
createExisting(BigDecimal, DBTransaction) |
static PackLevelParticipantDO |
createExisting(java.lang.String handle,
com.lutris.appserver.server.sql.DBTransaction dbTrans)
createExisting(String, DBTransaction) The createExisting method is used to create a PackLevelParticipantDO
from a string handle. |
static com.lutris.appserver.server.sql.DBQuery |
createQuery(com.lutris.appserver.server.sql.DBTransaction trans)
createQuery() creates a new DBQuery. |
static com.lutris.appserver.server.sql.DBTransaction |
createTransaction()
createTransaction() creates a new DBTransaction. |
static PackLevelParticipantDO |
createVirgin(com.lutris.appserver.server.sql.DBTransaction dbTrans)
createVirgin(DBTransaction) |
void |
delete()
Deletes the DO from its table. |
void |
delete(com.lutris.appserver.server.sql.DBTransaction dbt)
Deletes the DO from its table. |
void |
delete(com.lutris.appserver.server.sql.DBTransaction dbt,
boolean rootDO)
Deletes the DO from its table. |
void |
deleteFromCache()
Delete object from cache |
static PackLevelParticipantDataStruct |
deleteFromCache(PackLevelParticipantDataStruct data)
Delete DataStruct object from cache |
static void |
disableCaching()
Disable caching. |
void |
doCheck(boolean value)
Specifies whether to lock this DO (row) in database just before commit. |
void |
doLock()
Locks this DO in database by performing "update set version=OLD_ONE where OID=X and version=OLD_ONE". |
void |
doTouch()
Locks this DO in database by performing "update set version=INCREMENTED where OID=X and version=OLD_ONE". |
void |
dumpData(boolean incrementVersion)
dumpData action. |
static void |
enableCaching()
Enable caching. |
boolean |
equals(java.lang.Object obj)
|
void |
evict()
Remove DataStruct from cache. |
static void |
evict(PackLevelParticipantDataStruct[] DSs)
Remove DataStruct objects from cache. |
static void |
evict(java.lang.String dbName,
java.lang.String[] handles)
Remove DataStruct objects from cache. |
void |
executeInsert(com.lutris.appserver.server.sql.DBConnection conn)
Inserts this object into the database. |
void |
executeLockingStatement(com.lutris.appserver.server.sql.DBConnection conn)
Prepares and executes the statement used to lock this object in the database. |
void |
executeUpdate(com.lutris.appserver.server.sql.DBConnection conn)
|
void |
finalizeDelete(boolean success)
Currently does nothing. |
void |
finalizeInsert(boolean success)
If transaction succeeded marks this object as clean. |
void |
finalizeUpdate(boolean success)
If transaction succeeded marks this object as clean. |
static PackLevelParticipantDataStruct |
findCachedObjectByHandle(java.lang.String cacheHandle)
Get DataStruct object with key cacheHandle from the cache. |
PackLevelParticipantDO |
findTransactionCachedObjectByHandle(java.lang.String cacheHandle)
Get data object with key cacheHandle from the cache. |
java.lang.String |
get_CacheHandle()
Returns cache handle. |
java.lang.Object |
get_Data()
Returns DO's data. |
PackLevelParticipantDataStruct |
get_DataStruct()
Returns dataStruct. |
java.lang.String |
get_Handle()
The methods
get_Handle
hasMatchingHandle
findCachedObjectByHandle
are used by Presentation Objects that need to populate
HTML select lists with Data Objects as options.
|
static java.lang.String |
get_logicalDBName()
get_logicalDBName retrieves the logical database name set by setLogicalDBName(). |
int |
get_NewVersion()
get_NewVersion overloaded |
com.lutris.appserver.server.sql.ObjectId |
get_OId()
Returns this object's identifier. |
java.lang.String |
get_OriginDatabase()
Return the name of the logical database for which DO object was created. |
static org.enhydra.dods.statistics.Statistics |
get_statistics()
Get table statistics. |
com.lutris.appserver.server.sql.DBTransaction |
get_transaction()
Return transaction which DO belongs. |
static java.lang.String[] |
get_UsedLogicalDatabases()
Get all used logical databases. |
int |
get_Version()
get_Version makes the protected method public in CoreDO. |
static int |
getAsynchLoadPriority()
Returns priority for asynchronous cache initialization. |
static java.lang.String |
getCacheDodsTableName()
Get name of the table that is cached. |
static org.enhydra.dods.cache.ConfigurationAdministration |
getConfigurationAdministration()
Returns SHKPackLevelParticipant table cache. |
PackLevelParticipantDataStruct |
getDataStruct()
Deprecated. Use get_DataStruct() |
java.sql.PreparedStatement |
getDeleteStatement(com.lutris.appserver.server.sql.DBConnection conn)
Prepares the statement used to delete this object from the database. |
GroupUserDO[] |
getGroupUserDOArray_via_GroupUserPackLevelParticipant()
From the many-to-many relationship expressed by GroupUserPackLevelParticipantDO, get array of GroupUserDO objects that indirectly refer to this DO. |
GroupUserPackLevelParticipantDO |
getGroupUserPackLevelParticipantDO()
Get the single GroupUserPackLevelParticipantDO object that refers to this DO. |
GroupUserPackLevelParticipantDO[] |
getGroupUserPackLevelParticipantDOArray()
Get array of GroupUserPackLevelParticipantDO objects that refer to this DO. |
int |
getGroupUserPackLevelParticipantDOArrayCount()
Get the number of GroupUserPackLevelParticipantDOs that refer to this DO. |
java.sql.PreparedStatement |
getInsertStatement(com.lutris.appserver.server.sql.DBConnection conn)
Prepares the statement used to insert this object into the database. |
NormalUserDO[] |
getNormalUserDOArray_via_UserPackLevelParticipant()
From the many-to-many relationship expressed by UserPackLevelParticipantDO, get array of NormalUserDO objects that indirectly refer to this DO. |
XPDLParticipantPackageDO |
getPACKAGEOID()
Get PACKAGEOID of the SHKPackLevelParticipant. |
java.lang.String |
getPARTICIPANT_ID()
Get PARTICIPANT_ID of the SHKPackLevelParticipant. |
java.lang.String |
getTableName()
Return SHKPackLevelParticipant as the name of the table in the database which contains PackLevelParticipantDO objects. |
java.sql.PreparedStatement |
getUpdateStatement(com.lutris.appserver.server.sql.DBConnection conn)
Prepares the statement used to update this object in the database. |
static java.lang.String[] |
getUsedLogicalDatabases()
Deprecated. Use get_UsedLogicalDatabases() |
UserPackLevelParticipantDO |
getUserPackLevelParticipantDO()
Get the single UserPackLevelParticipantDO object that refers to this DO. |
UserPackLevelParticipantDO[] |
getUserPackLevelParticipantDOArray()
Get array of UserPackLevelParticipantDO objects that refer to this DO. |
int |
getUserPackLevelParticipantDOArrayCount()
Get the number of UserPackLevelParticipantDOs that refer to this DO. |
int |
hashCode()
|
boolean |
hasMatchingHandle(java.lang.String handle)
Compare string version of the id of this DO and handle. |
protected static boolean |
isAllReadOnly()
Returns value for AllReadOnly. |
static boolean |
isAsynchCacheLoadNeeded()
Returns information if asynchronous cache initialization is needed or not. |
protected boolean |
isAutoSave()
Returns value for AutoSave. |
protected boolean |
isAutoSaveCreateVirgin()
Returns value for AutoSaveCreateVirgin. |
protected boolean |
isDeleteCheckVersion()
Returns value for DeleteCheckVersion. |
boolean |
isDeleted()
Returns the value of delete tag. |
boolean |
isLoaded()
isLoaded() Returns information whether object's data is loaded from database. |
boolean |
isReadOnly()
Return information whether the data for this object has been marked read-only. |
static boolean |
isSimpleCacheUsed()
Returns information if simple cache is used or not. |
protected boolean |
isTransactionCaches()
Returns value for TransactionCaches. |
protected boolean |
isTransactionCheck()
Returns value for TransactionCheck. |
boolean |
isVirgin()
Returns information whether the DO is created virgin and hasn't been commited yet. |
void |
loadData()
Load the fields for the DO from the database. |
protected void |
makeIdentical(PackLevelParticipantDO orig)
Assigns the DataStruct of an existing DO to this DO. |
void |
makeInvisible()
Make DO's data from cache Invisible. |
void |
makeReadOnly()
Mark the object as read-only. |
void |
makeReadWrite()
Mark the object as read-write. |
void |
makeVisible()
Make DO's data from cache visible. |
void |
mapGroupUser_via_GroupUserPackLevelParticipantDO(GroupUserDO d)
To the many-to-many relationship expressed by GroupUserPackLevelParticipantDO, add a GroupUserDO object that indirectly refers to this DO. |
void |
mapGroupUser_via_GroupUserPackLevelParticipantDO(GroupUserDO d,
com.lutris.appserver.server.sql.DBTransaction tran)
To the many-to-many relationship expressed by GroupUserPackLevelParticipantDO, add a GroupUserDO object that indirectly refers to this DO. |
void |
mapNormalUser_via_UserPackLevelParticipantDO(NormalUserDO d)
To the many-to-many relationship expressed by UserPackLevelParticipantDO, add a NormalUserDO object that indirectly refers to this DO. |
void |
mapNormalUser_via_UserPackLevelParticipantDO(NormalUserDO d,
com.lutris.appserver.server.sql.DBTransaction tran)
To the many-to-many relationship expressed by UserPackLevelParticipantDO, add a NormalUserDO object that indirectly refers to this DO. |
protected void |
modifyDO(com.lutris.appserver.server.sql.DBTransaction dbt,
boolean delete)
Modifies the DO within its table. |
protected void |
modifyDO(com.lutris.appserver.server.sql.DBTransaction dbt,
boolean delete,
boolean references)
Modifies the DO within its table. |
com.lutris.appserver.server.sql.ObjectId |
objectId_getPACKAGEOID()
Get BigDecimal value of PACKAGEOID of the SHKPackLevelParticipant. |
int |
objectIdentityType()
Return the type of the identity column(s) of DOs that these objects represents. |
java.math.BigDecimal |
oid_getPACKAGEOID()
Get BigDecimal value of PACKAGEOID of the SHKPackLevelParticipant. |
void |
oid_setPACKAGEOID(java.math.BigDecimal value)
Set PACKAGEOID of the SHKPackLevelParticipant. |
void |
oid_setPACKAGEOID(com.lutris.appserver.server.sql.ObjectId value)
Set value for the PACKAGEOID of the SHKPackLevelParticipant. |
void |
oid_setPACKAGEOID(java.lang.String value)
Set PACKAGEOID of the SHKPackLevelParticipant. |
protected void |
okToCommit()
A stub method for implementing pre-commit assertions for this PackLevelParticipantDO. |
protected void |
okToCommitPACKAGEOID(XPDLParticipantPackageDO member)
A stub method for implementing pre-commit assertions for the PACKAGEOID data member. |
protected void |
okToDelete()
A stub method for implementing pre-delete assertions for this PackLevelParticipantDO. |
protected void |
okToDeletePACKAGEOID(XPDLParticipantPackageDO member)
A stub method for implementing pre-delete assertions for the PACKAGEOID data member. |
java.lang.Object |
originalData_get()
Returns original DO's data. |
XPDLParticipantPackageDO |
originalData_getPACKAGEOID()
Get original value of PACKAGEOID from the SHKPackLevelParticipant. |
java.lang.String |
originalData_getPARTICIPANT_ID()
Get original value of PARTICIPANT_ID from the SHKPackLevelParticipant. |
com.lutris.appserver.server.sql.ObjectId |
originalData_objectId_getPACKAGEOID()
Get BigDecimal value of PACKAGEOID of the SHKPackLevelParticipant. |
java.math.BigDecimal |
originalData_oid_getPACKAGEOID()
Get BigDecimal value of PACKAGEOID of the SHKPackLevelParticipant. |
void |
originalData_set(java.lang.Object value)
Sets original DO's data. |
static void |
readCacheConfiguration(java.lang.String database)
Read cache configuration from application configuration file: cache size for org.enhydra.shark.partmappersistence.data.SHKPackLevelParticipant table or default cache size. |
void |
refresh()
This method is invoked whenever object needs to be loaded from database. |
static void |
refresh(PackLevelParticipantDO[] DOs)
This method is invoked whenever objects needs to be loaded from database. |
static void |
refresh(java.lang.String querySnt)
Refresh cache by removing from the cache results of the query querySnt |
static void |
refreshCache()
Queries all rows in table, and for each row creates a DO instance in the cache. |
static void |
refreshStatistics()
Refresh table statistics. |
void |
reload()
Causes the DO to refresh itself from the database the next time a set or get method is called. |
void |
reloadData()
reloadData discards all changes application made to this object, and goes into database to fetch contents there. |
static PackLevelParticipantDataStruct |
removeFromCache(PackLevelParticipantDataStruct data)
Remove DataStruct from cache. |
static void |
removeFromCache(java.lang.String dbName,
java.lang.String handle)
Remove DataStruct object from cache. |
void |
removeGroupUserPackLevelParticipantDO(GroupUserPackLevelParticipantDO referrer,
com.lutris.appserver.server.sql.DBTransaction tran)
Remove (delete) a GroupUserPackLevelParticipantDO object that refers to this DO. |
void |
removeUserPackLevelParticipantDO(UserPackLevelParticipantDO referrer,
com.lutris.appserver.server.sql.DBTransaction tran)
Remove (delete) a UserPackLevelParticipantDO object that refers to this DO. |
static PackLevelParticipantDO |
retrieveFromTxCache(com.lutris.appserver.server.sql.CachedDBTransaction cbt,
java.lang.Object handle)
Return Object with the handle key from reference objects HashMap. |
void |
save()
Inserts/Updates the DO into its table. |
void |
save(boolean references)
Inserts/Updates the DO into its table. |
void |
save(com.lutris.appserver.server.sql.DBTransaction dbt)
Inserts/Updates the DO into its table. |
void |
save(com.lutris.appserver.server.sql.DBTransaction dbt,
boolean references)
Inserts/Updates the DO into its table. |
void |
set_Data(java.lang.Object data)
Sets DO's data. |
void |
set_NewVersion(int _ver)
set_NewVersion overloaded. |
protected void |
set_OId(com.lutris.appserver.server.sql.ObjectId _oId)
Sets this object's identifier. |
void |
set_Version(int _ver)
set_Version overloaded. |
void |
setDeleted(boolean flag)
Sets the value of delete tag. |
static void |
setLogicalDBName(java.lang.String logicalDbNameInConfFile)
Deprecated. It is dangeruous to use this method in multiuser environment because, this setings are applied to all users (sets logical database to all users) |
void |
setPACKAGEOID(XPDLParticipantPackageDO value)
Set PACKAGEOID of the SHKPackLevelParticipant. |
void |
setPARTICIPANT_ID(java.lang.String value)
Set PARTICIPANT_ID of the SHKPackLevelParticipant. |
protected boolean |
setTransaction(com.lutris.appserver.server.sql.DBTransaction trans)
Set Transaction to current DO. |
java.lang.String |
toString()
|
java.lang.String |
toString(int indentCount)
|
void |
unDelete()
UnDeletes the DO and inserts to the table. |
void |
unDelete(com.lutris.appserver.server.sql.DBTransaction dbt)
UnDeletes the DO and inserts to the table. |
void |
undo()
Undo action. |
void |
unmapGroupUser_via_GroupUserPackLevelParticipantDO(GroupUserDO d)
From the many-to-many relationship expressed by GroupUserPackLevelParticipantDO, remove (delete) the GroupUserDO object that indirectly refers to this DO. |
void |
unmapGroupUser_via_GroupUserPackLevelParticipantDO(GroupUserDO d,
com.lutris.appserver.server.sql.DBTransaction tran)
From the many-to-many relationship expressed by GroupUserPackLevelParticipantDO, remove (delete) the GroupUserDO object that indirectly refers to this DO. |
void |
unmapNormalUser_via_UserPackLevelParticipantDO(NormalUserDO d)
From the many-to-many relationship expressed by UserPackLevelParticipantDO, remove (delete) the NormalUserDO object that indirectly refers to this DO. |
void |
unmapNormalUser_via_UserPackLevelParticipantDO(NormalUserDO d,
com.lutris.appserver.server.sql.DBTransaction tran)
From the many-to-many relationship expressed by UserPackLevelParticipantDO, remove (delete) the NormalUserDO object that indirectly refers to this DO. |
void |
updateCache()
Update Cache. |
static PackLevelParticipantDataStruct |
updateCache(PackLevelParticipantDataStruct updDS)
UpdateCache for given DataStruct object. |
void |
writeXML(java.io.Writer ow)
|
Methods inherited from class com.lutris.dods.builder.generator.dataobject.GenericDO |
_tr_, addToTransactionCache, copyBigDecimal, copyByteArray, copyDate, copyObjectId, copyString, copyTime, copyTimestamp, createDO, createDO, executeDelete, get_primaryKeyName, getData, getHandle, getOriginDatabase, getPrimaryKeyName, isDirty, isExecutePartially, isNewDataDifferent_BigDecimal, isNewDataDifferent_boolean, isNewDataDifferent_byte, isNewDataDifferent_bytes, isNewDataDifferent_DO, isNewDataDifferent_double, isNewDataDifferent_float, isNewDataDifferent_int, isNewDataDifferent_java_math_BigDecimal, isNewDataDifferent_java_sql_Date, isNewDataDifferent_java_sql_Time, isNewDataDifferent_java_sql_Timestamp, isNewDataDifferent_long, isNewDataDifferent_short, isNewDataDifferent_String, makeIdentical, markClean, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, markNewValue, printMsg, setData, setExecutePartially, setPrepStmtParam_BigDecimal, setPrepStmtParam_boolean, setPrepStmtParam_byte, setPrepStmtParam_bytes, setPrepStmtParam_DO, setPrepStmtParam_double, setPrepStmtParam_float, setPrepStmtParam_int, setPrepStmtParam_java_math_BigDecimal, setPrepStmtParam_java_sql_Date, setPrepStmtParam_java_sql_Time, setPrepStmtParam_java_sql_Timestamp, setPrepStmtParam_long, setPrepStmtParam_ObjectId, setPrepStmtParam_short, setPrepStmtParam_String |
Methods inherited from class com.lutris.appserver.server.sql.CloneableDO |
clone |
Methods inherited from class com.lutris.appserver.server.sql.CoreDO |
disableVersioning, get_OIdColumnName, get_versionColumnName, getNewVersion, getOId, getOIdColumnName, getOriginalVersion, getVersion, getVersionColumnName, isPersistent, set_OIdColumnName, set_versionColumnName, setNewVersion, setOId, setOIdColumnName, setPersistent, setVersion, setVersionColumnName |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String tableName
public static final com.lutris.dods.builder.generator.query.RDBTable table
public static final com.lutris.dods.builder.generator.query.RDBColumn PrimaryKey
protected static final boolean notUsingOId
protected static org.enhydra.dods.statistics.Statistics statistics
protected static org.enhydra.dods.cache.DataStructCache cache
protected static boolean isFullCacheNeeded
protected boolean deleted
public static final com.lutris.dods.builder.generator.query.RDBColumn PARTICIPANT_ID
public static final int COLUMN_PARTICIPANT_ID
public static final int PARTICIPANT_ID_MaxLength
public static final com.lutris.dods.builder.generator.query.RDBColumn PACKAGEOID
public static final int COLUMN_PACKAGEOID
Constructor Detail |
protected PackLevelParticipantDO(boolean is_view) throws com.lutris.appserver.server.sql.ObjectIdException, com.lutris.appserver.server.sql.DatabaseManagerException
is_view
- Is this view or not.
com.lutris.appserver.server.sql.DatabaseManagerException
- If a connection to the database cannot be established, etc.
com.lutris.appserver.server.sql.ObjectIdException
- If an object's id can't be allocated for this object.protected PackLevelParticipantDO(boolean is_view, com.lutris.appserver.server.sql.DBTransaction dbTrans) throws com.lutris.appserver.server.sql.ObjectIdException, com.lutris.appserver.server.sql.DatabaseManagerException
is_view
- Is this view or not.dbTrans
- Database transaction.
com.lutris.appserver.server.sql.DatabaseManagerException
- If a connection to the database cannot be established, etc.
com.lutris.appserver.server.sql.ObjectIdException
- If an object's id can't be allocated for this object.protected PackLevelParticipantDO() throws com.lutris.appserver.server.sql.ObjectIdException, com.lutris.appserver.server.sql.DatabaseManagerException
com.lutris.appserver.server.sql.DatabaseManagerException
- If a connection to the database cannot be established, etc.
com.lutris.appserver.server.sql.ObjectIdException
- If an object's id can't be allocated for this object.protected PackLevelParticipantDO(com.lutris.appserver.server.sql.DBTransaction dbTrans) throws com.lutris.appserver.server.sql.ObjectIdException, com.lutris.appserver.server.sql.DatabaseManagerException
dbTrans
- The current database transaction.
com.lutris.appserver.server.sql.DatabaseManagerException
- If a connection to the database cannot be established, etc.
com.lutris.appserver.server.sql.ObjectIdException
- If an object's id can't be allocated for this object.protected PackLevelParticipantDO(com.lutris.appserver.server.sql.ObjectId id) throws java.sql.SQLException, com.lutris.appserver.server.sql.ObjectIdException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.appserver.server.sql.DatabaseManagerException
id
- The ObjectId for the object.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.
com.lutris.appserver.server.sql.ObjectIdException
- If an object's id can't be allocated for this object.
com.lutris.appserver.server.sql.DatabaseManagerException
- If a connection to the database cannot be established, etc.
java.sql.SQLException
- Should never see this exception since GenericDO.ctor(ObjectId)
never accesses the database.protected PackLevelParticipantDO(com.lutris.appserver.server.sql.ObjectId id, com.lutris.appserver.server.sql.DBTransaction dbTrans) throws java.sql.SQLException, com.lutris.appserver.server.sql.ObjectIdException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.appserver.server.sql.DatabaseManagerException
id
- The ObjectId for the object.dbTrans
- The current database transaction
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.
com.lutris.appserver.server.sql.ObjectIdException
- If an object's id can't be allocated for this object.
com.lutris.appserver.server.sql.DatabaseManagerException
- If a connection to the database cannot be established, etc.
java.sql.SQLException
- Should never see this exception since GenericDO.ctor(ObjectId)
never accesses the database.protected PackLevelParticipantDO(java.sql.ResultSet rs) throws java.sql.SQLException, com.lutris.appserver.server.sql.ObjectIdException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.appserver.server.sql.DatabaseManagerException
rs
- Result set from which to obtain product data.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.
com.lutris.appserver.server.sql.ObjectIdException
- If an object's id can't be allocated for this object.
com.lutris.appserver.server.sql.DatabaseManagerException
- If a connection to the database cannot be established, etc.
java.sql.SQLException
- If the database rejects the SQL generated to retrieve data
for this object, or if the table contains a bad foreign key, etc.protected PackLevelParticipantDO(java.sql.ResultSet rs, com.lutris.appserver.server.sql.DBTransaction dbTrans) throws java.sql.SQLException, com.lutris.appserver.server.sql.ObjectIdException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.appserver.server.sql.DatabaseManagerException
rs
- Result set from which to obtain product data.dbTrans
- DBTransaction object.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.
com.lutris.appserver.server.sql.ObjectIdException
- If an object's id can't be allocated for this object.
com.lutris.appserver.server.sql.DatabaseManagerException
- If a connection to the database cannot be established, etc.
java.sql.SQLException
- If the database rejects the SQL generated to retrieve data
for this object, or if the table contains a bad foreign key, etc.Method Detail |
public java.lang.String get_OriginDatabase()
public java.lang.String getTableName()
CoreDO
author Jay Gunter
public com.lutris.appserver.server.sql.DBTransaction get_transaction()
protected boolean setTransaction(com.lutris.appserver.server.sql.DBTransaction trans)
trans
- The transaction.
public boolean isReadOnly()
public int objectIdentityType()
CommonConstants.OBJECT_IDENTITY_TYPE
public void set_Data(java.lang.Object data)
data
- Data object.public void originalData_set(java.lang.Object value)
value
- Data object.public java.lang.Object get_Data()
public PackLevelParticipantDataStruct getDataStruct()
public PackLevelParticipantDataStruct get_DataStruct()
public java.lang.Object originalData_get()
public boolean isLoaded()
public void loadData() throws java.sql.SQLException, com.lutris.appserver.server.sql.ObjectIdException, com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.appserver.server.sql.ObjectIdException
- If an object's id can't be allocated for this object.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.
java.sql.SQLException
- If the database rejects the SQL generated to retrieve data
for this object, or if the table contains a bad foreign key, etc.public static org.enhydra.dods.statistics.Statistics get_statistics()
public static void refreshStatistics()
public static java.lang.String[] getUsedLogicalDatabases()
public static java.lang.String[] get_UsedLogicalDatabases()
public static void readCacheConfiguration(java.lang.String database) throws org.enhydra.dods.exceptions.CacheObjectException
database
- DO's database.
org.enhydra.dods.exceptions.CacheObjectException
public static boolean isAsynchCacheLoadNeeded()
public static int getAsynchLoadPriority()
public static boolean isSimpleCacheUsed()
public static java.lang.String getCacheDodsTableName()
public static org.enhydra.dods.cache.ConfigurationAdministration getConfigurationAdministration()
public static void refreshCache() throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.appserver.server.sql.ObjectIdException, com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.
com.lutris.appserver.server.sql.ObjectIdException
- If an object's id can't be allocated for this object.
com.lutris.appserver.server.sql.DatabaseManagerException
- If a connection to the database cannot be established, etc.
java.sql.SQLException
- If the database rejects the SQL generated to retrieve data
for this object, or if the table contains a bad foreign key, etc.public static void disableCaching() throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.appserver.server.sql.ObjectIdException, com.lutris.dods.builder.generator.query.DataObjectException
java.sql.SQLException
com.lutris.appserver.server.sql.DatabaseManagerException
com.lutris.appserver.server.sql.ObjectIdException
com.lutris.dods.builder.generator.query.DataObjectException
public static void enableCaching() throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.appserver.server.sql.ObjectIdException, com.lutris.dods.builder.generator.query.DataObjectException
java.sql.SQLException
com.lutris.appserver.server.sql.DatabaseManagerException
com.lutris.appserver.server.sql.ObjectIdException
com.lutris.dods.builder.generator.query.DataObjectException
public static void addToCache(PackLevelParticipantDataStruct newDS)
newDS
- DataStruct object that will be added to cache.
public void addToCache()
public static PackLevelParticipantDataStruct updateCache(PackLevelParticipantDataStruct updDS)
updDS
- DataStruct object
public void updateCache()
public static PackLevelParticipantDataStruct deleteFromCache(PackLevelParticipantDataStruct data)
data
- DataStruct object for deleting
public static void removeFromCache(java.lang.String dbName, java.lang.String handle)
dbName
- Logical name of the database from which
PackLevelParticipantDataStruct object will be removed.handle
- Handle of DataStruct object which will be re moved.public void deleteFromCache()
public static PackLevelParticipantDataStruct removeFromCache(PackLevelParticipantDataStruct data)
data
- DataStruct object which will be removed.
public void evict()
public static void evict(PackLevelParticipantDataStruct[] DSs)
DSs
- Array of DataStruct objects which will be removed from cache.public static void evict(java.lang.String dbName, java.lang.String[] handles)
dbName
- Logical name of the database from which
PackLevelParticipantDataStruct object will be removed.handles
- array of DataStruct object handles that will be removed
from cache.public void refresh() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If a data access error occurs.public static void refresh(PackLevelParticipantDO[] DOs) throws com.lutris.dods.builder.generator.query.DataObjectException
DOs
- Array of DOs which will be red from database.
com.lutris.dods.builder.generator.query.DataObjectException
- If a data access error occurs.public static void refresh(java.lang.String querySnt) throws com.lutris.dods.builder.generator.query.QueryException
querySnt
- query used in this
com.lutris.dods.builder.generator.query.QueryException
- If a data access error occurs.public static PackLevelParticipantDO createVirgin(com.lutris.appserver.server.sql.DBTransaction dbTrans) throws com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.appserver.server.sql.ObjectIdException
dbTrans
- The current database transaction
com.lutris.appserver.server.sql.ObjectIdException
- If an object's id can't be allocated for this object.
com.lutris.appserver.server.sql.DatabaseManagerException
- If a connection to the database cannot be established, etc.public static PackLevelParticipantDO ceInternal(java.math.BigDecimal bd, com.lutris.appserver.server.sql.DBTransaction dbTrans) throws java.sql.SQLException, com.lutris.appserver.server.sql.ObjectIdException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.appserver.server.sql.DatabaseManagerException
bd
- The BigDecimal representation of the ObjectId for the object.dbTrans
- The current database transaction.
java.sql.SQLException
- If the database rejects the SQL generated to retrieve data
for this object, or if the table contains a bad foreign key, etc.
com.lutris.appserver.server.sql.ObjectIdException
- If an object's id can't be allocated for this object.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.
com.lutris.appserver.server.sql.DatabaseManagerException
- If a connection to the database cannot be established, etc.public static PackLevelParticipantDO createExisting(java.math.BigDecimal bd, com.lutris.appserver.server.sql.DBTransaction dbTrans) throws java.sql.SQLException, com.lutris.appserver.server.sql.ObjectIdException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.appserver.server.sql.DatabaseManagerException
bd
- The BigDecimal representation of the ObjectId for the object.dbTrans
- The current database transaction.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.
com.lutris.appserver.server.sql.ObjectIdException
- If an object's id can't be allocated for this object.
com.lutris.appserver.server.sql.DatabaseManagerException
- If a connection to the database cannot be established, etc.
java.sql.SQLException
- If the database rejects the SQL generated to retrieve data
for this object, or if the table contains a bad foreign key, etc.public static PackLevelParticipantDO createExisting(java.lang.String handle, com.lutris.appserver.server.sql.DBTransaction dbTrans)
PackLevelParticipantDO
from a string handle.
handle
- String representation of the ObjectId for the object.dbTrans
- The current database transaction.
public static PackLevelParticipantDO ceInternal(java.lang.String handle, com.lutris.appserver.server.sql.DBTransaction dbTrans)
handle
- String representation of the ObjectId for the object.dbTrans
- The current database transaction.
public static PackLevelParticipantDO ceInternal(com.lutris.appserver.server.sql.ObjectId id, com.lutris.appserver.server.sql.DBTransaction dbTrans) throws java.sql.SQLException, com.lutris.appserver.server.sql.ObjectIdException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.appserver.server.sql.DatabaseManagerException
id
- The ObjectId for the object.dbTrans
- The current database transaction.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.
com.lutris.appserver.server.sql.ObjectIdException
- If an object's id can't be allocated for this object.
com.lutris.appserver.server.sql.DatabaseManagerException
- If a connection to the database cannot be established, etc.
java.sql.SQLException
- If the database rejects the SQL generated to retrieve data
for this object, or if the table contains a bad foreign key, etc.protected static PackLevelParticipantDO ceInternal(java.sql.ResultSet rs, com.lutris.appserver.server.sql.DBTransaction dbTrans) throws java.sql.SQLException, com.lutris.appserver.server.sql.ObjectIdException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.appserver.server.sql.DatabaseManagerException
rs
- The ResultSet returned by the Query class for
an existing Data Object stored in the database.dbTrans
- The current database transaction
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.
com.lutris.appserver.server.sql.ObjectIdException
- If an object's id can't be allocated for this object.
com.lutris.appserver.server.sql.DatabaseManagerException
- If a connection to the database cannot be established, etc.
java.sql.SQLException
- If the database rejects the SQL generated to retrieve data
for this object, or if the table contains a bad foreign key, etc.protected static PackLevelParticipantDO ceInternal(com.lutris.dods.builder.generator.query.RDBRow row, com.lutris.appserver.server.sql.DBTransaction dbTrans) throws java.sql.SQLException, com.lutris.appserver.server.sql.ObjectIdException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.appserver.server.sql.DatabaseManagerException
row
- A row returned by QueryBuilder.getNextRow().dbTrans
- The current database transaction.
com.lutris.dods.builder.generator.query.DataObjectException
- If the RDBRow does not contain a PackLevelParticipantDO.PrimaryKey.
If the object is not found in the database.
com.lutris.appserver.server.sql.ObjectIdException
- If an object's id can't be allocated for this object.
com.lutris.appserver.server.sql.DatabaseManagerException
- If a connection to the database cannot be established, etc.
java.sql.SQLException
- If the database rejects the SQL generated to retrieve data
for this object, or if the table contains a bad foreign key, etc.protected static PackLevelParticipantDO ceInternal(com.lutris.dods.builder.generator.query.RDBColumnValue pk, com.lutris.appserver.server.sql.DBTransaction dbTrans) throws java.sql.SQLException, com.lutris.appserver.server.sql.ObjectIdException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.appserver.server.sql.DatabaseManagerException
pk
- a PrimaryKey column value from a row that was returned by
QueryBuilder.getNextRow().dbTrans
- The current database transaction.
com.lutris.dods.builder.generator.query.DataObjectException
- If the RDBColumnValue does not contain a PackLevelParticipantDO.PrimaryKey.
If the object is not found in the database.
com.lutris.appserver.server.sql.ObjectIdException
- If an object's id can't be allocated for this object.
com.lutris.appserver.server.sql.DatabaseManagerException
- If a connection to the database cannot be established, etc.
java.sql.SQLException
- If the database rejects the SQL generated to retrieve data
for this object, or if the table contains a bad foreign key, etc.public static PackLevelParticipantDO createCopy(PackLevelParticipantDataStruct data, com.lutris.appserver.server.sql.DBTransaction dbTrans) throws com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.appserver.server.sql.ObjectIdException
data
- The data struct to copy values from.dbTrans
- The current database transaction
com.lutris.appserver.server.sql.ObjectIdException
- If an object's id can't be allocated for this object.
com.lutris.appserver.server.sql.DatabaseManagerException
- If a connection to the database cannot be established, etc.public static PackLevelParticipantDO createCopy(PackLevelParticipantDO orig) throws com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.appserver.server.sql.ObjectIdException
orig
- The original DO to copy.
com.lutris.appserver.server.sql.ObjectIdException
- If an object's id can't be allocated for this object.
com.lutris.appserver.server.sql.DatabaseManagerException
- If a connection to the database cannot be established, etc.public static PackLevelParticipantDO createCopy(PackLevelParticipantDO orig, com.lutris.appserver.server.sql.DBTransaction dbTrans) throws com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.appserver.server.sql.ObjectIdException
orig
- The original DO to copy.dbTrans
- The current database transaction
com.lutris.appserver.server.sql.ObjectIdException
- If an object's id can't be allocated for this object.
com.lutris.appserver.server.sql.DatabaseManagerException
- If a connection to the database cannot be established, etc.public void reload()
public java.lang.String get_Handle() throws com.lutris.appserver.server.sql.DatabaseManagerException
get_Handle
hasMatchingHandle
findCachedObjectByHandle
are used by Presentation Objects that need to populate
HTML select lists with Data Objects as options.
The get_Handle()
method is used
to set the value for each option,
and the hasMatchingHandle()
methods are used to lookup the Data Object when the selection has
been made.
- Returns:
- id of this DO as a string
If an object's id can't be allocated for this object.
- Throws:
com.lutris.appserver.server.sql.DatabaseManagerException
- If a connection to the database cannot be established, etc.
public java.lang.String get_CacheHandle() throws com.lutris.appserver.server.sql.DatabaseManagerException
com.lutris.appserver.server.sql.DatabaseManagerException
- If a connection to the database cannot be established, etc.public static com.lutris.dods.builder.generator.dataobject.GenericDO createDO(com.lutris.appserver.server.sql.ObjectId oid, com.lutris.appserver.server.sql.DBTransaction dbTrans) throws java.sql.SQLException, com.lutris.appserver.server.sql.ObjectIdException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.appserver.server.sql.DatabaseManagerException
oid
- DO's oid.dbTrans
- The current database transaction.
java.sql.SQLException
com.lutris.appserver.server.sql.ObjectIdException
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.appserver.server.sql.DatabaseManagerException
- If a connection to the database cannot be established, etc.public boolean hasMatchingHandle(java.lang.String handle)
handle
- String
version of DO id.
get_Handle
public PackLevelParticipantDO findTransactionCachedObjectByHandle(java.lang.String cacheHandle)
cacheHandle
- String
version of concatenation of:
name of the data object's database, followed by '.', followed by
data object's id.
PackLevelParticipantDO
Object if one is found in cache, otherwise null.get_Handle
public static PackLevelParticipantDataStruct findCachedObjectByHandle(java.lang.String cacheHandle)
cacheHandle
- String
version of concatenation of:
name of the data object's database, followed by '.', followed by
data object's id.
PackLevelParticipantDataStruct
Object if one is found in cache, otherwise null.get_Handle
protected void makeIdentical(PackLevelParticipantDO orig)
orig
- The original DO.public int get_Version()
public int get_NewVersion()
public void set_Version(int _ver)
_ver
- DO's version.public void set_NewVersion(int _ver)
_ver
- Ignored.public void makeReadOnly()
public void makeReadWrite()
public static PackLevelParticipantDO retrieveFromTxCache(com.lutris.appserver.server.sql.CachedDBTransaction cbt, java.lang.Object handle)
handle
- DO's handle.cbt
- CachedDBTransaction
public com.lutris.appserver.server.sql.ObjectId get_OId()
protected void set_OId(com.lutris.appserver.server.sql.ObjectId _oId)
_oId
- this object's identifier.public java.lang.Object cloneUnique() throws com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.appserver.server.sql.ObjectIdException
com.lutris.appserver.server.sql.DatabaseManagerException
- if an error occurs while
allocation a new object id from the default logical database.
com.lutris.appserver.server.sql.ObjectIdException
- if a new object id could not be
allocated.public boolean isDeleted()
public void setDeleted(boolean flag)
flag
- true if DO has been deleted, but not commited yet.public void finalizeInsert(boolean success)
finalizeInsert
in interface com.lutris.appserver.server.sql.Transaction
success
- true if the transaction succeeded
and this object was successfully inserted into the database.public void finalizeUpdate(boolean success)
finalizeUpdate
in interface com.lutris.appserver.server.sql.Transaction
success
- true if the transaction succeeded
and this object was successfully updated in the database.public void finalizeDelete(boolean success)
finalizeDelete
in interface com.lutris.appserver.server.sql.Transaction
success
- true if the transaction succeeded
and this object was successfully deleted from the
database.public boolean isVirgin()
public void makeVisible()
public void makeInvisible()
public void executeInsert(com.lutris.appserver.server.sql.DBConnection conn) throws java.sql.SQLException
executeInsert
in interface com.lutris.appserver.server.sql.Transaction
conn
- the database connection.
java.sql.SQLException
- if a database access error occurs.
com.lutris.appserver.server.sql.DBRowUpdateException
- If a version error occurs.public void executeUpdate(com.lutris.appserver.server.sql.DBConnection conn) throws java.sql.SQLException
executeUpdate
in interface com.lutris.appserver.server.sql.Transaction
java.sql.SQLException
protected boolean isAutoSave()
protected boolean isAutoSaveCreateVirgin()
protected boolean isTransactionCheck()
protected boolean isTransactionCaches()
protected boolean isDeleteCheckVersion()
protected static boolean isAllReadOnly()
protected void checkLoad() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If a data access error occurs.public void undo() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
public void dumpData(boolean incrementVersion)
incrementVersion
- Increment version.public void reloadData() throws java.sql.SQLException, com.lutris.appserver.server.sql.ObjectIdException, com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.appserver.server.sql.ObjectIdException
- If an object's id can't be allocated for this object.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.
java.sql.SQLException
- If the database rejects the SQL generated to retrieve data
for this object, or if the table contains a bad foreign key, etc.public int hashCode()
public void writeXML(java.io.Writer ow) throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
public boolean equals(java.lang.Object obj)
public java.lang.String getPARTICIPANT_ID() throws com.lutris.dods.builder.generator.query.DataObjectException
getPARTICIPANT_ID
in interface PackLevelParticipantDOI
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public java.lang.String originalData_getPARTICIPANT_ID() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public void setPARTICIPANT_ID(java.lang.String value) throws com.lutris.dods.builder.generator.query.DataObjectException
setPARTICIPANT_ID
in interface PackLevelParticipantDOI
value
- for the PARTICIPANT_ID of the SHKPackLevelParticipant.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.protected void _setPARTICIPANT_ID(java.lang.String value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- for the PARTICIPANT_ID of the SHKPackLevelParticipant.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public XPDLParticipantPackageDO getPACKAGEOID() throws com.lutris.dods.builder.generator.query.DataObjectException
getPACKAGEOID
in interface PackLevelParticipantDOI
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public com.lutris.appserver.server.sql.ObjectId objectId_getPACKAGEOID() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public java.math.BigDecimal oid_getPACKAGEOID() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public XPDLParticipantPackageDO originalData_getPACKAGEOID() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public com.lutris.appserver.server.sql.ObjectId originalData_objectId_getPACKAGEOID() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public java.math.BigDecimal originalData_oid_getPACKAGEOID() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public void setPACKAGEOID(XPDLParticipantPackageDO value) throws com.lutris.dods.builder.generator.query.DataObjectException
setPACKAGEOID
in interface PackLevelParticipantDOI
value
- for the PACKAGEOID of the SHKPackLevelParticipant.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.protected void _setPACKAGEOID(XPDLParticipantPackageDO value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- for the PACKAGEOID of the SHKPackLevelParticipant.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public void oid_setPACKAGEOID(com.lutris.appserver.server.sql.ObjectId value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- of PACKAGEOID of the SHKPackLevelParticipant as a ObjectId value.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public void oid_setPACKAGEOID(java.math.BigDecimal value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- of PACKAGEOID of the SHKPackLevelParticipant as a BigDecimal value.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public void oid_setPACKAGEOID(java.lang.String value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- of PACKAGEOID of the SHKPackLevelParticipant as a String value.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public boolean compareCond(org.enhydra.dods.cache.Condition cond)
cond
- condition.
public static void setLogicalDBName(java.lang.String logicalDbNameInConfFile)
logicalDbNameInConfFile
- The logical database specified in the
application's .conf file.public static java.lang.String get_logicalDBName()
public static com.lutris.appserver.server.sql.DBTransaction createTransaction() throws com.lutris.appserver.server.sql.DatabaseManagerException, java.sql.SQLException
com.lutris.appserver.server.sql.DatabaseManagerException
- If a connection to the database cannot be established, etc.
java.sql.SQLException
- If the database rejects the SQL generated to retrieve data
for this object, or if the table contains a bad foreign key, etc.public static com.lutris.appserver.server.sql.DBQuery createQuery(com.lutris.appserver.server.sql.DBTransaction trans) throws com.lutris.appserver.server.sql.DatabaseManagerException, java.sql.SQLException
trans
- DBTransaction
com.lutris.appserver.server.sql.DatabaseManagerException
- If a connection to the database cannot be established, etc.
java.sql.SQLException
- If the database rejects the SQL generated to retrieve data
for this object, or if the table contains a bad foreign key, etc.public java.sql.PreparedStatement getInsertStatement(com.lutris.appserver.server.sql.DBConnection conn) throws java.sql.SQLException
conn
- The database connection.
java.sql.SQLException
- if an error occurs.public void doCheck(boolean value)
value
- true for locking, false otherwisepublic void doLock() throws java.sql.SQLException
java.sql.SQLException
- If the database rejects the SQL generated to retrieve data
for this object, or if the table contains a bad foreign key, etc.public void doTouch() throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.appserver.server.sql.ObjectIdException, com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.appserver.server.sql.DatabaseManagerException
- If a connection to the database cannot be established, etc.
java.sql.SQLException
- If the database rejects the SQL generated to retrieve data
for this object, or if the table contains a bad foreign key, etc.
com.lutris.appserver.server.sql.ObjectIdException
com.lutris.dods.builder.generator.query.DataObjectException
public void executeLockingStatement(com.lutris.appserver.server.sql.DBConnection conn) throws java.sql.SQLException
conn
- The database connection
java.sql.SQLException
- if an error occurs.public java.sql.PreparedStatement getUpdateStatement(com.lutris.appserver.server.sql.DBConnection conn) throws java.sql.SQLException
conn
- The database connection
java.sql.SQLException
- if an error occurs.public java.sql.PreparedStatement getDeleteStatement(com.lutris.appserver.server.sql.DBConnection conn) throws java.sql.SQLException
conn
- The database connection
java.sql.SQLException
- if an error occurs.public java.lang.String toString()
public java.lang.String toString(int indentCount)
public GroupUserPackLevelParticipantDO[] getGroupUserPackLevelParticipantDOArray() throws com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.QueryException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.
com.lutris.dods.builder.generator.query.QueryException
- If an error occured while building the query before execution.public GroupUserPackLevelParticipantDO getGroupUserPackLevelParticipantDO() throws com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.QueryException, com.lutris.dods.builder.generator.query.NonUniqueQueryException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.
com.lutris.dods.builder.generator.query.QueryException
- If an error occured while building the query before execution.
com.lutris.dods.builder.generator.query.NonUniqueQueryException
- If more than one GroupUserPackLevelParticipantDO object was found.public void addGroupUserPackLevelParticipantDO(GroupUserPackLevelParticipantDO referrer, com.lutris.appserver.server.sql.DBTransaction tran) throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
referrer
- GroupUserPackLevelParticipantDO to be set to point to this DO and committed.tran
- The transaction to be used for the commit.
If null, a new transaction is created.
com.lutris.appserver.server.sql.DatabaseManagerException
- if could not create a transaction.
java.sql.SQLException
- if any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
- If object is not found in the database.
com.lutris.dods.builder.generator.query.RefAssertionException
- Thrown by okTo method.
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
public void removeGroupUserPackLevelParticipantDO(GroupUserPackLevelParticipantDO referrer, com.lutris.appserver.server.sql.DBTransaction tran) throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
referrer
- GroupUserPackLevelParticipantDO to be deleted.tran
- The transaction to be used for the commit.
If null, a new transaction is created.
com.lutris.appserver.server.sql.DatabaseManagerException
- if could not create a transaction.
java.sql.SQLException
- if any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
- If object is not found in the database.
com.lutris.dods.builder.generator.query.RefAssertionException
- Thrown by okTo method.
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
public int getGroupUserPackLevelParticipantDOArrayCount() throws com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.QueryException, com.lutris.dods.builder.generator.query.NonUniqueQueryException, java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException
com.lutris.dods.builder.generator.query.DataObjectException
- If object is not found in the database.
com.lutris.dods.builder.generator.query.QueryException
com.lutris.dods.builder.generator.query.NonUniqueQueryException
java.sql.SQLException
- If any SQL errors occur.
com.lutris.appserver.server.sql.DatabaseManagerException
- If a Transaction can not be created.
This is a WebDocWf extension for DODS row instance security.public UserPackLevelParticipantDO[] getUserPackLevelParticipantDOArray() throws com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.QueryException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.
com.lutris.dods.builder.generator.query.QueryException
- If an error occured while building the query before execution.public UserPackLevelParticipantDO getUserPackLevelParticipantDO() throws com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.QueryException, com.lutris.dods.builder.generator.query.NonUniqueQueryException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.
com.lutris.dods.builder.generator.query.QueryException
- If an error occured while building the query before execution.
com.lutris.dods.builder.generator.query.NonUniqueQueryException
- If more than one UserPackLevelParticipantDO object was found.public void addUserPackLevelParticipantDO(UserPackLevelParticipantDO referrer, com.lutris.appserver.server.sql.DBTransaction tran) throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
referrer
- UserPackLevelParticipantDO to be set to point to this DO and committed.tran
- The transaction to be used for the commit.
If null, a new transaction is created.
com.lutris.appserver.server.sql.DatabaseManagerException
- if could not create a transaction.
java.sql.SQLException
- if any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
- If object is not found in the database.
com.lutris.dods.builder.generator.query.RefAssertionException
- Thrown by okTo method.
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
public void removeUserPackLevelParticipantDO(UserPackLevelParticipantDO referrer, com.lutris.appserver.server.sql.DBTransaction tran) throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
referrer
- UserPackLevelParticipantDO to be deleted.tran
- The transaction to be used for the commit.
If null, a new transaction is created.
com.lutris.appserver.server.sql.DatabaseManagerException
- if could not create a transaction.
java.sql.SQLException
- if any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
- If object is not found in the database.
com.lutris.dods.builder.generator.query.RefAssertionException
- Thrown by okTo method.
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
public int getUserPackLevelParticipantDOArrayCount() throws com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.QueryException, com.lutris.dods.builder.generator.query.NonUniqueQueryException, java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException
com.lutris.dods.builder.generator.query.DataObjectException
- If object is not found in the database.
com.lutris.dods.builder.generator.query.QueryException
com.lutris.dods.builder.generator.query.NonUniqueQueryException
java.sql.SQLException
- If any SQL errors occur.
com.lutris.appserver.server.sql.DatabaseManagerException
- If a Transaction can not be created.
This is a WebDocWf extension for DODS row instance security.public GroupUserDO[] getGroupUserDOArray_via_GroupUserPackLevelParticipant() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public void mapGroupUser_via_GroupUserPackLevelParticipantDO(GroupUserDO d) throws com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.RefAssertionException, java.sql.SQLException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
d
- The GroupUserDO to add to the GroupUserPackLevelParticipantDO mapping
for this DO.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.
com.lutris.appserver.server.sql.DatabaseManagerException
com.lutris.dods.builder.generator.query.RefAssertionException
java.sql.SQLException
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
public void mapGroupUser_via_GroupUserPackLevelParticipantDO(GroupUserDO d, com.lutris.appserver.server.sql.DBTransaction tran) throws com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.RefAssertionException, java.sql.SQLException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
d
- The GroupUserDO to add to the GroupUserPackLevelParticipantDO mapping for this DO.tran
- The transaction to be used. If null, a new transaction is created.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.
com.lutris.appserver.server.sql.DatabaseManagerException
com.lutris.dods.builder.generator.query.RefAssertionException
java.sql.SQLException
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
public void unmapGroupUser_via_GroupUserPackLevelParticipantDO(GroupUserDO d) throws com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.RefAssertionException, java.sql.SQLException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
d
- The GroupUserDO to remove from the GroupUserPackLevelParticipantDO mapping
for this DO.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.
com.lutris.dods.builder.generator.query.QueryException
- If an error occured while building the query before execution.
com.lutris.appserver.server.sql.DatabaseManagerException
com.lutris.dods.builder.generator.query.RefAssertionException
java.sql.SQLException
com.lutris.appserver.server.sql.DBRowUpdateException
public void unmapGroupUser_via_GroupUserPackLevelParticipantDO(GroupUserDO d, com.lutris.appserver.server.sql.DBTransaction tran) throws com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.RefAssertionException, java.sql.SQLException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
d
- The GroupUserDO to remove from the GroupUserPackLevelParticipantDO mapping
for this DO.tran
- The transaction to be used. If null, a new transaction is created.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.
com.lutris.dods.builder.generator.query.QueryException
- If an error occured while building the query before execution.
com.lutris.appserver.server.sql.DatabaseManagerException
com.lutris.dods.builder.generator.query.RefAssertionException
java.sql.SQLException
com.lutris.appserver.server.sql.DBRowUpdateException
public NormalUserDO[] getNormalUserDOArray_via_UserPackLevelParticipant() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public void mapNormalUser_via_UserPackLevelParticipantDO(NormalUserDO d) throws com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.RefAssertionException, java.sql.SQLException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
d
- The NormalUserDO to add to the UserPackLevelParticipantDO mapping
for this DO.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.
com.lutris.appserver.server.sql.DatabaseManagerException
com.lutris.dods.builder.generator.query.RefAssertionException
java.sql.SQLException
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
public void mapNormalUser_via_UserPackLevelParticipantDO(NormalUserDO d, com.lutris.appserver.server.sql.DBTransaction tran) throws com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.RefAssertionException, java.sql.SQLException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
d
- The NormalUserDO to add to the UserPackLevelParticipantDO mapping for this DO.tran
- The transaction to be used. If null, a new transaction is created.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.
com.lutris.appserver.server.sql.DatabaseManagerException
com.lutris.dods.builder.generator.query.RefAssertionException
java.sql.SQLException
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
public void unmapNormalUser_via_UserPackLevelParticipantDO(NormalUserDO d) throws com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.RefAssertionException, java.sql.SQLException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
d
- The NormalUserDO to remove from the UserPackLevelParticipantDO mapping
for this DO.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.
com.lutris.dods.builder.generator.query.QueryException
- If an error occured while building the query before execution.
com.lutris.appserver.server.sql.DatabaseManagerException
com.lutris.dods.builder.generator.query.RefAssertionException
java.sql.SQLException
com.lutris.appserver.server.sql.DBRowUpdateException
public void unmapNormalUser_via_UserPackLevelParticipantDO(NormalUserDO d, com.lutris.appserver.server.sql.DBTransaction tran) throws com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.RefAssertionException, java.sql.SQLException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
d
- The NormalUserDO to remove from the UserPackLevelParticipantDO mapping
for this DO.tran
- The transaction to be used. If null, a new transaction is created.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.
com.lutris.dods.builder.generator.query.QueryException
- If an error occured while building the query before execution.
com.lutris.appserver.server.sql.DatabaseManagerException
com.lutris.dods.builder.generator.query.RefAssertionException
java.sql.SQLException
com.lutris.appserver.server.sql.DBRowUpdateException
protected void okToCommit() throws com.lutris.dods.builder.generator.query.RefAssertionException
com.lutris.dods.builder.generator.query.RefAssertionException
protected void okToDelete() throws com.lutris.dods.builder.generator.query.RefAssertionException
com.lutris.dods.builder.generator.query.RefAssertionException
public void commit() throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
commit
in interface PackLevelParticipantDOI
com.lutris.appserver.server.sql.DatabaseManagerException
- If a Transaction can not be created.
com.lutris.dods.builder.generator.query.RefAssertionException
- Thrown by okTo method.
java.sql.SQLException
- If any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
public void commit(com.lutris.appserver.server.sql.DBTransaction dbt) throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
commit
in interface PackLevelParticipantDOI
dbt
- The transaction object used for this operation.
com.lutris.appserver.server.sql.DatabaseManagerException
- If a Transaction can not be created.
com.lutris.dods.builder.generator.query.RefAssertionException
- Thrown by okTo method.
java.sql.SQLException
- If any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
public void save() throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
save
in interface PackLevelParticipantDOI
com.lutris.appserver.server.sql.DatabaseManagerException
- If a Transaction can not be created.
com.lutris.dods.builder.generator.query.RefAssertionException
- Thrown by okTo method.
java.sql.SQLException
- If any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
- WebDocWf extensionpublic void save(boolean references) throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
references
- True if references should be saved with this DO.
com.lutris.appserver.server.sql.DatabaseManagerException
- If a Transaction can not be created.
com.lutris.dods.builder.generator.query.RefAssertionException
- Thrown by okTo method.
java.sql.SQLException
- If any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
- WebDocWf extensionpublic void save(com.lutris.appserver.server.sql.DBTransaction dbt) throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
save
in interface PackLevelParticipantDOI
dbt
- The transaction object used for this operation.
com.lutris.appserver.server.sql.DatabaseManagerException
- If a Transaction can not be created.
com.lutris.dods.builder.generator.query.RefAssertionException
- Thrown by okTo method.
java.sql.SQLException
- If any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
- WebDocWf extensionpublic void save(com.lutris.appserver.server.sql.DBTransaction dbt, boolean references) throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
dbt
- The transaction object used for this operation.references
- True if references of this DO should be saved.
com.lutris.appserver.server.sql.DatabaseManagerException
- If a Transaction can not be created.
com.lutris.dods.builder.generator.query.RefAssertionException
- Thrown by okTo method.
java.sql.SQLException
- If any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
- WebDocWf extensionpublic void delete() throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
delete
in interface PackLevelParticipantDOI
com.lutris.appserver.server.sql.DatabaseManagerException
- If a Transaction can not be created.
com.lutris.dods.builder.generator.query.RefAssertionException
- Thrown by okTo method.
java.sql.SQLException
- If any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
public void delete(com.lutris.appserver.server.sql.DBTransaction dbt) throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
delete
in interface PackLevelParticipantDOI
dbt
- The transaction object used for this operation.
com.lutris.appserver.server.sql.DatabaseManagerException
- If a Transaction can not be created.
com.lutris.dods.builder.generator.query.RefAssertionException
- Thrown by okTo method.
java.sql.SQLException
- If any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
public void unDelete() throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
com.lutris.appserver.server.sql.DatabaseManagerException
- If a Transaction can not be created.
com.lutris.dods.builder.generator.query.RefAssertionException
- Thrown by okTo method.
java.sql.SQLException
- If any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
public void delete(com.lutris.appserver.server.sql.DBTransaction dbt, boolean rootDO) throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
dbt
- The transaction object used for this operation.rootDO
- Is DO root in DELETE CASCADE sekvence
com.lutris.appserver.server.sql.DatabaseManagerException
- If a Transaction can not be created.
com.lutris.dods.builder.generator.query.RefAssertionException
- Thrown by okTo method.
java.sql.SQLException
- If any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
public void unDelete(com.lutris.appserver.server.sql.DBTransaction dbt) throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
dbt
- The transaction object used for this operation.
com.lutris.appserver.server.sql.DatabaseManagerException
- If a Transaction can not be created.
com.lutris.dods.builder.generator.query.RefAssertionException
- Thrown by okTo method.
java.sql.SQLException
- If any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
protected void okToCommitPACKAGEOID(XPDLParticipantPackageDO member) throws com.lutris.dods.builder.generator.query.RefAssertionException
member
- PACKAGEOID data member.
com.lutris.dods.builder.generator.query.RefAssertionException
protected void okToDeletePACKAGEOID(XPDLParticipantPackageDO member) throws com.lutris.dods.builder.generator.query.RefAssertionException
member
- PACKAGEOID data member
com.lutris.dods.builder.generator.query.RefAssertionException
protected void modifyDO(com.lutris.appserver.server.sql.DBTransaction dbt, boolean delete) throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
dbt
- The transaction object used for this operation.delete
- True if doing a delete, otherwise false (for insert/update).
com.lutris.appserver.server.sql.DatabaseManagerException
- If a Transaction can not be created.
com.lutris.dods.builder.generator.query.RefAssertionException
- Thrown by okTo method.
java.sql.SQLException
- If any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
- WebDocWf extensionprotected void modifyDO(com.lutris.appserver.server.sql.DBTransaction dbt, boolean delete, boolean references) throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
dbt
- The transaction object used for this operation.delete
- True if doing a delete, otherwise false (for insert/update).references
- True if references should be saved
com.lutris.appserver.server.sql.DatabaseManagerException
- If a Transaction can not be created.
com.lutris.dods.builder.generator.query.RefAssertionException
- Thrown by okTo method.
java.sql.SQLException
- If any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
- WebDocWf extension
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |