Uses of Class
de.xima.fc.entities.MandantFrontendServer
-
Packages that use MandantFrontendServer Package Description de.xima.fc Konstanten-Klassen, Interfaces und Helper-Klassende.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.dao.utils de.xima.fc.entities Package für Datenbankentitätende.xima.fc.export de.xima.fc.gui.bean.mfserver de.xima.fc.gui.bean.project de.xima.fc.gui.common.bean.provider de.xima.fc.gui.model de.xima.fc.gui.model.http de.xima.fc.gui.model.lazydata de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.testhelper -
-
Uses of MandantFrontendServer in de.xima.fc
Methods in de.xima.fc with parameters of type MandantFrontendServer Modifier and Type Method Description static 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 clientFrontendServer)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 MandantFrontendServer Modifier and Type Method Description MandantFrontendServerMandantFrontendServerAPI. getByMandantAndFs(UserContext uc, Mandant mandant, FrontendServer fs)Method for fetching aMandantFrontendServerMethods in de.xima.fc.api.entity that return types with arguments of type MandantFrontendServer Modifier and Type Method Description List<MandantFrontendServer>MandantFrontendServerAPI. getByProject(UserContext uc, Projekt project)Methods in de.xima.fc.api.entity with parameters of type MandantFrontendServer Modifier and Type Method Description BooleanFrontendServerAPI. 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 MandantFrontendServer Modifier and Type Method Description MandantFrontendServerMandantFrontendServerDao. getByMandantAndFs(IEntityContext ec, Mandant mandant, FrontendServer fs)MandantFrontendServerMandantFrontendServerDao. getBySource(IEntityContext ec, FrontendServer fs, Mandant man)Deprecated.Methods in de.xima.fc.dao.impl that return types with arguments of type MandantFrontendServer Modifier and Type Method Description List<MandantFrontendServer>MandantFrontendServerDao. getAllByClient(IEntityContext ec, Mandant client)List<MandantFrontendServer>MandantFrontendServerDao. 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 MandantFrontendServer Modifier and Type Method Description BooleanMandantFrontendServerDao. isFSUsedByMandant(IEntityContext ec, MandantFrontendServer mfs) -
Uses of MandantFrontendServer in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return MandantFrontendServer Modifier and Type Method Description MandantFrontendServerIMandantFrontendServerDao. getByMandantAndFs(IEntityContext ec, Mandant mandant, FrontendServer fs)MandantFrontendServerIMandantFrontendServerDao. getBySource(IEntityContext ec, FrontendServer fs, Mandant mandant)Deprecated.Methods in de.xima.fc.dao.interfaces that return types with arguments of type MandantFrontendServer Modifier and Type Method Description List<MandantFrontendServer>IMandantFrontendServerDao. getAllByClient(IEntityContext ec, Mandant client)Gets allMandantFrontendServers of the givenclient.List<MandantFrontendServer>IMandantFrontendServerDao. getByProject(IEntityContext ec, Projekt project)Gets theMandantFrontendServers of the givenProjektMethods in de.xima.fc.dao.interfaces with parameters of type MandantFrontendServer Modifier and Type Method Description BooleanIMandantFrontendServerDao. 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 MandantFrontendServer Modifier and Type Method Description voidProtokollUtils. 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 MandantFrontendServer Modifier and Type Method Description voidProtokollUtils. 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 MandantFrontendServer Modifier and Type Method Description List<MandantFrontendServer>Projekt. getMandantFrontendServer()Methods in de.xima.fc.entities with parameters of type MandantFrontendServer Modifier and Type Method Description voidUserPortal. addFrontendServer(MandantFrontendServer entity)voidProjekt. addMandantFrontendServer(MandantFrontendServer mandantfrontendserver)voidProjekt. removeMandantFrontendServer(MandantFrontendServer mandantfrontendserver)Method parameters in de.xima.fc.entities with type arguments of type MandantFrontendServer Modifier and Type Method Description voidProjekt. 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 MandantFrontendServer Modifier and Type Method Description protected List<MandantFrontendServer>AProjektUtil. getMandantFrontendServer(List<MandantFrontendServer> bgl)Methode zum Auslesen der MandantFrontendServerMethod parameters in de.xima.fc.export with type arguments of type MandantFrontendServer Modifier and Type Method Description protected 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 MandantFrontendServer Modifier and Type Method Description MandantFrontendServerMandantFrontendServerBean.EntityListModelImpl. getNew()Methods in de.xima.fc.gui.bean.mfserver that return types with arguments of type MandantFrontendServer Modifier and Type Method Description IEntityListModel<MandantFrontendServer>MandantFrontendServerBean. getModel()Methods in de.xima.fc.gui.bean.mfserver with parameters of type MandantFrontendServer Modifier and Type Method Description voidMandantFrontendServerBean. connect(MandantFrontendServer mfs)List<FrontendServer>MandantFrontendServerBean. getFrontendServerList(MandantFrontendServer mfs)EConnectionStatusMandantFrontendServerBean. getStatus(MandantFrontendServer mfs)booleanMandantFrontendServerBean. testConnection(MandantFrontendServer mfs)Method parameters in de.xima.fc.gui.bean.mfserver with type arguments of type MandantFrontendServer Modifier and Type Method Description voidMandantFrontendServerBean. setModel(IEntityListModel<MandantFrontendServer> model) -
Uses of MandantFrontendServer in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return MandantFrontendServer Modifier and Type Method Description MandantFrontendServerProjectAccessBean.SelectedFrontendServerListView. get(int index)MandantFrontendServerProjectAccessBean.SelectedFrontendServerListView. remove(int index)MandantFrontendServerProjectAccessBean.SelectedFrontendServerListView. set(int index, MandantFrontendServer element)Methods in de.xima.fc.gui.bean.project that return types with arguments of type MandantFrontendServer Modifier and Type Method Description List<MandantFrontendServer>ProjectFilterBean. getFrontendServers()List<MandantFrontendServer>ProjectAccessBean. getMandantFrontendServer()List<MandantFrontendServer>ProjectAccessBean. getMandantFrontendServerAllowedForAllForms()List<MandantFrontendServer>ProjectAccessBean. getSelectedClientFrontendServers()List<MandantFrontendServer>ProjectFilterBean. getSelectedFrontendServers()Methods in de.xima.fc.gui.bean.project with parameters of type MandantFrontendServer Modifier and Type Method Description voidProjectAccessBean.SelectedFrontendServerListView. add(int index, MandantFrontendServer element)MandantFrontendServerProjectAccessBean.SelectedFrontendServerListView. set(int index, MandantFrontendServer element)Method parameters in de.xima.fc.gui.bean.project with type arguments of type MandantFrontendServer Modifier and Type Method Description voidProjectAccessBean. 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 MandantFrontendServer Modifier and Type Method Description List<MandantFrontendServer>FrontendServerProviderBean. getClientFrontendServers(Mandant client) -
Uses of MandantFrontendServer in de.xima.fc.gui.model
Constructors in de.xima.fc.gui.model with parameters of type MandantFrontendServer Constructor Description FrontendServer(Projekt p, MandantFrontendServer mfs) -
Uses of MandantFrontendServer in de.xima.fc.gui.model.http
Methods in de.xima.fc.gui.model.http with parameters of type MandantFrontendServer Modifier and Type Method Description static 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 MandantFrontendServer Modifier and Type Method Description List<MandantFrontendServer>LazyProjectViewListModel. getAllFrontendServers()List<MandantFrontendServer>LazyProjectViewListModel. getSelectedFrontendServers()Method parameters in de.xima.fc.gui.model.lazydata with type arguments of type MandantFrontendServer Modifier and Type Method Description voidLazyProjectViewListModel. 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 MandantFrontendServer Modifier and Type Method Description MandantFrontendServerMandantFrontendServerHandler. getByMandantAndFs(UserContext uc, Mandant mandant, FrontendServer fs)Methods in de.xima.fc.handler.entity that return types with arguments of type MandantFrontendServer Modifier and Type Method Description List<MandantFrontendServer>MandantFrontendServerHandler. getByProject(UserContext uc, Projekt project)Gets theMandantFrontendServers of the givenProjektMethods in de.xima.fc.handler.entity with parameters of type MandantFrontendServer Modifier and Type Method Description BooleanFrontendServerHandler. 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 MandantFrontendServer Modifier and Type Method Description MandantFrontendServerIMandantFrontendServerHandler. getByMandantAndFs(UserContext uc, Mandant mandant, FrontendServer fs)Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type MandantFrontendServer Modifier and Type Method Description List<MandantFrontendServer>IMandantFrontendServerHandler. getByProject(UserContext uc, Projekt project)Gets theMandantFrontendServers of the givenProjektMethods in de.xima.fc.handler.interfaces.entity with parameters of type MandantFrontendServer Modifier and Type Method Description BooleanIFrontendServerHandler. isAlreadyUsed(UserContext uc, MandantFrontendServer mfs) -
Uses of MandantFrontendServer in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return MandantFrontendServer Modifier and Type Method Description static MandantFrontendServerEntityDummyFactory. dummyClientFrontendServer(String name, FrontendServer fs, Mandant client)
-