org.enhydra.shark.instancepersistence.data
Interface ActivityDataWOBDOI

All Known Implementing Classes:
ActivityDataWOBDO

public interface ActivityDataWOBDOI

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

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.
 ActivityDO getActivity()
          Get Activity of the SHKActivityDataWOB
 java.math.BigDecimal getCNT()
          Get CNT of the SHKActivityDataWOB
 boolean getIsResult()
          Get IsResult of the SHKActivityDataWOB
 int getOrdNo()
          Get OrdNo of the SHKActivityDataWOB
 java.lang.String getVariableDefinitionId()
          Get VariableDefinitionId of the SHKActivityDataWOB
 short getVariableType()
          Get VariableType of the SHKActivityDataWOB
 boolean getVariableValueBOOL()
          Get VariableValueBOOL of the SHKActivityDataWOB
 java.sql.Timestamp getVariableValueDATE()
          Get VariableValueDATE of the SHKActivityDataWOB
 double getVariableValueDBL()
          Get VariableValueDBL of the SHKActivityDataWOB
 long getVariableValueLONG()
          Get VariableValueLONG of the SHKActivityDataWOB
 java.lang.String getVariableValueVCHAR()
          Get VariableValueVCHAR of the SHKActivityDataWOB
 org.w3c.dom.Node getVariableValueXML()
          Get VariableValueXML of the SHKActivityDataWOB
 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 setActivity(ActivityDO Activity)
          Set Activity of the SHKActivityDataWOB
 void setCNT(java.math.BigDecimal CNT)
          Set CNT of the SHKActivityDataWOB
 void setIsResult(boolean IsResult)
          Set IsResult of the SHKActivityDataWOB
 void setOrdNo(int OrdNo)
          Set OrdNo of the SHKActivityDataWOB
 void setVariableDefinitionId(java.lang.String VariableDefinitionId)
          Set VariableDefinitionId of the SHKActivityDataWOB
 void setVariableType(short VariableType)
          Set VariableType of the SHKActivityDataWOB
 void setVariableValueBOOL(boolean VariableValueBOOL)
          Set VariableValueBOOL of the SHKActivityDataWOB
 void setVariableValueDATE(java.sql.Timestamp VariableValueDATE)
          Set VariableValueDATE of the SHKActivityDataWOB
 void setVariableValueDBL(double VariableValueDBL)
          Set VariableValueDBL of the SHKActivityDataWOB
 void setVariableValueLONG(long VariableValueLONG)
          Set VariableValueLONG of the SHKActivityDataWOB
 void setVariableValueVCHAR(java.lang.String VariableValueVCHAR)
          Set VariableValueVCHAR of the SHKActivityDataWOB
 void setVariableValueXML(org.w3c.dom.Node VariableValueXML)
          Set VariableValueXML of the SHKActivityDataWOB
 

Method Detail

getActivity

ActivityDO getActivity()
                       throws com.lutris.dods.builder.generator.query.DataObjectException
Get Activity of the SHKActivityDataWOB

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

setActivity

void setActivity(ActivityDO Activity)
                 throws com.lutris.dods.builder.generator.query.DataObjectException
Set Activity of the SHKActivityDataWOB

Parameters:
Activity - of the SHKActivityDataWOB
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 SHKActivityDataWOB

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

getIsResult

boolean getIsResult()
                    throws com.lutris.dods.builder.generator.query.DataObjectException
Get IsResult of the SHKActivityDataWOB

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

setIsResult

void setIsResult(boolean IsResult)
                 throws com.lutris.dods.builder.generator.query.DataObjectException
Set IsResult of the SHKActivityDataWOB

Parameters:
IsResult - of the SHKActivityDataWOB
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 SHKActivityDataWOB

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

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

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

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