Class GenerateReportConfig

java.lang.Object
ch.tocco.nice2.reporting.api.action.GenerateReportConfig

@Deprecated public class GenerateReportConfig extends Object
Deprecated.
Bean class holding parameters for report generation from client (GUI)
  • Constructor Details

    • GenerateReportConfig

      public GenerateReportConfig()
      Deprecated.
  • Method Details

    • getSelection

      public @Nullable EntityExplorerActionSelection getSelection()
      Deprecated.
    • getLanguage

      public String getLanguage()
      Deprecated.
    • getReportId

      public String getReportId()
      Deprecated.
    • getTemplateLocation

      public @Nullable String getTemplateLocation()
      Deprecated.
    • getFileName

      public String getFileName()
      Deprecated.
    • isSkipAfterReportFunction

      public boolean isSkipAfterReportFunction()
      Deprecated.
    • isRemoveLogos

      public boolean isRemoveLogos()
      Deprecated.
    • getArchiveType

      public String getArchiveType()
      Deprecated.
    • getRebindValues

      public @Nullable RebindValue[] getRebindValues()
      Deprecated.
    • getKeys

      public @Nullable String[] getKeys()
      Deprecated.
    • getEntityModelName

      public @Nullable String getEntityModelName()
      Deprecated.
    • setSelection

      public void setSelection(@Nullable EntityExplorerActionSelection selection)
      Deprecated.
    • setLanguage

      public void setLanguage(String language)
      Deprecated.
    • setReportId

      public void setReportId(String reportId)
      Deprecated.
    • setTemplateLocation

      public void setTemplateLocation(@Nullable String templateLocation)
      Deprecated.
    • setFileName

      public void setFileName(String fileName)
      Deprecated.
    • setSkipAfterReportFunction

      public void setSkipAfterReportFunction(boolean skipAfterReportFunction)
      Deprecated.
    • setArchiveType

      public void setArchiveType(String archiveType)
      Deprecated.
    • setRemoveLogos

      public void setRemoveLogos(boolean removeLogos)
      Deprecated.
    • setRebindValues

      public void setRebindValues(@Nullable RebindValue[] rebindValues)
      Deprecated.
    • setKeys

      public void setKeys(@Nullable String[] keys)
      Deprecated.
    • setEntityModelName

      public void setEntityModelName(@Nullable String entityModelName)
      Deprecated.
    • getRecipientPaths

      public @Nullable String[] getRecipientPaths()
      Deprecated.
    • setRecipientPaths

      public void setRecipientPaths(@Nullable String[] recipientPaths)
      Deprecated.
    • getUsers

      public @Nullable String[] getUsers()
      Deprecated.
    • setUsers

      public void setUsers(@Nullable String[] users)
      Deprecated.
    • hasRecipients

      public boolean hasRecipients()
      Deprecated.
    • getCorporateDesign

      public String getCorporateDesign()
      Deprecated.
    • setCorporateDesign

      public void setCorporateDesign(String corporateDesign)
      Deprecated.
    • setCustomAttribute

      public void setCustomAttribute(String key, Object value)
      Deprecated.
      Set a custom attribute that may be used in the report template. Note that the value should not be or contain an Entity as the report may be generated in a different Context.
      Parameters:
      key - attribute name
      value - attribute value
    • getCustomAttributes

      public @Nullable Map<String,Object> getCustomAttributes()
      Deprecated.