|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IReportSourceFactory
This interface provides a common service point for opening a
ReportSource client object in the SAP BusinessObjects Enterprise environment.
| Method Summary | |
|---|---|
IReportSource |
openReportSource(IInfoObject object,
java.util.Locale locale)
Returns an IReportSource based on the server and the service requested. |
IReportSource |
openReportSource(IInfoObject object,
java.util.Locale locale,
java.util.Locale docLocale)
For internal use only. |
IReportSource |
openReportSource(int objID,
java.util.Locale locale)
Deprecated. As of Version 10. |
IReportSource |
openReportSource(java.lang.String strID,
java.util.Locale locale)
Returns an IReportSource based on the server and the service requested. |
IReportSource |
openReportSource(java.lang.String strID,
java.util.Locale locale,
java.util.Locale docLocale)
For internal use only. |
| Method Detail |
|---|
IReportSource openReportSource(int objID,
java.util.Locale locale)
throws SDKException
Returns an IReportSource based on the server and the service requested.
objID - ID of the IInfoObject specifying the service requested.locale - A Locale object specifying the locale specific properties
that the IReportSource object will use.
IReportSource object.
com.crystaldecisions.sdk.exception.SDKException - This is thrown if the process is unsuccessful.
SDKException
IReportSource openReportSource(IInfoObject object,
java.util.Locale locale)
throws SDKException
Returns an IReportSource based on the server and the service requested.
object - The IInfoObject specifying the service requested as an object.locale - A Locale object specifying the locale specific properties
that the IReportSource object will use.
IReportSource object.
com.crystaldecisions.sdk.exception.SDKException - This is thrown if the process is unsuccessful.
SDKException
IReportSource openReportSource(java.lang.String strID,
java.util.Locale locale)
throws SDKException
Returns an IReportSource based on the server and the service requested.
strID - The CUID of the IInfoObject specifying the service requested. Must be in the format cecuid:///<CUID>locale - A Locale object specifying the locale specific properties
that the IReportSource object will use.
IReportSource object.
com.crystaldecisions.sdk.exception.SDKException - This is thrown if the process is unsuccessful.
SDKException
IReportSource openReportSource(IInfoObject object,
java.util.Locale locale,
java.util.Locale docLocale)
throws SDKException
Returns an IReportSource based on the server and the service requested.
object - The IInfoObject specifying the service requested as an object.locale - A Locale object specifying the locale specific properties
that the IReportSource object will use.docLocale - A Locale object specifying the locale specific properties
that the IReportSource object will use to open a localized report.
IReportSource object.
com.crystaldecisions.sdk.exception.SDKException - This is thrown if the process is unsuccessful.
SDKException
IReportSource openReportSource(java.lang.String strID,
java.util.Locale locale,
java.util.Locale docLocale)
throws SDKException
Returns an IReportSource based on the server and the service requested.
strID - The CUID of the IInfoObject specifying the service requested. Must be in the format cecuid:///<CUID>locale - A Locale object specifying the locale specific properties
that the IReportSource object will use.docLocale - A Locale object specifying the locale specific properties
that the IReportSource object will use to open a localized report.
IReportSource object.
com.crystaldecisions.sdk.exception.SDKException - This is thrown if the process is unsuccessful.
SDKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||