Package | Description |
---|---|
de.xima.fc |
Konstanten-Klassen, Interfaces und Helper-Klassen
|
de.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äten
|
de.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 |
Modifier and Type | Method and 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.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 p,
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) |
Modifier and Type | Method and Description |
---|---|
MandantFrontendServer |
MandantFrontendServerAPI.getByMandantAndFs(UserContext uc,
Mandant mandant,
FrontendServer fs)
Method for fetching a
MandantFrontendServer |
Modifier and Type | Method and Description |
---|---|
List<MandantFrontendServer> |
MandantFrontendServerAPI.getByProject(UserContext uc,
Projekt project) |
Modifier and Type | Method and Description |
---|---|
Boolean |
FrontendServerAPI.isAlreadyUsed(UserContext uc,
MandantFrontendServer mfs)
Method for testing if a combination of
FrontendServer and Mandant already exists. |
Modifier and Type | Method and Description |
---|---|
MandantFrontendServer |
MandantFrontendServerDao.getByMandantAndFs(IEntityContext ec,
Mandant mandant,
FrontendServer fs) |
MandantFrontendServer |
MandantFrontendServerDao.getBySource(IEntityContext ec,
FrontendServer fs,
Mandant man)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<MandantFrontendServer> |
MandantFrontendServerDao.getByProject(IEntityContext ec,
Projekt project)
Gets the
MandantFrontendServer s of the given Projekt |
protected IFCDaoActionHook<MandantFrontendServer> |
MandantFrontendServerDao.getPreActionHook() |
Modifier and Type | Method and Description |
---|---|
Boolean |
MandantFrontendServerDao.isFSUsedByMandant(IEntityContext ec,
MandantFrontendServer mfs) |
Modifier and Type | Method and Description |
---|---|
MandantFrontendServer |
IMandantFrontendServerDao.getByMandantAndFs(IEntityContext ec,
Mandant mandant,
FrontendServer fs) |
MandantFrontendServer |
IMandantFrontendServerDao.getBySource(IEntityContext ec,
FrontendServer fs,
Mandant mandant)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<MandantFrontendServer> |
IMandantFrontendServerDao.getByProject(IEntityContext ec,
Projekt project)
Gets the
MandantFrontendServer s of the given Projekt |
Modifier and Type | Method and Description |
---|---|
Boolean |
IMandantFrontendServerDao.isFSUsedByMandant(IEntityContext ec,
MandantFrontendServer mfs) |
Modifier and Type | Method and Description |
---|---|
List<MandantFrontendServer> |
Projekt.getMandantFrontendServer() |
Modifier and Type | Method and Description |
---|---|
void |
Projekt.addMandantFrontendServer(MandantFrontendServer mandantfrontendserver) |
void |
Projekt.removeMandantFrontendServer(MandantFrontendServer mandantfrontendserver) |
Modifier and Type | Method and Description |
---|---|
void |
Projekt.setMandantFrontendServer(List<MandantFrontendServer> mandantfrontendserver) |
Modifier and Type | Method and Description |
---|---|
protected List<MandantFrontendServer> |
AProjektUtil.getMandantFrontendServer(List<MandantFrontendServer> bgl)
Methode zum Auslesen der MandantFrontendServer
|
Modifier and Type | Method and Description |
---|---|
protected List<MandantFrontendServer> |
AProjektUtil.getMandantFrontendServer(List<MandantFrontendServer> bgl)
Methode zum Auslesen der MandantFrontendServer
|
Modifier and Type | Method and Description |
---|---|
MandantFrontendServer |
MandantFrontendServerBean.EntityListModelImpl.getNew() |
Modifier and Type | Method and Description |
---|---|
IEntityListModel<MandantFrontendServer> |
MandantFrontendServerBean.getModel() |
Modifier and Type | Method and Description |
---|---|
void |
MandantFrontendServerBean.connect(MandantFrontendServer mfs) |
List<FrontendServer> |
MandantFrontendServerBean.getFrontendServerList(MandantFrontendServer mfs) |
EConnectionStatus |
MandantFrontendServerBean.getStatus(MandantFrontendServer mfs) |
boolean |
MandantFrontendServerBean.testConnection(MandantFrontendServer mfs) |
Modifier and Type | Method and Description |
---|---|
void |
MandantFrontendServerBean.setModel(IEntityListModel<MandantFrontendServer> model) |
Modifier and Type | Method and Description |
---|---|
List<MandantFrontendServer> |
ProjectAccessBean.getMandantFrontendServer() |
Modifier and Type | Method and Description |
---|---|
String |
ProjectAccessBean.getMFSAliasLink(MandantFrontendServer mfs) |
Constructor and Description |
---|
FrontendServer(Projekt p,
MandantFrontendServer mfs) |
Modifier and Type | Method and Description |
---|---|
MandantFrontendServer |
MandantFrontendServerHandler.getByMandantAndFs(UserContext uc,
Mandant mandant,
FrontendServer fs) |
Modifier and Type | Method and Description |
---|---|
List<MandantFrontendServer> |
MandantFrontendServerHandler.getByProject(UserContext uc,
Projekt project)
Gets the
MandantFrontendServer s of the given Projekt |
Modifier and Type | Method and Description |
---|---|
Boolean |
FrontendServerHandler.isAlreadyUsed(UserContext uc,
MandantFrontendServer mfs) |
Modifier and Type | Method and Description |
---|---|
MandantFrontendServer |
IMandantFrontendServerHandler.getByMandantAndFs(UserContext uc,
Mandant mandant,
FrontendServer fs) |
Modifier and Type | Method and Description |
---|---|
List<MandantFrontendServer> |
IMandantFrontendServerHandler.getByProject(UserContext uc,
Projekt project)
Gets the
MandantFrontendServer s of the given Projekt |
Modifier and Type | Method and Description |
---|---|
Boolean |
IFrontendServerHandler.isAlreadyUsed(UserContext uc,
MandantFrontendServer mfs) |
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.