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.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.model de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity -
-
Uses of MandantFrontendServer in de.xima.fc
Methods in de.xima.fc with parameters of type MandantFrontendServer Modifier and Type Method Description static 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 MandantFrontendServer Modifier and Type Method Description MandantFrontendServer
MandantFrontendServerAPI. 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 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 Boolean
FrontendServerAPI. 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 MandantFrontendServer Modifier and Type Method Description MandantFrontendServer
MandantFrontendServerDao. getByMandantAndFs(IEntityContext ec, Mandant mandant, FrontendServer fs)
MandantFrontendServer
MandantFrontendServerDao. 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. 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 MandantFrontendServer Modifier and Type Method Description Boolean
MandantFrontendServerDao. 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 MandantFrontendServer
IMandantFrontendServerDao. getByMandantAndFs(IEntityContext ec, Mandant mandant, FrontendServer fs)
MandantFrontendServer
IMandantFrontendServerDao. 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. getByProject(IEntityContext ec, Projekt project)
Gets theMandantFrontendServer
s of the givenProjekt
Methods in de.xima.fc.dao.interfaces with parameters of type MandantFrontendServer Modifier and Type Method Description Boolean
IMandantFrontendServerDao. isFSUsedByMandant(IEntityContext ec, MandantFrontendServer mfs)
-
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 void
Projekt. addMandantFrontendServer(MandantFrontendServer mandantfrontendserver)
void
Projekt. removeMandantFrontendServer(MandantFrontendServer mandantfrontendserver)
Method parameters in de.xima.fc.entities with type arguments of type MandantFrontendServer Modifier and Type Method Description void
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 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 MandantFrontendServer
MandantFrontendServerBean.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 void
MandantFrontendServerBean. connect(MandantFrontendServer mfs)
List<FrontendServer>
MandantFrontendServerBean. getFrontendServerList(MandantFrontendServer mfs)
EConnectionStatus
MandantFrontendServerBean. getStatus(MandantFrontendServer mfs)
boolean
MandantFrontendServerBean. testConnection(MandantFrontendServer mfs)
Method parameters in de.xima.fc.gui.bean.mfserver with type arguments of type MandantFrontendServer Modifier and Type Method Description void
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 MandantFrontendServer Modifier and Type Method Description MandantFrontendServer
ProjectAccessBean.SelectedFrontendServerListView. get(int index)
MandantFrontendServer
ProjectAccessBean.SelectedFrontendServerListView. remove(int index)
MandantFrontendServer
ProjectAccessBean.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>
ProjectAccessBean. getMandantFrontendServer()
List<MandantFrontendServer>
ProjectAccessBean. getMandantFrontendServerAllowedForAllForms()
List<MandantFrontendServer>
ProjectAccessBean. getSelectedClientFrontendServers()
Methods in de.xima.fc.gui.bean.project with parameters of type MandantFrontendServer Modifier and Type Method Description void
ProjectAccessBean.SelectedFrontendServerListView. add(int index, MandantFrontendServer element)
String
ProjectAccessBean. getMFSAliasLink(MandantFrontendServer mfs)
MandantFrontendServer
ProjectAccessBean.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 void
ProjectAccessBean. setSelectedClientFrontendServers(List<MandantFrontendServer> selectedClientFrontendServers)
-
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.handler.entity
Methods in de.xima.fc.handler.entity that return MandantFrontendServer Modifier and Type Method Description MandantFrontendServer
MandantFrontendServerHandler. 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 theMandantFrontendServer
s of the givenProjekt
Methods in de.xima.fc.handler.entity with parameters of type MandantFrontendServer Modifier and Type Method Description Boolean
FrontendServerHandler. 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 MandantFrontendServer
IMandantFrontendServerHandler. 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 theMandantFrontendServer
s of the givenProjekt
Methods in de.xima.fc.handler.interfaces.entity with parameters of type MandantFrontendServer Modifier and Type Method Description Boolean
IFrontendServerHandler. isAlreadyUsed(UserContext uc, MandantFrontendServer mfs)
-