com.ibm.jarm.api.core

Interface ReportDefinition

    • Method Detail

      • getReportTitle

        java.lang.String getReportTitle()
        Returns the Report Title value.
        Returns:
        A String value.
      • setReportTitle

        void setReportTitle(java.lang.String title)
      • getReportTitleLocalizationKey

        java.lang.String getReportTitleLocalizationKey()
        Returns the value of the Report Title Localization Key property of this instance.
        Returns:
        A String value. This entry can be null.
      • setReportTitleLocalizationKey

        void setReportTitleLocalizationKey(java.lang.String key)
      • getReportDescription

        java.lang.String getReportDescription()
        Returns the value of Report Description property of this instance.
        Returns:
        A String value.
      • setReportDescription

        void setReportDescription(java.lang.String desc)
      • getReportDescriptionLocalizationKey

        java.lang.String getReportDescriptionLocalizationKey()
        Returns the value of Report Description Localization Key property of this instance.
        Returns:
        A String value. This entry can be null.
      • setReportDescriptionLocalizationKey

        void setReportDescriptionLocalizationKey(java.lang.String key)
      • getReportParameters

        java.util.List<ReportParameter> getReportParameters()
        Returns the value of Report Parameters property of this instance.
        Returns:
        A String value.
      • setReportParameters

        void setReportParameters(java.util.List<ReportParameter> params)
      • getReportQueriesByAssociatedEntityType

        java.lang.String[] getReportQueriesByAssociatedEntityType(java.lang.String type)
        Returns the list of Report Queries for this instance.
        Returns:
        A List of String instances.
      • addReportQueries

        void addReportQueries(java.lang.String[] sql,
                            java.lang.String type)
      • removeAllReportQueries

        void removeAllReportQueries()
      • getAssociatedEntityTypes

        java.util.List<java.lang.String> getAssociatedEntityTypes()
        Returns the 'entity types' that are associated with the report definition query.
        Returns:
        A collection of String 'entity type' values. This result can be null.
      • getReportName

        java.lang.String getReportName()
        Returns the value of Report Name property of this instance.
        Returns:
        A String value.
      • setReportName

        void setReportName(java.lang.String name)
      • getReportNameLocalizationKey

        java.lang.String getReportNameLocalizationKey()
      • setReportNameLocalizationKey

        void setReportNameLocalizationKey(java.lang.String key)
      • getEntryHelp

        java.lang.String getEntryHelp()
        Returns the value of Report Entry Help property of this instance.
        Returns:
        A String value. This entry can be null.
      • setEntryHelp

        void setEntryHelp(java.lang.String entryhelp)
      • getEntryHelpLocalizationKey

        java.lang.String getEntryHelpLocalizationKey()
        Returns the value of Report Entry Help Localization Key property of this instance.
        Returns:
        A String value. This entry can be null.
      • setEntryHelpLocalizationKey

        void setEntryHelpLocalizationKey(java.lang.String key)
      • getReportDBTableName

        java.lang.String getReportDBTableName()
        Returns the value of Report Database Table Name property of this instance.
        Returns:
        A String value.
      • setReportDBTableName

        void setReportDBTableName(java.lang.String tableName)
      • parseContent

        void parseContent()

© Copyright IBM Corp. 2010, 2013. All Rights Reserved.