org.kuali.rice.kew.useroptions.dao.impl
Class ReloadActionListDaoJdbcImpl

java.lang.Object
  extended by 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)

Constructor Summary
ReloadActionListDaoJdbcImpl(DataSource nonTxDataSource)
          This constructs a ReloadActionListDaoJdbcImpl
 
Method Summary
 boolean checkAndResetReloadActionListFlag(String userId)
          Does an atomic check and reset (clear) of the RELOAD_ACTION_LIST flag
 void setReloadActionListFlag(String userId)
          This method sets the RELOAD_ACTION_LIST flag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReloadActionListDaoJdbcImpl

public ReloadActionListDaoJdbcImpl(DataSource nonTxDataSource)
This constructs a ReloadActionListDaoJdbcImpl

Method Detail

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-2012 The Kuali Foundation. All Rights Reserved.