Class ReportGenerationParams
java.lang.Object
ch.tocco.nice2.reporting.impl.rest.beans.ReportGenerationParams
Deprecated, for removal: This API element is subject to removal in a future version.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated, for removal: This API element is subject to removal in a future version.static class
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.setCustomSettings
(EntityBean customSettings) Deprecated, for removal: This API element is subject to removal in a future version.setEntityModel
(String entityModel) Deprecated, for removal: This API element is subject to removal in a future version.setGeneralSettings
(ReportGenerationParams.GeneralSettings generalSettings) Deprecated, for removal: This API element is subject to removal in a future version.setRecipientSettings
(ReportGenerationParams.RecipientSettings recipientSettings) Deprecated, for removal: This API element is subject to removal in a future version.setSelection
(EntitySelectionBean selection) 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
Deprecated, for removal: This API element is subject to removal in a future version. -
setEntityModel
Deprecated, for removal: This API element is subject to removal in a future version. -
getSelection
Deprecated, for removal: This API element is subject to removal in a future version. -
setSelection
Deprecated, for removal: This API element is subject to removal in a future version. -
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
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
Deprecated, for removal: This API element is subject to removal in a future version. -
setCustomSettings
Deprecated, for removal: This API element is subject to removal in a future version.
-