org.enhydra.shark.eventaudit.data
Interface DataEventAuditDOI

All Known Implementing Classes:
DataEventAuditDO

public interface DataEventAuditDOI

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

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.lang.String getActivityDefinitionId()
          Get ActivityDefinitionId of the SHKDataEventAudits
 java.lang.String getActivityDefinitionName()
          Get ActivityDefinitionName of the SHKDataEventAudits
 int getActivityDefinitionType()
          Get ActivityDefinitionType of the SHKDataEventAudits
 java.lang.String getActivityId()
          Get ActivityId of the SHKDataEventAudits
 java.lang.String getActivityName()
          Get ActivityName of the SHKDataEventAudits
 java.math.BigDecimal getCNT()
          Get CNT of the SHKDataEventAudits
 java.lang.String getPackageId()
          Get PackageId of the SHKDataEventAudits
 java.lang.String getProcessDefinitionId()
          Get ProcessDefinitionId of the SHKDataEventAudits
 java.lang.String getProcessDefinitionName()
          Get ProcessDefinitionName of the SHKDataEventAudits
 java.lang.String getProcessFactoryName()
          Get ProcessFactoryName of the SHKDataEventAudits
 java.lang.String getProcessFactoryVersion()
          Get ProcessFactoryVersion of the SHKDataEventAudits
 java.lang.String getProcessId()
          Get ProcessId of the SHKDataEventAudits
 java.lang.String getProcessName()
          Get ProcessName of the SHKDataEventAudits
 long getRecordedTime()
          Get RecordedTime of the SHKDataEventAudits
 long getRecordedTimeTZO()
          Get RecordedTimeTZO of the SHKDataEventAudits
 EventTypeDO getTheType()
          Get TheType of the SHKDataEventAudits
 java.lang.String getTheUsername()
          Get TheUsername of the SHKDataEventAudits
 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 SHKDataEventAudits
 void setActivityDefinitionName(java.lang.String ActivityDefinitionName)
          Set ActivityDefinitionName of the SHKDataEventAudits
 void setActivityDefinitionType(int ActivityDefinitionType)
          Set ActivityDefinitionType of the SHKDataEventAudits
 void setActivityId(java.lang.String ActivityId)
          Set ActivityId of the SHKDataEventAudits
 void setActivityName(java.lang.String ActivityName)
          Set ActivityName of the SHKDataEventAudits
 void setCNT(java.math.BigDecimal CNT)
          Set CNT of the SHKDataEventAudits
 void setPackageId(java.lang.String PackageId)
          Set PackageId of the SHKDataEventAudits
 void setProcessDefinitionId(java.lang.String ProcessDefinitionId)
          Set ProcessDefinitionId of the SHKDataEventAudits
 void setProcessDefinitionName(java.lang.String ProcessDefinitionName)
          Set ProcessDefinitionName of the SHKDataEventAudits
 void setProcessFactoryName(java.lang.String ProcessFactoryName)
          Set ProcessFactoryName of the SHKDataEventAudits
 void setProcessFactoryVersion(java.lang.String ProcessFactoryVersion)
          Set ProcessFactoryVersion of the SHKDataEventAudits
 void setProcessId(java.lang.String ProcessId)
          Set ProcessId of the SHKDataEventAudits
 void setProcessName(java.lang.String ProcessName)
          Set ProcessName of the SHKDataEventAudits
 void setRecordedTime(long RecordedTime)
          Set RecordedTime of the SHKDataEventAudits
 void setRecordedTimeTZO(long RecordedTimeTZO)
          Set RecordedTimeTZO of the SHKDataEventAudits
 void setTheType(EventTypeDO TheType)
          Set TheType of the SHKDataEventAudits
 void setTheUsername(java.lang.String TheUsername)
          Set TheUsername of the SHKDataEventAudits
 

Method Detail

getRecordedTime

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

Returns:
RecordedTime of the SHKDataEventAudits
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 SHKDataEventAudits

Parameters:
RecordedTime - of the SHKDataEventAudits
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 SHKDataEventAudits

Returns:
RecordedTimeTZO of the SHKDataEventAudits
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 SHKDataEventAudits

Parameters:
RecordedTimeTZO - of the SHKDataEventAudits
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 SHKDataEventAudits

Returns:
TheUsername of the SHKDataEventAudits
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 SHKDataEventAudits

Parameters:
TheUsername - of the SHKDataEventAudits
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 SHKDataEventAudits

Returns:
TheType of the SHKDataEventAudits
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 SHKDataEventAudits

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

getActivityId

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

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

setActivityId

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

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

getActivityName

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

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

setActivityName

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

Parameters:
ActivityName - of the SHKDataEventAudits
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 SHKDataEventAudits

Returns:
ProcessId of the SHKDataEventAudits
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 SHKDataEventAudits

Parameters:
ProcessId - of the SHKDataEventAudits
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 SHKDataEventAudits

Returns:
ProcessName of the SHKDataEventAudits
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 SHKDataEventAudits

Parameters:
ProcessName - of the SHKDataEventAudits
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 SHKDataEventAudits

Returns:
ProcessFactoryName of the SHKDataEventAudits
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 SHKDataEventAudits

Parameters:
ProcessFactoryName - of the SHKDataEventAudits
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 SHKDataEventAudits

Returns:
ProcessFactoryVersion of the SHKDataEventAudits
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 SHKDataEventAudits

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

getActivityDefinitionId

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

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

setActivityDefinitionId

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

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

getActivityDefinitionName

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

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

setActivityDefinitionName

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

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

getActivityDefinitionType

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

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

setActivityDefinitionType

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

Parameters:
ActivityDefinitionType - of the SHKDataEventAudits
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 SHKDataEventAudits

Returns:
ProcessDefinitionId of the SHKDataEventAudits
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 SHKDataEventAudits

Parameters:
ProcessDefinitionId - of the SHKDataEventAudits
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 SHKDataEventAudits

Returns:
ProcessDefinitionName of the SHKDataEventAudits
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 SHKDataEventAudits

Parameters:
ProcessDefinitionName - of the SHKDataEventAudits
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 SHKDataEventAudits

Returns:
PackageId of the SHKDataEventAudits
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 SHKDataEventAudits

Parameters:
PackageId - of the SHKDataEventAudits
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 SHKDataEventAudits

Returns:
CNT of the SHKDataEventAudits
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 SHKDataEventAudits

Parameters:
CNT - of the SHKDataEventAudits
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