Package | Description |
---|---|
de.xima.fc.api.entity |
Package für den API-Zugriff auf Modellklassen
|
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.form.helper | |
de.xima.fc.form.render | |
de.xima.fc.gui.bean.resource | |
de.xima.fc.gui.bean.workflow | |
de.xima.fc.handler.entity | |
de.xima.fc.handler.interfaces.entity | |
de.xima.fc.helper |
Package für konkrete Helperklassen
|
de.xima.fc.interfaces.form | |
de.xima.fc.mdl.form |
Modifier and Type | Method and Description |
---|---|
ProjektRessource |
ProjektRessourcenAPI.create(UserContext uc,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant,
Projekt projekt) |
ProjektRessource |
ProjektRessourcenAPI.getByName(UserContext uc,
Projekt projekt,
String name) |
ProjektRessource |
ProjektRessourcenAPI.getDownloadResource(UserContext uc,
FrontendServer fs,
Integer projektId,
String ressourceName) |
ProjektRessource |
ProjektRessourcenAPI.update(UserContext uc,
byte[] daten,
String userName,
String fileName,
ProjektRessource res) |
Modifier and Type | Method and Description |
---|---|
List<ProjektRessource> |
ProjektRessourcenAPI.getAllByProjekt(UserContext uc,
Projekt projekt) |
Modifier and Type | Method and Description |
---|---|
Projekt |
ProjektAPI.addProjektRessource(UserContext uc,
Projekt projekt,
ProjektRessource ressource) |
ProjektRessource |
ProjektRessourcenAPI.update(UserContext uc,
byte[] daten,
String userName,
String fileName,
ProjektRessource res) |
Modifier and Type | Method and Description |
---|---|
ProjektRessource |
ProjektRessourceDao.create(IEntityContext ec,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant,
Projekt projekt) |
ProjektRessource |
ProjektRessourceDao.create(IEntityContext ec,
String name,
byte[] daten,
String userName,
String fileName,
String resourceDescription,
Mandant mandant,
Projekt projekt) |
ProjektRessource |
ProjektRessourceDao.getByName(Projekt projekt,
String name,
IEntityContext ec) |
ProjektRessource |
ProjektRessourceDao.update(IEntityContext ec,
byte[] daten,
String userName,
String fileName,
ProjektRessource res) |
Modifier and Type | Method and Description |
---|---|
List<ProjektRessource> |
ProjektRessourceDao.getAllByProjekt(Projekt projekt,
IEntityContext ec) |
protected IFCDaoActionHook<ProjektRessource> |
ProjektRessourceDao.getPostActionHook() |
protected IFCDaoActionHook<ProjektRessource> |
ProjektRessourceDao.getPreActionHook() |
Modifier and Type | Method and Description |
---|---|
Set<de.xima.cmn.dao.interfaces.IEntity> |
ProjektRessourceDao.getEntityRefs(IEntityContext ec,
ProjektRessource resource) |
ProjektRessource |
ProjektRessourceDao.update(IEntityContext ec,
byte[] daten,
String userName,
String fileName,
ProjektRessource res) |
Modifier and Type | Method and Description |
---|---|
ProjektRessource |
IProjektRessourceDao.create(IEntityContext ec,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant,
Projekt projekt) |
ProjektRessource |
IProjektRessourceDao.create(IEntityContext ec,
String name,
byte[] daten,
String userName,
String fileName,
String resourceDescription,
Mandant mandant,
Projekt projekt) |
ProjektRessource |
IProjektRessourceDao.getByName(Projekt projekt,
String name,
IEntityContext ec) |
ProjektRessource |
IProjektRessourceDao.update(IEntityContext ec,
byte[] daten,
String userName,
String fileName,
ProjektRessource res) |
Modifier and Type | Method and Description |
---|---|
List<ProjektRessource> |
IProjektRessourceDao.getAllByProjekt(Projekt projekt,
IEntityContext ec) |
Modifier and Type | Method and Description |
---|---|
ProjektRessource |
IProjektRessourceDao.update(IEntityContext ec,
byte[] daten,
String userName,
String fileName,
ProjektRessource res) |
Modifier and Type | Method and Description |
---|---|
ProjektRessource |
ProjektRessourceDatei.getProjektRessource() |
Modifier and Type | Method and Description |
---|---|
List<ProjektRessource> |
Projekt.getProjektRessourcen() |
Modifier and Type | Method and Description |
---|---|
void |
Projekt.addProjektRessource(ProjektRessource ressource) |
void |
Projekt.removeProjektRessource(ProjektRessource ressource) |
void |
ProjektRessourceDatei.setProjektRessource(ProjektRessource projektRessource) |
Modifier and Type | Method and Description |
---|---|
void |
Projekt.setProjektRessourcen(List<ProjektRessource> ressourcen) |
Modifier and Type | Method and Description |
---|---|
protected ProjektRessource |
AProjektUtil.createProjektRessource(Projekt neuesProjekt,
File file) |
Modifier and Type | Method and Description |
---|---|
protected Collection<ProjektRessource> |
AProjektUtil.getProjektRessources(FormVersion formVersion) |
Modifier and Type | Method and Description |
---|---|
static ProjektRessource |
ProjektRessourceHelper.createProjektRessource(UserContext uc,
String userName,
Mandant mandant,
Projekt projekt,
byte[] daten,
String fileName) |
static ProjektRessource |
ProjektRessourceHelper.createProjektRessource(UserContext uc,
XfcSession xfs,
Projekt projekt,
org.apache.commons.fileupload.FileItem item) |
Modifier and Type | Field and Description |
---|---|
protected List<ProjektRessource> |
FormRenderContext.projektCssResources |
protected List<ProjektRessource> |
FormRenderContext.projektJsResources |
Modifier and Type | Method and Description |
---|---|
List<ProjektRessource> |
FormRenderContext.getProjektCssResources() |
List<ProjektRessource> |
FormRenderContext.getProjektJsResources() |
Modifier and Type | Method and Description |
---|---|
void |
FormRenderContext.setProjektCssResources(List<ProjektRessource> projektCssResources) |
void |
FormRenderContext.setProjektJsResources(List<ProjektRessource> projektJsResources) |
Modifier and Type | Method and Description |
---|---|
void |
ProjectResourceBean.EntityListModelImpl.setSelected(ProjektRessource selected) |
Modifier and Type | Method and Description |
---|---|
ProjektRessource |
ProcessingBean.getProjectResource() |
Modifier and Type | Method and Description |
---|---|
ProjektRessource |
ProjektRessourceHandler.create(UserContext uc,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant,
Projekt projekt) |
ProjektRessource |
ProjektRessourceHandler.getByName(UserContext uc,
Projekt projekt,
String name) |
ProjektRessource |
ProjektRessourceHandler.getDownloadRessource(UserContext uc,
FrontendServer fs,
Integer projektId,
String ressourceName) |
ProjektRessource |
ProjektRessourceHandler.update(UserContext uc,
byte[] daten,
String userName,
String fileName,
ProjektRessource res) |
Modifier and Type | Method and Description |
---|---|
List<ProjektRessource> |
ProjektRessourceHandler.getAllByProjekt(UserContext uc,
Projekt projekt) |
Modifier and Type | Method and Description |
---|---|
ProjektRessource |
ProjektRessourceHandler.update(UserContext uc,
byte[] daten,
String userName,
String fileName,
ProjektRessource res) |
Modifier and Type | Method and Description |
---|---|
ProjektRessource |
IProjektRessourcenHandler.create(UserContext uc,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant,
Projekt projekt) |
ProjektRessource |
IProjektRessourcenHandler.getByName(UserContext uc,
Projekt projekt,
String name) |
ProjektRessource |
IProjektRessourcenHandler.getDownloadRessource(UserContext uc,
FrontendServer fs,
Integer projektId,
String ressourceName) |
ProjektRessource |
IProjektRessourcenHandler.update(UserContext uc,
byte[] daten,
String userName,
String fileName,
ProjektRessource res) |
Modifier and Type | Method and Description |
---|---|
List<ProjektRessource> |
IProjektRessourcenHandler.getAllByProjekt(UserContext uc,
Projekt projekt) |
Modifier and Type | Method and Description |
---|---|
ProjektRessource |
IProjektRessourcenHandler.update(UserContext uc,
byte[] daten,
String userName,
String fileName,
ProjektRessource res) |
Modifier and Type | Method and Description |
---|---|
ProjektRessource |
ProjektRessourceAdapter.read(com.google.gson.stream.JsonReader in) |
Modifier and Type | Method and Description |
---|---|
void |
ProjektRessourceAdapter.write(com.google.gson.stream.JsonWriter out,
ProjektRessource src) |
Modifier and Type | Method and Description |
---|---|
List<ProjektRessource> |
IFormRenderContext.getProjektCssResources() |
List<ProjektRessource> |
IFormRenderContext.getProjektJsResources() |
Modifier and Type | Method and Description |
---|---|
void |
IFormRenderContext.setProjektCssResources(List<ProjektRessource> projektCssResources) |
void |
IFormRenderContext.setProjektJsResources(List<ProjektRessource> projektJsResources) |
Modifier and Type | Method and Description |
---|---|
List<ProjektRessource> |
FormRenderData.getCssProjektResources() |
List<ProjektRessource> |
FormRenderData.getJsProjektResources() |
Modifier and Type | Method and Description |
---|---|
void |
FormRenderData.setCssProjektResources(List<ProjektRessource> cssProjektResources) |
void |
FormRenderData.setJsProjektResources(List<ProjektRessource> jsProjektResources) |
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.