Class UkelonnServiceBase

java.lang.Object
no.priv.bang.ukelonn.backend.UkelonnServiceBase
All Implemented Interfaces:
no.priv.bang.ukelonn.UkelonnService
Direct Known Subclasses:
UkelonnServiceProvider

public abstract class UkelonnServiceBase extends Object implements no.priv.bang.ukelonn.UkelonnService
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.osgi.service.log.LogService
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface no.priv.bang.ukelonn.UkelonnService

    addAccount, availableLocales, createBonus, createJobtype, createPaymenttype, defaultLocale, deleteBonus, deleteJobsFromAccount, displayTexts, earningsSumOverMonth, earningsSumOverYear, getAccount, getAccounts, getActiveBonuses, getAllBonuses, getJobs, getJobTypes, getPayments, getPaymenttypes, modifyBonus, modifyJobtype, modifyPaymenttype, notificationsTo, notificationTo, registerPayment, registerPerformedJob, updateJob
  • Constructor Details

    • UkelonnServiceBase

      public UkelonnServiceBase()
  • Method Details

    • getMessage

      public String getMessage()
      Specified by:
      getMessage in interface no.priv.bang.ukelonn.UkelonnService
    • getDataSource

      public DataSource getDataSource()
      Specified by:
      getDataSource in interface no.priv.bang.ukelonn.UkelonnService
    • getLogservice

      public org.osgi.service.log.LogService getLogservice()
      Specified by:
      getLogservice in interface no.priv.bang.ukelonn.UkelonnService