Package | Description |
---|---|
de.xima.fc.api.system |
Package for API access to system configuration.
|
de.xima.fc.form | |
de.xima.fc.handler.interfaces.system | |
de.xima.fc.handler.system | |
de.xima.fc.web.common.json | |
de.xima.fc.web.common.utils |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
BeanAPI.getProp(UserContext uc,
Serializable bean,
BeanAttribute[] beanAttributs)
Reading a specific value from committed object based on the property name.
|
Modifier and Type | Method and Description |
---|---|
static Vorgang |
FormProcessUtil.createVorgang(IFormRequestContext requestCtx)
Deprecated.
|
static Vorgang |
FormProcessUtil.processVorgang(IExtendedFormRequestContext requestCtx)
Deprecated.
|
static Vorgang |
FormProcessUtil.updateVorgang(IFormRequestContext requestCtx)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
<T> Map<String,Object> |
IBeanHandler.getProp(T bean,
BeanAttribute[] props)
Auslesen eines bestimmten Wertes aus dem übergebenen Objekt anhand des Eigenschaftsnamen.
|
Modifier and Type | Method and Description |
---|---|
<T> Map<String,Object> |
BeanHandler.getProp(T bean,
BeanAttribute[] props)
Auslesen eines bestimmten Wertes aus dem übergebenen Objekt anhand des Eigenschaftsnamen.
|
Modifier and Type | Method and Description |
---|---|
static <E extends ITransferable> |
JSONBuilder.buildExtendedEntityList(List<ExtendedEntityModel<E>> dataList,
ArrayList<BeanAttribute> attr,
javax.servlet.http.HttpSession session,
HashMap<String,String> returnValues) |
static String |
JSONBuilder.buildList(List<? extends ITransferable> entityList,
ArrayList<BeanAttribute> attr,
javax.servlet.http.HttpSession session,
HashMap<String,String> returnValues)
Verarbeitet die konkreten Entitäten und baut den JSON-Response zusammen
|
Modifier and Type | Method and Description |
---|---|
static ValueDescriptor |
BeanUtils.correctlyTypedDescriptor(Object bean,
String propName,
Object propValue) |
static <E extends ITransferable> |
BeanUtils.findModelClass(Object bean,
String entityPropName)
Liefert die konkrete Klasse, welche die gefunden getter-Methode als Rückgabewert hat.
|
static Map<String,Object> |
BeanUtils.getProp(Serializable bean,
List<BeanAttribute> props) |
static void |
BeanUtils.setProp(UserContext uc,
Object bean,
String propName,
Object propValue)
Setzt folgendes voraus, wenn es sich bei den zu setzenden Properties um eine oder mehrere Entitäten-IDs handelt:
ein passendes DAO mit dem Namen "[großgeschriebener Property- oder Collection-Parametertyp]_DAO" existiert als
statisches Feld in DaoProvider
propName muss dem Muster "[Name einfache Eigenschaft].id" oder "[Name Collection-basierte
Eigenschaft].ids" entsprechen, z.B. |
static ArrayList<ValueDescriptor> |
BeanUtils.vdList(Serializable bean,
String[] propNames)
Baut eine Liste von
ValueDescriptor en. |
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.