org.jasig.portlet.emailpreview.dao.impl
Class PortletPreferencesMailStoreDaoImpl

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

Field Summary
protected static String AUTHENTICATION_SERVICE_KEY
           
protected static String CONNECTION_TIMEOUT_KEY
           
protected static String HOST_KEY
           
protected static String INBOX_NAME_KEY
           
protected static String LINK_SERVICE_KEY
           
protected static String PORT_KEY
           
protected static String PROTOCOL_KEY
           
protected static List<String> RESERVED_PROPERTIES
           
protected static String TIMEOUT_KEY
           
 
Constructor Summary
PortletPreferencesMailStoreDaoImpl()
           
 
Method Summary
 MailStoreConfiguration getConfiguration(javax.portlet.PortletRequest request)
           
 void saveConfiguration(javax.portlet.ActionRequest request, MailStoreConfiguration config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

PortletPreferencesMailStoreDaoImpl

public PortletPreferencesMailStoreDaoImpl()
Method Detail

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.