BI Publisher Items No Longer Supported
As of PeopleTools 8.50, a number of BI Publisher (formerly XML Publisher) classes, methods and properties are no longer supported. These items remain in PeopleTools for PeopleSoft internal use only and should not be implemented in PeopleCode programs.
-
All methods and properties of the DataSourceDefn class.
-
Certain methods and properties of the ReportDefn class.
-
All methods and properties of the TemplateDefn class.
-
All methods and properties of the TemplateFile class.
-
All methods and properties of the TranslationFile class.
-
All methods of the XMLPManager class.
-
All methods of the QueryDS class.
-
All methods and properties of the EFTPRocessor class.
-
All methods and properties of the FOProcessor class.
-
All methods and properties of the FormProcessor class.
-
All methods and properties of the FOUtility class.
-
All methods and properties of the PDFMapTool class.
-
All methods and properties of the RTFProcessor class.
DataSourceDefn Class Methods
| Method | Use Instead |
|---|---|
|
DataSourceDefn(DataSourceID, DataSourceType, Public) |
NA |
|
Get() |
NA |
|
GetData(&PromptRecord) |
NA |
|
GetSampleData() |
NA |
|
GetSchema |
NA |
DataSourceDefn Class Properties
| Property | Use Instead |
|---|---|
|
ActiveFlag |
NA |
|
Description |
NA |
|
IsPublic |
NA |
|
LastUpdatedBy |
NA |
|
LastUpdateDTTM |
NA |
|
Name |
NA |
|
ObjectOwnerId |
NA |
|
RegisteredBy |
NA |
|
RegisteredDTTM |
NA |
|
Type |
NA |
ReportDefn Class Methods
| Method | Use Instead |
|---|---|
|
GetActiveTemplatesByDistributionChannel(DistributionChannel, AsOfDate) |
NA |
|
GetDataSource() |
NA |
|
GetDefaultTemplate() |
NA |
|
GetTemplate(TemplateID) |
NA |
|
GetTemplateList() |
NA |
|
ProcessEtextReport(TemplateID, LanguageCd, AsOfDate) |
ReportDefn class, ProcessReport method |
ReportDefn Class Properties
| Property | Use Instead |
|---|---|
|
AllowRecipientEntry |
NA |
|
AllowViewerEntry |
NA |
|
ArchiveAfter |
NA |
|
BurstFieldName |
NA |
|
CategoryId |
NA |
|
ID |
NA |
|
IsReadOnly |
NA |
|
LastUpdateDTTM |
NA |
|
LastUpdatedOprId |
NA |
|
ObjectOwnerId |
NA |
|
RegisteredBy |
NA |
|
RegisteredDTTM |
NA |
|
SecurityFieldName |
NA |
|
SecurityIdType |
NA |
|
SecurityJoinTable |
NA |
|
TemplateControlFieldName |
NA |
TemplateDefn Class Methods
| Method | Use Instead |
|---|---|
|
TemplateDefn(TemplateID) |
NA |
|
Get() |
NA |
|
GetActiveTemplateFile(AsOfDate) |
NA |
|
GetTemplateFile() |
NA |
|
GetTemplateFileList() |
NA |
TemplateDefn Class Properties
| Property | Use Instead |
|---|---|
|
Description |
NA |
|
DistributionChannel |
NA |
|
ID |
NA |
|
IsReadOnly |
NA |
|
IsSubTemplate |
NA |
|
LanguageCode |
NA |
|
LastUpdateDTTM |
NA |
|
LastUpdatedOprId |
NA |
|
ObjectOwnerId |
NA |
|
RegisteredBy |
NA |
|
RegisteredDTTM |
NA |
|
ReportCategoryId |
NA |
|
Type |
NA |
TemplateFile Class Methods
| Method | Use Instead |
|---|---|
|
TemplateFile(&TemplateDefn, EffDate) |
NA |
|
GetFile() |
NA |
|
GetMapFile() |
NA |
|
GetTranslationFile(LanguageCD) |
NA |
|
GetTranslationFileList() |
NA |
TemplateFile Class Properties
| Property | Use Instead |
|---|---|
|
EffectiveDate |
NA |
|
FileName |
NA |
|
MapFileName |
NA |
|
Status |
NA |
TranslationFile Class Method
| Method | Use Instead |
|---|---|
|
TranslationFile(&TemplateDefn, EffectiveDate, LanguageCode) |
NA |
|
GetFile() |
NA |
TranslationFile Class Properties
| Property | Use Instead |
|---|---|
|
Description |
NA |
|
FileName |
NA |
|
LanguageCode |
NA |
|
Status |
NA |
XMLPManager Class Methods
| Method | Use Instead |
|---|---|
|
GetDatasourceDefnList(DataSourceId, DataSourceIdOp, DataSourceType, Owner, Descr, DescrOp, ObjectOwnerId, Active, CaseSensitive) |
NA |
|
GetReportDefnList(ReportID, ReportIdOp,Descr, DescrOp , TemplateId,TemplateIdOp, TemplateDescr, TemplateDescrOp, DatasourceType, DataSourceId, DataSourceIdOp, DataSourceOwner, TemplateType, ReportCategoryId, ReportStatus, CaseSensitive) |
NA |
|
GetTemplateDefnList(TemplateId, TemplateIdOp, Descr, DescrOp, TemplateType, DistChannel, ReportCategoryId, IsSubtemplate, CaseSensitive) |
NA |
QueryDS Class Methods
| Method | Use Instead |
|---|---|
|
QueryDS() |
NA |
|
GetXMLData(&Query, &Rowset, XSDLocation) |
NA |
|
GetXMLSampleData(&Query, &Rowset, Rows, XSDLocation) |
NA |
|
GetXSDSchema(&Query) |
NA |
ETFProcessor Class Methods
| Method | Use Instead |
|---|---|
|
EFTProcessor() |
|
|
GenerateOutput(EFTFile, XMLDataFile, OutputFile, Error) |
ReportDefn class, ProcessReport method |
|
GenerateXSL(RTFTemplateFile, XSLOutputFile, Error) |
ReportDefn class, ProcessReport method |
EFTProcessor Class Properties
| Property | Use Instead |
|---|---|
|
ConfFile |
ReportDefn class, ProcessReport method |
|
ConfProp |
ReportDefn class, ProcessReport method |
FOProcessor Class Methods
| Method | Use Instead |
|---|---|
|
FOProcessor() |
ReportDefn class, ProcessReport method |
|
GenerateMergedOutput(&XSLTemplateFileArray, &XMLDataFileArray, &XliffFileArray, OutputFileName, OutputFormat, Error) |
ReportDefn class, ProcessReport method |
|
GenerateMergedOutputFO(&FOFIleArray, OutputFile, OutputFormat, Error) |
ReportDefn class, ProcessReport method |
|
GenerateOutput(XSLTemplateFile, XMLDataFile, XLiffFile, OutputFile, OutputFormat, Error) |
ReportDefn class, ProcessReport method |
|
GenerateOutputFO(FOFileName, OutputFile, OutputFormat, Error) |
ReportDefn class, ProcessReport method |
FOProcessor Class Properties
| Property | Use Instead |
|---|---|
|
ConfFile |
ReportDefn class, ProcessReport method |
|
ConfProp |
ReportDefn class, ProcessReport method |
|
Locale |
ReportDefn class, ProcessReport method |
FormProcessor Class Methods
| Method | Use Instead |
|---|---|
|
FormProcessor() |
ReportDefn class, ProcessReport method |
|
ExtractFieldNames(PDFTemplateFileName, IncludeReservedNames, FieldNameArray, Error) |
ReportDefn class, ProcessReport method |
|
ExtractFieldValues(PDFTemplateFileName, IncludeReservedNames, FieldValueArray, Error) |
ReportDefn class, ProcessReport method |
|
FillForm(PDFTemplateFile, XMLDataFile, PDFOutputFile, Error) |
ReportDefn class, ProcessReport method |
FormProcessor Class Properties
| Property | Use Instead |
|---|---|
|
ConfFile |
ReportDefn class, ProcessReport method |
|
ConfProp |
ReportDefn class, ProcessReport method |
|
Locale |
ReportDefn class, ProcessReport method |
FOUtility Class Methods
| Method | Use Instead |
|---|---|
|
FOUtility() |
ReportDefn class, ProcessReport method |
|
GenerateFO(XSLFile, XMLDataFile, OutputFOFile, Error) |
ReportDefn class, ProcessReport method |
|
MergeFOs(&FOFileArray, OutputFOFile, Error) |
ReportDefn class, ProcessReport method |
FOUtility Class Property
| Property | Use Instead |
|---|---|
|
Prop |
ReportDefn class, ProcessReport method |
PDFMapTool Class Methods
| Method | Use Instead |
|---|---|
|
PDFMapTool() |
ReportDefn class, ProcessReport method |
|
EnableMap(XSDFile, PDFTemplateFile, XMLInputFile, PDFOutputFile) |
ReportDefn class, ProcessReport method |
|
extractMap(PDFFile, OutMapFile) |
ReportDefn class, ProcessReport method |
|
processForm(PDFTemplateFile, XMLDataFile, MapFile, OutputPDFFile) |
ReportDefn class, ProcessReport method |
PDFMapTool Class Property
| Property | Use Instead |
|---|---|
|
Locale |
ReportDefn class, ProcessReport method |
RTFProcessor Class Methods
| Method | Use Instead |
|---|---|
|
RTFProcessor() |
ReportDefn class, ProcessReport method |
|
GenerateXSL(RTFTemplateFile, XSLOutputFile, Error) |
ReportDefn class, ProcessReport method |
|
GenerateXSLXliff(RTFTemplateName, XSLOutputFile, XliffOutputFile, Error) |
ReportDefn class, ProcessReport method |
RTFProcessor Class Properties
| Property | Use Instead |
|---|---|
|
ConfFile |
ReportDefn class, ProcessReport method |
|
ConfProp |
ReportDefn class, ProcessReport method |
|
Locale |
ReportDefn class, ProcessReport method |