Class EntityReportResource
java.lang.Object
ch.tocco.nice2.rest.core.spi.AbstractRestResource
ch.tocco.nice2.reporting.impl.rest.EntityReportResource
- All Implemented Interfaces:
RestResource
-
Field Summary
Fields inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
uriInfo
-
Constructor Summary
ConstructorDescriptionEntityReportResource
(EntityReportService entityReportService, SelectionService selectionService, Context context) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
getPathParameter, setUriInfo, tryGetInt
-
Constructor Details
-
EntityReportResource
public EntityReportResource(EntityReportService entityReportService, SelectionService selectionService, Context context)
-
-
Method Details
-
searchEntities
@POST @Produces("application/json") @Consumes("application/json") public List<EntityReportService.Report> searchEntities(EntityReportRequestBean bean)
-