Uses of Class
de.xima.fc.exceptions.PropertyException
Packages that use PropertyException
Package
Description
Package for API access to system configuration.
-
Uses of PropertyException in de.xima.fc.api.system
Methods in de.xima.fc.api.system that throw PropertyExceptionModifier and TypeMethodDescriptionBeanAPI.getProp
(UserContext uc, Serializable bean, BeanAttribute[] beanAttributs) Reading a specific value from committed object based on the property name. -
Uses of PropertyException in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that throw PropertyExceptionModifier and TypeMethodDescriptionIBeanHandler.getProp
(T bean, BeanAttribute[] props) Auslesen eines bestimmten Wertes aus dem übergebenen Objekt anhand des Eigenschaftsnamen. -
Uses of PropertyException in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that throw PropertyExceptionModifier and TypeMethodDescriptionBeanHandler.getProp
(T bean, BeanAttribute[] props) Auslesen eines bestimmten Wertes aus dem übergebenen Objekt anhand des Eigenschaftsnamen. -
Uses of PropertyException in de.xima.fc.web.common.json
Methods in de.xima.fc.web.common.json that throw PropertyExceptionModifier and TypeMethodDescriptionstatic <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 PropertyException in de.xima.fc.web.common.utils
Methods in de.xima.fc.web.common.utils that throw PropertyExceptionModifier and TypeMethodDescriptionstatic ValueDescriptor
BeanUtils.correctlyTypedDescriptor
(Object bean, String propName, Object propValue) static <E extends ITransferable>
Class<E>BeanUtils.findModelClass
(Object bean, String entityPropName) Liefert die konkrete Klasse, welche die gefunden getter-Methode als Rückgabewert hat.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 DaoProviderpropName
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 vonValueDescriptor
en.