Variable
| Static Public Summary | ||
| public |
Announcement Detail controller |
|
| public |
Announcement list controller |
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
BootCtrl: * |
|
| public |
Config: * Configure routes for announcements |
|
| public |
Config: * |
|
| public |
Config: * |
|
| public |
DataService: * |
|
| public |
|
|
| public |
|
|
| public |
Factory to create new instances of the NoEscapeFilter Filter to avoid angular from escaping content |
|
| public |
PushService: * |
|
| public |
RegisterCtrl: * |
|
| public |
Controller to register the modules with the sync engine |
|
| public |
Controller to allow the user to select modules that should be used by this application |
|
| public |
base/js/home/RegisterService.js |
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
Routes: * Configure routes for base application Do not configure tool specific routes here! |
|
| public |
ScheduleCtrl: * |
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
SettingsCtrl: * |
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
SyncCtrl: * |
|
| public |
|
|
| public |
SyncService: * |
|
| public |
Helper to authenticate a user The success callback of the promise will receive the following object |
|
| public |
Default fail method that rejects a deferred by passing the error as the reason. |
|
| public |
SynthError: * Factory to create error with |
|
| public |
Factory method for the error handler. |
|
| public |
SynthFail: * Default fail method that rejects a deferred by passing the error as the reason. |
|
| public |
Factory to create new instances of the SynthFooter directive. |
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
resourceImg: * |
|
| public |
|
|
| public |
safo: * Synthesis Add Fields to Object |
|
Static Public
public AnnouncementDetailCtrl: * source
import AnnouncementDetailCtrl from 'synthesis-mobile/js/tools/announcements/controllers/AnnouncementDetailCtrl.js'Announcement Detail controller
public AnnouncementListCtrl: * source
import AnnouncementListCtrl from 'synthesis-mobile/js/tools/announcements/controllers/AnnouncementListCtrl.js'Announcement list controller
public AnnouncementsDeleteHandler: * source
import AnnouncementsDeleteHandler from 'synthesis-mobile/js/tools/announcements/handlers/AnnouncementsDeleteHandler.js'public AnnouncementsImageHandler: * source
import AnnouncementsImageHandler from 'synthesis-mobile/js/tools/announcements/handlers/AnnouncementsImageHandler.js'public AnnouncementsLinkHandler: * source
import AnnouncementsLinkHandler from 'synthesis-mobile/js/tools/announcements/handlers/AnnouncementsLinkHandler.js'public AnnouncementsTool: string source
import AnnouncementsTool from 'synthesis-mobile/js/tools/announcements/index.js'public Config: * source
import Config from 'synthesis-mobile/js/tools/announcements/config.js'Configure routes for announcements
public DataService: * source
import DataService from 'synthesis-mobile/js/base/services/DataService.js'public LoggerService: * source
import LoggerService from 'synthesis-mobile/js/base/services/LoggerService.js'public ModuleService: * source
import ModuleService from 'synthesis-mobile/js/base/services/ModuleService.js'public NoEscapeFilterFactory: * source
import NoEscapeFilterFactory from 'synthesis-mobile/js/base/filters/NoEscapeFilter.js'Factory to create new instances of the NoEscapeFilter Filter to avoid angular from escaping content
public PushService: * source
import PushService from 'synthesis-mobile/js/base/services/PushService.js'public RegisterCtrl: * source
import RegisterCtrl from 'synthesis-mobile/js/base/register/RegisterCtrl.js'public RegisterModuleRegistrationCtrl: * source
import RegisterModuleRegistrationCtrl from 'synthesis-mobile/js/base/register/RegisterModuleRegistrationCtrl.js'Controller to register the modules with the sync engine
public RegisterSelectModuleCtrl: * source
import RegisterSelectModuleCtrl from 'synthesis-mobile/js/base/register/RegisterSelectModuleCtrl.js'Controller to allow the user to select modules that should be used by this application
public RegisterService: * source
import RegisterService from 'synthesis-mobile/js/base/register/RegisterService.js'base/js/home/RegisterService.js
Service that will handle registrations of modules. This service interacts with SyncAPI to talk with external services, and with DataService for writing files.
public ResourcesCtrl: * source
import ResourcesCtrl from 'synthesis-mobile/js/tools/resources/controllers/ResourcesCtrl.js'public ResourcesDeleteHandler: * source
import ResourcesDeleteHandler from 'synthesis-mobile/js/tools/resources/handlers/ResourcesDeleteHandler.js'public ResourcesService: * source
import ResourcesService from 'synthesis-mobile/js/tools/resources/factories/ResourcesService.js'public ResourcesTool: string source
import ResourcesTool from 'synthesis-mobile/js/tools/resources/index.js'public Routes: * source
import Routes from 'synthesis-mobile/js/base/Routes.js'Configure routes for base application Do not configure tool specific routes here!
public ScheduleCtrl: * source
import ScheduleCtrl from 'synthesis-mobile/js/tools/schedule/controllers/ScheduleCtrl.js'public ScheduleLinkHandler: * source
import ScheduleLinkHandler from 'synthesis-mobile/js/tools/schedule/handlers/ScheduleLinkHandler.js'public ScheduleService: * source
import ScheduleService from 'synthesis-mobile/js/tools/schedule/factories/ScheduleService.js'public ScheduleTool: string source
import ScheduleTool from 'synthesis-mobile/js/tools/schedule/index.js'public SettingsCtrl: * source
import SettingsCtrl from 'synthesis-mobile/js/base/settings/SettingsCtrl.js'public SettingsPushCtrl: * source
import SettingsPushCtrl from 'synthesis-mobile/js/base/settings/SettingsPushCtrl.js'public SyncAPIService: * source
import SyncAPIService from 'synthesis-mobile/js/base/services/SyncAPIService.js'public SyncConfigureCtrl: * source
import SyncConfigureCtrl from 'synthesis-mobile/js/base/sync/SyncConfigureCtrl.js'public SyncProgressCtrl: * source
import SyncProgressCtrl from 'synthesis-mobile/js/base/sync/SyncProgressCtrl.js'public SynthAuthenticateUser: * source
import SynthAuthenticateUser from 'synthesis-mobile/js/base/factories/SynthAuthenticateUser.js'Helper to authenticate a user The success callback of the promise will receive the following object
{ 'code' : 'success code ', 'username' : 'the username', 'password' : 'the password' }
The success code can be compared with the following variables: SynthAuthenticateUser.SUCCESS - 0 SynthAuthenticateUser.FAILED - 1 SynthAuthenticateUser.CANCELLED - 2
public SynthCheckResponseError: * source
import SynthCheckResponseError from 'synthesis-mobile/js/base/factories/SynthCheckResponseError.js'Default fail method that rejects a deferred by passing the error as the reason.
public SynthError: * source
import SynthError from 'synthesis-mobile/js/base/factories/SynthError.js'Factory to create error with
public SynthErrorHandler: * source
import SynthErrorHandler from 'synthesis-mobile/js/base/factories/SynthErrorHandler.js'Factory method for the error handler. This error handler will display the error modal dialog with the error message. When this factory is called, it will always return a rejected promise with the error that it handles.
public SynthFail: * source
import SynthFail from 'synthesis-mobile/js/base/factories/SynthFail.js'Default fail method that rejects a deferred by passing the error as the reason.
public SynthFooterFactory: * source
import SynthFooterFactory from 'synthesis-mobile/js/base/directives/SynthFooter.js'Factory to create new instances of the SynthFooter directive.
public SynthesisTools: string source
import SynthesisTools from 'synthesis-mobile/js/tools/index.js'public resourceImg: * source
import resourceImg from 'synthesis-mobile/js/tools/resources/directives/resourceImg.js'public resourceListItem: * source
import resourceListItem from 'synthesis-mobile/js/tools/resources/directives/resourceListItem.js'public safo: * source
import safo from 'synthesis-mobile/js/base/factories/safo.js'Synthesis Add Fields to Object