Uses of Interface
de.xima.fc.gui.interfaces.http.IServerModel
-
Packages that use IServerModel Package Description de.xima.fc.gui.bean de.xima.fc.gui.bean.settings de.xima.fc.gui.bean.user de.xima.fc.gui.interfaces.http de.xima.fc.gui.model.http de.xima.fc.gui.model.portal -
-
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.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. getServerOptions()Gets the servers (master or frontend servers) options that are available forUserPortalViewModel.getServers().List<IServerModel>UserPortalViewModel. getServers()Gets the servers (master or frontend servers) on which the portal is available.Method parameters in de.xima.fc.gui.model.portal with type arguments of type IServerModel Modifier and Type Method Description voidUserPortalViewModel. setServerOptions(List<IServerModel> serverOptions)Sets the servers (master or frontend servers) options that are available forUserPortalViewModel.getServers().voidUserPortalViewModel. setServers(List<IServerModel> servers)Sets the servers (master or frontend servers) on which the portal is available.
-