Package | Description |
---|---|
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.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.interfaces.form | |
de.xima.fc.mdl.form |
Modifier and Type | Method and Description |
---|---|
MandantRessource |
MandantRessourcenAPI.create(UserContext uc,
String name,
byte[] data,
String userName,
String fileName,
Mandant mandant)
Method for creating a
MandantRessource with the transmitted data. |
MandantRessource |
MandantRessourcenAPI.getByName(UserContext uc,
Mandant mandant,
String name)
Method for determining the
MandantRessource by his name. |
MandantRessource |
MandantRessourcenAPI.getDownloadRessource(UserContext uc,
Integer mandantId,
String resourceName)
Method for determining a
MandantRessource by the resource name. |
MandantRessource |
MandantRessourcenAPI.update(UserContext uc,
byte[] data,
String userName,
String fileName,
MandantRessource res)
Method for updating a
MandantRessource with the transmitted data. |
Modifier and Type | Method and Description |
---|---|
List<MandantRessource> |
MandantRessourcenAPI.getAllByMandant(UserContext uc,
Mandant mandant)
Method for determining all
MandantRessource s for a client. |
Modifier and Type | Method and Description |
---|---|
MandantRessource |
MandantRessourcenAPI.update(UserContext uc,
byte[] data,
String userName,
String fileName,
MandantRessource res)
Method for updating a
MandantRessource with the transmitted data. |
Modifier and Type | Method and Description |
---|---|
MandantRessource |
MandantRessourceDao.create(IEntityContext ec,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant) |
MandantRessource |
MandantRessourceDao.create(IEntityContext ec,
String name,
byte[] daten,
String userName,
String fileName,
String resourceDescription,
Mandant mandant) |
MandantRessource |
MandantRessourceDao.getByName(Mandant mandant,
String name,
IEntityContext ec) |
MandantRessource |
MandantRessourceDao.update(IEntityContext ec,
byte[] daten,
String userName,
String fileName,
MandantRessource res) |
Modifier and Type | Method and Description |
---|---|
List<MandantRessource> |
MandantRessourceDao.getAllByMandant(Mandant mandant,
IEntityContext ec) |
protected IFCDaoActionHook<MandantRessource> |
MandantRessourceDao.getPostActionHook() |
protected IFCDaoActionHook<MandantRessource> |
MandantRessourceDao.getPreActionHook() |
Modifier and Type | Method and Description |
---|---|
Set<de.xima.cmn.dao.interfaces.IEntity<Long>> |
MandantRessourceDao.getEntityRefs(IEntityContext ec,
MandantRessource resource) |
MandantRessource |
MandantRessourceDao.update(IEntityContext ec,
byte[] daten,
String userName,
String fileName,
MandantRessource res) |
Modifier and Type | Method and Description |
---|---|
MandantRessource |
IMandantRessourceDao.create(IEntityContext ec,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant) |
MandantRessource |
IMandantRessourceDao.create(IEntityContext ec,
String name,
byte[] daten,
String userName,
String fileName,
String resourceDescription,
Mandant mandant) |
MandantRessource |
IMandantRessourceDao.getByName(Mandant mandant,
String name,
IEntityContext ec) |
MandantRessource |
IMandantRessourceDao.update(IEntityContext ec,
byte[] daten,
String userName,
String fileName,
MandantRessource res) |
Modifier and Type | Method and Description |
---|---|
List<MandantRessource> |
IMandantRessourceDao.getAllByMandant(Mandant mandant,
IEntityContext ec) |
Modifier and Type | Method and Description |
---|---|
MandantRessource |
IMandantRessourceDao.update(IEntityContext ec,
byte[] daten,
String userName,
String fileName,
MandantRessource res) |
Modifier and Type | Method and Description |
---|---|
MandantRessource |
MandantRessourceDatei.getBaseEntity() |
Modifier and Type | Method and Description |
---|---|
void |
MandantRessourceDatei.setBaseEntity(MandantRessource baseEntity) |
Modifier and Type | Method and Description |
---|---|
static String |
URLHelper.getClientResourceUrl(MandantRessource res,
boolean noCache) |
Modifier and Type | Method and Description |
---|---|
Map<EFormResourceType,List<MandantRessource>> |
FormRenderContext.getClientResourceMap() |
List<MandantRessource> |
FormRenderContext.getClientResources(EFormResourceType type) |
List<MandantRessource> |
FormRenderContext.getMandantCssResources()
Deprecated.
|
List<MandantRessource> |
FormRenderContext.getMandantJsResources()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
FormRenderContext.setClientResourceMap(Map<EFormResourceType,List<MandantRessource>> resMap) |
void |
FormRenderContext.setClientResources(EFormResourceType type,
List<MandantRessource> resources) |
void |
FormRenderContext.setMandantCssResources(List<MandantRessource> cssMandantResources)
Deprecated.
|
void |
FormRenderContext.setMandantJsResources(List<MandantRessource> jsMandantResources)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected MandantRessource |
ClientResourceBean.createResource(String resourceName,
String description,
String fileName,
byte[] data,
String userName) |
protected MandantRessource |
ClientResourceBean.updateResource(String resourceName,
String newResourceName,
String description,
String fileName,
byte[] data,
String userName) |
Modifier and Type | Method and Description |
---|---|
protected IEntityListModel<MandantRessource> |
ClientResourceBean.getNewModel() |
Modifier and Type | Method and Description |
---|---|
void |
ClientResourceBean.EntityListModelImpl.setSelected(MandantRessource selected) |
Modifier and Type | Method and Description |
---|---|
MandantRessource |
ProcessingBean.getClientResource() |
Modifier and Type | Method and Description |
---|---|
MandantRessource |
MandantRessourceHandler.create(UserContext uc,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant) |
MandantRessource |
MandantRessourceHandler.getByName(UserContext uc,
Mandant mandant,
String name) |
MandantRessource |
MandantRessourceHandler.getDownloadRessource(UserContext uc,
Integer mandantId,
String ressourceName) |
MandantRessource |
MandantRessourceHandler.update(UserContext uc,
byte[] daten,
String userName,
String fileName,
MandantRessource res) |
Modifier and Type | Method and Description |
---|---|
List<MandantRessource> |
MandantRessourceHandler.getAllByMandant(UserContext uc,
Mandant mandant) |
Modifier and Type | Method and Description |
---|---|
MandantRessource |
MandantRessourceHandler.update(UserContext uc,
byte[] daten,
String userName,
String fileName,
MandantRessource res) |
Modifier and Type | Method and Description |
---|---|
MandantRessource |
IMandantRessourcenHandler.create(UserContext uc,
String name,
byte[] daten,
String userName,
String fileName,
Mandant mandant) |
MandantRessource |
IMandantRessourcenHandler.getByName(UserContext uc,
Mandant mandant,
String name) |
MandantRessource |
IMandantRessourcenHandler.getDownloadRessource(UserContext uc,
Integer mandantId,
String ressourceName) |
MandantRessource |
IMandantRessourcenHandler.update(UserContext uc,
byte[] daten,
String userName,
String fileName,
MandantRessource res) |
Modifier and Type | Method and Description |
---|---|
List<MandantRessource> |
IMandantRessourcenHandler.getAllByMandant(UserContext uc,
Mandant mandant) |
Modifier and Type | Method and Description |
---|---|
MandantRessource |
IMandantRessourcenHandler.update(UserContext uc,
byte[] daten,
String userName,
String fileName,
MandantRessource res) |
Modifier and Type | Method and Description |
---|---|
Map<EFormResourceType,List<MandantRessource>> |
IFormRenderContext.getClientResourceMap() |
List<MandantRessource> |
IFormRenderContext.getClientResources(EFormResourceType type) |
List<MandantRessource> |
IFormRenderContext.getMandantCssResources()
Deprecated.
|
List<MandantRessource> |
IFormRenderContext.getMandantJsResources()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
IFormRenderContext.setClientResourceMap(Map<EFormResourceType,List<MandantRessource>> resMap) |
void |
IFormRenderContext.setClientResources(EFormResourceType type,
List<MandantRessource> resources) |
void |
IFormRenderContext.setMandantCssResources(List<MandantRessource> cssMandantResources)
Deprecated.
|
void |
IFormRenderContext.setMandantJsResources(List<MandantRessource> jsMandantResources)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Map<EFormResourceType,List<MandantRessource>> |
FormRenderData.getClientResourceMap() |
List<MandantRessource> |
FormRenderData.getClientResources(EFormResourceType type) |
List<MandantRessource> |
FormRenderData.getCssMandantResources()
Deprecated.
|
List<MandantRessource> |
FormRenderData.getJsMandantResources()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
FormRenderData.setClientResources(EFormResourceType type,
List<MandantRessource> resources) |
void |
FormRenderData.setCssMandantResources(List<MandantRessource> cssMandantResources)
Deprecated.
|
void |
FormRenderData.setJsMandantResources(List<MandantRessource> jsMandantResources)
Deprecated.
|
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.