Uses of Interface
de.uplanet.lucy.server.businesslogic.util.IDataRangeDataService
-
Packages that use IDataRangeDataService Package Description de.uplanet.lucy.server.mail -
-
Uses of IDataRangeDataService in de.uplanet.lucy.server.mail
Methods in de.uplanet.lucy.server.mail that return IDataRangeDataService Modifier and Type Method Description static IDataRangeDataService
MailUtil. getAddressListDataRange(IBusinessLogicProcessingContext p_ctx, String p_strFieldGuid, de.uplanet.lucy.server.businesslogic.rtdata.jdbc.filter.IFilterElement p_filter, TimeZone p_tz)
Note: Do not use this method in scripts.static IDataRangeDataService
MailUtil. getDistinctDataRangeList(IBusinessLogicProcessingContext p_ctx, de.uplanet.lucy.server.mail.MailRecipientInfo p_mailRcp, TimeZone p_tz)
Deprecated.static IDataRangeDataService
MailUtil. getDistinctDataRangeList(IBusinessLogicProcessingContext p_ctx, String p_strFieldGuid, de.uplanet.lucy.server.businesslogic.rtdata.jdbc.filter.IFilterElement p_filter, TimeZone p_tz)
Deprecated.static IDataRangeDataService
MailUtil. getDistinctDataRangeList(IBusinessLogicProcessingContext p_ctx, String p_strAppGuid, String p_strDgGuid, String p_strFieldGuid, de.uplanet.lucy.server.businesslogic.rtdata.jdbc.filter.IFilterElement p_filter, TimeZone p_tz)
Deprecated.
-