org.jasig.portal.io.support
Class PortletEntityPreferenceHandler
java.lang.Object
org.jasig.portal.io.support.PortletEntityPreferenceHandler
public class PortletEntityPreferenceHandler
- extends Object
Import/Export helper bean for dealing with portlet entity preferences
- Version:
- $Revision$
- Author:
- Eric Dalquist
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletEntityPreferenceHandler
public PortletEntityPreferenceHandler()
getChannelRegistryStore
public IChannelRegistryStore getChannelRegistryStore()
- Returns:
- the channelRegistryStore
setChannelRegistryStore
public void setChannelRegistryStore(IChannelRegistryStore channelRegistryStore)
- Parameters:
channelRegistryStore - the channelRegistryStore to set
getPortletDefinitionRegistry
public IPortletDefinitionRegistry getPortletDefinitionRegistry()
- Returns:
- the portletDefinitionRegistry
setPortletDefinitionRegistry
public void setPortletDefinitionRegistry(IPortletDefinitionRegistry portletDefinitionRegistry)
- Parameters:
portletDefinitionRegistry - the portletDefinitionRegistry to set
getPortletEntityRegistry
public IPortletEntityRegistry getPortletEntityRegistry()
- Returns:
- the portletEntityRegistry
setPortletEntityRegistry
public void setPortletEntityRegistry(IPortletEntityRegistry portletEntityRegistry)
- Parameters:
portletEntityRegistry - the portletEntityRegistry to set
getDataSource
public DataSource getDataSource()
- Returns:
- the dataSource
setDataSource
public void setDataSource(DataSource dataSource)
- Parameters:
dataSource - the dataSource to set
getEntityPreferences
public Set<IPortletEntity> getEntityPreferences(Integer userId)
setEntityPreference
public void setEntityPreference(String fName,
String channelSubscribeId,
Integer userId,
LinkedHashMap<String,List<String>> preferencesMap)
getPortletEntity
protected IPortletEntity getPortletEntity(String fName,
String channelSubscribeId,
int userId)
Copyright © 2010 Jasig. All Rights Reserved.