Package | Description |
---|---|
de.xima.fc.api.system |
Package for API access to system configuration.
|
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 |
---|---|
<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 String |
JSONBuilder.buildEntityList(List<? extends ITransferableEntity> entityList,
ArrayList<BeanAttribute> attrs,
javax.servlet.http.HttpSession session,
HashMap<String,String> returnValues)
Stellt den Response-Inhalt im JSON-Format bereit, mit allen Entitäten welche übergeben wurden
|
static String |
JSONBuilder.buildEntityList(List<? extends ITransferableEntity> entityList,
ArrayList<BeanAttribute> attrs,
javax.servlet.http.HttpSession session,
HashMap<String,String> returnValues,
List<de.xima.cmn.i18n.LocalizedMessageWrapper> i18nMsgs)
Diese Methode erlaubt es eine Liste mit
LocalizedMessageWrapper -Objekten zu lokalisieren und der Map, die
als Parameter returnValues mitkommt, hinzuzufügen. |
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 ArrayList<BeanAttribute> |
BeanUtils.getOutgoingAttributes(Class<? extends ITransferable> entityClass)
Diese Methode liefert nur die Attribute, welche mit der Annotation
TransferAttribute versehen sind |
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
BeanUtils.getProp(Serializable bean,
List<BeanAttribute> props) |
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.