Uses of Class
de.uplanet.lucy.server.appservice.AwFieldInfo
-
Packages that use AwFieldInfo Package Description de.uplanet.lucy.server.appservice de.uplanet.lucy.server.auxiliaries Contains helper and convenience classes for Velocity-based web authoring with Intrexx. -
-
Uses of AwFieldInfo in de.uplanet.lucy.server.appservice
Methods in de.uplanet.lucy.server.appservice that return types with arguments of type AwFieldInfo Modifier and Type Method Description List<AwFieldInfo>
ApplicationWalker. getFieldListWithGivenDgGuid(ISession p_sess, String p_strDataGroupGuid)
Deprecated.Do not use this method.List<AwFieldInfo>
ApplicationWalker. getFieldListWithGivenDgGuidList(ISession p_sess, List<String> p_listDgGuids)
Deprecated.Use$RtCache.getFields($RtCache.filter.field.getByDataGroup(Collection
instead.)) Map<String,AwFieldInfo>
ApplicationWalker. getFieldMapWithGivenDgGuid(ISession p_sess, String p_strGuid)
Deprecated.Do not use this method.Map<String,List<AwFieldInfo>>
ApplicationWalker. getFieldMapWithGivenDgGuidList(ISession p_sess, List<String> p_listDgGuids)
Deprecated.Do not use this method. -
Uses of AwFieldInfo in de.uplanet.lucy.server.auxiliaries
Methods in de.uplanet.lucy.server.auxiliaries that return types with arguments of type AwFieldInfo Modifier and Type Method Description List<AwFieldInfo>
DrFilterHelper. getFieldInfosForOperator(List<String> p_strListFieldGuids, String p_strLang)
Deprecated.
-