Class StatistikkResource
java.lang.Object
no.priv.bang.handlereg.web.api.resources.StatistikkResource
@Path("statistikk")
@Produces("application/json")
@RequiresUser
@RequiresRoles("handleregbruker")
public class StatistikkResource
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) no.priv.bang.handlereg.services.HandleregService(package private) org.osgi.service.log.LogService -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
handlereg
@Inject no.priv.bang.handlereg.services.HandleregService handlereg -
logservice
@Inject org.osgi.service.log.LogService logservice
-
-
Constructor Details
-
StatistikkResource
public StatistikkResource()
-
-
Method Details
-
sumOverButikk
-
antallHandlingerIButikk
@GET @Path("handlingerbutikk") public List<no.priv.bang.handlereg.services.ButikkCount> antallHandlingerIButikk() -
sisteHandelIButikk
@GET @Path("sistehandel") public List<no.priv.bang.handlereg.services.ButikkDate> sisteHandelIButikk() -
totaltHandlebelopPrAar
-
totaltHandlebelopPrAarOgMaaned
@GET @Path("sumyearmonth") public List<no.priv.bang.handlereg.services.SumYearMonth> totaltHandlebelopPrAarOgMaaned()
-