Klasse ApplicationWalker
java.lang.Object
de.uplanet.lucy.server.appservice.ApplicationWalker
Veraltet.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetChildDataGroups(de.uplanet.jdbc.JdbcConnection p_conn, String p_strParentDgGuid) Veraltet.getChildDataGroups(String p_strParentDgGuid) Veraltet.getDataGroupInfo(String p_strDgGuid) Veraltet.Use$RtCache.getDataGroup(...) instead.getDataGroupInfoBySysident(String p_strAppGuid, String p_strSysIdent) Veraltet.Use$RtCache.getFirstDataGroup($RtCache.filter.dataGroup.getBySysIdent(...))instead.Comparator<de.uplanet.lucy.server.rtcache.IRtInfoWithTitle> Veraltet.Use$RtCache.order.titled.getAscending($lang)insteadgetDatagroupsFromApplication(de.uplanet.jdbc.JdbcConnection p_conn, String p_strAppGuid) Veraltet.getDatagroupsFromApplication(String p_strAppGuid) Veraltet.Use$RtCache.getDataGroups($RtCache.filter.dataGroup.getByApplication(...))instead.getFieldInfoBySysident(String p_strDataGroupGuid, String p_strSysIdent) Veraltet.Accessing fields by their sysident is deprecated.getFieldListWithGivenDgGuid(ISession p_sess, String p_strDataGroupGuid) Veraltet.Do not use this method.getFieldListWithGivenDgGuidList(ISession p_sess, List<String> p_listDgGuids) Veraltet.Use$RtCache.getFields($RtCache.filter.field.getByDataGroup(Collectioninstead.)) getFieldMapWithGivenDgGuid(ISession p_sess, String p_strGuid) Veraltet.Do not use this method.getFieldMapWithGivenDgGuidList(ISession p_sess, List<String> p_listDgGuids) Veraltet.Do not use this method.getFieldNameBySysident(String p_strDataGroupGuid, String p_strSysIdent) Veraltet.Accessing fields by their sysident is deprecated.getFlatDatagroupList(de.uplanet.jdbc.JdbcConnection p_conn, String p_strLang, String p_strAppGuid, List<String> p_sysIdent) Veraltet.getFlatDatagroupList(ISession p_sess, String p_strAppGuid) Veraltet.returns a flat list of DgInfo objects for a given application id.getFlatDatagroupList(String p_strLang, String p_strAppGuid, List<String> p_sysIdents) Veraltet.Returns a flat list of DgInfo objects for a given application id and aListof system identifiers.Veraltet.getPageInfo(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid) Veraltet.Use$RtCache.getPage(...) instead.getPageInfo(String p_strGuid) Veraltet.Use$RtCache.getPage(...) instead.getParentDatagroupGuid(ISession p_sess, String p_strDgGuid) Veraltet.This method returns the parent datagroup id to the given datagroup.static IValueHolder<?> getSystemDataGroupProperty(de.uplanet.jdbc.JdbcConnection p_conn, String p_strAppGUID, String p_strPropertyName) Veraltet.static IValueHolder<?> getSystemDataGroupProperty(de.uplanet.jdbc.JdbcConnection p_conn, String p_strAppGuid, String p_strPropertyName, boolean p_bNullOnNotFound) Veraltet.getTableNameBySysident(de.uplanet.jdbc.JdbcConnection p_conn, String p_strAppGuid, String p_strSysIdent) Veraltet.getTableNameBySysident(String p_strAppGuid, String p_strSysIdent) Veraltet.Use$RtCache.getFirstDataGroup($RtCache.filter.dataGroup.getBySysIdent(...)).getTableName()instead.translateUpType2String(de.uplanet.lucy.types.UP_TYPE p_type) Veraltet.Do not use this method.
-
Konstruktordetails
-
ApplicationWalker
public ApplicationWalker()Veraltet.
-
-
Methodendetails
-
getTableNameBySysident
Veraltet.Use$RtCache.getFirstDataGroup($RtCache.filter.dataGroup.getBySysIdent(...)).getTableName()instead. -
getTableNameBySysident
@Deprecated public String getTableNameBySysident(de.uplanet.jdbc.JdbcConnection p_conn, String p_strAppGuid, String p_strSysIdent) Veraltet. -
getDataGroupInfoBySysident
@Deprecated public DataGroupInfo getDataGroupInfoBySysident(String p_strAppGuid, String p_strSysIdent) Veraltet.Use$RtCache.getFirstDataGroup($RtCache.filter.dataGroup.getBySysIdent(...))instead. -
getFieldNameBySysident
Veraltet.Accessing fields by their sysident is deprecated.Returns the physical field name of datafield with the given DataGroup-guid and the given sysident.- Parameter:
p_strDataGroupGuid- The Guid of the DataGroupp_strSysIdent- The sysident of the Field- Gibt zurück:
- the physical field name
-
getFieldInfoBySysident
@Deprecated public FieldInfo getFieldInfoBySysident(String p_strDataGroupGuid, String p_strSysIdent) Veraltet.Accessing fields by their sysident is deprecated.Returns the FieldInfo-Object of datafield with the given DataGroup-guid and the given sysident.- Parameter:
p_strDataGroupGuid- The Guid of the DataGroupp_strSysIdent- The sysident of the Field- Gibt zurück:
- the FieldInfo of the field if present, else null
-
translateUpType2String
Veraltet.Do not use this method. -
getDatagroupsFromApplication
Veraltet.Use$RtCache.getDataGroups($RtCache.filter.dataGroup.getByApplication(...))instead. -
getDatagroupsFromApplication
@Deprecated public List<DataGroupInfo> getDatagroupsFromApplication(de.uplanet.jdbc.JdbcConnection p_conn, String p_strAppGuid) Veraltet. -
getFlatDatagroupList
Veraltet.returns a flat list of DgInfo objects for a given application id.- Parameter:
p_sess- The session to get information from.p_strAppGuid- an application GUID- Gibt zurück:
Listof DgInfo objects
-
getFlatDatagroupList
public List<AwDgInfo> getFlatDatagroupList(String p_strLang, String p_strAppGuid, List<String> p_sysIdents) Veraltet.Returns a flat list of DgInfo objects for a given application id and aListof system identifiers. -
getFlatDatagroupList
@Deprecated public List<AwDgInfo> getFlatDatagroupList(de.uplanet.jdbc.JdbcConnection p_conn, String p_strLang, String p_strAppGuid, List<String> p_sysIdent) Veraltet. -
getInfoNameComparator
Veraltet.- Gibt zurück:
- Comparator for sorting
AwInfoobjects by name.
-
getDataGroupInfoNameComparator
@Deprecated public Comparator<de.uplanet.lucy.server.rtcache.IRtInfoWithTitle> getDataGroupInfoNameComparator()Veraltet.Use$RtCache.order.titled.getAscending($lang)instead -
getDataGroupInfo
Veraltet.Use$RtCache.getDataGroup(...) instead. -
getChildDataGroups
Veraltet.Use$RtCache.getDataGroups($RtCache.filter.dataGroup.getByParentDataGroup(...))instead. -
getChildDataGroups
@Deprecated public List<DataGroupInfo> getChildDataGroups(de.uplanet.jdbc.JdbcConnection p_conn, String p_strParentDgGuid) Veraltet. -
getFieldMapWithGivenDgGuid
@Deprecated public Map<String,AwFieldInfo> getFieldMapWithGivenDgGuid(ISession p_sess, String p_strGuid) Veraltet.Do not use this method. -
getFieldListWithGivenDgGuid
@Deprecated public List<AwFieldInfo> getFieldListWithGivenDgGuid(ISession p_sess, String p_strDataGroupGuid) Veraltet.Do not use this method. -
getFieldMapWithGivenDgGuidList
@Deprecated public Map<String,List<AwFieldInfo>> getFieldMapWithGivenDgGuidList(ISession p_sess, List<String> p_listDgGuids) Veraltet.Do not use this method. -
getFieldListWithGivenDgGuidList
@Deprecated public List<AwFieldInfo> getFieldListWithGivenDgGuidList(ISession p_sess, List<String> p_listDgGuids) Veraltet.Use$RtCache.getFields($RtCache.filter.field.getByDataGroup(Collectioninstead.)) -
getParentDatagroupGuid
public String getParentDatagroupGuid(ISession p_sess, String p_strDgGuid) throws de.uplanet.lucy.server.businesslogic.BlException Veraltet.This method returns the parent datagroup id to the given datagroup.- Parameter:
p_sess- The session to get information from.p_strDgGuid- guid of child datagroup- Gibt zurück:
- String the guid of the parent datagroup or null if no parent datagroup exists
- Löst aus:
de.uplanet.lucy.server.businesslogic.BlException
-
getPageInfo
Veraltet.Use$RtCache.getPage(...) instead.- Löst aus:
Exception
-
getPageInfo
@Deprecated public PageInfo getPageInfo(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid) throws Exception Veraltet.Use$RtCache.getPage(...) instead.- Löst aus:
Exception
-
getSystemDataGroupProperty
public static IValueHolder<?> getSystemDataGroupProperty(de.uplanet.jdbc.JdbcConnection p_conn, String p_strAppGuid, String p_strPropertyName, boolean p_bNullOnNotFound) Veraltet.- Parameter:
p_conn- The database connection (must not benull)p_strAppGuid- The application GUID (must not benullor empty)p_strPropertyName- The property name (must not benullor empty)p_bNullOnNotFound- Iftruenullwill be returned if no property with the name was found otherwise an exception will be thrown.- Gibt zurück:
- The value holder
-
getSystemDataGroupProperty
public static IValueHolder<?> getSystemDataGroupProperty(de.uplanet.jdbc.JdbcConnection p_conn, String p_strAppGUID, String p_strPropertyName) Veraltet.- Parameter:
p_conn- The database connection (must not benull)p_strAppGUID- The application GUID (must not benullor empty)p_strPropertyName- The property name (must not benullor empty)- Gibt zurück:
- The value holder
- Löst aus:
IllegalArgumentException- will be thrown on bad parameters or not property with the name exists.
-
$RtCache.getDataGroups($RtCache.filter.dataGroup.getByParentDataGroup(...))instead.