@Path(value="/projects/{p}/reportSettings") public class ReportSettingsService extends BaseService
BaseService.ExceptionHandler, BaseService.FallbackService, BaseService.SecurityFilter
Modifier and Type | Field and Description |
---|---|
static JsonError |
REPORT_SETTINGS_NOT_FOUND |
Constructor and Description |
---|
ReportSettingsService() |
Modifier and Type | Method and Description |
---|---|
static ReportSettings |
getReportSettings(java.lang.String project,
java.util.UUID repId) |
static ReportSettings |
getReportSettings(TreeDB db,
java.util.UUID uuid) |
GeneratedReport |
httpGen(java.lang.String project,
java.util.UUID repId) |
IDList |
httpList(java.lang.String project) |
public static final JsonError REPORT_SETTINGS_NOT_FOUND
@GET public IDList httpList(@PathParam(value="p") java.lang.String project) throws JsonException
JsonException
@POST @Path(value="/{r}/generate") public GeneratedReport httpGen(@PathParam(value="p") java.lang.String project, @PathParam(value="r") java.util.UUID repId) throws JsonException
JsonException
public static ReportSettings getReportSettings(TreeDB db, java.util.UUID uuid) throws JsonException
JsonException
public static ReportSettings getReportSettings(java.lang.String project, java.util.UUID repId) throws JsonException
JsonException