org.enhydra.shark.eventaudit.data
Interface ActivityHistoryDetailsDOI

All Known Implementing Classes:
ActivityHistoryDetailsDO

public interface ActivityHistoryDetailsDOI

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

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.
 ActivityHistoryInfoDO getActivityHistoryInfo()
          Get ActivityHistoryInfo of the SHKActivityHistoryDetails
 java.lang.String getActivityId()
          Get ActivityId of the SHKActivityHistoryDetails
 java.math.BigDecimal getCNT()
          Get CNT of the SHKActivityHistoryDetails
 int getOrdNo()
          Get OrdNo of the SHKActivityHistoryDetails
 java.lang.String getReassignFrom()
          Get ReassignFrom of the SHKActivityHistoryDetails
 java.lang.String getReassignTo()
          Get ReassignTo of the SHKActivityHistoryDetails
 long getRecordedTime()
          Get RecordedTime of the SHKActivityHistoryDetails
 long getRecordedTimeTZO()
          Get RecordedTimeTZO of the SHKActivityHistoryDetails
 short getTheType()
          Get TheType of the SHKActivityHistoryDetails
 java.lang.String getTheUsername()
          Get TheUsername of the SHKActivityHistoryDetails
 java.lang.String getVariableDefinitionId()
          Get VariableDefinitionId of the SHKActivityHistoryDetails
 short getVariableType()
          Get VariableType of the SHKActivityHistoryDetails
 byte[] getVariableValue()
          Get VariableValue of the SHKActivityHistoryDetails
 boolean getVariableValueBOOL()
          Get VariableValueBOOL of the SHKActivityHistoryDetails
 java.sql.Timestamp getVariableValueDATE()
          Get VariableValueDATE of the SHKActivityHistoryDetails
 double getVariableValueDBL()
          Get VariableValueDBL of the SHKActivityHistoryDetails
 long getVariableValueLONG()
          Get VariableValueLONG of the SHKActivityHistoryDetails
 java.lang.String getVariableValueVCHAR()
          Get VariableValueVCHAR of the SHKActivityHistoryDetails
 org.w3c.dom.Node getVariableValueXML()
          Get VariableValueXML of the SHKActivityHistoryDetails
 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 setActivityHistoryInfo(ActivityHistoryInfoDO ActivityHistoryInfo)
          Set ActivityHistoryInfo of the SHKActivityHistoryDetails
 void setActivityId(java.lang.String ActivityId)
          Set ActivityId of the SHKActivityHistoryDetails
 void setCNT(java.math.BigDecimal CNT)
          Set CNT of the SHKActivityHistoryDetails
 void setOrdNo(int OrdNo)
          Set OrdNo of the SHKActivityHistoryDetails
 void setReassignFrom(java.lang.String ReassignFrom)
          Set ReassignFrom of the SHKActivityHistoryDetails
 void setReassignTo(java.lang.String ReassignTo)
          Set ReassignTo of the SHKActivityHistoryDetails
 void setRecordedTime(long RecordedTime)
          Set RecordedTime of the SHKActivityHistoryDetails
 void setRecordedTimeTZO(long RecordedTimeTZO)
          Set RecordedTimeTZO of the SHKActivityHistoryDetails
 void setTheType(short TheType)
          Set TheType of the SHKActivityHistoryDetails
 void setTheUsername(java.lang.String TheUsername)
          Set TheUsername of the SHKActivityHistoryDetails
 void setVariableDefinitionId(java.lang.String VariableDefinitionId)
          Set VariableDefinitionId of the SHKActivityHistoryDetails
 void setVariableType(short VariableType)
          Set VariableType of the SHKActivityHistoryDetails
 void setVariableValue(byte[] VariableValue)
          Set VariableValue of the SHKActivityHistoryDetails
 void setVariableValueBOOL(boolean VariableValueBOOL)
          Set VariableValueBOOL of the SHKActivityHistoryDetails
 void setVariableValueDATE(java.sql.Timestamp VariableValueDATE)
          Set VariableValueDATE of the SHKActivityHistoryDetails
 void setVariableValueDBL(double VariableValueDBL)
          Set VariableValueDBL of the SHKActivityHistoryDetails
 void setVariableValueLONG(long VariableValueLONG)
          Set VariableValueLONG of the SHKActivityHistoryDetails
 void setVariableValueVCHAR(java.lang.String VariableValueVCHAR)
          Set VariableValueVCHAR of the SHKActivityHistoryDetails
 void setVariableValueXML(org.w3c.dom.Node VariableValueXML)
          Set VariableValueXML of the SHKActivityHistoryDetails
 

Method Detail

getActivityId

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

Returns:
ActivityId of the SHKActivityHistoryDetails
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 SHKActivityHistoryDetails

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

getActivityHistoryInfo

ActivityHistoryInfoDO getActivityHistoryInfo()
                                             throws com.lutris.dods.builder.generator.query.DataObjectException
Get ActivityHistoryInfo of the SHKActivityHistoryDetails

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

setActivityHistoryInfo

void setActivityHistoryInfo(ActivityHistoryInfoDO ActivityHistoryInfo)
                            throws com.lutris.dods.builder.generator.query.DataObjectException
Set ActivityHistoryInfo of the SHKActivityHistoryDetails

Parameters:
ActivityHistoryInfo - of the SHKActivityHistoryDetails
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 SHKActivityHistoryDetails

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

Parameters:
TheType - of the SHKActivityHistoryDetails
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 SHKActivityHistoryDetails

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

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

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

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

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

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

getReassignFrom

java.lang.String getReassignFrom()
                                 throws com.lutris.dods.builder.generator.query.DataObjectException
Get ReassignFrom of the SHKActivityHistoryDetails

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

setReassignFrom

void setReassignFrom(java.lang.String ReassignFrom)
                     throws com.lutris.dods.builder.generator.query.DataObjectException
Set ReassignFrom of the SHKActivityHistoryDetails

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

getReassignTo

java.lang.String getReassignTo()
                               throws com.lutris.dods.builder.generator.query.DataObjectException
Get ReassignTo of the SHKActivityHistoryDetails

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

setReassignTo

void setReassignTo(java.lang.String ReassignTo)
                   throws com.lutris.dods.builder.generator.query.DataObjectException
Set ReassignTo of the SHKActivityHistoryDetails

Parameters:
ReassignTo - of the SHKActivityHistoryDetails
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 SHKActivityHistoryDetails

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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