Uses of Class
de.xima.fc.mdl.BeanAttribute
Packages that use BeanAttribute
Package
Description
Package for API access to system configuration.
-
Uses of BeanAttribute in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type BeanAttributeModifier and TypeMethodDescriptionBeanAPI.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 BeanAttributeModifier and TypeMethodDescriptionIBeanHandler.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 BeanAttributeModifier and TypeMethodDescriptionBeanHandler.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 BeanAttributeModifier and TypeMethodDescriptionstatic 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 BeanAttributeModifier and TypeMethodDescriptionstatic 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 BeanAttributeModifier and TypeMethodDescriptionBeanUtils.getProp
(Serializable bean, List<BeanAttribute> props)