Uses of Class
de.xima.fc.entities.MandantFrontendServer
Packages that use MandantFrontendServer
Package
Description
Konstanten-Klassen, Interfaces und Helper-Klassen
Package for the API access of the model classes.
Package für Datenbankentitäten
-
Uses of MandantFrontendServer in de.xima.fc
Methods in de.xima.fc with parameters of type MandantFrontendServerModifier and TypeMethodDescriptionstatic StringPathHandler.Web.aliasFormRequestFor(MandantFrontendServer mfs, Projekt p) static StringPathHandler.Web.aliasFormRequestWithoutAlias(MandantFrontendServer mfs, Mandant client) static StringPathHandler.Web.baseFormIncludeUrlFor(MandantFrontendServer mfs) static StringPathHandler.Web.baseFormUrlFor(MandantFrontendServer mfs) static StringPathHandler.Web.baseIncludesFor(MandantFrontendServer mfs) Generates the base URL for form includes,/form/includes.static StringPathHandler.Web.baseUrlFor(MandantFrontendServer mfs) static StringPathHandler.Web.formIncludeUrlFor(Projekt p, MandantFrontendServer mfs) Builds the link to the form include JavaScript (/form/include.js) for the given frontend server.static StringPathHandler.Web.formRequestFor(Projekt project, MandantFrontendServer mfs) Liefert die allgemeine (offizielle und nach außen sichtbare) URL zum Aufruf des aktiven Formulars eines Projektes.static StringPathHandler.Web.getBaseProvideUrl(MandantFrontendServer frontendServer) static StringPathHandler.Web.includeUrlFor(MandantFrontendServer mfs, String resourceName) Returns the URL to the given form resource, eg. -
Uses of MandantFrontendServer in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return MandantFrontendServerModifier and TypeMethodDescriptionMandantFrontendServerAPI.getByMandantAndFs(UserContext uc, Mandant mandant, FrontendServer fs) Method for fetching aMandantFrontendServerMethods in de.xima.fc.api.entity that return types with arguments of type MandantFrontendServerModifier and TypeMethodDescriptionMandantFrontendServerAPI.getByProject(UserContext uc, Projekt project) Methods in de.xima.fc.api.entity with parameters of type MandantFrontendServerModifier and TypeMethodDescriptionFrontendServerAPI.isAlreadyUsed(UserContext uc, MandantFrontendServer mfs) Method for testing if a combination ofFrontendServerandMandantalready exists. -
Uses of MandantFrontendServer in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return MandantFrontendServerModifier and TypeMethodDescriptionMandantFrontendServerDao.getByMandantAndFs(IEntityContext ec, Mandant mandant, FrontendServer fs) MandantFrontendServerDao.getBySource(IEntityContext ec, FrontendServer fs, Mandant man) Deprecated.Methods in de.xima.fc.dao.impl that return types with arguments of type MandantFrontendServerModifier and TypeMethodDescriptionMandantFrontendServerDao.getByProject(IEntityContext ec, Projekt project) Gets theMandantFrontendServers of the givenProjektprotected IFCDaoActionHook<MandantFrontendServer>MandantFrontendServerDao.getPostActionHook()protected IFCDaoActionHook<MandantFrontendServer>MandantFrontendServerDao.getPreActionHook()Methods in de.xima.fc.dao.impl with parameters of type MandantFrontendServerModifier and TypeMethodDescriptionMandantFrontendServerDao.isFSUsedByMandant(IEntityContext ec, MandantFrontendServer mfs) -
Uses of MandantFrontendServer in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return MandantFrontendServerModifier and TypeMethodDescriptionIMandantFrontendServerDao.getByMandantAndFs(IEntityContext ec, Mandant mandant, FrontendServer fs) IMandantFrontendServerDao.getBySource(IEntityContext ec, FrontendServer fs, Mandant mandant) Deprecated.Methods in de.xima.fc.dao.interfaces that return types with arguments of type MandantFrontendServerModifier and TypeMethodDescriptionIMandantFrontendServerDao.getByProject(IEntityContext ec, Projekt project) Gets theMandantFrontendServers of the givenProjektMethods in de.xima.fc.dao.interfaces with parameters of type MandantFrontendServerModifier and TypeMethodDescriptionIMandantFrontendServerDao.isFSUsedByMandant(IEntityContext ec, MandantFrontendServer mfs) -
Uses of MandantFrontendServer in de.xima.fc.dao.utils
Methods in de.xima.fc.dao.utils with parameters of type MandantFrontendServerModifier and TypeMethodDescriptionvoidProtokollUtils.addChangeAllFormsForFSProtocolEntry(MandantFrontendServer frontendServer, IUser user, IEntityContext ec, boolean isDelete) Creates a log entry that shows when the release of all forms for a frontend server has changed.voidProtokollUtils.addFSAutomaticAddedToFormProtocolEntry(MandantFrontendServer frontendServer, Projekt project, IUser user, IEntityContext ec) Creates a log entry that shows when a form has been automatically released for a frontend server.Method parameters in de.xima.fc.dao.utils with type arguments of type MandantFrontendServerModifier and TypeMethodDescriptionvoidProtokollUtils.addFSChangedFromProjectProtocolEntry(Projekt project, List<MandantFrontendServer> changedFrontendServers, IUser user, IEntityContext ec, boolean isDelete) Creates a log entry that shows when the assigned frontend servers of a project have changed. -
Uses of MandantFrontendServer in de.xima.fc.entities
Methods in de.xima.fc.entities that return types with arguments of type MandantFrontendServerMethods in de.xima.fc.entities with parameters of type MandantFrontendServerModifier and TypeMethodDescriptionvoidProjekt.addMandantFrontendServer(MandantFrontendServer mandantfrontendserver) voidProjekt.removeMandantFrontendServer(MandantFrontendServer mandantfrontendserver) Method parameters in de.xima.fc.entities with type arguments of type MandantFrontendServerModifier and TypeMethodDescriptionvoidProjekt.setMandantFrontendServer(List<MandantFrontendServer> mandantfrontendserver) -
Uses of MandantFrontendServer in de.xima.fc.export
Methods in de.xima.fc.export that return types with arguments of type MandantFrontendServerModifier and TypeMethodDescriptionprotected List<MandantFrontendServer>AProjektUtil.getMandantFrontendServer(List<MandantFrontendServer> bgl) Methode zum Auslesen der MandantFrontendServerMethod parameters in de.xima.fc.export with type arguments of type MandantFrontendServerModifier and TypeMethodDescriptionprotected List<MandantFrontendServer>AProjektUtil.getMandantFrontendServer(List<MandantFrontendServer> bgl) Methode zum Auslesen der MandantFrontendServer -
Uses of MandantFrontendServer in de.xima.fc.gui.bean.mfserver
Methods in de.xima.fc.gui.bean.mfserver that return MandantFrontendServerMethods in de.xima.fc.gui.bean.mfserver that return types with arguments of type MandantFrontendServerMethods in de.xima.fc.gui.bean.mfserver with parameters of type MandantFrontendServerModifier and TypeMethodDescriptionvoidMandantFrontendServerBean.connect(MandantFrontendServer mfs) MandantFrontendServerBean.getFrontendServerList(MandantFrontendServer mfs) MandantFrontendServerBean.getStatus(MandantFrontendServer mfs) booleanMandantFrontendServerBean.testConnection(MandantFrontendServer mfs) Method parameters in de.xima.fc.gui.bean.mfserver with type arguments of type MandantFrontendServerModifier and TypeMethodDescriptionvoidMandantFrontendServerBean.setModel(IEntityListModel<MandantFrontendServer> model) -
Uses of MandantFrontendServer in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return MandantFrontendServerModifier and TypeMethodDescriptionProjectAccessBean.SelectedFrontendServerListView.get(int index) ProjectAccessBean.SelectedFrontendServerListView.remove(int index) ProjectAccessBean.SelectedFrontendServerListView.set(int index, MandantFrontendServer element) Methods in de.xima.fc.gui.bean.project that return types with arguments of type MandantFrontendServerModifier and TypeMethodDescriptionProjectFilterBean.getFrontendServers()ProjectAccessBean.getMandantFrontendServer()ProjectAccessBean.getMandantFrontendServerAllowedForAllForms()ProjectAccessBean.getSelectedClientFrontendServers()ProjectFilterBean.getSelectedFrontendServers()Methods in de.xima.fc.gui.bean.project with parameters of type MandantFrontendServerModifier and TypeMethodDescriptionvoidProjectAccessBean.SelectedFrontendServerListView.add(int index, MandantFrontendServer element) ProjectAccessBean.SelectedFrontendServerListView.set(int index, MandantFrontendServer element) Method parameters in de.xima.fc.gui.bean.project with type arguments of type MandantFrontendServerModifier and TypeMethodDescriptionvoidProjectAccessBean.setSelectedClientFrontendServers(List<MandantFrontendServer> selectedClientFrontendServers) voidProjectFilterBean.setSelectedFrontendServers(List<MandantFrontendServer> selectedFrontendServers) -
Uses of MandantFrontendServer in de.xima.fc.gui.common.bean.provider
Methods in de.xima.fc.gui.common.bean.provider that return types with arguments of type MandantFrontendServerModifier and TypeMethodDescriptionFrontendServerProviderBean.getClientFrontendServers(Mandant client) -
Uses of MandantFrontendServer in de.xima.fc.gui.model
Constructors in de.xima.fc.gui.model with parameters of type MandantFrontendServer -
Uses of MandantFrontendServer in de.xima.fc.gui.model.http
Methods in de.xima.fc.gui.model.http with parameters of type MandantFrontendServerModifier and TypeMethodDescriptionstatic IServerModelServerModelFactory.clientFrontendServer(MandantFrontendServer clientFs) -
Uses of MandantFrontendServer in de.xima.fc.gui.model.lazydata
Methods in de.xima.fc.gui.model.lazydata that return types with arguments of type MandantFrontendServerModifier and TypeMethodDescriptionLazyProjectViewListModel.getAllFrontendServers()LazyProjectViewListModel.getSelectedFrontendServers()Method parameters in de.xima.fc.gui.model.lazydata with type arguments of type MandantFrontendServerModifier and TypeMethodDescriptionvoidLazyProjectViewListModel.setAllFrontendServers(List<MandantFrontendServer> allFrontendServers) voidLazyProjectViewListModel.setSelectedFrontendServers(List<MandantFrontendServer> selectedFrontendServers) -
Uses of MandantFrontendServer in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return MandantFrontendServerModifier and TypeMethodDescriptionMandantFrontendServerHandler.getByMandantAndFs(UserContext uc, Mandant mandant, FrontendServer fs) Methods in de.xima.fc.handler.entity that return types with arguments of type MandantFrontendServerModifier and TypeMethodDescriptionMandantFrontendServerHandler.getByProject(UserContext uc, Projekt project) Gets theMandantFrontendServers of the givenProjektMethods in de.xima.fc.handler.entity with parameters of type MandantFrontendServerModifier and TypeMethodDescriptionFrontendServerHandler.isAlreadyUsed(UserContext uc, MandantFrontendServer mfs) -
Uses of MandantFrontendServer in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return MandantFrontendServerModifier and TypeMethodDescriptionIMandantFrontendServerHandler.getByMandantAndFs(UserContext uc, Mandant mandant, FrontendServer fs) Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type MandantFrontendServerModifier and TypeMethodDescriptionIMandantFrontendServerHandler.getByProject(UserContext uc, Projekt project) Gets theMandantFrontendServers of the givenProjektMethods in de.xima.fc.handler.interfaces.entity with parameters of type MandantFrontendServerModifier and TypeMethodDescriptionIFrontendServerHandler.isAlreadyUsed(UserContext uc, MandantFrontendServer mfs) -
Uses of MandantFrontendServer in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return MandantFrontendServerModifier and TypeMethodDescriptionstatic MandantFrontendServerEntityDummyFactory.dummyClientFrontendServer(String name, FrontendServer fs, Mandant client)