org.jasig.portlet.emailpreview.dao.impl
Class PortletPreferencesMailStoreDaoImpl
java.lang.Object
org.jasig.portlet.emailpreview.dao.impl.PortletPreferencesMailStoreDaoImpl
- All Implemented Interfaces:
- IMailStoreDao
@Component
public class PortletPreferencesMailStoreDaoImpl
- extends Object
- implements IMailStoreDao
- Version:
- $Revision: 20535 $
- Author:
- Jen Bourey, jbourey@unicon.net
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONNECTION_TIMEOUT_KEY
protected static final String CONNECTION_TIMEOUT_KEY
- See Also:
- Constant Field Values
HOST_KEY
protected static final String HOST_KEY
- See Also:
- Constant Field Values
PORT_KEY
protected static final String PORT_KEY
- See Also:
- Constant Field Values
INBOX_NAME_KEY
protected static final String INBOX_NAME_KEY
- See Also:
- Constant Field Values
PROTOCOL_KEY
protected static final String PROTOCOL_KEY
- See Also:
- Constant Field Values
TIMEOUT_KEY
protected static final String TIMEOUT_KEY
- See Also:
- Constant Field Values
LINK_SERVICE_KEY
protected static final String LINK_SERVICE_KEY
- See Also:
- Constant Field Values
AUTHENTICATION_SERVICE_KEY
protected static final String AUTHENTICATION_SERVICE_KEY
- See Also:
- Constant Field Values
RESERVED_PROPERTIES
protected static final List<String> RESERVED_PROPERTIES
PortletPreferencesMailStoreDaoImpl
public PortletPreferencesMailStoreDaoImpl()
getConfiguration
public MailStoreConfiguration getConfiguration(javax.portlet.PortletRequest request)
- Specified by:
getConfiguration in interface IMailStoreDao
- Returns:
saveConfiguration
public void saveConfiguration(javax.portlet.ActionRequest request,
MailStoreConfiguration config)
- Specified by:
saveConfiguration in interface IMailStoreDao
Copyright © 2010 Jasig. All Rights Reserved.