org.kuali.rice.kew.useroptions.dao.impl
Class ReloadActionListDaoJdbcImpl
java.lang.Object
org.kuali.rice.kew.useroptions.dao.impl.ReloadActionListDaoJdbcImpl
- All Implemented Interfaces:
- ReloadActionListDAO
public class ReloadActionListDaoJdbcImpl
- extends Object
- implements ReloadActionListDAO
Implementation of ReloadActionListDAO. This needs to be straight JDBC since it ignores SQLException in one case.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RELOAD_ACTION_LIST
private static final String RELOAD_ACTION_LIST
- See Also:
- Constant Field Values
LOG
private static final org.apache.log4j.Logger LOG
nonTxDataSource
DataSource nonTxDataSource
ReloadActionListDaoJdbcImpl
public ReloadActionListDaoJdbcImpl(DataSource nonTxDataSource)
- This constructs a ReloadActionListDaoJdbcImpl
setReloadActionListFlag
public void setReloadActionListFlag(String userId)
- Description copied from interface:
ReloadActionListDAO
- This method sets the RELOAD_ACTION_LIST flag
- Specified by:
setReloadActionListFlag
in interface ReloadActionListDAO
- See Also:
ReloadActionListDAO.setReloadActionListFlag(java.lang.String)
checkAndResetReloadActionListFlag
public boolean checkAndResetReloadActionListFlag(String userId)
- Description copied from interface:
ReloadActionListDAO
- Does an atomic check and reset (clear) of the RELOAD_ACTION_LIST flag
- Specified by:
checkAndResetReloadActionListFlag
in interface ReloadActionListDAO
- Returns:
- See Also:
ReloadActionListDAO.checkAndResetReloadActionListFlag(java.lang.String)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.