org.enhydra.shark.eventaudit.data
Interface ProcessHistoryDetailsDOI

All Known Implementing Classes:
ProcessHistoryDetailsDO

public interface ProcessHistoryDetailsDOI

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

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 SHKProcessHistoryDetails
 int getOrdNo()
          Get OrdNo of the SHKProcessHistoryDetails
 ProcessHistoryInfoDO getProcessHistoryInfo()
          Get ProcessHistoryInfo of the SHKProcessHistoryDetails
 java.lang.String getProcessId()
          Get ProcessId of the SHKProcessHistoryDetails
 long getRecordedTime()
          Get RecordedTime of the SHKProcessHistoryDetails
 long getRecordedTimeTZO()
          Get RecordedTimeTZO of the SHKProcessHistoryDetails
 short getTheType()
          Get TheType of the SHKProcessHistoryDetails
 java.lang.String getTheUsername()
          Get TheUsername of the SHKProcessHistoryDetails
 java.lang.String getVariableDefinitionId()
          Get VariableDefinitionId of the SHKProcessHistoryDetails
 short getVariableType()
          Get VariableType of the SHKProcessHistoryDetails
 byte[] getVariableValue()
          Get VariableValue of the SHKProcessHistoryDetails
 boolean getVariableValueBOOL()
          Get VariableValueBOOL of the SHKProcessHistoryDetails
 java.sql.Timestamp getVariableValueDATE()
          Get VariableValueDATE of the SHKProcessHistoryDetails
 double getVariableValueDBL()
          Get VariableValueDBL of the SHKProcessHistoryDetails
 long getVariableValueLONG()
          Get VariableValueLONG of the SHKProcessHistoryDetails
 java.lang.String getVariableValueVCHAR()
          Get VariableValueVCHAR of the SHKProcessHistoryDetails
 org.w3c.dom.Node getVariableValueXML()
          Get VariableValueXML of the SHKProcessHistoryDetails
 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 SHKProcessHistoryDetails
 void setOrdNo(int OrdNo)
          Set OrdNo of the SHKProcessHistoryDetails
 void setProcessHistoryInfo(ProcessHistoryInfoDO ProcessHistoryInfo)
          Set ProcessHistoryInfo of the SHKProcessHistoryDetails
 void setProcessId(java.lang.String ProcessId)
          Set ProcessId of the SHKProcessHistoryDetails
 void setRecordedTime(long RecordedTime)
          Set RecordedTime of the SHKProcessHistoryDetails
 void setRecordedTimeTZO(long RecordedTimeTZO)
          Set RecordedTimeTZO of the SHKProcessHistoryDetails
 void setTheType(short TheType)
          Set TheType of the SHKProcessHistoryDetails
 void setTheUsername(java.lang.String TheUsername)
          Set TheUsername of the SHKProcessHistoryDetails
 void setVariableDefinitionId(java.lang.String VariableDefinitionId)
          Set VariableDefinitionId of the SHKProcessHistoryDetails
 void setVariableType(short VariableType)
          Set VariableType of the SHKProcessHistoryDetails
 void setVariableValue(byte[] VariableValue)
          Set VariableValue of the SHKProcessHistoryDetails
 void setVariableValueBOOL(boolean VariableValueBOOL)
          Set VariableValueBOOL of the SHKProcessHistoryDetails
 void setVariableValueDATE(java.sql.Timestamp VariableValueDATE)
          Set VariableValueDATE of the SHKProcessHistoryDetails
 void setVariableValueDBL(double VariableValueDBL)
          Set VariableValueDBL of the SHKProcessHistoryDetails
 void setVariableValueLONG(long VariableValueLONG)
          Set VariableValueLONG of the SHKProcessHistoryDetails
 void setVariableValueVCHAR(java.lang.String VariableValueVCHAR)
          Set VariableValueVCHAR of the SHKProcessHistoryDetails
 void setVariableValueXML(org.w3c.dom.Node VariableValueXML)
          Set VariableValueXML of the SHKProcessHistoryDetails
 

Method Detail

getProcessId

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

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

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

getProcessHistoryInfo

ProcessHistoryInfoDO getProcessHistoryInfo()
                                           throws com.lutris.dods.builder.generator.query.DataObjectException
Get ProcessHistoryInfo of the SHKProcessHistoryDetails

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

setProcessHistoryInfo

void setProcessHistoryInfo(ProcessHistoryInfoDO ProcessHistoryInfo)
                           throws com.lutris.dods.builder.generator.query.DataObjectException
Set ProcessHistoryInfo of the SHKProcessHistoryDetails

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

getTheType

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

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

setTheType

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

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

getRecordedTime

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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