Package de.xima.fc.gui.bean.settings
Class FrontendServerBean
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class FrontendServerBean extends FCContextBean
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
FrontendServerBean.EntityListModelImpl
-
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 FrontendServerBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkConnection()
void
connect(FrontendServer fs)
void
connectToSelectedFS()
void
delete(FrontendServer server)
void
deleteMarked()
void
disconnect(FrontendServer fs)
void
disconnectFromSelectedFS()
IEntityListModelSelectByView<FrontendServer>
getModel()
EConnectionStatus
getStatus(FrontendServer fs)
boolean
hasFrontendServer()
boolean
hasReachedLicenseLimit()
void
setModel(IEntityListModelSelectByView<FrontendServer> model)
boolean
testConnection(FrontendServer fs)
boolean
testSelected()
void
updateModel()
-
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
-
getModel
public IEntityListModelSelectByView<FrontendServer> getModel()
- Returns:
- the model
-
setModel
public void setModel(IEntityListModelSelectByView<FrontendServer> model)
- Parameters:
model
- the model to set
-
updateModel
public void updateModel()
-
deleteMarked
public void deleteMarked()
-
delete
public void delete(FrontendServer server)
-
checkConnection
public void checkConnection()
-
testSelected
public boolean testSelected()
-
testConnection
public boolean testConnection(FrontendServer fs)
-
connect
public void connect(FrontendServer fs)
-
connectToSelectedFS
public void connectToSelectedFS()
-
disconnect
public void disconnect(FrontendServer fs)
-
disconnectFromSelectedFS
public void disconnectFromSelectedFS()
-
hasReachedLicenseLimit
public boolean hasReachedLicenseLimit()
-
hasFrontendServer
public boolean hasFrontendServer()
-
getStatus
public EConnectionStatus getStatus(FrontendServer fs)
-
-