org.enhydra.shark.eventaudit.data
Interface CreateProcessEventAuditDOI

All Known Implementing Classes:
CreateProcessEventAuditDO

public interface CreateProcessEventAuditDOI

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

Since:
DODS Project
Version:
$Revision: 1.13 $
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.math.BigDecimal getCNT()
          Get CNT of the SHKCreateProcessEventAudits
 java.lang.String getPackageId()
          Get PackageId of the SHKCreateProcessEventAudits
 java.lang.String getPActivityDefinitionId()
          Get PActivityDefinitionId of the SHKCreateProcessEventAudits
 java.lang.String getPActivityDefinitionName()
          Get PActivityDefinitionName of the SHKCreateProcessEventAudits
 java.lang.String getPActivityId()
          Get PActivityId of the SHKCreateProcessEventAudits
 java.lang.String getPPackageId()
          Get PPackageId of the SHKCreateProcessEventAudits
 java.lang.String getPProcessDefinitionId()
          Get PProcessDefinitionId of the SHKCreateProcessEventAudits
 java.lang.String getPProcessDefinitionName()
          Get PProcessDefinitionName of the SHKCreateProcessEventAudits
 java.lang.String getPProcessFactoryName()
          Get PProcessFactoryName of the SHKCreateProcessEventAudits
 java.lang.String getPProcessFactoryVersion()
          Get PProcessFactoryVersion of the SHKCreateProcessEventAudits
 java.lang.String getPProcessId()
          Get PProcessId of the SHKCreateProcessEventAudits
 java.lang.String getPProcessName()
          Get PProcessName of the SHKCreateProcessEventAudits
 java.lang.String getProcessDefinitionId()
          Get ProcessDefinitionId of the SHKCreateProcessEventAudits
 java.lang.String getProcessDefinitionName()
          Get ProcessDefinitionName of the SHKCreateProcessEventAudits
 java.lang.String getProcessFactoryName()
          Get ProcessFactoryName of the SHKCreateProcessEventAudits
 java.lang.String getProcessFactoryVersion()
          Get ProcessFactoryVersion of the SHKCreateProcessEventAudits
 java.lang.String getProcessId()
          Get ProcessId of the SHKCreateProcessEventAudits
 java.lang.String getProcessName()
          Get ProcessName of the SHKCreateProcessEventAudits
 long getRecordedTime()
          Get RecordedTime of the SHKCreateProcessEventAudits
 long getRecordedTimeTZO()
          Get RecordedTimeTZO of the SHKCreateProcessEventAudits
 EventTypeDO getTheType()
          Get TheType of the SHKCreateProcessEventAudits
 java.lang.String getTheUsername()
          Get TheUsername of the SHKCreateProcessEventAudits
 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 setCNT(java.math.BigDecimal CNT)
          Set CNT of the SHKCreateProcessEventAudits
 void setPackageId(java.lang.String PackageId)
          Set PackageId of the SHKCreateProcessEventAudits
 void setPActivityDefinitionId(java.lang.String PActivityDefinitionId)
          Set PActivityDefinitionId of the SHKCreateProcessEventAudits
 void setPActivityDefinitionName(java.lang.String PActivityDefinitionName)
          Set PActivityDefinitionName of the SHKCreateProcessEventAudits
 void setPActivityId(java.lang.String PActivityId)
          Set PActivityId of the SHKCreateProcessEventAudits
 void setPPackageId(java.lang.String PPackageId)
          Set PPackageId of the SHKCreateProcessEventAudits
 void setPProcessDefinitionId(java.lang.String PProcessDefinitionId)
          Set PProcessDefinitionId of the SHKCreateProcessEventAudits
 void setPProcessDefinitionName(java.lang.String PProcessDefinitionName)
          Set PProcessDefinitionName of the SHKCreateProcessEventAudits
 void setPProcessFactoryName(java.lang.String PProcessFactoryName)
          Set PProcessFactoryName of the SHKCreateProcessEventAudits
 void setPProcessFactoryVersion(java.lang.String PProcessFactoryVersion)
          Set PProcessFactoryVersion of the SHKCreateProcessEventAudits
 void setPProcessId(java.lang.String PProcessId)
          Set PProcessId of the SHKCreateProcessEventAudits
 void setPProcessName(java.lang.String PProcessName)
          Set PProcessName of the SHKCreateProcessEventAudits
 void setProcessDefinitionId(java.lang.String ProcessDefinitionId)
          Set ProcessDefinitionId of the SHKCreateProcessEventAudits
 void setProcessDefinitionName(java.lang.String ProcessDefinitionName)
          Set ProcessDefinitionName of the SHKCreateProcessEventAudits
 void setProcessFactoryName(java.lang.String ProcessFactoryName)
          Set ProcessFactoryName of the SHKCreateProcessEventAudits
 void setProcessFactoryVersion(java.lang.String ProcessFactoryVersion)
          Set ProcessFactoryVersion of the SHKCreateProcessEventAudits
 void setProcessId(java.lang.String ProcessId)
          Set ProcessId of the SHKCreateProcessEventAudits
 void setProcessName(java.lang.String ProcessName)
          Set ProcessName of the SHKCreateProcessEventAudits
 void setRecordedTime(long RecordedTime)
          Set RecordedTime of the SHKCreateProcessEventAudits
 void setRecordedTimeTZO(long RecordedTimeTZO)
          Set RecordedTimeTZO of the SHKCreateProcessEventAudits
 void setTheType(EventTypeDO TheType)
          Set TheType of the SHKCreateProcessEventAudits
 void setTheUsername(java.lang.String TheUsername)
          Set TheUsername of the SHKCreateProcessEventAudits
 

Method Detail

getRecordedTime

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

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

setRecordedTime

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

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

getRecordedTimeTZO

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

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

setRecordedTimeTZO

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

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

getTheUsername

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

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

setTheUsername

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

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

getTheType

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

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

setTheType

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

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

getProcessId

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

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

setProcessId

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

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

getProcessName

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

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

setProcessName

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

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

getProcessFactoryName

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

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

setProcessFactoryName

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

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

getProcessFactoryVersion

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

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

setProcessFactoryVersion

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

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

getProcessDefinitionId

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

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

setProcessDefinitionId

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

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

getProcessDefinitionName

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

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

setProcessDefinitionName

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

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

getPackageId

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

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

setPackageId

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

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

getPActivityId

java.lang.String getPActivityId()
                                throws com.lutris.dods.builder.generator.query.DataObjectException
Get PActivityId of the SHKCreateProcessEventAudits

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

setPActivityId

void setPActivityId(java.lang.String PActivityId)
                    throws com.lutris.dods.builder.generator.query.DataObjectException
Set PActivityId of the SHKCreateProcessEventAudits

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

getPProcessId

java.lang.String getPProcessId()
                               throws com.lutris.dods.builder.generator.query.DataObjectException
Get PProcessId of the SHKCreateProcessEventAudits

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

setPProcessId

void setPProcessId(java.lang.String PProcessId)
                   throws com.lutris.dods.builder.generator.query.DataObjectException
Set PProcessId of the SHKCreateProcessEventAudits

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

getPProcessName

java.lang.String getPProcessName()
                                 throws com.lutris.dods.builder.generator.query.DataObjectException
Get PProcessName of the SHKCreateProcessEventAudits

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

setPProcessName

void setPProcessName(java.lang.String PProcessName)
                     throws com.lutris.dods.builder.generator.query.DataObjectException
Set PProcessName of the SHKCreateProcessEventAudits

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

getPProcessFactoryName

java.lang.String getPProcessFactoryName()
                                        throws com.lutris.dods.builder.generator.query.DataObjectException
Get PProcessFactoryName of the SHKCreateProcessEventAudits

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

setPProcessFactoryName

void setPProcessFactoryName(java.lang.String PProcessFactoryName)
                            throws com.lutris.dods.builder.generator.query.DataObjectException
Set PProcessFactoryName of the SHKCreateProcessEventAudits

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

getPProcessFactoryVersion

java.lang.String getPProcessFactoryVersion()
                                           throws com.lutris.dods.builder.generator.query.DataObjectException
Get PProcessFactoryVersion of the SHKCreateProcessEventAudits

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

setPProcessFactoryVersion

void setPProcessFactoryVersion(java.lang.String PProcessFactoryVersion)
                               throws com.lutris.dods.builder.generator.query.DataObjectException
Set PProcessFactoryVersion of the SHKCreateProcessEventAudits

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

getPActivityDefinitionId

java.lang.String getPActivityDefinitionId()
                                          throws com.lutris.dods.builder.generator.query.DataObjectException
Get PActivityDefinitionId of the SHKCreateProcessEventAudits

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

setPActivityDefinitionId

void setPActivityDefinitionId(java.lang.String PActivityDefinitionId)
                              throws com.lutris.dods.builder.generator.query.DataObjectException
Set PActivityDefinitionId of the SHKCreateProcessEventAudits

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

getPActivityDefinitionName

java.lang.String getPActivityDefinitionName()
                                            throws com.lutris.dods.builder.generator.query.DataObjectException
Get PActivityDefinitionName of the SHKCreateProcessEventAudits

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

setPActivityDefinitionName

void setPActivityDefinitionName(java.lang.String PActivityDefinitionName)
                                throws com.lutris.dods.builder.generator.query.DataObjectException
Set PActivityDefinitionName of the SHKCreateProcessEventAudits

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

getPProcessDefinitionId

java.lang.String getPProcessDefinitionId()
                                         throws com.lutris.dods.builder.generator.query.DataObjectException
Get PProcessDefinitionId of the SHKCreateProcessEventAudits

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

setPProcessDefinitionId

void setPProcessDefinitionId(java.lang.String PProcessDefinitionId)
                             throws com.lutris.dods.builder.generator.query.DataObjectException
Set PProcessDefinitionId of the SHKCreateProcessEventAudits

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

getPProcessDefinitionName

java.lang.String getPProcessDefinitionName()
                                           throws com.lutris.dods.builder.generator.query.DataObjectException
Get PProcessDefinitionName of the SHKCreateProcessEventAudits

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

setPProcessDefinitionName

void setPProcessDefinitionName(java.lang.String PProcessDefinitionName)
                               throws com.lutris.dods.builder.generator.query.DataObjectException
Set PProcessDefinitionName of the SHKCreateProcessEventAudits

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

getPPackageId

java.lang.String getPPackageId()
                               throws com.lutris.dods.builder.generator.query.DataObjectException
Get PPackageId of the SHKCreateProcessEventAudits

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

setPPackageId

void setPPackageId(java.lang.String PPackageId)
                   throws com.lutris.dods.builder.generator.query.DataObjectException
Set PPackageId of the SHKCreateProcessEventAudits

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

getCNT

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

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

setCNT

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

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

save

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

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

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

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

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

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