Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ModuleServiceInterface

Interface used by all InternalService wrappers (angular.js, angular.io)

see

FidjModule

see

FidjModule, FidjAngularService

Hierarchy

  • ModuleServiceInterface

Implemented by

Index

Methods

find

  • find(id: string): Promise<any>

findAll

  • findAll(): Promise<any>

forgotPasswordRequest

  • forgotPasswordRequest(email: String): Promise<void>

getEndpoints

getIdToken

getMessage

  • getMessage(): Promise<string>

getRoles

  • getRoles(): Promise<string[]>

init

isLoggedIn

  • isLoggedIn(): boolean

login

  • login(login: string, password: string): Promise<any>

loginAsDemo

logout

put

  • put(data: any): Promise<any>

remove

  • remove(dataId: any): Promise<any>

sendOnEndpoint

sync

  • sync(fnInitFirstData?: any): Promise<any>

Generated using TypeDoc