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 Link icon

    • ReportGenerationParams Link icon

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

    • getEntityModel Link icon

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

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

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

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

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

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

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

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

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

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