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 IServerModelAExternalUserBean. 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 booleanAExternalUserBean. isCustom(IServerModel serverModel)voidAExternalUserBean. setSelectedServer(IServerModel selectedServer)Method parameters in de.xima.fc.gui.bean with type arguments of type IServerModel Modifier and Type Method Description voidAExternalUserBean. 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 EConnectionStatusUserPortalConfigBean. 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).booleanUserPortalConfigBean. isConnected(IServerModel server)Returns whether the given server is connected.booleanUserPortalConfigBean. 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 interfaceICustomServerModelinterfaceIEntityBackedServerModel<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 IServerModelServerModelFactory. clientFrontendServer(MandantFrontendServer clientFs)static IServerModelServerModelFactory. clientMasterServer(Mandant client)static IServerModelServerModelFactory. current(javax.servlet.http.HttpServletRequest req)static IServerModelServerModelFactory. custom(String baseUrl)static IServerModelServerModelFactory. frontendServer(FrontendServer frontendServer)static IServerModelServerModelFactory. 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 IServerModelSelectableServerOption. getServer()Methods in de.xima.fc.gui.model.server with parameters of type IServerModel Modifier and Type Method Description static SelectableServerOptionSelectableServerOption. forModel(IServerModel server) 
 -