Package de.xima.fc.gui.bean.settings
Class MailConfigBean
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class MailConfigBean extends FCContextBean implements Serializable
Bean für die Konfiguration eines Systemweiten E-Mail Servers- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.xima.fc.gui.common.utils.msg.AJSFContext
AJSFContext.RedirectOptions, AJSFContext.RedirectOptionsBuilder
-
-
Field Summary
-
Fields inherited from class de.xima.fc.gui.bean.FCContextBean
systemUC
-
-
Constructor Summary
Constructors Constructor Description MailConfigBean()
-
Method Summary
-
Methods inherited from class de.xima.fc.gui.bean.FCContextBean
getNavigationBean, getSessionBean, isSetupUser, redirectToDashboard, setNavigationBean, setSessionBean, switchMainView, switchMainView, switchSubView, switchSubView
-
Methods inherited from class de.xima.fc.gui.bean.ABackendJSFContext
ec, findEntityContext, isDetached, isHasDB
-
Methods inherited from class de.xima.fc.gui.common.utils.msg.AJSFContext
destroySessionBean, encodeURL, findBean, findBean, findBean, findBean, findBean, findBean, findBean, findCurrentView, findUserContext, getBeanName, getBeanName, getContext, getCurrentViewBean, getLocaleBean, getRequest, getResponse, getSession, getSession, getSessionAttribute, isMasterServerContext, loadLazy, redirect, redirect, redirect, redirect, redirectToDashboard, redirectToDashboard, setLocaleBean, setSessionAttribute, uc
-
Methods inherited from class de.xima.fc.gui.common.utils.msg.MessageUtils
addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsgFromString, addErrorMsgFromString, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsgFromString, addInfoMsgFromString, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addMsg, addMsg, addMsg, addMsg, addMsgs, addMsgToComponent, addMsgToComponent, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsgFromString, addWarnMsgFromString, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, cleanErrorMsg, getErrorMessage, getNewErrorMsg, getNewErrorMsg, getNewErrorMsg, getNewInfoMsg, getNewInfoMsg, getNewMsg, getNewWarnMsg, getNewWarnMsg
-
-
-
-
Method Detail
-
isUseMail
public boolean isUseMail()
-
setUseMail
public void setUseMail(boolean useMail)
-
getServer
public String getServer()
-
setServer
public void setServer(String server)
-
getPort
public Integer getPort()
-
setPort
public void setPort(Integer port)
-
isUseAuth
public boolean isUseAuth()
-
setUseAuth
public void setUseAuth(boolean useAuth)
-
getAuthUser
public String getAuthUser()
-
setAuthUser
public void setAuthUser(String authUser)
-
getAuthPwd
public String getAuthPwd()
-
setAuthPwd
public void setAuthPwd(String authPwd)
-
getAddress
public String getAddress()
-
setAddress
public void setAddress(String from)
-
getSupportAddress
public String getSupportAddress()
-
setSenderName
public void setSenderName(String senderName)
-
getSenderName
public String getSenderName()
-
setSupportAddress
public void setSupportAddress(String supportAddress)
-
getAllowClientSpecificSupportAddress
public Boolean getAllowClientSpecificSupportAddress()
-
setAllowClientSpecificSupportAddress
public void setAllowClientSpecificSupportAddress(Boolean allowClientSpecificSupportAddress)
-
getSendSystemInfoInSupportMail
public Boolean getSendSystemInfoInSupportMail()
-
setSendSystemInfoInSupportMail
public void setSendSystemInfoInSupportMail(Boolean sendSystemInfoInSupportMail)
-
hasSupportAddress
public boolean hasSupportAddress()
-
getEncryption
public String getEncryption()
-
setEncryption
public void setEncryption(String encryption)
-
getTestmailReceiver
public String getTestmailReceiver()
-
setTestmailReceiver
public void setTestmailReceiver(String testmailReceiver)
-
getDefaultSystemSupportMail
public String getDefaultSystemSupportMail()
-
testMailserver
public void testMailserver()
-
saveConfig
public void saveConfig()
-
-