Class ClientReportResource
java.lang.Object
ch.tocco.nice2.rest.core.spi.AbstractRestResource
ch.tocco.nice2.reporting.impl.rest.ClientReportResource
- All Implemented Interfaces:
RestResource
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic final recordstatic final record -
Field Summary
Fields inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
uriInfo -
Constructor Summary
ConstructorsConstructorDescriptionClientReportResource(PersistenceService persistenceService, SecurityManager securityManager) -
Method Summary
Modifier and TypeMethodDescriptiongetReports(ClientReportResource.RequestBean requestBean) voidsetReportIcons(List<ReportIconContribution> contributions) Methods inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
getPathParameter, setUriInfo, tryGetInt
-
Constructor Details
-
ClientReportResource
-
-
Method Details
-
getReports
@POST @Consumes("application/json") @Produces("application/json") public ClientReportResource.ResponseBean getReports(ClientReportResource.RequestBean requestBean) -
setReportIcons
-