Klasse RoyaltiesModule

java.lang.Object
org.xbib.interlibrary.http.server.BaseInterlibraryServerModule
org.xbib.interlibrary.ui.statistics.RoyaltiesModule
Alle implementierten Schnittstellen:
org.xbib.interlibrary.http.server.InterlibraryServerModule, org.xbib.net.http.server.application.ApplicationModule

public class RoyaltiesModule extends org.xbib.interlibrary.http.server.BaseInterlibraryServerModule
  • Konstruktordetails

    • RoyaltiesModule

      public RoyaltiesModule()
  • Methodendetails

    • getName

      public String getName()
      Angegeben von:
      getName in Schnittstelle org.xbib.net.http.server.application.ApplicationModule
      Setzt außer Kraft:
      getName in Klasse org.xbib.interlibrary.http.server.BaseInterlibraryServerModule
    • installEventServices

      public void installEventServices(org.xbib.event.common.EventManager.EventManagerBuilder builder)
      Angegeben von:
      installEventServices in Schnittstelle org.xbib.interlibrary.http.server.InterlibraryServerModule
      Setzt außer Kraft:
      installEventServices in Klasse org.xbib.interlibrary.http.server.BaseInterlibraryServerModule
    • installInto

      public void installInto(org.xbib.interlibrary.http.server.InterlibraryServer interlibraryServer, org.xbib.net.http.server.domain.HttpSecurityDomain securityDomain, org.xbib.net.http.server.domain.HttpDomainBuilder domainBuilder)
      Angegeben von:
      installInto in Schnittstelle org.xbib.interlibrary.http.server.InterlibraryServerModule
      Setzt außer Kraft:
      installInto in Klasse org.xbib.interlibrary.http.server.BaseInterlibraryServerModule
    • getRoyaltiesForm

      public Map<String,Object> getRoyaltiesForm(org.xbib.net.http.server.HttpRequest request, org.xbib.net.http.server.session.Session session)
    • executeRoyalties

      public void executeRoyalties(org.xbib.net.http.server.route.HttpRouterContext context) throws IOException
      Löst aus:
      IOException
    • executeRoyaltiesDownload

      public void executeRoyaltiesDownload(org.xbib.net.http.server.route.HttpRouterContext context, org.xbib.interlibrary.statistics.StatisticsModule.Target target, String contentType) throws IOException
      Löst aus:
      IOException
    • executeRoyaltiesChange

      public void executeRoyaltiesChange(String number, String value)
    • executeRoyalties

      public void executeRoyalties(RoyaltiesStatisticsClockEvent event) throws IOException
      Löst aus:
      IOException
    • executeRoyaltiesClock

      public void executeRoyaltiesClock(LocalDateTime start, LocalDateTime end) throws IOException
      Löst aus:
      IOException
    • executeRoyaltiesApi

      public void executeRoyaltiesApi(org.xbib.net.http.server.route.HttpRouterContext context)