org.jasig.portal.layout
Class UserLayoutHelperImpl
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.jdbc.core.support.JdbcDaoSupport
org.springframework.jdbc.core.simple.SimpleJdbcDaoSupport
org.jasig.portal.layout.UserLayoutHelperImpl
- All Implemented Interfaces:
- IUserLayoutHelper, InitializingBean
public class UserLayoutHelperImpl
- extends SimpleJdbcDaoSupport
- implements IUserLayoutHelper
Helper class for reset-layout based web flows.
Depends on uPortal's DataSource.
- Author:
- Nicholas Blair, npblair@wisc.edu, Susan Bramhall, susan.bramhall@yale.edu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_LAYOUT_FNAME
protected static final String DEFAULT_LAYOUT_FNAME
- See Also:
- Constant Field Values
logger
protected final org.apache.commons.logging.Log logger
UserLayoutHelperImpl
public UserLayoutHelperImpl()
setUserIdentityStore
public void setUserIdentityStore(IUserIdentityStore userIdentityStore)
- Parameters:
userIdentityStore - the userIdentityStore to set
resetUserLayout
public void resetUserLayout(org.jasig.services.persondir.IPersonAttributes personAttributes)
- Description copied from interface:
IUserLayoutHelper
- Reset the user layout for the
IPersonAttributes argument.
- Specified by:
resetUserLayout in interface IUserLayoutHelper
- Parameters:
personAttributes - - See Also:
IUserLayoutHelper.resetUserLayout(org.jasig.services.persondir.IPersonAttributes)
Copyright © 2010 Jasig. All Rights Reserved.