Class ApplicationWalker
java.lang.Object
de.uplanet.lucy.server.appservice.ApplicationWalker
Deprecated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList<de.uplanet.lucy.server.rtcache.DataGroupInfo>
getChildDataGroups
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strParentDgGuid) Deprecated.List<de.uplanet.lucy.server.rtcache.DataGroupInfo>
getChildDataGroups
(String p_strParentDgGuid) Deprecated.de.uplanet.lucy.server.rtcache.DataGroupInfo
getDataGroupInfo
(String p_strDgGuid) Deprecated.Use$RtCache.getDataGroup(...) instead
.de.uplanet.lucy.server.rtcache.DataGroupInfo
getDataGroupInfoBySysident
(String p_strAppGuid, String p_strSysIdent) Deprecated.Use$RtCache.getFirstDataGroup($RtCache.filter.dataGroup.getBySysIdent(...))
instead.Comparator<de.uplanet.lucy.server.rtcache.IRtInfoWithTitle>
Deprecated.Use$RtCache.order.titled.getAscending($lang)
insteadList<de.uplanet.lucy.server.rtcache.DataGroupInfo>
getDatagroupsFromApplication
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strAppGuid) Deprecated.List<de.uplanet.lucy.server.rtcache.DataGroupInfo>
getDatagroupsFromApplication
(String p_strAppGuid) Deprecated.Use$RtCache.getDataGroups($RtCache.filter.dataGroup.getByApplication(...))
instead.de.uplanet.lucy.server.rtcache.FieldInfo
getFieldInfoBySysident
(String p_strDataGroupGuid, String p_strSysIdent) Deprecated.Accessing fields by their sysident is deprecated.List<de.uplanet.lucy.server.appservice.AwFieldInfo>
getFieldListWithGivenDgGuid
(de.uplanet.lucy.server.session.ISession p_sess, String p_strDataGroupGuid) Deprecated.Do not use this method.List<de.uplanet.lucy.server.appservice.AwFieldInfo>
getFieldListWithGivenDgGuidList
(de.uplanet.lucy.server.session.ISession p_sess, List<String> p_listDgGuids) Deprecated.Use$RtCache.getFields($RtCache.filter.field.getByDataGroup(Collection
instead.)) getFieldMapWithGivenDgGuid
(de.uplanet.lucy.server.session.ISession p_sess, String p_strGuid) Deprecated.Do not use this method.getFieldMapWithGivenDgGuidList
(de.uplanet.lucy.server.session.ISession p_sess, List<String> p_listDgGuids) Deprecated.Do not use this method.getFieldNameBySysident
(String p_strDataGroupGuid, String p_strSysIdent) Deprecated.Accessing fields by their sysident is deprecated.List<de.uplanet.lucy.server.appservice.AwDgInfo>
getFlatDatagroupList
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strLang, String p_strAppGuid, List<String> p_sysIdent) Deprecated.List<de.uplanet.lucy.server.appservice.AwDgInfo>
getFlatDatagroupList
(de.uplanet.lucy.server.session.ISession p_sess, String p_strAppGuid) Deprecated.returns a flat list of DgInfo objects for a given application id.List<de.uplanet.lucy.server.appservice.AwDgInfo>
getFlatDatagroupList
(String p_strLang, String p_strAppGuid, List<String> p_sysIdents) Deprecated.Returns a flat list of DgInfo objects for a given application id and aList
of system identifiers.de.uplanet.lucy.server.appservice.AwInfoComparator
Deprecated.de.uplanet.lucy.server.rtcache.PageInfo
getPageInfo
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid) Deprecated.Use$RtCache.getPage(...) instead
.de.uplanet.lucy.server.rtcache.PageInfo
getPageInfo
(String p_strGuid) Deprecated.Use$RtCache.getPage(...) instead
.getParentDatagroupGuid
(de.uplanet.lucy.server.session.ISession p_sess, String p_strDgGuid) Deprecated.This method returns the parent datagroup id to the given datagroup.static de.uplanet.lucy.server.dataobjects.IValueHolder<?>
getSystemDataGroupProperty
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strAppGUID, String p_strPropertyName) Deprecated.static de.uplanet.lucy.server.dataobjects.IValueHolder<?>
getSystemDataGroupProperty
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strAppGuid, String p_strPropertyName, boolean p_bNullOnNotFound) Deprecated.getTableNameBySysident
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strAppGuid, String p_strSysIdent) Deprecated.getTableNameBySysident
(String p_strAppGuid, String p_strSysIdent) Deprecated.Use$RtCache.getFirstDataGroup($RtCache.filter.dataGroup.getBySysIdent(...)).getTableName()
instead.translateUpType2String
(de.uplanet.lucy.types.UP_TYPE p_type) Deprecated.Do not use this method.
-
Constructor Details
-
ApplicationWalker
public ApplicationWalker()Deprecated.
-
-
Method Details
-
getTableNameBySysident
Deprecated.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) Deprecated. -
getDataGroupInfoBySysident
@Deprecated public de.uplanet.lucy.server.rtcache.DataGroupInfo getDataGroupInfoBySysident(String p_strAppGuid, String p_strSysIdent) Deprecated.Use$RtCache.getFirstDataGroup($RtCache.filter.dataGroup.getBySysIdent(...))
instead. -
getFieldNameBySysident
Deprecated.Accessing fields by their sysident is deprecated.Returns the physical field name of datafield with the given DataGroup-guid and the given sysident.- Parameters:
p_strDataGroupGuid
- The Guid of the DataGroupp_strSysIdent
- The sysident of the Field- Returns:
- the physical field name
-
getFieldInfoBySysident
@Deprecated public de.uplanet.lucy.server.rtcache.FieldInfo getFieldInfoBySysident(String p_strDataGroupGuid, String p_strSysIdent) Deprecated.Accessing fields by their sysident is deprecated.Returns the FieldInfo-Object of datafield with the given DataGroup-guid and the given sysident.- Parameters:
p_strDataGroupGuid
- The Guid of the DataGroupp_strSysIdent
- The sysident of the Field- Returns:
- the FieldInfo of the field if present, else null
-
translateUpType2String
Deprecated.Do not use this method. -
getDatagroupsFromApplication
@Deprecated public List<de.uplanet.lucy.server.rtcache.DataGroupInfo> getDatagroupsFromApplication(String p_strAppGuid) Deprecated.Use$RtCache.getDataGroups($RtCache.filter.dataGroup.getByApplication(...))
instead. -
getDatagroupsFromApplication
@Deprecated public List<de.uplanet.lucy.server.rtcache.DataGroupInfo> getDatagroupsFromApplication(de.uplanet.jdbc.JdbcConnection p_conn, String p_strAppGuid) Deprecated. -
getFlatDatagroupList
public List<de.uplanet.lucy.server.appservice.AwDgInfo> getFlatDatagroupList(de.uplanet.lucy.server.session.ISession p_sess, String p_strAppGuid) Deprecated.returns a flat list of DgInfo objects for a given application id.- Parameters:
p_sess
- The session to get information from.p_strAppGuid
- an application GUID- Returns:
List
of DgInfo objects
-
getFlatDatagroupList
public List<de.uplanet.lucy.server.appservice.AwDgInfo> getFlatDatagroupList(String p_strLang, String p_strAppGuid, List<String> p_sysIdents) Deprecated.Returns a flat list of DgInfo objects for a given application id and aList
of system identifiers. -
getFlatDatagroupList
@Deprecated public List<de.uplanet.lucy.server.appservice.AwDgInfo> getFlatDatagroupList(de.uplanet.jdbc.JdbcConnection p_conn, String p_strLang, String p_strAppGuid, List<String> p_sysIdent) Deprecated. -
getInfoNameComparator
public de.uplanet.lucy.server.appservice.AwInfoComparator getInfoNameComparator()Deprecated.- Returns:
- Comparator for sorting
AwInfo
objects by name.
-
getDataGroupInfoNameComparator
@Deprecated public Comparator<de.uplanet.lucy.server.rtcache.IRtInfoWithTitle> getDataGroupInfoNameComparator()Deprecated.Use$RtCache.order.titled.getAscending($lang)
instead -
getDataGroupInfo
@Deprecated public de.uplanet.lucy.server.rtcache.DataGroupInfo getDataGroupInfo(String p_strDgGuid) Deprecated.Use$RtCache.getDataGroup(...) instead
. -
getChildDataGroups
@Deprecated public List<de.uplanet.lucy.server.rtcache.DataGroupInfo> getChildDataGroups(String p_strParentDgGuid) Deprecated.Use$RtCache.getDataGroups($RtCache.filter.dataGroup.getByParentDataGroup(...))
instead. -
getChildDataGroups
@Deprecated public List<de.uplanet.lucy.server.rtcache.DataGroupInfo> getChildDataGroups(de.uplanet.jdbc.JdbcConnection p_conn, String p_strParentDgGuid) Deprecated. -
getFieldMapWithGivenDgGuid
@Deprecated public Map<String,de.uplanet.lucy.server.appservice.AwFieldInfo> getFieldMapWithGivenDgGuid(de.uplanet.lucy.server.session.ISession p_sess, String p_strGuid) Deprecated.Do not use this method. -
getFieldListWithGivenDgGuid
@Deprecated public List<de.uplanet.lucy.server.appservice.AwFieldInfo> getFieldListWithGivenDgGuid(de.uplanet.lucy.server.session.ISession p_sess, String p_strDataGroupGuid) Deprecated.Do not use this method. -
getFieldMapWithGivenDgGuidList
@Deprecated public Map<String,List<de.uplanet.lucy.server.appservice.AwFieldInfo>> getFieldMapWithGivenDgGuidList(de.uplanet.lucy.server.session.ISession p_sess, List<String> p_listDgGuids) Deprecated.Do not use this method. -
getFieldListWithGivenDgGuidList
@Deprecated public List<de.uplanet.lucy.server.appservice.AwFieldInfo> getFieldListWithGivenDgGuidList(de.uplanet.lucy.server.session.ISession p_sess, List<String> p_listDgGuids) Deprecated.Use$RtCache.getFields($RtCache.filter.field.getByDataGroup(Collection
instead.)) -
getParentDatagroupGuid
public String getParentDatagroupGuid(de.uplanet.lucy.server.session.ISession p_sess, String p_strDgGuid) throws de.uplanet.lucy.server.businesslogic.BlException Deprecated.This method returns the parent datagroup id to the given datagroup.- Parameters:
p_sess
- The session to get information from.p_strDgGuid
- guid of child datagroup- Returns:
- String the guid of the parent datagroup or null if no parent datagroup exists
- Throws:
de.uplanet.lucy.server.businesslogic.BlException
-
getPageInfo
@Deprecated public de.uplanet.lucy.server.rtcache.PageInfo getPageInfo(String p_strGuid) throws Exception Deprecated.Use$RtCache.getPage(...) instead
.- Throws:
Exception
-
getPageInfo
@Deprecated public de.uplanet.lucy.server.rtcache.PageInfo getPageInfo(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGuid) throws Exception Deprecated.Use$RtCache.getPage(...) instead
.- Throws:
Exception
-
getSystemDataGroupProperty
public static de.uplanet.lucy.server.dataobjects.IValueHolder<?> getSystemDataGroupProperty(de.uplanet.jdbc.JdbcConnection p_conn, String p_strAppGuid, String p_strPropertyName, boolean p_bNullOnNotFound) Deprecated.- Parameters:
p_conn
- The database connection (must not benull
)p_strAppGuid
- The application GUID (must not benull
or empty)p_strPropertyName
- The property name (must not benull
or empty)p_bNullOnNotFound
- Iftrue
null
will be returned if no property with the name was found otherwise an exception will be thrown.- Returns:
- The value holder
-
getSystemDataGroupProperty
public static de.uplanet.lucy.server.dataobjects.IValueHolder<?> getSystemDataGroupProperty(de.uplanet.jdbc.JdbcConnection p_conn, String p_strAppGUID, String p_strPropertyName) Deprecated.- Parameters:
p_conn
- The database connection (must not benull
)p_strAppGUID
- The application GUID (must not benull
or empty)p_strPropertyName
- The property name (must not benull
or empty)- Returns:
- The value holder
- Throws:
IllegalArgumentException
- will be thrown on bad parameters or not property with the name exists.
-
$RtCache.getDataGroups($RtCache.filter.dataGroup.getByParentDataGroup(...))
instead.