Class ReportGenerationParams

java.lang.Object
ch.tocco.nice2.reporting.impl.rest.beans.ReportGenerationParams

@Deprecated(forRemoval=true) public class ReportGenerationParams extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • ReportGenerationParams

      public ReportGenerationParams()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getEntityModel

      public String getEntityModel()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setEntityModel

      public ReportGenerationParams setEntityModel(String entityModel)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getSelection

      public EntitySelectionBean getSelection()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setSelection

      public ReportGenerationParams setSelection(EntitySelectionBean selection)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getGeneralSettings

      public ReportGenerationParams.GeneralSettings getGeneralSettings()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setGeneralSettings

      public ReportGenerationParams setGeneralSettings(ReportGenerationParams.GeneralSettings generalSettings)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getRecipientSettings

      public ReportGenerationParams.RecipientSettings getRecipientSettings()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setRecipientSettings

      public ReportGenerationParams setRecipientSettings(ReportGenerationParams.RecipientSettings recipientSettings)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getCustomSettings

      public EntityBean getCustomSettings()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setCustomSettings

      public ReportGenerationParams setCustomSettings(EntityBean customSettings)
      Deprecated, for removal: This API element is subject to removal in a future version.