org.kuali.rice.kew.useroptions.dao
Interface ReloadActionListDAO

All Known Implementing Classes:
ReloadActionListDaoJdbcImpl

public interface ReloadActionListDAO

DAO for dealing with the RELOAD_ACTION_LIST user option

Author:
Kuali Rice Team (rice.collab@kuali.org)

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
 

Method Detail

setReloadActionListFlag

void setReloadActionListFlag(String userId)
This method sets the RELOAD_ACTION_LIST flag

Parameters:
userId -

checkAndResetReloadActionListFlag

boolean checkAndResetReloadActionListFlag(String userId)
Does an atomic check and reset (clear) of the RELOAD_ACTION_LIST flag

Parameters:
userId -
Returns:


Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.