services

dashboardService: verwendet: security,appPath – $q , $http, $resource

  • query(params) => +/api/RDashboardApi/action/paramsPOSTisArray:false
  • get(id) => + /api/ + id
  • identityResolve(params)
  • getRoleReports(params)

fisService: verwendet: security appPath

  • Get(id) => appPath + ‚/api/fis/saveprofil‘
  • Save(parameter) appPath + ‚/api/fis/saveprofil‘
  • executeReport(parameter) appPath + ‚/api/fis/executereport‘
  • executeReportAndSave(parameter) appPath + ‚/api/fis/executereportandsave‘
  • getReportProfil(parameter)
  • resetDashboardProfil(parameter)
  • isSingleReport()
  • hasReports()
  • storeReport(report)
  • clearReport()
  • getReport()
  • add2Reports(key,report)
  • clearReports()
  • getReports()
  • setReportsAlertIdx(idx)
  • getReportsAlertIdx()
  • nightrunner(parameter)
  • setAutoload(value)
  • getAutoload()

layoutService : verwendet appPath

  • getJsonFile(filename)

chartOptionsService: verwendet reportBaseService

  • getChartOptionsTestDelayed()
  • getChartOptionsTestDirect()
  • getChartOptions() => return reportBaseService.getChartOptions()

chartTypeService

  • getCharType(scope,chartType) entweder column oder pie

rdokumentDashboardService

  • percentToRed(value)
  • percentToGreen(value)

rdokumentCtrlService

  • query()
  • get(id)
  • fisExportUnload()
  • fisExportZip()

rdokumentService

  • query()
  • queryFilter(param)
  • add(row)
  • update(row)
  • get(id)
  • getAction(action,id)
  • queryAction(action,id)
  • delete(id)
  • querynav(action)
  • action(action,id)

fileUploadService

  • fileUploadService(filename,data)

 

Schreiben Sie einen Kommentar

Ihre E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert