Uses of Class
de.xima.fc.beans.ValueDescriptor
Packages that use ValueDescriptor
-
Uses of ValueDescriptor in de.xima.fc.servlet
Methods in de.xima.fc.servlet that return types with arguments of type ValueDescriptorModifier and TypeMethodDescriptionprotected List<ArrayList<ValueDescriptor>>
DatenabfrageLDAPServlet.convert2ValueDescrList
(de.xima.cmn.db.model.SerializableResultSet rs) -
Uses of ValueDescriptor in de.xima.fc.web.common.json
Methods in de.xima.fc.web.common.json that return types with arguments of type ValueDescriptorModifier and TypeMethodDescriptionstatic List<ArrayList<ValueDescriptor>>
JSONBuilder.convert2ValueDescrList
(de.xima.cmn.db.model.SerializableResultSet rs) Method parameters in de.xima.fc.web.common.json with type arguments of type ValueDescriptorModifier and TypeMethodDescriptionstatic String
JSONBuilder.buildList
(List<ArrayList<ValueDescriptor>> enumList, javax.servlet.http.HttpSession session) static String
JSONBuilder.buildList
(List<ArrayList<ValueDescriptor>> enumList, javax.servlet.http.HttpSession session, boolean plain) static String
JSONBuilder.buildOtherList
(List<ArrayList<ValueDescriptor>> valueList, javax.servlet.http.HttpSession session) static String
JSONBuilder.buildOtherSet
(Set<ArrayList<ValueDescriptor>> valueList, javax.servlet.http.HttpSession session) Stellt den Response-Inhalt im JSON-Format bereit, mit allen Enums welche übergeben wurdenstatic String
JSONBuilder.buildSet
(Set<ArrayList<ValueDescriptor>> enumList, javax.servlet.http.HttpSession session) -
Uses of ValueDescriptor in de.xima.fc.web.common.utils
Methods in de.xima.fc.web.common.utils that return ValueDescriptorModifier and TypeMethodDescriptionstatic ValueDescriptor
BeanUtils.correctlyTypedDescriptor
(Object bean, String propName, Object propValue) Methods in de.xima.fc.web.common.utils that return types with arguments of type ValueDescriptorModifier and TypeMethodDescriptionstatic ArrayList<ValueDescriptor>
BeanUtils.vdList
(Serializable bean, String[] propNames) Baut eine Liste vonValueDescriptor
en.