org.enhydra.shark.eventaudit.data
Interface StateEventAuditDOI

All Known Implementing Classes:
StateEventAuditDO

public interface StateEventAuditDOI

Interface implemented by StateEventAuditDO Interface could also be implemented by a (hand-written) Business Layer class which uses StateEventAuditDO

Since:
DODS Project
Version:
$Revision: 1.12 $
Author:
NN

Method Summary
 void commit()
          Deprecated. Use save() instead.
 void commit(com.lutris.appserver.server.sql.DBTransaction dbt)
          Deprecated. Use save() instead.
 void delete()
          Deletes the DO from its table.
 void delete(com.lutris.appserver.server.sql.DBTransaction dbt)
          Deletes the DO from its table.
 java.lang.String getActivityDefinitionId()
          Get ActivityDefinitionId of the SHKStateEventAudits
 java.lang.String getActivityDefinitionName()
          Get ActivityDefinitionName of the SHKStateEventAudits
 int getActivityDefinitionType()
          Get ActivityDefinitionType of the SHKStateEventAudits
 java.lang.String getActivityId()
          Get ActivityId of the SHKStateEventAudits
 java.lang.String getActivityName()
          Get ActivityName of the SHKStateEventAudits
 java.math.BigDecimal getCNT()
          Get CNT of the SHKStateEventAudits
 ActivityStateEventAuditDO getNewActivityState()
          Get NewActivityState of the SHKStateEventAudits
 ProcessStateEventAuditDO getNewProcessState()
          Get NewProcessState of the SHKStateEventAudits
 ActivityStateEventAuditDO getOldActivityState()
          Get OldActivityState of the SHKStateEventAudits
 ProcessStateEventAuditDO getOldProcessState()
          Get OldProcessState of the SHKStateEventAudits
 java.lang.String getPackageId()
          Get PackageId of the SHKStateEventAudits
 java.lang.String getProcessDefinitionId()
          Get ProcessDefinitionId of the SHKStateEventAudits
 java.lang.String getProcessDefinitionName()
          Get ProcessDefinitionName of the SHKStateEventAudits
 java.lang.String getProcessFactoryName()
          Get ProcessFactoryName of the SHKStateEventAudits
 java.lang.String getProcessFactoryVersion()
          Get ProcessFactoryVersion of the SHKStateEventAudits
 java.lang.String getProcessId()
          Get ProcessId of the SHKStateEventAudits
 java.lang.String getProcessName()
          Get ProcessName of the SHKStateEventAudits
 long getRecordedTime()
          Get RecordedTime of the SHKStateEventAudits
 long getRecordedTimeTZO()
          Get RecordedTimeTZO of the SHKStateEventAudits
 EventTypeDO getTheType()
          Get TheType of the SHKStateEventAudits
 java.lang.String getTheUsername()
          Get TheUsername of the SHKStateEventAudits
 void save()
          Inserts/Updates the DO into its table.
 void save(com.lutris.appserver.server.sql.DBTransaction dbt)
          Inserts/Updates the DO into its table.
 void setActivityDefinitionId(java.lang.String ActivityDefinitionId)
          Set ActivityDefinitionId of the SHKStateEventAudits
 void setActivityDefinitionName(java.lang.String ActivityDefinitionName)
          Set ActivityDefinitionName of the SHKStateEventAudits
 void setActivityDefinitionType(int ActivityDefinitionType)
          Set ActivityDefinitionType of the SHKStateEventAudits
 void setActivityId(java.lang.String ActivityId)
          Set ActivityId of the SHKStateEventAudits
 void setActivityName(java.lang.String ActivityName)
          Set ActivityName of the SHKStateEventAudits
 void setCNT(java.math.BigDecimal CNT)
          Set CNT of the SHKStateEventAudits
 void setNewActivityState(ActivityStateEventAuditDO NewActivityState)
          Set NewActivityState of the SHKStateEventAudits
 void setNewProcessState(ProcessStateEventAuditDO NewProcessState)
          Set NewProcessState of the SHKStateEventAudits
 void setOldActivityState(ActivityStateEventAuditDO OldActivityState)
          Set OldActivityState of the SHKStateEventAudits
 void setOldProcessState(ProcessStateEventAuditDO OldProcessState)
          Set OldProcessState of the SHKStateEventAudits
 void setPackageId(java.lang.String PackageId)
          Set PackageId of the SHKStateEventAudits
 void setProcessDefinitionId(java.lang.String ProcessDefinitionId)
          Set ProcessDefinitionId of the SHKStateEventAudits
 void setProcessDefinitionName(java.lang.String ProcessDefinitionName)
          Set ProcessDefinitionName of the SHKStateEventAudits
 void setProcessFactoryName(java.lang.String ProcessFactoryName)
          Set ProcessFactoryName of the SHKStateEventAudits
 void setProcessFactoryVersion(java.lang.String ProcessFactoryVersion)
          Set ProcessFactoryVersion of the SHKStateEventAudits
 void setProcessId(java.lang.String ProcessId)
          Set ProcessId of the SHKStateEventAudits
 void setProcessName(java.lang.String ProcessName)
          Set ProcessName of the SHKStateEventAudits
 void setRecordedTime(long RecordedTime)
          Set RecordedTime of the SHKStateEventAudits
 void setRecordedTimeTZO(long RecordedTimeTZO)
          Set RecordedTimeTZO of the SHKStateEventAudits
 void setTheType(EventTypeDO TheType)
          Set TheType of the SHKStateEventAudits
 void setTheUsername(java.lang.String TheUsername)
          Set TheUsername of the SHKStateEventAudits
 

Method Detail

getRecordedTime

public long getRecordedTime()
                     throws com.lutris.dods.builder.generator.query.DataObjectException
Get RecordedTime of the SHKStateEventAudits

Returns:
RecordedTime of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setRecordedTime

public void setRecordedTime(long RecordedTime)
                     throws com.lutris.dods.builder.generator.query.DataObjectException
Set RecordedTime of the SHKStateEventAudits

Parameters:
RecordedTime - of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getRecordedTimeTZO

public long getRecordedTimeTZO()
                        throws com.lutris.dods.builder.generator.query.DataObjectException
Get RecordedTimeTZO of the SHKStateEventAudits

Returns:
RecordedTimeTZO of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setRecordedTimeTZO

public void setRecordedTimeTZO(long RecordedTimeTZO)
                        throws com.lutris.dods.builder.generator.query.DataObjectException
Set RecordedTimeTZO of the SHKStateEventAudits

Parameters:
RecordedTimeTZO - of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getTheUsername

public java.lang.String getTheUsername()
                                throws com.lutris.dods.builder.generator.query.DataObjectException
Get TheUsername of the SHKStateEventAudits

Returns:
TheUsername of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setTheUsername

public void setTheUsername(java.lang.String TheUsername)
                    throws com.lutris.dods.builder.generator.query.DataObjectException
Set TheUsername of the SHKStateEventAudits

Parameters:
TheUsername - of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getTheType

public EventTypeDO getTheType()
                       throws com.lutris.dods.builder.generator.query.DataObjectException
Get TheType of the SHKStateEventAudits

Returns:
TheType of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setTheType

public void setTheType(EventTypeDO TheType)
                throws com.lutris.dods.builder.generator.query.DataObjectException
Set TheType of the SHKStateEventAudits

Parameters:
TheType - of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getActivityId

public java.lang.String getActivityId()
                               throws com.lutris.dods.builder.generator.query.DataObjectException
Get ActivityId of the SHKStateEventAudits

Returns:
ActivityId of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setActivityId

public void setActivityId(java.lang.String ActivityId)
                   throws com.lutris.dods.builder.generator.query.DataObjectException
Set ActivityId of the SHKStateEventAudits

Parameters:
ActivityId - of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getActivityName

public java.lang.String getActivityName()
                                 throws com.lutris.dods.builder.generator.query.DataObjectException
Get ActivityName of the SHKStateEventAudits

Returns:
ActivityName of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setActivityName

public void setActivityName(java.lang.String ActivityName)
                     throws com.lutris.dods.builder.generator.query.DataObjectException
Set ActivityName of the SHKStateEventAudits

Parameters:
ActivityName - of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getProcessId

public java.lang.String getProcessId()
                              throws com.lutris.dods.builder.generator.query.DataObjectException
Get ProcessId of the SHKStateEventAudits

Returns:
ProcessId of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setProcessId

public void setProcessId(java.lang.String ProcessId)
                  throws com.lutris.dods.builder.generator.query.DataObjectException
Set ProcessId of the SHKStateEventAudits

Parameters:
ProcessId - of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getProcessName

public java.lang.String getProcessName()
                                throws com.lutris.dods.builder.generator.query.DataObjectException
Get ProcessName of the SHKStateEventAudits

Returns:
ProcessName of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setProcessName

public void setProcessName(java.lang.String ProcessName)
                    throws com.lutris.dods.builder.generator.query.DataObjectException
Set ProcessName of the SHKStateEventAudits

Parameters:
ProcessName - of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getProcessFactoryName

public java.lang.String getProcessFactoryName()
                                       throws com.lutris.dods.builder.generator.query.DataObjectException
Get ProcessFactoryName of the SHKStateEventAudits

Returns:
ProcessFactoryName of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setProcessFactoryName

public void setProcessFactoryName(java.lang.String ProcessFactoryName)
                           throws com.lutris.dods.builder.generator.query.DataObjectException
Set ProcessFactoryName of the SHKStateEventAudits

Parameters:
ProcessFactoryName - of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getProcessFactoryVersion

public java.lang.String getProcessFactoryVersion()
                                          throws com.lutris.dods.builder.generator.query.DataObjectException
Get ProcessFactoryVersion of the SHKStateEventAudits

Returns:
ProcessFactoryVersion of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setProcessFactoryVersion

public void setProcessFactoryVersion(java.lang.String ProcessFactoryVersion)
                              throws com.lutris.dods.builder.generator.query.DataObjectException
Set ProcessFactoryVersion of the SHKStateEventAudits

Parameters:
ProcessFactoryVersion - of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getActivityDefinitionId

public java.lang.String getActivityDefinitionId()
                                         throws com.lutris.dods.builder.generator.query.DataObjectException
Get ActivityDefinitionId of the SHKStateEventAudits

Returns:
ActivityDefinitionId of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setActivityDefinitionId

public void setActivityDefinitionId(java.lang.String ActivityDefinitionId)
                             throws com.lutris.dods.builder.generator.query.DataObjectException
Set ActivityDefinitionId of the SHKStateEventAudits

Parameters:
ActivityDefinitionId - of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getActivityDefinitionName

public java.lang.String getActivityDefinitionName()
                                           throws com.lutris.dods.builder.generator.query.DataObjectException
Get ActivityDefinitionName of the SHKStateEventAudits

Returns:
ActivityDefinitionName of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setActivityDefinitionName

public void setActivityDefinitionName(java.lang.String ActivityDefinitionName)
                               throws com.lutris.dods.builder.generator.query.DataObjectException
Set ActivityDefinitionName of the SHKStateEventAudits

Parameters:
ActivityDefinitionName - of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getActivityDefinitionType

public int getActivityDefinitionType()
                              throws com.lutris.dods.builder.generator.query.DataObjectException
Get ActivityDefinitionType of the SHKStateEventAudits

Returns:
ActivityDefinitionType of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setActivityDefinitionType

public void setActivityDefinitionType(int ActivityDefinitionType)
                               throws com.lutris.dods.builder.generator.query.DataObjectException
Set ActivityDefinitionType of the SHKStateEventAudits

Parameters:
ActivityDefinitionType - of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getProcessDefinitionId

public java.lang.String getProcessDefinitionId()
                                        throws com.lutris.dods.builder.generator.query.DataObjectException
Get ProcessDefinitionId of the SHKStateEventAudits

Returns:
ProcessDefinitionId of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setProcessDefinitionId

public void setProcessDefinitionId(java.lang.String ProcessDefinitionId)
                            throws com.lutris.dods.builder.generator.query.DataObjectException
Set ProcessDefinitionId of the SHKStateEventAudits

Parameters:
ProcessDefinitionId - of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getProcessDefinitionName

public java.lang.String getProcessDefinitionName()
                                          throws com.lutris.dods.builder.generator.query.DataObjectException
Get ProcessDefinitionName of the SHKStateEventAudits

Returns:
ProcessDefinitionName of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setProcessDefinitionName

public void setProcessDefinitionName(java.lang.String ProcessDefinitionName)
                              throws com.lutris.dods.builder.generator.query.DataObjectException
Set ProcessDefinitionName of the SHKStateEventAudits

Parameters:
ProcessDefinitionName - of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getPackageId

public java.lang.String getPackageId()
                              throws com.lutris.dods.builder.generator.query.DataObjectException
Get PackageId of the SHKStateEventAudits

Returns:
PackageId of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setPackageId

public void setPackageId(java.lang.String PackageId)
                  throws com.lutris.dods.builder.generator.query.DataObjectException
Set PackageId of the SHKStateEventAudits

Parameters:
PackageId - of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getOldProcessState

public ProcessStateEventAuditDO getOldProcessState()
                                            throws com.lutris.dods.builder.generator.query.DataObjectException
Get OldProcessState of the SHKStateEventAudits

Returns:
OldProcessState of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setOldProcessState

public void setOldProcessState(ProcessStateEventAuditDO OldProcessState)
                        throws com.lutris.dods.builder.generator.query.DataObjectException
Set OldProcessState of the SHKStateEventAudits

Parameters:
OldProcessState - of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getNewProcessState

public ProcessStateEventAuditDO getNewProcessState()
                                            throws com.lutris.dods.builder.generator.query.DataObjectException
Get NewProcessState of the SHKStateEventAudits

Returns:
NewProcessState of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setNewProcessState

public void setNewProcessState(ProcessStateEventAuditDO NewProcessState)
                        throws com.lutris.dods.builder.generator.query.DataObjectException
Set NewProcessState of the SHKStateEventAudits

Parameters:
NewProcessState - of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getOldActivityState

public ActivityStateEventAuditDO getOldActivityState()
                                              throws com.lutris.dods.builder.generator.query.DataObjectException
Get OldActivityState of the SHKStateEventAudits

Returns:
OldActivityState of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setOldActivityState

public void setOldActivityState(ActivityStateEventAuditDO OldActivityState)
                         throws com.lutris.dods.builder.generator.query.DataObjectException
Set OldActivityState of the SHKStateEventAudits

Parameters:
OldActivityState - of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getNewActivityState

public ActivityStateEventAuditDO getNewActivityState()
                                              throws com.lutris.dods.builder.generator.query.DataObjectException
Get NewActivityState of the SHKStateEventAudits

Returns:
NewActivityState of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setNewActivityState

public void setNewActivityState(ActivityStateEventAuditDO NewActivityState)
                         throws com.lutris.dods.builder.generator.query.DataObjectException
Set NewActivityState of the SHKStateEventAudits

Parameters:
NewActivityState - of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

getCNT

public java.math.BigDecimal getCNT()
                            throws com.lutris.dods.builder.generator.query.DataObjectException
Get CNT of the SHKStateEventAudits

Returns:
CNT of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

setCNT

public void setCNT(java.math.BigDecimal CNT)
            throws com.lutris.dods.builder.generator.query.DataObjectException
Set CNT of the SHKStateEventAudits

Parameters:
CNT - of the SHKStateEventAudits
Throws:
com.lutris.dods.builder.generator.query.DataObjectException - If the object is not found in the database.

save

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
Inserts/Updates the DO into its table.

Throws:
java.sql.SQLException - if any SQL errors occur.
com.lutris.appserver.server.sql.DatabaseManagerException - if a Transaction can not be created.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.RefAssertionException - thrown by okTo method.
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException

save

public 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
Inserts/Updates the DO into its table. The transaction is likely provided by the save() method of another DO which references this DO.

Parameters:
dbt - The transaction object to use for this operation.
Throws:
com.lutris.appserver.server.sql.DatabaseManagerException - if a Transaction can not be created.
com.lutris.appserver.server.sql.DBRowUpdateException - if a version error occurs.
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.dods.builder.generator.query.QueryException

commit

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
Deprecated. Use save() instead.

Inserts/Updates the DO into its table.

Throws:
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

commit

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
Deprecated. Use save() instead.

Inserts/Updates the DO into its table. The transaction is likely provided by the commit() method of another DO which references this DO.

Parameters:
dbt - The transaction object to use for this operation.
Throws:
com.lutris.appserver.server.sql.DatabaseManagerException - if a Transaction can not be created.
com.lutris.appserver.server.sql.DBRowUpdateException - if a version error occurs.
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.dods.builder.generator.query.QueryException

delete

public 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
Deletes the DO from its table.

Throws:
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

delete

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
Deletes the DO from its table. The transaction is likely provided by the delete() method of another DO which references this DO.

Parameters:
dbt - The transaction object to use for this operation.
Throws:
com.lutris.appserver.server.sql.DatabaseManagerException - if a Transaction can not be created.
com.lutris.appserver.server.sql.DBRowUpdateException - if a version error occurs.
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.dods.builder.generator.query.QueryException