com.dynalivery.crystal
Interface CrystalAPI
- All Known Implementing Classes:
- _CrystalAPIStub
- public interface CrystalAPI
- extends org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity, HarmoniAPI
|
Method Summary |
boolean |
AddParameterCurrentRange(short job,
java.lang.String parameterFieldName,
java.lang.String reportName,
PCREValueInfo rangeStart,
PCREValueInfo rangeEnd,
short rangeInfo)
|
boolean |
AddParameterCurrentValue(short job,
java.lang.String parameterFieldName,
java.lang.String reportName,
PCREValueInfo valueInfo)
|
boolean |
AddParameterDefaultValue(short job,
java.lang.String parameterFieldName,
java.lang.String reportName,
PCREValueInfo valueInfo)
|
void |
CancelPrintJob(short job)
|
boolean |
CanCloseEngine()
|
boolean |
CheckFormula(short job,
java.lang.String name)
|
boolean |
CheckGroupSelectionFormula(short job)
|
boolean |
CheckSQLExpression(short job,
java.lang.String expressionName)
|
boolean |
ClearParameterCurrentValuesAndRanges(short job,
java.lang.String parameterFieldName,
java.lang.String reportName)
|
boolean |
CloseSubreport(short job)
|
boolean |
ConvertPFInfoToVInfo(java.lang.String value,
short vType,
PCREValueInfoHolder valueInfo)
|
boolean |
ConvertVInfoToPFInfo(PCREValueInfo valueInfo,
org.omg.CORBA.ShortHolder vType,
org.omg.CORBA.StringHolder value)
|
boolean |
DeleteNthGroupSortField(short job,
short field)
|
boolean |
DeleteNthParameterDefaultValue(short job,
java.lang.String parameterFieldName,
java.lang.String reportName,
short index)
|
boolean |
DiscardSavedData(short job)
|
boolean |
ExportTo(short job,
PCREExportInfo options)
|
boolean |
GetAllowPromptDialog(short job)
|
boolean |
GetAreaFormat(short job,
short areaCode,
PCRESectionOptionsHolder options)
|
boolean |
GetAreaFormatFormula(short job,
short areaCode,
short formulaName,
org.omg.CORBA.IntHolder textHandle,
org.omg.CORBA.ShortHolder textLength)
|
short |
GetErrorCode(short job)
|
boolean |
GetErrorStr(short job,
org.omg.CORBA.StringHolder buffer)
|
boolean |
GetFormulaStr(short job,
java.lang.String name,
org.omg.CORBA.StringHolder formula)
|
boolean |
GetFormulaSyntax(short job,
PCREFormulaSyntaxHolder formulaSyntax)
|
boolean |
GetGraphAxisInfo(short job,
short sectionN,
short graphN,
PCREGraphAxisInfoHolder graphAxisInfo)
|
boolean |
GetGraphFontInfo(short job,
short sectionN,
short graphN,
short titleFontType,
PCREFontColorInfoHolder fontColourInfo)
|
boolean |
GetGraphOptionInfo(short job,
short sectionN,
short graphN,
PCREGraphOptionInfoHolder graphOptionInfo)
|
boolean |
GetGraphTextDefaultOption(short job,
short sectionN,
short graphN,
short titleType,
org.omg.CORBA.BooleanHolder useDefault)
|
boolean |
GetGraphTextInfo(short job,
short sectionN,
short graphN,
short titleType,
org.omg.CORBA.StringHolder title)
|
boolean |
GetGraphTypeInfo(short job,
short sectionN,
short graphN,
PCREGraphTypeInfoHolder graphTypeInfo)
|
short |
GetGroupCondition(short job,
short sectionCode,
org.omg.CORBA.StringHolder szConditionField,
org.omg.CORBA.ShortHolder condition,
org.omg.CORBA.ShortHolder sortDirection)
|
boolean |
GetGroupOptions(short printJob,
short groupN,
PCREGroupOptionsHolder groupOptions)
|
boolean |
GetGroupSelectionFormulaStr(short job,
org.omg.CORBA.StringHolder formula)
|
boolean |
GetHandleString(int handle,
org.omg.CORBA.StringHolder buffer,
short length)
|
boolean |
GetMargins(short job,
org.omg.CORBA.ShortHolder left,
org.omg.CORBA.ShortHolder right,
org.omg.CORBA.ShortHolder top,
org.omg.CORBA.ShortHolder bottom)
|
boolean |
GetMinimumSectionHeight(short job,
short SectionN,
org.omg.CORBA.ShortHolder MinimumHeight)
|
boolean |
GetNDetailCopies(short job,
org.omg.CORBA.ShortHolder NDetailCopies)
|
short |
GetNFormulas(short job)
|
short |
GetNGroups(short job)
|
short |
GetNGroupSortFields(short job)
|
short |
GetNPages(short job)
|
short |
GetNParameterCurrentRanges(short job,
java.lang.String parameterFieldName,
java.lang.String reportName)
|
short |
GetNParameterCurrentValues(short job,
java.lang.String parameterFieldName,
java.lang.String reportName)
|
short |
GetNParameterDefaultValues(short job,
java.lang.String parameterFieldName,
java.lang.String reportName)
|
short |
GetNParameterFields(short job)
|
short |
GetNSections(short job)
|
short |
GetNSectionsInArea(short job,
short areaCode)
|
short |
GetNSQLExpressions(short job)
|
short |
GetNSubreportsInSection(short job,
short sectionCode)
|
short |
GetNTables(short job)
|
boolean |
GetNthFormulaStr(short job,
short formulaN,
org.omg.CORBA.StringHolder name,
org.omg.CORBA.StringHolder formula)
|
boolean |
GetNthGroupSortFieldStr(short job,
short field,
org.omg.CORBA.StringHolder sort,
org.omg.CORBA.ShortHolder direction)
|
boolean |
GetNthParameterCurrentRange(short job,
java.lang.String parameterFieldName,
java.lang.String reportName,
short index,
PCREValueInfoHolder rangeStart,
PCREValueInfoHolder rangeEnd,
org.omg.CORBA.ShortHolder rangeInfo)
|
boolean |
GetNthParameterCurrentValue(short job,
java.lang.String parameterFieldName,
java.lang.String reportName,
short index,
PCREValueInfoHolder currentValue)
|
boolean |
GetNthParameterDefaultValue(short job,
java.lang.String parameterFieldName,
java.lang.String reportName,
short index,
PCREValueInfoHolder valueInfo)
|
boolean |
GetNthParameterField(short job,
short paramN,
PCREParameterInfoHolder fieldInfo)
|
short |
GetNthParameterType(short job,
short index)
|
boolean |
GetNthParameterValueDescription(short job,
java.lang.String parameterFieldName,
java.lang.String reportName,
short index,
org.omg.CORBA.StringHolder valueDescription)
|
boolean |
GetNthSQLExpression(short job,
short expressionN,
org.omg.CORBA.IntHolder nameHandle,
org.omg.CORBA.ShortHolder nameLength,
org.omg.CORBA.IntHolder textHandle,
org.omg.CORBA.ShortHolder textLength)
|
PCRESubreportInfo |
GetNthSubreportInSection(short job,
short sectionCode,
short subreportN)
|
boolean |
GetNthTableLocation(short job,
short tableN,
PCRETableLocationHolder location)
|
boolean |
GetNthTableSessionInfo(short job,
short tableN,
PCRESessionInfoHolder sessionInfo)
|
boolean |
GetNthTableType(short job,
short tableN,
PCRETableTypeHolder tableType)
|
boolean |
GetParameterMinMaxValue(short job,
java.lang.String parameterFieldName,
java.lang.String reportName,
PCREValueInfoHolder valueMin,
PCREValueInfoHolder valueMax)
|
boolean |
GetParameterPickListOption(short job,
java.lang.String paramterFieldName,
java.lang.String reportName,
PCREParameterPickListOptionHolder pickListOption)
|
boolean |
GetParameterValueInfo(short job,
java.lang.String parameterFieldName,
java.lang.String reportName,
PCREParameterValueInfoHolder valueInfo)
|
boolean |
GetPrintDate(short job,
PCREDateHolder date)
|
boolean |
GetReportOptions(short job,
PCREReportOptionsHolder reportOptions)
|
boolean |
GetReportSummaryInfo(short printJob,
PCREReportSummaryInfoHolder summaryInfo)
|
boolean |
GetReportTitleStr(short job,
org.omg.CORBA.StringHolder title)
|
boolean |
GetReportVersion(short job,
PCREVersionInfoHolder versionInfo)
|
short |
GetSectionCode(short job,
short sectionN)
|
boolean |
GetSectionFormat(short job,
short SectionN,
PCRESectionOptionsHolder options)
|
boolean |
GetSectionFormatFormula(short job,
short sectionCode,
short formulaName,
org.omg.CORBA.IntHolder textHandle,
org.omg.CORBA.ShortHolder textLength)
|
boolean |
GetSQLExpression(short job,
java.lang.String expressionName,
org.omg.CORBA.IntHolder textHandle,
org.omg.CORBA.ShortHolder textLength)
|
boolean |
HasSavedData(short job,
org.omg.CORBA.BooleanHolder hasData)
|
boolean |
IsPrintJobFinished(short job)
|
boolean |
ReimportSubreport(short job,
short sectionCode,
short subreportN,
org.omg.CORBA.BooleanHolder linkChanged,
org.omg.CORBA.BooleanHolder reimported)
|
boolean |
SetAllowPromptDialog(short job,
boolean showPromptDialog)
|
boolean |
SetAreaFormat(short job,
short areaCode,
PCRESectionOptions options)
|
boolean |
SetAreaFormatFormula(short job,
short areaCode,
short formulaName,
java.lang.String formulaString)
|
boolean |
SetFont(short job,
short sectionCode,
short scopeCode,
java.lang.String faceName,
short fontFamily,
short fontPitch,
short charSet,
short pointSize,
short isItalic,
short isUnderlined,
short isStruckOut,
short weight)
|
boolean |
SetFormula(short job,
java.lang.String name,
java.lang.String formula)
|
boolean |
SetFormulaSyntax(short job,
PCREFormulaSyntax formulaSyntax)
|
boolean |
SetGraphAxisInfo(short job,
short sectionN,
short graphN,
PCREGraphAxisInfo graphAxisInfo)
|
boolean |
SetGraphFontInfo(short job,
short sectionN,
short graphN,
short titleFontType,
PCREFontColorInfo fontColourInfo)
|
boolean |
SetGraphOptionInfo(short job,
short sectionN,
short graphN,
PCREGraphOptionInfo graphOptionInfo)
|
boolean |
SetGraphTextDefaultOption(short job,
short sectionN,
short graphN,
short titleType,
boolean useDefault)
|
boolean |
SetGraphTextInfo(short job,
short sectionN,
short graphN,
short titleType,
java.lang.String title)
|
boolean |
SetGraphTypeInfo(short job,
short sectionN,
short graphN,
PCREGraphTypeInfo graphTypeInfo)
|
boolean |
SetGroupCondition(short job,
short sectionCode,
java.lang.String szConditionField,
short condition,
short sortDirection)
|
boolean |
SetGroupOptions(short printJob,
short groupN,
PCREGroupOptions groupOptions)
|
boolean |
SetGroupSelectionFormula(short job,
java.lang.String formula)
|
boolean |
SetMargins(short job,
short left,
short right,
short top,
short bottom)
|
boolean |
SetMinimumSectionHeight(short job,
short SectionN,
short MinimumHeight)
|
boolean |
SetNDetailCopies(short job,
short NDetailCopies)
|
boolean |
SetNthGroupSortField(short job,
short field,
java.lang.String sort,
short direction)
|
boolean |
SetNthParameterDefaultValue(short job,
java.lang.String parameterFieldName,
java.lang.String reportName,
short index,
PCREValueInfo valueInfo)
|
boolean |
SetNthParameterField(short job,
short paramN,
PCREParameterInfo fieldInfo)
|
boolean |
SetNthParameterValueDescription(short job,
java.lang.String parameterFieldName,
java.lang.String reportName,
short index,
java.lang.String valueDescription)
|
boolean |
SetNthTableLocation(short job,
short tableN,
PCRETableLocation location)
|
boolean |
SetNthTableSessionInfo(short job,
short tableN,
PCRESessionInfo sessionInfo,
boolean propagateAcrossTables)
|
boolean |
SetParameterMinMaxValue(short job,
java.lang.String parameterFieldName,
java.lang.String reportName,
PCREValueInfo valueMin,
PCREValueInfo valueMax)
|
boolean |
SetParameterPickListOption(short job,
java.lang.String parameterFieldName,
java.lang.String reportName,
PCREParameterPickListOption pickListOption)
|
boolean |
SetParameterValueInfo(short job,
java.lang.String parameterFieldName,
java.lang.String reportName,
PCREParameterValueInfo valueInfo)
|
boolean |
SetPrintDate(short job,
short[] date)
|
boolean |
SetReportOptions(short job,
PCREReportOptions reportOptions)
|
boolean |
SetReportSummaryInfo(short job,
PCREReportSummaryInfo summaryInfo)
|
boolean |
SetReportTitle(short job,
java.lang.String title)
|
boolean |
SetSectionFormat(short job,
short SectionN,
PCRESectionOptions options)
|
boolean |
SetSectionFormatFormula(short job,
short sectionCode,
short formulaName,
java.lang.String formulaString)
|
boolean |
SetSQLExpression(short job,
java.lang.String expressionName,
java.lang.String expressionString)
|
| Methods inherited from interface com.dynalivery.harmoni.HarmoniAPI |
CheckSelectionFormula,
ClearServerLog,
CloseEngine,
ClosePrintJob,
DeleteNthSortField,
getDataFromRepository,
GetFileSenderObject,
GetJobStatus,
GetNSortFields,
GetNthSortFieldStr,
GetNthTableLogOnInfo,
GetPrinterInfoWin,
GetPrinterNames,
GetPrintOptions,
GetSelectedPrinterByName,
GetSelectedPrinterStr,
GetSelectionFormulaStr,
GetServerLog,
GetSQLQueryStr,
getStreamReceiver,
GetVersion,
logOffRepository,
LogOffServer,
logOnRepository,
LogOnServer,
LogOnSQLServerWithPrivateInfo,
OpenEngine,
OpenPrintJob,
openPrintJobFromRepository,
OpenSubreport,
OutputConcatTo,
OutputTo,
OutputToPrinter,
PrintReport,
SelectPrinter,
SelectPrinterByName,
SetDialogParentWindow,
SetDORSource,
SetFileTransferStatus,
SetJobTitle,
SetNthSortField,
SetNthTableLogOnInfo,
SetPrintOptions,
SetSelectionFormula,
SetSQLQuery,
StartPrintJob,
StartSaffronPrintJob,
storeOutputInRepository,
TestNthTableConnectivity,
VerifyDatabase |
ExportTo
public boolean ExportTo(short job,
PCREExportInfo options)
throws HarmoniEngineAPIError
CanCloseEngine
public boolean CanCloseEngine()
throws HarmoniEngineAPIError
GetErrorCode
public short GetErrorCode(short job)
GetErrorStr
public boolean GetErrorStr(short job,
org.omg.CORBA.StringHolder buffer)
throws HarmoniEngineAPIError
HasSavedData
public boolean HasSavedData(short job,
org.omg.CORBA.BooleanHolder hasData)
throws HarmoniEngineAPIError
DiscardSavedData
public boolean DiscardSavedData(short job)
throws HarmoniEngineAPIError
CancelPrintJob
public void CancelPrintJob(short job)
throws HarmoniEngineAPIError
IsPrintJobFinished
public boolean IsPrintJobFinished(short job)
throws HarmoniEngineAPIError
CloseSubreport
public boolean CloseSubreport(short job)
throws HarmoniEngineAPIError
GetNSubreportsInSection
public short GetNSubreportsInSection(short job,
short sectionCode)
throws HarmoniEngineAPIError
GetNthSubreportInSection
public PCRESubreportInfo GetNthSubreportInSection(short job,
short sectionCode,
short subreportN)
throws HarmoniEngineAPIError
GetPrintDate
public boolean GetPrintDate(short job,
PCREDateHolder date)
throws HarmoniEngineAPIError
SetPrintDate
public boolean SetPrintDate(short job,
short[] date)
throws HarmoniEngineAPIError
GetNPages
public short GetNPages(short job)
GetNDetailCopies
public boolean GetNDetailCopies(short job,
org.omg.CORBA.ShortHolder NDetailCopies)
throws HarmoniEngineAPIError
SetNDetailCopies
public boolean SetNDetailCopies(short job,
short NDetailCopies)
throws HarmoniEngineAPIError
GetNFormulas
public short GetNFormulas(short job)
GetNthFormulaStr
public boolean GetNthFormulaStr(short job,
short formulaN,
org.omg.CORBA.StringHolder name,
org.omg.CORBA.StringHolder formula)
throws HarmoniEngineAPIError
GetFormulaStr
public boolean GetFormulaStr(short job,
java.lang.String name,
org.omg.CORBA.StringHolder formula)
throws HarmoniEngineAPIError
SetFormula
public boolean SetFormula(short job,
java.lang.String name,
java.lang.String formula)
throws HarmoniEngineAPIError
CheckFormula
public boolean CheckFormula(short job,
java.lang.String name)
throws HarmoniEngineAPIError
GetGroupSelectionFormulaStr
public boolean GetGroupSelectionFormulaStr(short job,
org.omg.CORBA.StringHolder formula)
throws HarmoniEngineAPIError
SetGroupSelectionFormula
public boolean SetGroupSelectionFormula(short job,
java.lang.String formula)
throws HarmoniEngineAPIError
CheckGroupSelectionFormula
public boolean CheckGroupSelectionFormula(short job)
throws HarmoniEngineAPIError
SetAreaFormatFormula
public boolean SetAreaFormatFormula(short job,
short areaCode,
short formulaName,
java.lang.String formulaString)
throws HarmoniEngineAPIError
SetSectionFormatFormula
public boolean SetSectionFormatFormula(short job,
short sectionCode,
short formulaName,
java.lang.String formulaString)
throws HarmoniEngineAPIError
GetNGroupSortFields
public short GetNGroupSortFields(short job)
GetNthGroupSortFieldStr
public boolean GetNthGroupSortFieldStr(short job,
short field,
org.omg.CORBA.StringHolder sort,
org.omg.CORBA.ShortHolder direction)
throws HarmoniEngineAPIError
SetNthGroupSortField
public boolean SetNthGroupSortField(short job,
short field,
java.lang.String sort,
short direction)
throws HarmoniEngineAPIError
DeleteNthGroupSortField
public boolean DeleteNthGroupSortField(short job,
short field)
throws HarmoniEngineAPIError
GetReportTitleStr
public boolean GetReportTitleStr(short job,
org.omg.CORBA.StringHolder title)
throws HarmoniEngineAPIError
SetReportTitle
public boolean SetReportTitle(short job,
java.lang.String title)
throws HarmoniEngineAPIError
GetNGroups
public short GetNGroups(short job)
SetGroupCondition
public boolean SetGroupCondition(short job,
short sectionCode,
java.lang.String szConditionField,
short condition,
short sortDirection)
throws HarmoniEngineAPIError
GetGroupCondition
public short GetGroupCondition(short job,
short sectionCode,
org.omg.CORBA.StringHolder szConditionField,
org.omg.CORBA.ShortHolder condition,
org.omg.CORBA.ShortHolder sortDirection)
throws HarmoniEngineAPIError
GetNSections
public short GetNSections(short job)
throws HarmoniEngineAPIError
GetSectionCode
public short GetSectionCode(short job,
short sectionN)
throws HarmoniEngineAPIError
GetMinimumSectionHeight
public boolean GetMinimumSectionHeight(short job,
short SectionN,
org.omg.CORBA.ShortHolder MinimumHeight)
throws HarmoniEngineAPIError
SetMinimumSectionHeight
public boolean SetMinimumSectionHeight(short job,
short SectionN,
short MinimumHeight)
throws HarmoniEngineAPIError
SetSectionFormat
public boolean SetSectionFormat(short job,
short SectionN,
PCRESectionOptions options)
throws HarmoniEngineAPIError
GetSectionFormat
public boolean GetSectionFormat(short job,
short SectionN,
PCRESectionOptionsHolder options)
throws HarmoniEngineAPIError
SetAreaFormat
public boolean SetAreaFormat(short job,
short areaCode,
PCRESectionOptions options)
throws HarmoniEngineAPIError
GetAreaFormat
public boolean GetAreaFormat(short job,
short areaCode,
PCRESectionOptionsHolder options)
throws HarmoniEngineAPIError
SetFont
public boolean SetFont(short job,
short sectionCode,
short scopeCode,
java.lang.String faceName,
short fontFamily,
short fontPitch,
short charSet,
short pointSize,
short isItalic,
short isUnderlined,
short isStruckOut,
short weight)
throws HarmoniEngineAPIError
GetNTables
public short GetNTables(short job)
GetNthTableType
public boolean GetNthTableType(short job,
short tableN,
PCRETableTypeHolder tableType)
throws HarmoniEngineAPIError
GetNthTableSessionInfo
public boolean GetNthTableSessionInfo(short job,
short tableN,
PCRESessionInfoHolder sessionInfo)
throws HarmoniEngineAPIError
SetNthTableSessionInfo
public boolean SetNthTableSessionInfo(short job,
short tableN,
PCRESessionInfo sessionInfo,
boolean propagateAcrossTables)
throws HarmoniEngineAPIError
GetNthTableLocation
public boolean GetNthTableLocation(short job,
short tableN,
PCRETableLocationHolder location)
throws HarmoniEngineAPIError
SetNthTableLocation
public boolean SetNthTableLocation(short job,
short tableN,
PCRETableLocation location)
throws HarmoniEngineAPIError
GetNParameterFields
public short GetNParameterFields(short job)
GetNthParameterField
public boolean GetNthParameterField(short job,
short paramN,
PCREParameterInfoHolder fieldInfo)
throws HarmoniEngineAPIError
SetNthParameterField
public boolean SetNthParameterField(short job,
short paramN,
PCREParameterInfo fieldInfo)
throws HarmoniEngineAPIError
ConvertVInfoToPFInfo
public boolean ConvertVInfoToPFInfo(PCREValueInfo valueInfo,
org.omg.CORBA.ShortHolder vType,
org.omg.CORBA.StringHolder value)
throws HarmoniEngineAPIError
ConvertPFInfoToVInfo
public boolean ConvertPFInfoToVInfo(java.lang.String value,
short vType,
PCREValueInfoHolder valueInfo)
throws HarmoniEngineAPIError
GetGraphTypeInfo
public boolean GetGraphTypeInfo(short job,
short sectionN,
short graphN,
PCREGraphTypeInfoHolder graphTypeInfo)
throws HarmoniEngineAPIError
GetGraphTextInfo
public boolean GetGraphTextInfo(short job,
short sectionN,
short graphN,
short titleType,
org.omg.CORBA.StringHolder title)
throws HarmoniEngineAPIError
GetGraphFontInfo
public boolean GetGraphFontInfo(short job,
short sectionN,
short graphN,
short titleFontType,
PCREFontColorInfoHolder fontColourInfo)
throws HarmoniEngineAPIError
GetGraphOptionInfo
public boolean GetGraphOptionInfo(short job,
short sectionN,
short graphN,
PCREGraphOptionInfoHolder graphOptionInfo)
throws HarmoniEngineAPIError
GetGraphAxisInfo
public boolean GetGraphAxisInfo(short job,
short sectionN,
short graphN,
PCREGraphAxisInfoHolder graphAxisInfo)
throws HarmoniEngineAPIError
SetGraphTypeInfo
public boolean SetGraphTypeInfo(short job,
short sectionN,
short graphN,
PCREGraphTypeInfo graphTypeInfo)
throws HarmoniEngineAPIError
SetGraphTextInfo
public boolean SetGraphTextInfo(short job,
short sectionN,
short graphN,
short titleType,
java.lang.String title)
throws HarmoniEngineAPIError
SetGraphFontInfo
public boolean SetGraphFontInfo(short job,
short sectionN,
short graphN,
short titleFontType,
PCREFontColorInfo fontColourInfo)
throws HarmoniEngineAPIError
SetGraphOptionInfo
public boolean SetGraphOptionInfo(short job,
short sectionN,
short graphN,
PCREGraphOptionInfo graphOptionInfo)
throws HarmoniEngineAPIError
SetGraphAxisInfo
public boolean SetGraphAxisInfo(short job,
short sectionN,
short graphN,
PCREGraphAxisInfo graphAxisInfo)
throws HarmoniEngineAPIError
GetMargins
public boolean GetMargins(short job,
org.omg.CORBA.ShortHolder left,
org.omg.CORBA.ShortHolder right,
org.omg.CORBA.ShortHolder top,
org.omg.CORBA.ShortHolder bottom)
throws HarmoniEngineAPIError
SetMargins
public boolean SetMargins(short job,
short left,
short right,
short top,
short bottom)
throws HarmoniEngineAPIError
GetAreaFormatFormula
public boolean GetAreaFormatFormula(short job,
short areaCode,
short formulaName,
org.omg.CORBA.IntHolder textHandle,
org.omg.CORBA.ShortHolder textLength)
throws HarmoniEngineAPIError
GetSectionFormatFormula
public boolean GetSectionFormatFormula(short job,
short sectionCode,
short formulaName,
org.omg.CORBA.IntHolder textHandle,
org.omg.CORBA.ShortHolder textLength)
throws HarmoniEngineAPIError
SetReportSummaryInfo
public boolean SetReportSummaryInfo(short job,
PCREReportSummaryInfo summaryInfo)
throws HarmoniEngineAPIError
GetReportSummaryInfo
public boolean GetReportSummaryInfo(short printJob,
PCREReportSummaryInfoHolder summaryInfo)
throws HarmoniEngineAPIError
GetGroupOptions
public boolean GetGroupOptions(short printJob,
short groupN,
PCREGroupOptionsHolder groupOptions)
throws HarmoniEngineAPIError
SetGroupOptions
public boolean SetGroupOptions(short printJob,
short groupN,
PCREGroupOptions groupOptions)
throws HarmoniEngineAPIError
GetHandleString
public boolean GetHandleString(int handle,
org.omg.CORBA.StringHolder buffer,
short length)
throws HarmoniEngineAPIError
GetReportOptions
public boolean GetReportOptions(short job,
PCREReportOptionsHolder reportOptions)
throws HarmoniEngineAPIError
SetReportOptions
public boolean SetReportOptions(short job,
PCREReportOptions reportOptions)
throws HarmoniEngineAPIError
GetAllowPromptDialog
public boolean GetAllowPromptDialog(short job)
throws HarmoniEngineAPIError
SetAllowPromptDialog
public boolean SetAllowPromptDialog(short job,
boolean showPromptDialog)
throws HarmoniEngineAPIError
GetNSQLExpressions
public short GetNSQLExpressions(short job)
throws HarmoniEngineAPIError
GetNthSQLExpression
public boolean GetNthSQLExpression(short job,
short expressionN,
org.omg.CORBA.IntHolder nameHandle,
org.omg.CORBA.ShortHolder nameLength,
org.omg.CORBA.IntHolder textHandle,
org.omg.CORBA.ShortHolder textLength)
throws HarmoniEngineAPIError
GetSQLExpression
public boolean GetSQLExpression(short job,
java.lang.String expressionName,
org.omg.CORBA.IntHolder textHandle,
org.omg.CORBA.ShortHolder textLength)
throws HarmoniEngineAPIError
SetSQLExpression
public boolean SetSQLExpression(short job,
java.lang.String expressionName,
java.lang.String expressionString)
throws HarmoniEngineAPIError
CheckSQLExpression
public boolean CheckSQLExpression(short job,
java.lang.String expressionName)
GetNParameterDefaultValues
public short GetNParameterDefaultValues(short job,
java.lang.String parameterFieldName,
java.lang.String reportName)
throws HarmoniEngineAPIError
GetNthParameterDefaultValue
public boolean GetNthParameterDefaultValue(short job,
java.lang.String parameterFieldName,
java.lang.String reportName,
short index,
PCREValueInfoHolder valueInfo)
throws HarmoniEngineAPIError
SetNthParameterDefaultValue
public boolean SetNthParameterDefaultValue(short job,
java.lang.String parameterFieldName,
java.lang.String reportName,
short index,
PCREValueInfo valueInfo)
throws HarmoniEngineAPIError
AddParameterDefaultValue
public boolean AddParameterDefaultValue(short job,
java.lang.String parameterFieldName,
java.lang.String reportName,
PCREValueInfo valueInfo)
throws HarmoniEngineAPIError
DeleteNthParameterDefaultValue
public boolean DeleteNthParameterDefaultValue(short job,
java.lang.String parameterFieldName,
java.lang.String reportName,
short index)
throws HarmoniEngineAPIError
GetParameterMinMaxValue
public boolean GetParameterMinMaxValue(short job,
java.lang.String parameterFieldName,
java.lang.String reportName,
PCREValueInfoHolder valueMin,
PCREValueInfoHolder valueMax)
throws HarmoniEngineAPIError
SetParameterMinMaxValue
public boolean SetParameterMinMaxValue(short job,
java.lang.String parameterFieldName,
java.lang.String reportName,
PCREValueInfo valueMin,
PCREValueInfo valueMax)
throws HarmoniEngineAPIError
GetParameterValueInfo
public boolean GetParameterValueInfo(short job,
java.lang.String parameterFieldName,
java.lang.String reportName,
PCREParameterValueInfoHolder valueInfo)
throws HarmoniEngineAPIError
SetParameterValueInfo
public boolean SetParameterValueInfo(short job,
java.lang.String parameterFieldName,
java.lang.String reportName,
PCREParameterValueInfo valueInfo)
throws HarmoniEngineAPIError
GetNParameterCurrentValues
public short GetNParameterCurrentValues(short job,
java.lang.String parameterFieldName,
java.lang.String reportName)
throws HarmoniEngineAPIError
GetNthParameterCurrentValue
public boolean GetNthParameterCurrentValue(short job,
java.lang.String parameterFieldName,
java.lang.String reportName,
short index,
PCREValueInfoHolder currentValue)
throws HarmoniEngineAPIError
AddParameterCurrentValue
public boolean AddParameterCurrentValue(short job,
java.lang.String parameterFieldName,
java.lang.String reportName,
PCREValueInfo valueInfo)
throws HarmoniEngineAPIError
GetNParameterCurrentRanges
public short GetNParameterCurrentRanges(short job,
java.lang.String parameterFieldName,
java.lang.String reportName)
throws HarmoniEngineAPIError
GetNthParameterCurrentRange
public boolean GetNthParameterCurrentRange(short job,
java.lang.String parameterFieldName,
java.lang.String reportName,
short index,
PCREValueInfoHolder rangeStart,
PCREValueInfoHolder rangeEnd,
org.omg.CORBA.ShortHolder rangeInfo)
throws HarmoniEngineAPIError
AddParameterCurrentRange
public boolean AddParameterCurrentRange(short job,
java.lang.String parameterFieldName,
java.lang.String reportName,
PCREValueInfo rangeStart,
PCREValueInfo rangeEnd,
short rangeInfo)
throws HarmoniEngineAPIError
GetNthParameterType
public short GetNthParameterType(short job,
short index)
throws HarmoniEngineAPIError
ClearParameterCurrentValuesAndRanges
public boolean ClearParameterCurrentValuesAndRanges(short job,
java.lang.String parameterFieldName,
java.lang.String reportName)
throws HarmoniEngineAPIError
GetReportVersion
public boolean GetReportVersion(short job,
PCREVersionInfoHolder versionInfo)
throws HarmoniEngineAPIError
GetNSectionsInArea
public short GetNSectionsInArea(short job,
short areaCode)
throws HarmoniEngineAPIError
ReimportSubreport
public boolean ReimportSubreport(short job,
short sectionCode,
short subreportN,
org.omg.CORBA.BooleanHolder linkChanged,
org.omg.CORBA.BooleanHolder reimported)
throws HarmoniEngineAPIError
SetGraphTextDefaultOption
public boolean SetGraphTextDefaultOption(short job,
short sectionN,
short graphN,
short titleType,
boolean useDefault)
throws HarmoniEngineAPIError
GetGraphTextDefaultOption
public boolean GetGraphTextDefaultOption(short job,
short sectionN,
short graphN,
short titleType,
org.omg.CORBA.BooleanHolder useDefault)
throws HarmoniEngineAPIError
SetFormulaSyntax
public boolean SetFormulaSyntax(short job,
PCREFormulaSyntax<