|
|||||||||
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.instancepersistence.data.ActivityDO
public class ActivityDO
Data core class, used to set and retrieve the ActivityDO information.
Field Summary | |
---|---|
protected static java.lang.String |
__tmln
|
static com.lutris.dods.builder.generator.query.RDBColumn |
Accepted
static final RDBColumn Accepted for use with QueryBuilder. |
static com.lutris.dods.builder.generator.query.RDBColumn |
AcceptedTZO
static final RDBColumn AcceptedTZO for use with QueryBuilder. |
static com.lutris.dods.builder.generator.query.RDBColumn |
Activated
static final RDBColumn Activated for use with QueryBuilder. |
static com.lutris.dods.builder.generator.query.RDBColumn |
ActivatedTZO
static final RDBColumn ActivatedTZO for use with QueryBuilder. |
static com.lutris.dods.builder.generator.query.RDBColumn |
ActivityDefinitionId
static final RDBColumn ActivityDefinitionId for use with QueryBuilder. |
static int |
ActivityDefinitionId_MaxLength
|
static com.lutris.dods.builder.generator.query.RDBColumn |
ActivitySetDefinitionId
static final RDBColumn ActivitySetDefinitionId for use with QueryBuilder. |
static int |
ActivitySetDefinitionId_MaxLength
|
static com.lutris.dods.builder.generator.query.RDBColumn |
BlockActivityId
static final RDBColumn BlockActivityId for use with QueryBuilder. |
static int |
BlockActivityId_MaxLength
|
protected static org.enhydra.dods.cache.DataStructCache |
cache
|
static int |
COLUMN_ACCEPTED
Use for query caching. |
static int |
COLUMN_ACCEPTEDTZO
Use for query caching. |
static int |
COLUMN_ACTIVATED
Use for query caching. |
static int |
COLUMN_ACTIVATEDTZO
Use for query caching. |
static int |
COLUMN_ACTIVITYDEFINITIONID
Use for query caching. |
static int |
COLUMN_ACTIVITYSETDEFINITIONID
Use for query caching. |
static int |
COLUMN_BLOCKACTIVITYID
Use for query caching. |
static int |
COLUMN_DESCRIPTION
Use for query caching. |
static int |
COLUMN_ID
Use for query caching. |
static int |
COLUMN_ISPERFORMERASYNCHRONOUS
Use for query caching. |
static int |
COLUMN_LASTSTATETIME
Use for query caching. |
static int |
COLUMN_LASTSTATETIMETZO
Use for query caching. |
static int |
COLUMN_LIMITTIME
Use for query caching. |
static int |
COLUMN_LIMITTIMETZO
Use for query caching. |
static int |
COLUMN_NAME
Use for query caching. |
static int |
COLUMN_PDEFNAME
Use for query caching. |
static int |
COLUMN_PERFORMER
Use for query caching. |
static int |
COLUMN_PRIORITY
Use for query caching. |
static int |
COLUMN_PROCESS
Use for query caching. |
static int |
COLUMN_PROCESSID
Use for query caching. |
static int |
COLUMN_RESOURCEID
Use for query caching. |
static int |
COLUMN_STATE
Use for query caching. |
static int |
COLUMN_THERESOURCE
Use for query caching. |
protected boolean |
deleted
|
static com.lutris.dods.builder.generator.query.RDBColumn |
Description
static final RDBColumn Description for use with QueryBuilder. |
static int |
Description_MaxLength
|
static com.lutris.dods.builder.generator.query.RDBColumn |
Id
static final RDBColumn Id for use with QueryBuilder. |
static int |
Id_MaxLength
|
protected static boolean |
isFullCacheNeeded
|
static com.lutris.dods.builder.generator.query.RDBColumn |
IsPerformerAsynchronous
static final RDBColumn IsPerformerAsynchronous for use with QueryBuilder. |
static com.lutris.dods.builder.generator.query.RDBColumn |
LastStateTime
static final RDBColumn LastStateTime for use with QueryBuilder. |
static com.lutris.dods.builder.generator.query.RDBColumn |
LastStateTimeTZO
static final RDBColumn LastStateTimeTZO for use with QueryBuilder. |
static com.lutris.dods.builder.generator.query.RDBColumn |
LimitTime
static final RDBColumn LimitTime for use with QueryBuilder. |
static com.lutris.dods.builder.generator.query.RDBColumn |
LimitTimeTZO
static final RDBColumn LimitTimeTZO for use with QueryBuilder. |
static com.lutris.dods.builder.generator.query.RDBColumn |
Name
static final RDBColumn Name for use with QueryBuilder. |
static int |
Name_MaxLength
|
protected static boolean |
notUsingOId
|
static com.lutris.dods.builder.generator.query.RDBColumn |
PDefName
static final RDBColumn PDefName for use with QueryBuilder. |
static int |
PDefName_MaxLength
|
static com.lutris.dods.builder.generator.query.RDBColumn |
Performer
static final RDBColumn Performer for use with QueryBuilder. |
static int |
Performer_MaxLength
|
static com.lutris.dods.builder.generator.query.RDBColumn |
PrimaryKey
static final RDBColumn PrimaryKey for use with QueryBuilder. |
static com.lutris.dods.builder.generator.query.RDBColumn |
Priority
static final RDBColumn Priority for use with QueryBuilder. |
static com.lutris.dods.builder.generator.query.RDBColumn |
Process
static final RDBColumn Process for use with QueryBuilder. |
static com.lutris.dods.builder.generator.query.RDBColumn |
ProcessId
static final RDBColumn ProcessId for use with QueryBuilder. |
static int |
ProcessId_MaxLength
|
static com.lutris.dods.builder.generator.query.RDBColumn |
ResourceId
static final RDBColumn ResourceId for use with QueryBuilder. |
static int |
ResourceId_MaxLength
|
static com.lutris.dods.builder.generator.query.RDBColumn |
State
static final RDBColumn State 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. |
static com.lutris.dods.builder.generator.query.RDBColumn |
TheResource
static final RDBColumn TheResource for use with QueryBuilder. |
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 |
ActivityDO()
Protected constructor. |
protected |
ActivityDO(boolean is_view)
Protected constructor. |
protected |
ActivityDO(boolean is_view,
com.lutris.appserver.server.sql.DBTransaction dbTrans)
Protected constructor. |
protected |
ActivityDO(com.lutris.appserver.server.sql.DBTransaction dbTrans)
Protected constructor. |
protected |
ActivityDO(com.lutris.appserver.server.sql.ObjectId id)
Protected constructor used by createExisting(ObjectId) above. |
protected |
ActivityDO(com.lutris.appserver.server.sql.ObjectId id,
com.lutris.appserver.server.sql.DBTransaction dbTrans)
Protected constructor used by createExisting(ObjectId, DBTransaction) above. |
protected |
ActivityDO(java.sql.ResultSet rs)
Protected constructor. |
protected |
ActivityDO(java.sql.ResultSet rs,
com.lutris.appserver.server.sql.DBTransaction dbTrans)
Protected constructor. |
Method Summary | |
---|---|
protected static boolean |
__beginTx(java.lang.String ldb)
|
static void |
__enableCaching()
|
protected static void |
__endTx()
|
protected void |
_setAccepted(long value)
_setAccepted is a protected method that is called by setAccepted if Accepted is not part of a multicolumn foreign key. |
protected void |
_setAcceptedTZO(long value)
_setAcceptedTZO is a protected method that is called by setAcceptedTZO if AcceptedTZO is not part of a multicolumn foreign key. |
protected void |
_setActivated(long value)
_setActivated is a protected method that is called by setActivated if Activated is not part of a multicolumn foreign key. |
protected void |
_setActivatedTZO(long value)
_setActivatedTZO is a protected method that is called by setActivatedTZO if ActivatedTZO is not part of a multicolumn foreign key. |
protected void |
_setActivityDefinitionId(java.lang.String value)
_setActivityDefinitionId is a protected method that is called by setActivityDefinitionId if ActivityDefinitionId is not part of a multicolumn foreign key. |
protected void |
_setActivitySetDefinitionId(java.lang.String value)
_setActivitySetDefinitionId is a protected method that is called by setActivitySetDefinitionId if ActivitySetDefinitionId is not part of a multicolumn foreign key. |
protected void |
_setBlockActivityId(java.lang.String value)
_setBlockActivityId is a protected method that is called by setBlockActivityId if BlockActivityId is not part of a multicolumn foreign key. |
protected void |
_setDescription(java.lang.String value)
_setDescription is a protected method that is called by setDescription if Description is not part of a multicolumn foreign key. |
protected void |
_setId(java.lang.String value)
_setId is a protected method that is called by setId if Id is not part of a multicolumn foreign key. |
protected void |
_setIsPerformerAsynchronous(boolean value)
_setIsPerformerAsynchronous is a protected method that is called by setIsPerformerAsynchronous if IsPerformerAsynchronous is not part of a multicolumn foreign key. |
protected void |
_setLastStateTime(long value)
_setLastStateTime is a protected method that is called by setLastStateTime if LastStateTime is not part of a multicolumn foreign key. |
protected void |
_setLastStateTimeTZO(long value)
_setLastStateTimeTZO is a protected method that is called by setLastStateTimeTZO if LastStateTimeTZO is not part of a multicolumn foreign key. |
protected void |
_setLimitTime(long value)
_setLimitTime is a protected method that is called by setLimitTime if LimitTime is not part of a multicolumn foreign key. |
protected void |
_setLimitTimeTZO(long value)
_setLimitTimeTZO is a protected method that is called by setLimitTimeTZO if LimitTimeTZO is not part of a multicolumn foreign key. |
protected void |
_setName(java.lang.String value)
_setName is a protected method that is called by setName if Name is not part of a multicolumn foreign key. |
protected void |
_setPDefName(java.lang.String value)
_setPDefName is a protected method that is called by setPDefName if PDefName is not part of a multicolumn foreign key. |
protected void |
_setPerformer(java.lang.String value)
_setPerformer is a protected method that is called by setPerformer if Performer is not part of a multicolumn foreign key. |
protected void |
_setPriority(short value)
_setPriority is a protected method that is called by setPriority if Priority is not part of a multicolumn foreign key. |
protected void |
_setProcess(ProcessDO value)
_setProcess is a protected method that is called by setProcess if Process is not part of a multicolumn foreign key. |
protected void |
_setProcessId(java.lang.String value)
_setProcessId is a protected method that is called by setProcessId if ProcessId is not part of a multicolumn foreign key. |
protected void |
_setResourceId(java.lang.String value)
_setResourceId is a protected method that is called by setResourceId if ResourceId is not part of a multicolumn foreign key. |
protected void |
_setState(ActivityStateDO value)
_setState is a protected method that is called by setState if State is not part of a multicolumn foreign key. |
protected void |
_setTheResource(ResourceDO value)
_setTheResource is a protected method that is called by setTheResource if TheResource is not part of a multicolumn foreign key. |
void |
addActivityDataDO(ActivityDataDO referrer)
Add (set & commit) a ActivityDataDO object that refers to this DO. |
void |
addActivityDataDO(ActivityDataDO referrer,
com.lutris.appserver.server.sql.DBTransaction tran)
Add (set & commit) a ActivityDataDO object that refers to this DO. |
void |
addActivityDataWOBDO(ActivityDataWOBDO referrer)
Add (set & commit) a ActivityDataWOBDO object that refers to this DO. |
void |
addActivityDataWOBDO(ActivityDataWOBDO referrer,
com.lutris.appserver.server.sql.DBTransaction tran)
Add (set & commit) a ActivityDataWOBDO object that refers to this DO. |
void |
addAndJoinEntryDO_Activity(AndJoinEntryDO referrer)
Add (set & commit) a AndJoinEntryDO object that refers to this DO. |
void |
addAndJoinEntryDO_Activity(AndJoinEntryDO referrer,
com.lutris.appserver.server.sql.DBTransaction tran)
Add (set & commit) a AndJoinEntryDO object that refers to this DO. |
void |
addAndJoinEntryDO_BlockActivity(AndJoinEntryDO referrer)
Add (set & commit) a AndJoinEntryDO object that refers to this DO. |
void |
addAndJoinEntryDO_BlockActivity(AndJoinEntryDO referrer,
com.lutris.appserver.server.sql.DBTransaction tran)
Add (set & commit) a AndJoinEntryDO object that refers to this DO. |
void |
addAssignmentDO(AssignmentDO referrer)
Add (set & commit) a AssignmentDO object that refers to this DO. |
void |
addAssignmentDO(AssignmentDO referrer,
com.lutris.appserver.server.sql.DBTransaction tran)
Add (set & commit) a AssignmentDO object that refers to this DO. |
void |
addDeadlineDO(DeadlineDO referrer)
Add (set & commit) a DeadlineDO object that refers to this DO. |
void |
addDeadlineDO(DeadlineDO referrer,
com.lutris.appserver.server.sql.DBTransaction tran)
Add (set & commit) a DeadlineDO object that refers to this DO. |
void |
addProcessRequesterDO(ProcessRequesterDO referrer)
Add (set & commit) a ProcessRequesterDO object that refers to this DO. |
void |
addProcessRequesterDO(ProcessRequesterDO referrer,
com.lutris.appserver.server.sql.DBTransaction tran)
Add (set & commit) a ProcessRequesterDO object that refers to this DO. |
void |
addToCache()
Add DO's original data object to cache. |
static void |
addToCache(ActivityDataStruct newDS)
Add DataStruct object to cache. |
static ActivityDO |
ceInternal(java.math.BigDecimal bd)
Method ceInternal is public, only to allow generated classes to instantiate one another. |
static ActivityDO |
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. |
protected static ActivityDO |
ceInternal(com.lutris.appserver.server.sql.ObjectId id)
ceInternal( ObjectId ) Factory method creates a ActivityDO object by searching for it in the database using the passed ObjectID value as the primary key. |
static ActivityDO |
ceInternal(com.lutris.appserver.server.sql.ObjectId id,
com.lutris.appserver.server.sql.DBTransaction dbTrans)
ceInternal(ObjectId, DBTransaction) Factory method creates a ActivityDO object by searching for it in the database using the passed ObjectID value as the primary key. |
protected static ActivityDO |
ceInternal(com.lutris.dods.builder.generator.query.RDBColumnValue pk)
ceInternal( RDBColumnValue ) Factory method creates a ActivityDO object by searching for it in the database using the passed ActivityDO.PrimaryKey. |
protected static ActivityDO |
ceInternal(com.lutris.dods.builder.generator.query.RDBColumnValue pk,
com.lutris.appserver.server.sql.DBTransaction dbTrans)
ceInternal( RDBColumnValue, DBTransaction ) Factory method creates a ActivityDO object by searching for it in the database using the passed ActivityDO.PrimaryKey. |
protected static ActivityDO |
ceInternal(com.lutris.dods.builder.generator.query.RDBRow row)
ceInternal( RDBRow ) Factory method creates a ActivityDO object by searching for it in the database using the ActivityDO.PrimaryKey value in the passed RDBRow. |
protected static ActivityDO |
ceInternal(com.lutris.dods.builder.generator.query.RDBRow row,
com.lutris.appserver.server.sql.DBTransaction dbTrans)
ceInternal( RDBRow , DBTransaction) Factory method creates a ActivityDO object by searching for it in the database using the ActivityDO.PrimaryKey value in the passed RDBRow. |
protected static ActivityDO |
ceInternal(java.sql.ResultSet rs)
ceInternal( ResultSet , HashMap) Factory method used to create an instance of this class to represent a Data Object already existing in the database. |
protected static ActivityDO |
ceInternal(java.sql.ResultSet rs,
com.lutris.appserver.server.sql.DBTransaction dbTrans)
ceInternal(ResultSet, DBTransaction) |
static ActivityDO |
ceInternal(java.lang.String handle)
Method ceInternal is public, only to allow generated classes to instantiate one another. |
static ActivityDO |
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 ActivityDO |
createCopy(ActivityDataStruct data)
Creates a DO that has no ObjectId but has a copy of an existing DO's data. |
static ActivityDO |
createCopy(ActivityDataStruct 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 ActivityDO |
createCopy(ActivityDO orig)
Creates a DO that has no ObjectId but has a copy of an existing DO's data. |
static ActivityDO |
createCopy(ActivityDO orig,
com.lutris.appserver.server.sql.DBTransaction dbTrans)
|
static com.lutris.dods.builder.generator.dataobject.GenericDO |
createDO(com.lutris.appserver.server.sql.ObjectId oid)
Created DO with specified OID. |
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 ActivityDO |
createExisting(java.math.BigDecimal bd)
createExisting( BigDecimal ) Factory method creates a ActivityDO object by searching for it in the database using the passed BigDecimal value as the primary key. |
static ActivityDO |
createExisting(java.math.BigDecimal bd,
com.lutris.appserver.server.sql.DBTransaction dbTrans)
createExisting(BigDecimal, DBTransaction) |
static ActivityDO |
createExisting(java.lang.String handle)
createExisting(String) The createExisting method is used to create a ActivityDO
from a string handle. |
static ActivityDO |
createExisting(java.lang.String handle,
com.lutris.appserver.server.sql.DBTransaction dbTrans)
createExisting(String, DBTransaction) The createExisting method is used to create a ActivityDO
from a string handle. |
static com.lutris.appserver.server.sql.DBQuery |
createQuery()
createQuery() creates a new DBQuery. |
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 ActivityDO |
createVirgin()
createVirgin() Creates a DO that has no ObjectId or data. |
static ActivityDO |
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 ActivityDataStruct |
deleteFromCache(ActivityDataStruct 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(ActivityDataStruct[] 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 ActivityDataStruct |
findCachedObjectByHandle(java.lang.String cacheHandle)
Get DataStruct object with key cacheHandle from the cache. |
ActivityDO |
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. |
ActivityDataStruct |
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. |
long |
getAccepted()
Get Accepted of the SHKActivities. |
long |
getAcceptedTZO()
Get AcceptedTZO of the SHKActivities. |
long |
getActivated()
Get Activated of the SHKActivities. |
long |
getActivatedTZO()
Get ActivatedTZO of the SHKActivities. |
ActivityDataDO |
getActivityDataDO()
Get the single ActivityDataDO object that refers to this DO. |
ActivityDataDO[] |
getActivityDataDOArray()
Get array of ActivityDataDO objects that refer to this DO. |
int |
getActivityDataDOArrayCount()
Get the number of ActivityDataDOs that refer to this DO. |
ActivityDataWOBDO |
getActivityDataWOBDO()
Get the single ActivityDataWOBDO object that refers to this DO. |
ActivityDataWOBDO[] |
getActivityDataWOBDOArray()
Get array of ActivityDataWOBDO objects that refer to this DO. |
int |
getActivityDataWOBDOArrayCount()
Get the number of ActivityDataWOBDOs that refer to this DO. |
java.lang.String |
getActivityDefinitionId()
Get ActivityDefinitionId of the SHKActivities. |
java.lang.String |
getActivitySetDefinitionId()
Get ActivitySetDefinitionId of the SHKActivities. |
AndJoinEntryDO |
getAndJoinEntryDO_Activity()
Get the single AndJoinEntryDO object that refers to this DO. |
AndJoinEntryDO |
getAndJoinEntryDO_BlockActivity()
Get the single AndJoinEntryDO object that refers to this DO. |
AndJoinEntryDO[] |
getAndJoinEntryDOArray_Activity()
Get array of AndJoinEntryDO objects that refer to this DO. |
int |
getAndJoinEntryDOArray_ActivityCount()
Get the number of AndJoinEntryDOs that refer to this DO. |
AndJoinEntryDO[] |
getAndJoinEntryDOArray_BlockActivity()
Get array of AndJoinEntryDO objects that refer to this DO. |
int |
getAndJoinEntryDOArray_BlockActivityCount()
Get the number of AndJoinEntryDOs that refer to this DO. |
AssignmentDO |
getAssignmentDO()
Get the single AssignmentDO object that refers to this DO. |
AssignmentDO[] |
getAssignmentDOArray()
Get array of AssignmentDO objects that refer to this DO. |
int |
getAssignmentDOArrayCount()
Get the number of AssignmentDOs that refer to this DO. |
static int |
getAsynchLoadPriority()
Returns priority for asynchronous cache initialization. |
java.lang.String |
getBlockActivityId()
Get BlockActivityId of the SHKActivities. |
static java.lang.String |
getCacheDodsTableName()
Get name of the table that is cached. |
static org.enhydra.dods.cache.ConfigurationAdministration |
getConfigurationAdministration()
Returns SHKActivities table cache. |
ActivityDataStruct |
getDataStruct()
Deprecated. Use get_DataStruct() |
DeadlineDO |
getDeadlineDO()
Get the single DeadlineDO object that refers to this DO. |
DeadlineDO[] |
getDeadlineDOArray()
Get array of DeadlineDO objects that refer to this DO. |
int |
getDeadlineDOArrayCount()
Get the number of DeadlineDOs that refer to this DO. |
java.sql.PreparedStatement |
getDeleteStatement(com.lutris.appserver.server.sql.DBConnection conn)
Prepares the statement used to delete this object from the database. |
java.lang.String |
getDescription()
Get Description of the SHKActivities. |
java.lang.String |
getId()
Get Id of the SHKActivities. |
java.sql.PreparedStatement |
getInsertStatement(com.lutris.appserver.server.sql.DBConnection conn)
Prepares the statement used to insert this object into the database. |
boolean |
getIsPerformerAsynchronous()
Get IsPerformerAsynchronous of the SHKActivities. |
long |
getLastStateTime()
Get LastStateTime of the SHKActivities. |
long |
getLastStateTimeTZO()
Get LastStateTimeTZO of the SHKActivities. |
long |
getLimitTime()
Get LimitTime of the SHKActivities. |
long |
getLimitTimeTZO()
Get LimitTimeTZO of the SHKActivities. |
java.lang.String |
getName()
Get Name of the SHKActivities. |
java.lang.String |
getPDefName()
Get PDefName of the SHKActivities. |
java.lang.String |
getPerformer()
Get Performer of the SHKActivities. |
short |
getPriority()
Get Priority of the SHKActivities. |
ProcessDO |
getProcess()
Get Process of the SHKActivities. |
java.lang.String |
getProcessId()
Get ProcessId of the SHKActivities. |
ProcessRequesterDO |
getProcessRequesterDO()
Get the single ProcessRequesterDO object that refers to this DO. |
ProcessRequesterDO[] |
getProcessRequesterDOArray()
Get array of ProcessRequesterDO objects that refer to this DO. |
int |
getProcessRequesterDOArrayCount()
Get the number of ProcessRequesterDOs that refer to this DO. |
java.lang.String |
getResourceId()
Get ResourceId of the SHKActivities. |
ActivityStateDO |
getState()
Get State of the SHKActivities. |
java.lang.String |
getTableName()
Return SHKActivities as the name of the table in the database which contains ActivityDO objects. |
ResourceDO |
getTheResource()
Get TheResource of the SHKActivities. |
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() |
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. |
static void |
loadCaches()
WARNING! |
void |
loadData()
Load the fields for the DO from the database. |
protected void |
makeIdentical(ActivityDO 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. |
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_getProcess()
Get BigDecimal value of Process of the SHKActivities. |
com.lutris.appserver.server.sql.ObjectId |
objectId_getState()
Get BigDecimal value of State of the SHKActivities. |
com.lutris.appserver.server.sql.ObjectId |
objectId_getTheResource()
Get BigDecimal value of TheResource of the SHKActivities. |
int |
objectIdentityType()
Return the type of the identity column(s) of DOs that these objects represents. |
java.math.BigDecimal |
oid_getProcess()
Get BigDecimal value of Process of the SHKActivities. |
java.math.BigDecimal |
oid_getState()
Get BigDecimal value of State of the SHKActivities. |
java.math.BigDecimal |
oid_getTheResource()
Get BigDecimal value of TheResource of the SHKActivities. |
void |
oid_setProcess(java.math.BigDecimal value)
Set Process of the SHKActivities. |
void |
oid_setProcess(com.lutris.appserver.server.sql.ObjectId value)
Set value for the Process of the SHKActivities. |
void |
oid_setProcess(java.lang.String value)
Set Process of the SHKActivities. |
void |
oid_setState(java.math.BigDecimal value)
Set State of the SHKActivities. |
void |
oid_setState(com.lutris.appserver.server.sql.ObjectId value)
Set value for the State of the SHKActivities. |
void |
oid_setState(java.lang.String value)
Set State of the SHKActivities. |
void |
oid_setTheResource(java.math.BigDecimal value)
Set TheResource of the SHKActivities. |
void |
oid_setTheResource(com.lutris.appserver.server.sql.ObjectId value)
Set value for the TheResource of the SHKActivities. |
void |
oid_setTheResource(java.lang.String value)
Set TheResource of the SHKActivities. |
protected void |
okToCommit()
A stub method for implementing pre-commit assertions for this ActivityDO. |
protected void |
okToCommitProcess(ProcessDO member)
A stub method for implementing pre-commit assertions for the Process data member. |
protected void |
okToCommitState(ActivityStateDO member)
A stub method for implementing pre-commit assertions for the State data member. |
protected void |
okToCommitTheResource(ResourceDO member)
A stub method for implementing pre-commit assertions for the TheResource data member. |
protected void |
okToDelete()
A stub method for implementing pre-delete assertions for this ActivityDO. |
protected void |
okToDeleteProcess(ProcessDO member)
A stub method for implementing pre-delete assertions for the Process data member. |
protected void |
okToDeleteState(ActivityStateDO member)
A stub method for implementing pre-delete assertions for the State data member. |
protected void |
okToDeleteTheResource(ResourceDO member)
A stub method for implementing pre-delete assertions for the TheResource data member. |
java.lang.Object |
originalData_get()
Returns original DO's data. |
long |
originalData_getAccepted()
Get original value of Accepted from the SHKActivities. |
long |
originalData_getAcceptedTZO()
Get original value of AcceptedTZO from the SHKActivities. |
long |
originalData_getActivated()
Get original value of Activated from the SHKActivities. |
long |
originalData_getActivatedTZO()
Get original value of ActivatedTZO from the SHKActivities. |
java.lang.String |
originalData_getActivityDefinitionId()
Get original value of ActivityDefinitionId from the SHKActivities. |
java.lang.String |
originalData_getActivitySetDefinitionId()
Get original value of ActivitySetDefinitionId from the SHKActivities. |
java.lang.String |
originalData_getBlockActivityId()
Get original value of BlockActivityId from the SHKActivities. |
java.lang.String |
originalData_getDescription()
Get original value of Description from the SHKActivities. |
java.lang.String |
originalData_getId()
Get original value of Id from the SHKActivities. |
boolean |
originalData_getIsPerformerAsynchronous()
Get original value of IsPerformerAsynchronous from the SHKActivities. |
long |
originalData_getLastStateTime()
Get original value of LastStateTime from the SHKActivities. |
long |
originalData_getLastStateTimeTZO()
Get original value of LastStateTimeTZO from the SHKActivities. |
long |
originalData_getLimitTime()
Get original value of LimitTime from the SHKActivities. |
long |
originalData_getLimitTimeTZO()
Get original value of LimitTimeTZO from the SHKActivities. |
java.lang.String |
originalData_getName()
Get original value of Name from the SHKActivities. |
java.lang.String |
originalData_getPDefName()
Get original value of PDefName from the SHKActivities. |
java.lang.String |
originalData_getPerformer()
Get original value of Performer from the SHKActivities. |
short |
originalData_getPriority()
Get original value of Priority from the SHKActivities. |
ProcessDO |
originalData_getProcess()
Get original value of Process from the SHKActivities. |
java.lang.String |
originalData_getProcessId()
Get original value of ProcessId from the SHKActivities. |
java.lang.String |
originalData_getResourceId()
Get original value of ResourceId from the SHKActivities. |
ActivityStateDO |
originalData_getState()
Get original value of State from the SHKActivities. |
ResourceDO |
originalData_getTheResource()
Get original value of TheResource from the SHKActivities. |
com.lutris.appserver.server.sql.ObjectId |
originalData_objectId_getProcess()
Get BigDecimal value of Process of the SHKActivities. |
com.lutris.appserver.server.sql.ObjectId |
originalData_objectId_getState()
Get BigDecimal value of State of the SHKActivities. |
com.lutris.appserver.server.sql.ObjectId |
originalData_objectId_getTheResource()
Get BigDecimal value of TheResource of the SHKActivities. |
java.math.BigDecimal |
originalData_oid_getProcess()
Get BigDecimal value of Process of the SHKActivities. |
java.math.BigDecimal |
originalData_oid_getState()
Get BigDecimal value of State of the SHKActivities. |
java.math.BigDecimal |
originalData_oid_getTheResource()
Get BigDecimal value of TheResource of the SHKActivities. |
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.instancepersistence.data.SHKActivities table or default cache size. |
void |
refresh()
This method is invoked whenever object needs to be loaded from database. |
static void |
refresh(ActivityDO[] 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. |
void |
removeActivityDataDO(ActivityDataDO referrer)
Remove (delete) a ActivityDataDO object that refers to this DO. |
void |
removeActivityDataDO(ActivityDataDO referrer,
com.lutris.appserver.server.sql.DBTransaction tran)
Remove (delete) a ActivityDataDO object that refers to this DO. |
void |
removeActivityDataWOBDO(ActivityDataWOBDO referrer)
Remove (delete) a ActivityDataWOBDO object that refers to this DO. |
void |
removeActivityDataWOBDO(ActivityDataWOBDO referrer,
com.lutris.appserver.server.sql.DBTransaction tran)
Remove (delete) a ActivityDataWOBDO object that refers to this DO. |
void |
removeAndJoinEntryDO_Activity(AndJoinEntryDO referrer)
Remove (delete) a AndJoinEntryDO object that refers to this DO. |
void |
removeAndJoinEntryDO_Activity(AndJoinEntryDO referrer,
com.lutris.appserver.server.sql.DBTransaction tran)
Remove (delete) a AndJoinEntryDO object that refers to this DO. |
void |
removeAndJoinEntryDO_BlockActivity(AndJoinEntryDO referrer)
Remove (delete) a AndJoinEntryDO object that refers to this DO. |
void |
removeAndJoinEntryDO_BlockActivity(AndJoinEntryDO referrer,
com.lutris.appserver.server.sql.DBTransaction tran)
Remove (delete) a AndJoinEntryDO object that refers to this DO. |
void |
removeAssignmentDO(AssignmentDO referrer)
Remove (delete) a AssignmentDO object that refers to this DO. |
void |
removeAssignmentDO(AssignmentDO referrer,
com.lutris.appserver.server.sql.DBTransaction tran)
Remove (delete) a AssignmentDO object that refers to this DO. |
void |
removeDeadlineDO(DeadlineDO referrer)
Remove (delete) a DeadlineDO object that refers to this DO. |
void |
removeDeadlineDO(DeadlineDO referrer,
com.lutris.appserver.server.sql.DBTransaction tran)
Remove (delete) a DeadlineDO object that refers to this DO. |
static ActivityDataStruct |
removeFromCache(ActivityDataStruct data)
Remove DataStruct from cache. |
static void |
removeFromCache(java.lang.String dbName,
java.lang.String handle)
Remove DataStruct object from cache. |
void |
removeProcessRequesterDO(ProcessRequesterDO referrer)
Remove (delete) a ProcessRequesterDO object that refers to this DO. |
void |
removeProcessRequesterDO(ProcessRequesterDO referrer,
com.lutris.appserver.server.sql.DBTransaction tran)
Remove (delete) a ProcessRequesterDO object that refers to this DO. |
static ActivityDO |
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. |
static void |
saveCaches()
WARNING! |
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 |
setAccepted(long value)
Set Accepted of the SHKActivities. |
void |
setAcceptedTZO(long value)
Set AcceptedTZO of the SHKActivities. |
void |
setActivated(long value)
Set Activated of the SHKActivities. |
void |
setActivatedTZO(long value)
Set ActivatedTZO of the SHKActivities. |
void |
setActivityDefinitionId(java.lang.String value)
Set ActivityDefinitionId of the SHKActivities. |
void |
setActivitySetDefinitionId(java.lang.String value)
Set ActivitySetDefinitionId of the SHKActivities. |
void |
setBlockActivityId(java.lang.String value)
Set BlockActivityId of the SHKActivities. |
void |
setDeleted(boolean flag)
Sets the value of delete tag. |
void |
setDescription(java.lang.String value)
Set Description of the SHKActivities. |
void |
setId(java.lang.String value)
Set Id of the SHKActivities. |
void |
setIsPerformerAsynchronous(boolean value)
Set IsPerformerAsynchronous of the SHKActivities. |
void |
setLastStateTime(long value)
Set LastStateTime of the SHKActivities. |
void |
setLastStateTimeTZO(long value)
Set LastStateTimeTZO of the SHKActivities. |
void |
setLimitTime(long value)
Set LimitTime of the SHKActivities. |
void |
setLimitTimeTZO(long value)
Set LimitTimeTZO of the SHKActivities. |
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 |
setName(java.lang.String value)
Set Name of the SHKActivities. |
void |
setPDefName(java.lang.String value)
Set PDefName of the SHKActivities. |
void |
setPerformer(java.lang.String value)
Set Performer of the SHKActivities. |
void |
setPriority(short value)
Set Priority of the SHKActivities. |
void |
setProcess(ProcessDO value)
Set Process of the SHKActivities. |
void |
setProcessId(java.lang.String value)
Set ProcessId of the SHKActivities. |
void |
setResourceId(java.lang.String value)
Set ResourceId of the SHKActivities. |
void |
setState(ActivityStateDO value)
Set State of the SHKActivities. |
void |
setTheResource(ResourceDO value)
Set TheResource of the SHKActivities. |
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 |
updateCache()
Update Cache. |
static ActivityDataStruct |
updateCache(ActivityDataStruct 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, 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 static java.lang.String __tmln
protected boolean deleted
public static final com.lutris.dods.builder.generator.query.RDBColumn Id
public static final int COLUMN_ID
public static final int Id_MaxLength
public static final com.lutris.dods.builder.generator.query.RDBColumn ActivitySetDefinitionId
public static final int COLUMN_ACTIVITYSETDEFINITIONID
public static final int ActivitySetDefinitionId_MaxLength
public static final com.lutris.dods.builder.generator.query.RDBColumn ActivityDefinitionId
public static final int COLUMN_ACTIVITYDEFINITIONID
public static final int ActivityDefinitionId_MaxLength
public static final com.lutris.dods.builder.generator.query.RDBColumn Process
public static final int COLUMN_PROCESS
public static final com.lutris.dods.builder.generator.query.RDBColumn TheResource
public static final int COLUMN_THERESOURCE
public static final com.lutris.dods.builder.generator.query.RDBColumn PDefName
public static final int COLUMN_PDEFNAME
public static final int PDefName_MaxLength
public static final com.lutris.dods.builder.generator.query.RDBColumn ProcessId
public static final int COLUMN_PROCESSID
public static final int ProcessId_MaxLength
public static final com.lutris.dods.builder.generator.query.RDBColumn ResourceId
public static final int COLUMN_RESOURCEID
public static final int ResourceId_MaxLength
public static final com.lutris.dods.builder.generator.query.RDBColumn State
public static final int COLUMN_STATE
public static final com.lutris.dods.builder.generator.query.RDBColumn BlockActivityId
public static final int COLUMN_BLOCKACTIVITYID
public static final int BlockActivityId_MaxLength
public static final com.lutris.dods.builder.generator.query.RDBColumn Performer
public static final int COLUMN_PERFORMER
public static final int Performer_MaxLength
public static final com.lutris.dods.builder.generator.query.RDBColumn IsPerformerAsynchronous
public static final int COLUMN_ISPERFORMERASYNCHRONOUS
public static final com.lutris.dods.builder.generator.query.RDBColumn Priority
public static final int COLUMN_PRIORITY
public static final com.lutris.dods.builder.generator.query.RDBColumn Name
public static final int COLUMN_NAME
public static final int Name_MaxLength
public static final com.lutris.dods.builder.generator.query.RDBColumn Activated
public static final int COLUMN_ACTIVATED
public static final com.lutris.dods.builder.generator.query.RDBColumn ActivatedTZO
public static final int COLUMN_ACTIVATEDTZO
public static final com.lutris.dods.builder.generator.query.RDBColumn Accepted
public static final int COLUMN_ACCEPTED
public static final com.lutris.dods.builder.generator.query.RDBColumn AcceptedTZO
public static final int COLUMN_ACCEPTEDTZO
public static final com.lutris.dods.builder.generator.query.RDBColumn LastStateTime
public static final int COLUMN_LASTSTATETIME
public static final com.lutris.dods.builder.generator.query.RDBColumn LastStateTimeTZO
public static final int COLUMN_LASTSTATETIMETZO
public static final com.lutris.dods.builder.generator.query.RDBColumn LimitTime
public static final int COLUMN_LIMITTIME
public static final com.lutris.dods.builder.generator.query.RDBColumn LimitTimeTZO
public static final int COLUMN_LIMITTIMETZO
public static final com.lutris.dods.builder.generator.query.RDBColumn Description
public static final int COLUMN_DESCRIPTION
public static final int Description_MaxLength
Constructor Detail |
---|
protected ActivityDO(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 ActivityDO(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 ActivityDO() 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 ActivityDO(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 ActivityDO(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 ActivityDO(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 ActivityDO(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 ActivityDO(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()
get_OriginDatabase
in class com.lutris.dods.builder.generator.dataobject.GenericDO
public java.lang.String getTableName()
getTableName
in class com.lutris.appserver.server.sql.CoreDO
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()
objectIdentityType
in class com.lutris.appserver.server.sql.CoreDO
CommonConstants.OBJECT_IDENTITY_TYPE
public void set_Data(java.lang.Object data)
set_Data
in class com.lutris.dods.builder.generator.dataobject.GenericDO
data
- Data object.public void originalData_set(java.lang.Object value)
originalData_set
in class com.lutris.dods.builder.generator.dataobject.GenericDO
value
- Data object.public java.lang.Object get_Data()
get_Data
in class com.lutris.dods.builder.generator.dataobject.GenericDO
public ActivityDataStruct getDataStruct()
public ActivityDataStruct get_DataStruct()
public java.lang.Object originalData_get()
originalData_get
in class com.lutris.appserver.server.sql.CoreDO
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()
protected static boolean __beginTx(java.lang.String ldb)
protected static void __endTx()
public static void saveCaches()
public static void loadCaches() 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 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 __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(ActivityDataStruct newDS)
newDS
- DataStruct object that will be added to cache.public void addToCache()
addToCache
in class com.lutris.appserver.server.sql.CoreDO
public static ActivityDataStruct updateCache(ActivityDataStruct updDS)
updDS
- DataStruct object
public void updateCache()
updateCache
in class com.lutris.appserver.server.sql.CoreDO
public static ActivityDataStruct deleteFromCache(ActivityDataStruct 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
ActivityDataStruct object will be removed.handle
- Handle of DataStruct object which will be re moved.public void deleteFromCache()
deleteFromCache
in class com.lutris.appserver.server.sql.CoreDO
public static ActivityDataStruct removeFromCache(ActivityDataStruct data)
data
- DataStruct object which will be removed.
public void evict()
evict
in class com.lutris.appserver.server.sql.CoreDO
public static void evict(ActivityDataStruct[] 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
ActivityDataStruct 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
refresh
in class com.lutris.appserver.server.sql.CoreDO
com.lutris.dods.builder.generator.query.DataObjectException
- If a data access error occurs.public static void refresh(ActivityDO[] 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 ActivityDO createVirgin() throws com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.appserver.server.sql.ObjectIdException
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 ActivityDO 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 ActivityDO createExisting(java.math.BigDecimal bd) 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.
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 ActivityDO ceInternal(java.math.BigDecimal bd) 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.
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 ActivityDO 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 ActivityDO 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 ActivityDO createExisting(java.lang.String handle)
ActivityDO
from a string handle.
handle
- String representation of the ObjectId for the object.
public static ActivityDO ceInternal(java.lang.String handle)
handle
- String representation of the ObjectId for the object.
public static ActivityDO createExisting(java.lang.String handle, com.lutris.appserver.server.sql.DBTransaction dbTrans)
ActivityDO
from a string handle.
handle
- String representation of the ObjectId for the object.dbTrans
- The current database transaction.
public static ActivityDO 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 ActivityDO 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 ActivityDO ceInternal(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
- 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 ActivityDO ceInternal(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
- The ResultSet returned by the Query class for
an existing Data Object stored in the database.
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 ActivityDO 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 ActivityDO ceInternal(com.lutris.dods.builder.generator.query.RDBRow row) 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().
com.lutris.dods.builder.generator.query.DataObjectException
- If the RDBRow does not contain a ActivityDO.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 ActivityDO 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 ActivityDO.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 ActivityDO ceInternal(com.lutris.dods.builder.generator.query.RDBColumnValue pk) 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().
com.lutris.dods.builder.generator.query.DataObjectException
- If the RDBColumnValue does not contain a ActivityDO.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 ActivityDO 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 ActivityDO.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 ActivityDO createCopy(ActivityDataStruct data) throws com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.appserver.server.sql.ObjectIdException
data
- The data struct to copy values from.
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 ActivityDO createCopy(ActivityDataStruct 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 ActivityDO createCopy(ActivityDO 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 ActivityDO createCopy(ActivityDO 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.
- Overrides:
get_Handle
in class com.lutris.dods.builder.generator.dataobject.GenericDO
- 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
get_CacheHandle
in class com.lutris.dods.builder.generator.dataobject.GenericDO
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) 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.
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 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 ActivityDO 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.
ActivityDO
Object if one is found in cache, otherwise null.get_Handle
public static ActivityDataStruct 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.
ActivityDataStruct
Object if one is found in cache, otherwise null.get_Handle
protected void makeIdentical(ActivityDO orig)
orig
- The original DO.public int get_Version()
get_Version
in class com.lutris.appserver.server.sql.CoreDO
public int get_NewVersion()
get_NewVersion
in class com.lutris.appserver.server.sql.CoreDO
public void set_Version(int _ver)
set_Version
in class com.lutris.appserver.server.sql.CoreDO
_ver
- DO's version.public void set_NewVersion(int _ver)
set_NewVersion
in class com.lutris.appserver.server.sql.CoreDO
_ver
- Ignored.public void makeReadOnly()
public void makeReadWrite()
public static ActivityDO 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()
get_OId
in class com.lutris.appserver.server.sql.CoreDO
protected void set_OId(com.lutris.appserver.server.sql.ObjectId _oId)
set_OId
in class com.lutris.dods.builder.generator.dataobject.GenericDO
_oId
- this object's identifier.public java.lang.Object cloneUnique() throws com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.appserver.server.sql.ObjectIdException
cloneUnique
in class com.lutris.dods.builder.generator.dataobject.GenericDO
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
finalizeInsert
in class com.lutris.dods.builder.generator.dataobject.GenericDO
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
finalizeUpdate
in class com.lutris.dods.builder.generator.dataobject.GenericDO
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
finalizeDelete
in class com.lutris.appserver.server.sql.CoreDO
success
- true if the transaction succeeded
and this object was successfully deleted from the
database.public boolean isVirgin()
public void makeVisible()
makeVisible
in class com.lutris.appserver.server.sql.CoreDO
public void makeInvisible()
makeInvisible
in class com.lutris.appserver.server.sql.CoreDO
public void executeInsert(com.lutris.appserver.server.sql.DBConnection conn) throws java.sql.SQLException
executeInsert
in interface com.lutris.appserver.server.sql.Transaction
executeInsert
in class com.lutris.dods.builder.generator.dataobject.GenericDO
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
executeUpdate
in class com.lutris.dods.builder.generator.dataobject.GenericDO
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)
dumpData
in class com.lutris.appserver.server.sql.CoreDO
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()
hashCode
in class java.lang.Object
public void writeXML(java.io.Writer ow) throws com.lutris.dods.builder.generator.query.DataObjectException
writeXML
in class com.lutris.dods.builder.generator.dataobject.GenericDO
com.lutris.dods.builder.generator.query.DataObjectException
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String getId() throws com.lutris.dods.builder.generator.query.DataObjectException
getId
in interface ActivityDOI
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public java.lang.String originalData_getId() 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 setId(java.lang.String value) throws com.lutris.dods.builder.generator.query.DataObjectException
setId
in interface ActivityDOI
value
- for the Id of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.protected void _setId(java.lang.String value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- for the Id of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public java.lang.String getActivitySetDefinitionId() throws com.lutris.dods.builder.generator.query.DataObjectException
getActivitySetDefinitionId
in interface ActivityDOI
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public java.lang.String originalData_getActivitySetDefinitionId() 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 setActivitySetDefinitionId(java.lang.String value) throws com.lutris.dods.builder.generator.query.DataObjectException
setActivitySetDefinitionId
in interface ActivityDOI
value
- for the ActivitySetDefinitionId of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.protected void _setActivitySetDefinitionId(java.lang.String value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- for the ActivitySetDefinitionId of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public java.lang.String getActivityDefinitionId() throws com.lutris.dods.builder.generator.query.DataObjectException
getActivityDefinitionId
in interface ActivityDOI
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public java.lang.String originalData_getActivityDefinitionId() 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 setActivityDefinitionId(java.lang.String value) throws com.lutris.dods.builder.generator.query.DataObjectException
setActivityDefinitionId
in interface ActivityDOI
value
- for the ActivityDefinitionId of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.protected void _setActivityDefinitionId(java.lang.String value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- for the ActivityDefinitionId of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public ProcessDO getProcess() throws com.lutris.dods.builder.generator.query.DataObjectException
getProcess
in interface ActivityDOI
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public com.lutris.appserver.server.sql.ObjectId objectId_getProcess() 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_getProcess() 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 ProcessDO originalData_getProcess() 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_getProcess() 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_getProcess() 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 setProcess(ProcessDO value) throws com.lutris.dods.builder.generator.query.DataObjectException
setProcess
in interface ActivityDOI
value
- for the Process of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.protected void _setProcess(ProcessDO value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- for the Process of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public void oid_setProcess(com.lutris.appserver.server.sql.ObjectId value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- of Process of the SHKActivities as a ObjectId value.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public void oid_setProcess(java.math.BigDecimal value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- of Process of the SHKActivities as a BigDecimal value.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public void oid_setProcess(java.lang.String value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- of Process of the SHKActivities as a String value.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public ResourceDO getTheResource() throws com.lutris.dods.builder.generator.query.DataObjectException
getTheResource
in interface ActivityDOI
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public com.lutris.appserver.server.sql.ObjectId objectId_getTheResource() 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_getTheResource() 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 ResourceDO originalData_getTheResource() 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_getTheResource() 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_getTheResource() 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 setTheResource(ResourceDO value) throws com.lutris.dods.builder.generator.query.DataObjectException
setTheResource
in interface ActivityDOI
value
- for the TheResource of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.protected void _setTheResource(ResourceDO value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- for the TheResource of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public void oid_setTheResource(com.lutris.appserver.server.sql.ObjectId value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- of TheResource of the SHKActivities as a ObjectId value.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public void oid_setTheResource(java.math.BigDecimal value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- of TheResource of the SHKActivities as a BigDecimal value.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public void oid_setTheResource(java.lang.String value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- of TheResource of the SHKActivities as a String value.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public java.lang.String getPDefName() throws com.lutris.dods.builder.generator.query.DataObjectException
getPDefName
in interface ActivityDOI
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public java.lang.String originalData_getPDefName() 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 setPDefName(java.lang.String value) throws com.lutris.dods.builder.generator.query.DataObjectException
setPDefName
in interface ActivityDOI
value
- for the PDefName of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.protected void _setPDefName(java.lang.String value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- for the PDefName of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public java.lang.String getProcessId() throws com.lutris.dods.builder.generator.query.DataObjectException
getProcessId
in interface ActivityDOI
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public java.lang.String originalData_getProcessId() 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 setProcessId(java.lang.String value) throws com.lutris.dods.builder.generator.query.DataObjectException
setProcessId
in interface ActivityDOI
value
- for the ProcessId of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.protected void _setProcessId(java.lang.String value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- for the ProcessId of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public java.lang.String getResourceId() throws com.lutris.dods.builder.generator.query.DataObjectException
getResourceId
in interface ActivityDOI
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public java.lang.String originalData_getResourceId() 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 setResourceId(java.lang.String value) throws com.lutris.dods.builder.generator.query.DataObjectException
setResourceId
in interface ActivityDOI
value
- for the ResourceId of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.protected void _setResourceId(java.lang.String value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- for the ResourceId of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public ActivityStateDO getState() throws com.lutris.dods.builder.generator.query.DataObjectException
getState
in interface ActivityDOI
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public com.lutris.appserver.server.sql.ObjectId objectId_getState() 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_getState() 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 ActivityStateDO originalData_getState() 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_getState() 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_getState() 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 setState(ActivityStateDO value) throws com.lutris.dods.builder.generator.query.DataObjectException
setState
in interface ActivityDOI
value
- for the State of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.protected void _setState(ActivityStateDO value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- for the State of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public void oid_setState(com.lutris.appserver.server.sql.ObjectId value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- of State of the SHKActivities as a ObjectId value.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public void oid_setState(java.math.BigDecimal value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- of State of the SHKActivities as a BigDecimal value.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public void oid_setState(java.lang.String value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- of State of the SHKActivities as a String value.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public java.lang.String getBlockActivityId() throws com.lutris.dods.builder.generator.query.DataObjectException
getBlockActivityId
in interface ActivityDOI
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public java.lang.String originalData_getBlockActivityId() 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 setBlockActivityId(java.lang.String value) throws com.lutris.dods.builder.generator.query.DataObjectException
setBlockActivityId
in interface ActivityDOI
value
- for the BlockActivityId of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.protected void _setBlockActivityId(java.lang.String value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- for the BlockActivityId of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public java.lang.String getPerformer() throws com.lutris.dods.builder.generator.query.DataObjectException
getPerformer
in interface ActivityDOI
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public java.lang.String originalData_getPerformer() 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 setPerformer(java.lang.String value) throws com.lutris.dods.builder.generator.query.DataObjectException
setPerformer
in interface ActivityDOI
value
- for the Performer of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.protected void _setPerformer(java.lang.String value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- for the Performer of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public boolean getIsPerformerAsynchronous() throws com.lutris.dods.builder.generator.query.DataObjectException
getIsPerformerAsynchronous
in interface ActivityDOI
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public boolean originalData_getIsPerformerAsynchronous() 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 setIsPerformerAsynchronous(boolean value) throws com.lutris.dods.builder.generator.query.DataObjectException
setIsPerformerAsynchronous
in interface ActivityDOI
value
- for the IsPerformerAsynchronous of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.protected void _setIsPerformerAsynchronous(boolean value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- for the IsPerformerAsynchronous of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public short getPriority() throws com.lutris.dods.builder.generator.query.DataObjectException
getPriority
in interface ActivityDOI
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public short originalData_getPriority() 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 setPriority(short value) throws com.lutris.dods.builder.generator.query.DataObjectException
setPriority
in interface ActivityDOI
value
- for the Priority of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.protected void _setPriority(short value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- for the Priority of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public java.lang.String getName() throws com.lutris.dods.builder.generator.query.DataObjectException
getName
in interface ActivityDOI
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public java.lang.String originalData_getName() 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 setName(java.lang.String value) throws com.lutris.dods.builder.generator.query.DataObjectException
setName
in interface ActivityDOI
value
- for the Name of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.protected void _setName(java.lang.String value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- for the Name of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public long getActivated() throws com.lutris.dods.builder.generator.query.DataObjectException
getActivated
in interface ActivityDOI
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public long originalData_getActivated() 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 setActivated(long value) throws com.lutris.dods.builder.generator.query.DataObjectException
setActivated
in interface ActivityDOI
value
- for the Activated of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.protected void _setActivated(long value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- for the Activated of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public long getActivatedTZO() throws com.lutris.dods.builder.generator.query.DataObjectException
getActivatedTZO
in interface ActivityDOI
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public long originalData_getActivatedTZO() 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 setActivatedTZO(long value) throws com.lutris.dods.builder.generator.query.DataObjectException
setActivatedTZO
in interface ActivityDOI
value
- for the ActivatedTZO of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.protected void _setActivatedTZO(long value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- for the ActivatedTZO of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public long getAccepted() throws com.lutris.dods.builder.generator.query.DataObjectException
getAccepted
in interface ActivityDOI
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public long originalData_getAccepted() 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 setAccepted(long value) throws com.lutris.dods.builder.generator.query.DataObjectException
setAccepted
in interface ActivityDOI
value
- for the Accepted of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.protected void _setAccepted(long value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- for the Accepted of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public long getAcceptedTZO() throws com.lutris.dods.builder.generator.query.DataObjectException
getAcceptedTZO
in interface ActivityDOI
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public long originalData_getAcceptedTZO() 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 setAcceptedTZO(long value) throws com.lutris.dods.builder.generator.query.DataObjectException
setAcceptedTZO
in interface ActivityDOI
value
- for the AcceptedTZO of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.protected void _setAcceptedTZO(long value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- for the AcceptedTZO of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public long getLastStateTime() throws com.lutris.dods.builder.generator.query.DataObjectException
getLastStateTime
in interface ActivityDOI
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public long originalData_getLastStateTime() 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 setLastStateTime(long value) throws com.lutris.dods.builder.generator.query.DataObjectException
setLastStateTime
in interface ActivityDOI
value
- for the LastStateTime of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.protected void _setLastStateTime(long value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- for the LastStateTime of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public long getLastStateTimeTZO() throws com.lutris.dods.builder.generator.query.DataObjectException
getLastStateTimeTZO
in interface ActivityDOI
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public long originalData_getLastStateTimeTZO() 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 setLastStateTimeTZO(long value) throws com.lutris.dods.builder.generator.query.DataObjectException
setLastStateTimeTZO
in interface ActivityDOI
value
- for the LastStateTimeTZO of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.protected void _setLastStateTimeTZO(long value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- for the LastStateTimeTZO of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public long getLimitTime() throws com.lutris.dods.builder.generator.query.DataObjectException
getLimitTime
in interface ActivityDOI
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public long originalData_getLimitTime() 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 setLimitTime(long value) throws com.lutris.dods.builder.generator.query.DataObjectException
setLimitTime
in interface ActivityDOI
value
- for the LimitTime of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.protected void _setLimitTime(long value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- for the LimitTime of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public long getLimitTimeTZO() throws com.lutris.dods.builder.generator.query.DataObjectException
getLimitTimeTZO
in interface ActivityDOI
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public long originalData_getLimitTimeTZO() 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 setLimitTimeTZO(long value) throws com.lutris.dods.builder.generator.query.DataObjectException
setLimitTimeTZO
in interface ActivityDOI
value
- for the LimitTimeTZO of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.protected void _setLimitTimeTZO(long value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- for the LimitTimeTZO of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public java.lang.String getDescription() throws com.lutris.dods.builder.generator.query.DataObjectException
getDescription
in interface ActivityDOI
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.public java.lang.String originalData_getDescription() 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 setDescription(java.lang.String value) throws com.lutris.dods.builder.generator.query.DataObjectException
setDescription
in interface ActivityDOI
value
- for the Description of the SHKActivities.
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.protected void _setDescription(java.lang.String value) throws com.lutris.dods.builder.generator.query.DataObjectException
value
- for the Description of the SHKActivities.
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)
compareCond
in class com.lutris.dods.builder.generator.dataobject.GenericDO
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() 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
getInsertStatement
in class com.lutris.appserver.server.sql.CoreDO
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
executeLockingStatement
in class com.lutris.appserver.server.sql.CoreDO
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
getUpdateStatement
in class com.lutris.appserver.server.sql.CoreDO
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
getDeleteStatement
in class com.lutris.appserver.server.sql.CoreDO
conn
- The database connection
java.sql.SQLException
- if an error occurs.public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(int indentCount)
toString
in class com.lutris.dods.builder.generator.dataobject.GenericDO
public ActivityDataWOBDO[] getActivityDataWOBDOArray() 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 ActivityDataWOBDO getActivityDataWOBDO() 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 ActivityDataWOBDO object was found.public void addActivityDataWOBDO(ActivityDataWOBDO referrer) 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
- ActivityDataWOBDO to be set to point to this DO and committed.
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 addActivityDataWOBDO(ActivityDataWOBDO 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
- ActivityDataWOBDO 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 removeActivityDataWOBDO(ActivityDataWOBDO referrer) 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
- ActivityDataWOBDO to be deleted.
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 removeActivityDataWOBDO(ActivityDataWOBDO 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
- ActivityDataWOBDO 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 getActivityDataWOBDOArrayCount() 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 AssignmentDO[] getAssignmentDOArray() 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 AssignmentDO getAssignmentDO() 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 AssignmentDO object was found.public void addAssignmentDO(AssignmentDO referrer) 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
- AssignmentDO to be set to point to this DO and committed.
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 addAssignmentDO(AssignmentDO 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
- AssignmentDO 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 removeAssignmentDO(AssignmentDO referrer) 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
- AssignmentDO to be deleted.
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 removeAssignmentDO(AssignmentDO 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
- AssignmentDO 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 getAssignmentDOArrayCount() 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 ProcessRequesterDO[] getProcessRequesterDOArray() 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 ProcessRequesterDO getProcessRequesterDO() 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 ProcessRequesterDO object was found.public void addProcessRequesterDO(ProcessRequesterDO referrer) 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
- ProcessRequesterDO to be set to point to this DO and committed.
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 addProcessRequesterDO(ProcessRequesterDO 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
- ProcessRequesterDO 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 removeProcessRequesterDO(ProcessRequesterDO referrer) 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
- ProcessRequesterDO to be deleted.
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 removeProcessRequesterDO(ProcessRequesterDO 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
- ProcessRequesterDO 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 getProcessRequesterDOArrayCount() 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 AndJoinEntryDO[] getAndJoinEntryDOArray_BlockActivity() 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 AndJoinEntryDO getAndJoinEntryDO_BlockActivity() 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 AndJoinEntryDO object was found.public void addAndJoinEntryDO_BlockActivity(AndJoinEntryDO referrer) 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
- AndJoinEntryDO to be set to point to this DO and committed.
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 addAndJoinEntryDO_BlockActivity(AndJoinEntryDO 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
- AndJoinEntryDO 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 removeAndJoinEntryDO_BlockActivity(AndJoinEntryDO referrer) 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
- AndJoinEntryDO to be deleted.
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 removeAndJoinEntryDO_BlockActivity(AndJoinEntryDO 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
- AndJoinEntryDO 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 getAndJoinEntryDOArray_BlockActivityCount() 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 AndJoinEntryDO[] getAndJoinEntryDOArray_Activity() 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 AndJoinEntryDO getAndJoinEntryDO_Activity() 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 AndJoinEntryDO object was found.public void addAndJoinEntryDO_Activity(AndJoinEntryDO referrer) 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
- AndJoinEntryDO to be set to point to this DO and committed.
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 addAndJoinEntryDO_Activity(AndJoinEntryDO 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
- AndJoinEntryDO 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 removeAndJoinEntryDO_Activity(AndJoinEntryDO referrer) 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
- AndJoinEntryDO to be deleted.
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 removeAndJoinEntryDO_Activity(AndJoinEntryDO 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
- AndJoinEntryDO 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 getAndJoinEntryDOArray_ActivityCount() 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 ActivityDataDO[] getActivityDataDOArray() 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 ActivityDataDO getActivityDataDO() 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 ActivityDataDO object was found.public void addActivityDataDO(ActivityDataDO referrer) 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
- ActivityDataDO to be set to point to this DO and committed.
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 addActivityDataDO(ActivityDataDO 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
- ActivityDataDO 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 removeActivityDataDO(ActivityDataDO referrer) 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
- ActivityDataDO to be deleted.
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 removeActivityDataDO(ActivityDataDO 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
- ActivityDataDO 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 getActivityDataDOArrayCount() 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 DeadlineDO[] getDeadlineDOArray() 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 DeadlineDO getDeadlineDO() 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 DeadlineDO object was found.public void addDeadlineDO(DeadlineDO referrer) 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
- DeadlineDO to be set to point to this DO and committed.
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 addDeadlineDO(DeadlineDO 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
- DeadlineDO 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 removeDeadlineDO(DeadlineDO referrer) 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
- DeadlineDO to be deleted.
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 removeDeadlineDO(DeadlineDO 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
- DeadlineDO 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 getDeadlineDOArrayCount() 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.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 ActivityDOI
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 ActivityDOI
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 ActivityDOI
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 ActivityDOI
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 ActivityDOI
delete
in class com.lutris.dods.builder.generator.dataobject.GenericDO
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 ActivityDOI
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 okToCommitProcess(ProcessDO member) throws com.lutris.dods.builder.generator.query.RefAssertionException
member
- Process data member.
com.lutris.dods.builder.generator.query.RefAssertionException
protected void okToDeleteProcess(ProcessDO member) throws com.lutris.dods.builder.generator.query.RefAssertionException
member
- Process data member
com.lutris.dods.builder.generator.query.RefAssertionException
protected void okToCommitTheResource(ResourceDO member) throws com.lutris.dods.builder.generator.query.RefAssertionException
member
- TheResource data member.
com.lutris.dods.builder.generator.query.RefAssertionException
protected void okToDeleteTheResource(ResourceDO member) throws com.lutris.dods.builder.generator.query.RefAssertionException
member
- TheResource data member
com.lutris.dods.builder.generator.query.RefAssertionException
protected void okToCommitState(ActivityStateDO member) throws com.lutris.dods.builder.generator.query.RefAssertionException
member
- State data member.
com.lutris.dods.builder.generator.query.RefAssertionException
protected void okToDeleteState(ActivityStateDO member) throws com.lutris.dods.builder.generator.query.RefAssertionException
member
- State 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 |