org.enhydra.shark.eventaudit.data
Interface NewEventAuditDataDOI

All Known Implementing Classes:
NewEventAuditDataDO

public interface NewEventAuditDataDOI

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

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

Method Detail

getDataEventAudit

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

Returns:
DataEventAudit of the SHKNewEventAuditData
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 SHKNewEventAuditData

Parameters:
DataEventAudit - of the SHKNewEventAuditData
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 SHKNewEventAuditData

Returns:
VariableDefinitionId of the SHKNewEventAuditData
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 SHKNewEventAuditData

Parameters:
VariableDefinitionId - of the SHKNewEventAuditData
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 SHKNewEventAuditData

Returns:
VariableType of the SHKNewEventAuditData
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 SHKNewEventAuditData

Parameters:
VariableType - of the SHKNewEventAuditData
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 SHKNewEventAuditData

Returns:
VariableValue of the SHKNewEventAuditData
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 SHKNewEventAuditData

Parameters:
VariableValue - of the SHKNewEventAuditData
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 SHKNewEventAuditData

Returns:
VariableValueXML of the SHKNewEventAuditData
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 SHKNewEventAuditData

Parameters:
VariableValueXML - of the SHKNewEventAuditData
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 SHKNewEventAuditData

Returns:
VariableValueVCHAR of the SHKNewEventAuditData
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 SHKNewEventAuditData

Parameters:
VariableValueVCHAR - of the SHKNewEventAuditData
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 SHKNewEventAuditData

Returns:
VariableValueDBL of the SHKNewEventAuditData
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 SHKNewEventAuditData

Parameters:
VariableValueDBL - of the SHKNewEventAuditData
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 SHKNewEventAuditData

Returns:
VariableValueLONG of the SHKNewEventAuditData
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 SHKNewEventAuditData

Parameters:
VariableValueLONG - of the SHKNewEventAuditData
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 SHKNewEventAuditData

Returns:
VariableValueDATE of the SHKNewEventAuditData
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 SHKNewEventAuditData

Parameters:
VariableValueDATE - of the SHKNewEventAuditData
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 SHKNewEventAuditData

Returns:
VariableValueBOOL of the SHKNewEventAuditData
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 SHKNewEventAuditData

Parameters:
VariableValueBOOL - of the SHKNewEventAuditData
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 SHKNewEventAuditData

Returns:
OrdNo of the SHKNewEventAuditData
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 SHKNewEventAuditData

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

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

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