Uses of Interface
de.xima.fc.gui.interfaces.http.IServerModel
-
-
Uses of IServerModel in de.xima.fc.gui.bean
Methods in de.xima.fc.gui.bean that return IServerModel Modifier and Type Method Description IServerModel
AExternalUserBean. getSelectedServer()
Methods in de.xima.fc.gui.bean that return types with arguments of type IServerModel Modifier and Type Method Description protected abstract List<IServerModel>
AExternalUserBean. buildServerOptions()
List<IServerModel>
AExternalUserBean. getSelectedServers()
List<IServerModel>
AExternalUserBean. getServerOptions()
Methods in de.xima.fc.gui.bean with parameters of type IServerModel Modifier and Type Method Description boolean
AExternalUserBean. isCustom(IServerModel serverModel)
void
AExternalUserBean. setSelectedServer(IServerModel selectedServer)
Method parameters in de.xima.fc.gui.bean with type arguments of type IServerModel Modifier and Type Method Description void
AExternalUserBean. setSelectedServers(List<IServerModel> selectedServers)
-
Uses of IServerModel in de.xima.fc.gui.bean.portal
Methods in de.xima.fc.gui.bean.portal with parameters of type IServerModel Modifier and Type Method Description EConnectionStatus
UserPortalConfigBean. getConnectionStatus(IServerModel server)
Gets the connection status of the given server.List<org.apache.commons.lang3.tuple.Pair<String,String>>
UserPortalConfigBean. getUserPortalUrls(IServerModel server)
Gets the URL to the user portal for the given server (with additional client information if the server is a client frontend server).boolean
UserPortalConfigBean. isConnected(IServerModel server)
Returns whether the given server is connected.boolean
UserPortalConfigBean. showConnectionStatus(IServerModel server)
Returns whether the connection status should be shown for the given server. -
Uses of IServerModel in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return types with arguments of type IServerModel Modifier and Type Method Description protected List<IServerModel>
ExternalUserSystemBean. buildServerOptions()
-
Uses of IServerModel in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return types with arguments of type IServerModel Modifier and Type Method Description protected List<IServerModel>
ExternalUserClientBean. buildServerOptions()
-
Uses of IServerModel in de.xima.fc.gui.interfaces.http
Subinterfaces of IServerModel in de.xima.fc.gui.interfaces.http Modifier and Type Interface Description interface
ICustomServerModel
interface
IEntityBackedServerModel<TEntity extends de.xima.cmn.dao.interfaces.IEntity<Long>>
Interface for server models that are backed by an entity. -
Uses of IServerModel in de.xima.fc.gui.model.http
Methods in de.xima.fc.gui.model.http that return IServerModel Modifier and Type Method Description static IServerModel
ServerModelFactory. clientFrontendServer(MandantFrontendServer clientFs)
static IServerModel
ServerModelFactory. clientMasterServer(Mandant client)
static IServerModel
ServerModelFactory. current(javax.servlet.http.HttpServletRequest req)
static IServerModel
ServerModelFactory. custom(String baseUrl)
static IServerModel
ServerModelFactory. frontendServer(FrontendServer frontendServer)
static IServerModel
ServerModelFactory. masterServer(javax.servlet.http.HttpServletRequest request)
Methods in de.xima.fc.gui.model.http that return types with arguments of type IServerModel Modifier and Type Method Description static Set<? extends IServerModel>
ServerModelFactory. clientFrontendServers(IEntityContext ec, FrontendServer fs)
-
Uses of IServerModel in de.xima.fc.gui.model.portal
Methods in de.xima.fc.gui.model.portal that return types with arguments of type IServerModel Modifier and Type Method Description List<IServerModel>
UserPortalViewModel. getServers()
Gets the servers (master or frontend servers) on which the portal is available. -
Uses of IServerModel in de.xima.fc.gui.model.server
Methods in de.xima.fc.gui.model.server that return IServerModel Modifier and Type Method Description IServerModel
SelectableServerOption. getServer()
Methods in de.xima.fc.gui.model.server with parameters of type IServerModel Modifier and Type Method Description static SelectableServerOption
SelectableServerOption. forModel(IServerModel server)
-