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.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.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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

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