org.enhydra.shark.eventaudit.data
Interface OldEventAuditDataDOI

All Known Implementing Classes:
OldEventAuditDataDO

public interface OldEventAuditDataDOI

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

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 SHKOldEventAuditData
 DataEventAuditDO getDataEventAudit()
          Get DataEventAudit of the SHKOldEventAuditData
 int getOrdNo()
          Get OrdNo of the SHKOldEventAuditData
 java.lang.String getVariableDefinitionId()
          Get VariableDefinitionId of the SHKOldEventAuditData
 short getVariableType()
          Get VariableType of the SHKOldEventAuditData
 byte[] getVariableValue()
          Get VariableValue of the SHKOldEventAuditData
 boolean getVariableValueBOOL()
          Get VariableValueBOOL of the SHKOldEventAuditData
 java.sql.Timestamp getVariableValueDATE()
          Get VariableValueDATE of the SHKOldEventAuditData
 double getVariableValueDBL()
          Get VariableValueDBL of the SHKOldEventAuditData
 long getVariableValueLONG()
          Get VariableValueLONG of the SHKOldEventAuditData
 java.lang.String getVariableValueVCHAR()
          Get VariableValueVCHAR of the SHKOldEventAuditData
 org.w3c.dom.Node getVariableValueXML()
          Get VariableValueXML of the SHKOldEventAuditData
 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 SHKOldEventAuditData
 void setDataEventAudit(DataEventAuditDO DataEventAudit)
          Set DataEventAudit of the SHKOldEventAuditData
 void setOrdNo(int OrdNo)
          Set OrdNo of the SHKOldEventAuditData
 void setVariableDefinitionId(java.lang.String VariableDefinitionId)
          Set VariableDefinitionId of the SHKOldEventAuditData
 void setVariableType(short VariableType)
          Set VariableType of the SHKOldEventAuditData
 void setVariableValue(byte[] VariableValue)
          Set VariableValue of the SHKOldEventAuditData
 void setVariableValueBOOL(boolean VariableValueBOOL)
          Set VariableValueBOOL of the SHKOldEventAuditData
 void setVariableValueDATE(java.sql.Timestamp VariableValueDATE)
          Set VariableValueDATE of the SHKOldEventAuditData
 void setVariableValueDBL(double VariableValueDBL)
          Set VariableValueDBL of the SHKOldEventAuditData
 void setVariableValueLONG(long VariableValueLONG)
          Set VariableValueLONG of the SHKOldEventAuditData
 void setVariableValueVCHAR(java.lang.String VariableValueVCHAR)
          Set VariableValueVCHAR of the SHKOldEventAuditData
 void setVariableValueXML(org.w3c.dom.Node VariableValueXML)
          Set VariableValueXML of the SHKOldEventAuditData
 

Method Detail

getDataEventAudit

DataEventAuditDO getDataEventAudit()
                                   throws com.lutris.dods.builder.generator.query.DataObjectException
Get DataEventAudit of the SHKOldEventAuditData

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

setDataEventAudit

void setDataEventAudit(DataEventAuditDO DataEventAudit)
                       throws com.lutris.dods.builder.generator.query.DataObjectException
Set DataEventAudit of the SHKOldEventAuditData

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

getVariableDefinitionId

java.lang.String getVariableDefinitionId()
                                         throws com.lutris.dods.builder.generator.query.DataObjectException
Get VariableDefinitionId of the SHKOldEventAuditData

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

setVariableDefinitionId

void setVariableDefinitionId(java.lang.String VariableDefinitionId)
                             throws com.lutris.dods.builder.generator.query.DataObjectException
Set VariableDefinitionId of the SHKOldEventAuditData

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

getVariableType

short getVariableType()
                      throws com.lutris.dods.builder.generator.query.DataObjectException
Get VariableType of the SHKOldEventAuditData

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

setVariableType

void setVariableType(short VariableType)
                     throws com.lutris.dods.builder.generator.query.DataObjectException
Set VariableType of the SHKOldEventAuditData

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

getVariableValue

byte[] getVariableValue()
                        throws com.lutris.dods.builder.generator.query.DataObjectException
Get VariableValue of the SHKOldEventAuditData

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

setVariableValue

void setVariableValue(byte[] VariableValue)
                      throws com.lutris.dods.builder.generator.query.DataObjectException
Set VariableValue of the SHKOldEventAuditData

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

getVariableValueXML

org.w3c.dom.Node getVariableValueXML()
                                     throws com.lutris.dods.builder.generator.query.DataObjectException
Get VariableValueXML of the SHKOldEventAuditData

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

setVariableValueXML

void setVariableValueXML(org.w3c.dom.Node VariableValueXML)
                         throws com.lutris.dods.builder.generator.query.DataObjectException
Set VariableValueXML of the SHKOldEventAuditData

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

getVariableValueVCHAR

java.lang.String getVariableValueVCHAR()
                                       throws com.lutris.dods.builder.generator.query.DataObjectException
Get VariableValueVCHAR of the SHKOldEventAuditData

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

setVariableValueVCHAR

void setVariableValueVCHAR(java.lang.String VariableValueVCHAR)
                           throws com.lutris.dods.builder.generator.query.DataObjectException
Set VariableValueVCHAR of the SHKOldEventAuditData

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

getVariableValueDBL

double getVariableValueDBL()
                           throws com.lutris.dods.builder.generator.query.DataObjectException
Get VariableValueDBL of the SHKOldEventAuditData

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

setVariableValueDBL

void setVariableValueDBL(double VariableValueDBL)
                         throws com.lutris.dods.builder.generator.query.DataObjectException
Set VariableValueDBL of the SHKOldEventAuditData

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

getVariableValueLONG

long getVariableValueLONG()
                          throws com.lutris.dods.builder.generator.query.DataObjectException
Get VariableValueLONG of the SHKOldEventAuditData

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

setVariableValueLONG

void setVariableValueLONG(long VariableValueLONG)
                          throws com.lutris.dods.builder.generator.query.DataObjectException
Set VariableValueLONG of the SHKOldEventAuditData

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

getVariableValueDATE

java.sql.Timestamp getVariableValueDATE()
                                        throws com.lutris.dods.builder.generator.query.DataObjectException
Get VariableValueDATE of the SHKOldEventAuditData

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

setVariableValueDATE

void setVariableValueDATE(java.sql.Timestamp VariableValueDATE)
                          throws com.lutris.dods.builder.generator.query.DataObjectException
Set VariableValueDATE of the SHKOldEventAuditData

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

getVariableValueBOOL

boolean getVariableValueBOOL()
                             throws com.lutris.dods.builder.generator.query.DataObjectException
Get VariableValueBOOL of the SHKOldEventAuditData

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

setVariableValueBOOL

void setVariableValueBOOL(boolean VariableValueBOOL)
                          throws com.lutris.dods.builder.generator.query.DataObjectException
Set VariableValueBOOL of the SHKOldEventAuditData

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

getOrdNo

int getOrdNo()
             throws com.lutris.dods.builder.generator.query.DataObjectException
Get OrdNo of the SHKOldEventAuditData

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

setOrdNo

void setOrdNo(int OrdNo)
              throws com.lutris.dods.builder.generator.query.DataObjectException
Set OrdNo of the SHKOldEventAuditData

Parameters:
OrdNo - of the SHKOldEventAuditData
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 SHKOldEventAuditData

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

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