lumis.portal.progress
Class ProgressDaoJdbc
java.lang.Object
lumis.portal.progress.ProgressDaoJdbc
- All Implemented Interfaces:
- IProgressDao
public class ProgressDaoJdbc
- extends java.lang.Object
- implements IProgressDao
Dao JDBC implementation for Process objects
- Since:
- 4.0.7
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgressDaoJdbc
public ProgressDaoJdbc()
add
public void add(ProgressConfig progressConfig)
throws DaoException,
PortalException
- Specified by:
add
in interface IProgressDao
- Throws:
DaoException
PortalException
addOrUpdateStep
public void addOrUpdateStep(ProgressConfig progressConfig)
throws DaoException,
PortalException
- Specified by:
addOrUpdateStep
in interface IProgressDao
- Throws:
DaoException
PortalException
deleteByProcessId
public void deleteByProcessId(java.lang.String processId)
throws DaoException,
PortalException
- Specified by:
deleteByProcessId
in interface IProgressDao
- Throws:
DaoException
PortalException
getByProcessId
public java.util.Collection<ProgressConfig> getByProcessId(java.lang.String processId,
java.sql.Timestamp startDateTime)
throws DaoException,
PortalException
- Specified by:
getByProcessId
in interface IProgressDao
- Throws:
DaoException
PortalException
getAbortedByProcessId
public boolean getAbortedByProcessId(java.lang.String processId)
throws DaoException,
PortalException
- Specified by:
getAbortedByProcessId
in interface IProgressDao
- Throws:
DaoException
PortalException
deleteExpired
public void deleteExpired(java.sql.Timestamp expirationDateTime)
throws DaoException,
PortalException
- Specified by:
deleteExpired
in interface IProgressDao
- Throws:
DaoException
PortalException
Lumisportal 6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.