Uses of Interface
de.uplanet.lucy.server.rtcache.DataGroupInfo
Packages that use DataGroupInfo
Package
Description
-
Uses of DataGroupInfo in de.uplanet.lucy.server.appservice
Methods in de.uplanet.lucy.server.appservice that return DataGroupInfoModifier and TypeMethodDescriptionApplicationWalker.getDataGroupInfo
(String p_strDgGuid) Deprecated.ApplicationWalker.getDataGroupInfoBySysident
(String p_strAppGuid, String p_strSysIdent) Deprecated.Use$RtCache.getFirstDataGroup($RtCache.filter.dataGroup.getBySysIdent(...))
instead.Methods in de.uplanet.lucy.server.appservice that return types with arguments of type DataGroupInfoModifier and TypeMethodDescriptionApplicationWalker.getChildDataGroups
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strParentDgGuid) Deprecated.ApplicationWalker.getChildDataGroups
(String p_strParentDgGuid) Deprecated.Use$RtCache.getDataGroups($RtCache.filter.dataGroup.getByParentDataGroup(...))
instead.ApplicationWalker.getDatagroupsFromApplication
(de.uplanet.jdbc.JdbcConnection p_conn, String p_strAppGuid) Deprecated.ApplicationWalker.getDatagroupsFromApplication
(String p_strAppGuid) Deprecated.Use$RtCache.getDataGroups($RtCache.filter.dataGroup.getByApplication(...))
instead.Constructors in de.uplanet.lucy.server.appservice with parameters of type DataGroupInfoModifierConstructorDescriptionAwDgInfo
(DataGroupInfo p_info, String p_strDefaultTitle) Deprecated.Method DgInfo. -
Uses of DataGroupInfo in de.uplanet.lucy.server.auxiliaries.exchange
Methods in de.uplanet.lucy.server.auxiliaries.exchange with parameters of type DataGroupInfoModifier and TypeMethodDescriptionde.uplanet.jdbc.JdbcConnection
ExchangeConnectionCallable.getConnectionForDataGroup
(DataGroupInfo p_dataGroupInfo) Returns a connection for the current user or a connection for an impersonate user if an impersonate user is registered with the givenDataGroupInfo
. -
Uses of DataGroupInfo in de.uplanet.lucy.server.auxiliaries.util
Methods in de.uplanet.lucy.server.auxiliaries.util that return DataGroupInfoModifier and TypeMethodDescriptionVCCalculateControl.ShapedTableCalcDataCollection.getMainDataGroup()
-
Uses of DataGroupInfo in de.uplanet.lucy.server.businesslogic.exchange.util
Methods in de.uplanet.lucy.server.businesslogic.exchange.util with parameters of type DataGroupInfoModifier and TypeMethodDescriptionstatic ExchangeUserMailboxInfo
ExchangeUserMailboxInfo.getInstanceForDataGroup
(DataGroupInfo p_dgInfo) Returns an instance for the current user or an impersonate user depending on theDataGroupInfo
properties. -
Uses of DataGroupInfo in de.uplanet.lucy.server.businesslogic.rtappservices
Methods in de.uplanet.lucy.server.businesslogic.rtappservices that return DataGroupInfoModifier and TypeMethodDescriptionWebRow.getMainDataGroup()
WebRowDataCollection.getMainDataGroup()
-
Uses of DataGroupInfo in de.uplanet.lucy.server.rtcache
Methods in de.uplanet.lucy.server.rtcache that return DataGroupInfoModifier and TypeMethodDescriptionDataGroupInfo.getParentDataGroupInfo()
Gets info from parent data group. -
Uses of DataGroupInfo in de.uplanet.lucy.server.rtcache.scripting.velocity
Methods in de.uplanet.lucy.server.rtcache.scripting.velocity that return DataGroupInfoModifier and TypeMethodDescriptionVelocityRtCache.getDataGroup
(String p_strGuid) Get the data group with the given unique identifier.VelocityRtCache.getFirstDataGroup
(IFilter<DataGroupInfo> p_filter) Get first data group that matchesIFilter
.Methods in de.uplanet.lucy.server.rtcache.scripting.velocity that return types with arguments of type DataGroupInfoModifier and TypeMethodDescriptionIVcDataGroupInfoFilterFactory.getByApplication
(String p_strAppGuid) Get a filter for data groups that belong to the given application.IVcDataGroupInfoFilterFactory.getByParentDataGroup
(String p_strParentDataGroupGuid) Get a filter for data groups that belong to the given parent data group (file data groups are ignored).IVcDataGroupInfoFilterFactory.getBySysIdent
(String p_strAppGuid, String p_strSysIdent) Get a filter to get data groups by their system identifier.VelocityRtCache.getDataGroups()
Get all data groups.VelocityRtCache.getDataGroups
(IFilter<DataGroupInfo> p_filter) Get data groups that match a given filter.Method parameters in de.uplanet.lucy.server.rtcache.scripting.velocity with type arguments of type DataGroupInfoModifier and TypeMethodDescriptionVelocityRtCache.getDataGroups
(IFilter<DataGroupInfo> p_filter) Get data groups that match a given filter.VelocityRtCache.getFirstDataGroup
(IFilter<DataGroupInfo> p_filter) Get first data group that matchesIFilter
. -
Uses of DataGroupInfo in de.uplanet.lucy.server.scripting.velocity.callables.legacy
Methods in de.uplanet.lucy.server.scripting.velocity.callables.legacy that return DataGroupInfoModifier and TypeMethodDescriptionApplicationCacheWrapper.getDataGroup
(String p_strDgGuid) Deprecated.Get the datagroup with the given unique identifier.
$RtCache.getDataGroup(...) instead
.