org.enhydra.shark.instancepersistence.data
Interface DeadlineDOI

All Known Implementing Classes:
DeadlineDO

public interface DeadlineDOI

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

Since:
DODS Project
Version:
$Revision: 1.12 $
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 SHKDeadlines
 java.math.BigDecimal getCNT()
          Get CNT of the SHKDeadlines
 java.lang.String getExceptionName()
          Get ExceptionName of the SHKDeadlines
 boolean getIsExecuted()
          Get IsExecuted of the SHKDeadlines
 boolean getIsSynchronous()
          Get IsSynchronous of the SHKDeadlines
 ProcessDO getProcess()
          Get Process of the SHKDeadlines
 long getTimeLimit()
          Get TimeLimit of the SHKDeadlines
 long getTimeLimitTZO()
          Get TimeLimitTZO of the SHKDeadlines
 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 SHKDeadlines
 void setCNT(java.math.BigDecimal CNT)
          Set CNT of the SHKDeadlines
 void setExceptionName(java.lang.String ExceptionName)
          Set ExceptionName of the SHKDeadlines
 void setIsExecuted(boolean IsExecuted)
          Set IsExecuted of the SHKDeadlines
 void setIsSynchronous(boolean IsSynchronous)
          Set IsSynchronous of the SHKDeadlines
 void setProcess(ProcessDO Process)
          Set Process of the SHKDeadlines
 void setTimeLimit(long TimeLimit)
          Set TimeLimit of the SHKDeadlines
 void setTimeLimitTZO(long TimeLimitTZO)
          Set TimeLimitTZO of the SHKDeadlines
 

Method Detail

getProcess

public ProcessDO getProcess()
                     throws com.lutris.dods.builder.generator.query.DataObjectException
Get Process of the SHKDeadlines

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

setProcess

public void setProcess(ProcessDO Process)
                throws com.lutris.dods.builder.generator.query.DataObjectException
Set Process of the SHKDeadlines

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

getActivity

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

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

setActivity

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

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

getCNT

public java.math.BigDecimal getCNT()
                            throws com.lutris.dods.builder.generator.query.DataObjectException
Get CNT of the SHKDeadlines

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

setCNT

public void setCNT(java.math.BigDecimal CNT)
            throws com.lutris.dods.builder.generator.query.DataObjectException
Set CNT of the SHKDeadlines

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

getTimeLimit

public long getTimeLimit()
                  throws com.lutris.dods.builder.generator.query.DataObjectException
Get TimeLimit of the SHKDeadlines

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

setTimeLimit

public void setTimeLimit(long TimeLimit)
                  throws com.lutris.dods.builder.generator.query.DataObjectException
Set TimeLimit of the SHKDeadlines

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

getTimeLimitTZO

public long getTimeLimitTZO()
                     throws com.lutris.dods.builder.generator.query.DataObjectException
Get TimeLimitTZO of the SHKDeadlines

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

setTimeLimitTZO

public void setTimeLimitTZO(long TimeLimitTZO)
                     throws com.lutris.dods.builder.generator.query.DataObjectException
Set TimeLimitTZO of the SHKDeadlines

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

getExceptionName

public java.lang.String getExceptionName()
                                  throws com.lutris.dods.builder.generator.query.DataObjectException
Get ExceptionName of the SHKDeadlines

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

setExceptionName

public void setExceptionName(java.lang.String ExceptionName)
                      throws com.lutris.dods.builder.generator.query.DataObjectException
Set ExceptionName of the SHKDeadlines

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

getIsSynchronous

public boolean getIsSynchronous()
                         throws com.lutris.dods.builder.generator.query.DataObjectException
Get IsSynchronous of the SHKDeadlines

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

setIsSynchronous

public void setIsSynchronous(boolean IsSynchronous)
                      throws com.lutris.dods.builder.generator.query.DataObjectException
Set IsSynchronous of the SHKDeadlines

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

getIsExecuted

public boolean getIsExecuted()
                      throws com.lutris.dods.builder.generator.query.DataObjectException
Get IsExecuted of the SHKDeadlines

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

setIsExecuted

public void setIsExecuted(boolean IsExecuted)
                   throws com.lutris.dods.builder.generator.query.DataObjectException
Set IsExecuted of the SHKDeadlines

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

save

public 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

public 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

public 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

public 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

public 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

public 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