Uses of Class
de.xima.fc.mdl.BeanAttribute
-
Packages that use BeanAttribute 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 -
-
Uses of BeanAttribute in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type BeanAttribute Modifier and Type Method Description Map<String,Object>
BeanAPI. getProp(UserContext uc, Serializable bean, BeanAttribute[] beanAttributs)
Reading a specific value from committed object based on the property name. -
Uses of BeanAttribute in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type BeanAttribute Modifier and Type Method Description <T> Map<String,Object>
IBeanHandler. getProp(T bean, BeanAttribute[] props)
Auslesen eines bestimmten Wertes aus dem übergebenen Objekt anhand des Eigenschaftsnamen. -
Uses of BeanAttribute in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type BeanAttribute Modifier and Type Method Description <T> Map<String,Object>
BeanHandler. getProp(T bean, BeanAttribute[] props)
Auslesen eines bestimmten Wertes aus dem übergebenen Objekt anhand des Eigenschaftsnamen. -
Uses of BeanAttribute in de.xima.fc.web.common.json
Method parameters in de.xima.fc.web.common.json with type arguments of type BeanAttribute Modifier and Type Method 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 wurdenstatic 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 mitLocalizedMessageWrapper
-Objekten zu lokalisieren und der Map, die als ParameterreturnValues
mitkommt, hinzuzufügen.static <E extends ITransferable>
StringJSONBuilder. 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 -
Uses of BeanAttribute in de.xima.fc.web.common.utils
Methods in de.xima.fc.web.common.utils that return types with arguments of type BeanAttribute Modifier and Type Method Description static ArrayList<BeanAttribute>
BeanUtils. getOutgoingAttributes(Class<? extends ITransferable> entityClass)
Diese Methode liefert nur die Attribute, welche mit der AnnotationTransferAttribute
versehen sindMethod parameters in de.xima.fc.web.common.utils with type arguments of type BeanAttribute Modifier and Type Method Description static Map<String,Object>
BeanUtils. getProp(Serializable bean, List<BeanAttribute> props)
-