public class ProgressDaoJdbc extends Object implements IProgressDao
Constructor and Description |
---|
ProgressDaoJdbc() |
Modifier and Type | Method and Description |
---|---|
void |
add(ProgressConfig progressConfig) |
void |
addOrUpdateStep(ProgressConfig progressConfig) |
void |
deleteByProcessId(String processId) |
void |
deleteExpired(Timestamp expirationDateTime) |
boolean |
getAbortedByProcessId(String processId) |
Collection<ProgressConfig> |
getByProcessId(String processId,
Timestamp startDateTime) |
public void add(ProgressConfig progressConfig) throws DaoException, PortalException
add
in interface IProgressDao
DaoException
PortalException
public void addOrUpdateStep(ProgressConfig progressConfig) throws DaoException, PortalException
addOrUpdateStep
in interface IProgressDao
DaoException
PortalException
public void deleteByProcessId(String processId) throws DaoException, PortalException
deleteByProcessId
in interface IProgressDao
DaoException
PortalException
public Collection<ProgressConfig> getByProcessId(String processId, Timestamp startDateTime) throws DaoException, PortalException
getByProcessId
in interface IProgressDao
DaoException
PortalException
public boolean getAbortedByProcessId(String processId) throws DaoException, PortalException
getAbortedByProcessId
in interface IProgressDao
DaoException
PortalException
public void deleteExpired(Timestamp expirationDateTime) throws DaoException, PortalException
deleteExpired
in interface IProgressDao
DaoException
PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.