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 String
PathHandler.Web.aliasFormRequestFor
(MandantFrontendServer mfs, Projekt p) static String
PathHandler.Web.aliasFormRequestWithoutAlias
(MandantFrontendServer mfs, Mandant client) static String
PathHandler.Web.baseFormIncludeUrlFor
(MandantFrontendServer mfs) static String
PathHandler.Web.baseFormUrlFor
(MandantFrontendServer mfs) static String
PathHandler.Web.baseIncludesFor
(MandantFrontendServer mfs) Generates the base URL for form includes,/form/includes
.static String
PathHandler.Web.baseUrlFor
(MandantFrontendServer mfs) static String
PathHandler.Web.formIncludeUrlFor
(Projekt p, MandantFrontendServer mfs) Builds the link to the form include JavaScript (/form/include.js) for the given frontend server.static String
PathHandler.Web.formRequestFor
(Projekt project, MandantFrontendServer mfs) Liefert die allgemeine (offizielle und nach außen sichtbare) URL zum Aufruf des aktiven Formulars eines Projektes.static String
PathHandler.Web.getBaseProvideUrl
(MandantFrontendServer frontendServer) static String
PathHandler.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 aMandantFrontendServer
Methods 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 ofFrontendServer
andMandant
already 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 theMandantFrontendServer
s of the givenProjekt
protected 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 theMandantFrontendServer
s of the givenProjekt
Methods 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 TypeMethodDescriptionvoid
ProtokollUtils.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.void
ProtokollUtils.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 TypeMethodDescriptionvoid
ProtokollUtils.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 TypeMethodDescriptionvoid
Projekt.addMandantFrontendServer
(MandantFrontendServer mandantfrontendserver) void
Projekt.removeMandantFrontendServer
(MandantFrontendServer mandantfrontendserver) Method parameters in de.xima.fc.entities with type arguments of type MandantFrontendServerModifier and TypeMethodDescriptionvoid
Projekt.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 TypeMethodDescriptionvoid
MandantFrontendServerBean.connect
(MandantFrontendServer mfs) MandantFrontendServerBean.getFrontendServerList
(MandantFrontendServer mfs) MandantFrontendServerBean.getStatus
(MandantFrontendServer mfs) boolean
MandantFrontendServerBean.testConnection
(MandantFrontendServer mfs) Method parameters in de.xima.fc.gui.bean.mfserver with type arguments of type MandantFrontendServerModifier and TypeMethodDescriptionvoid
MandantFrontendServerBean.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 TypeMethodDescriptionvoid
ProjectAccessBean.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 TypeMethodDescriptionvoid
ProjectAccessBean.setSelectedClientFrontendServers
(List<MandantFrontendServer> selectedClientFrontendServers) void
ProjectFilterBean.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 IServerModel
ServerModelFactory.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 TypeMethodDescriptionvoid
LazyProjectViewListModel.setAllFrontendServers
(List<MandantFrontendServer> allFrontendServers) void
LazyProjectViewListModel.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 theMandantFrontendServer
s of the givenProjekt
Methods 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 theMandantFrontendServer
s of the givenProjekt
Methods 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 MandantFrontendServer
EntityDummyFactory.dummyClientFrontendServer
(String name, FrontendServer fs, Mandant client)