EmergencyWizardController

Print
Apex classe Details
Name EmergencyWizardController
Label FSL.EmergencyWizardController
Namespace Prefix FSL
Status Active
Api Version 61
Apex Code
/*
This file is generated and isn't the actual source code for this
managed global class.
This read-only file shows the class's global constructors,
methods, variables, and properties.
To enable code to compile, all methods return null.
*/
global class EmergencyWizardController implements FSL.IChatterAction {
    @RemoteAction
    global static Map<String,List<Object>> getBreadcrumbs2(List<Id> resources) {
        return null;
    }
    @RemoteAction
    global static Map<String,List<SObject>> getBreadcrumbs(List<Id> resources) {
        return null;
    }
    @RemoteAction
    global static Map<String,Object> getO2Polyline(String inputJSON, String selectedDateTime) {
        return null;
    }
    @RemoteAction
    global static List<FSL__Scheduling_Policy__c> getPolicies() {
        return null;
    }
    @RemoteAction
    global static Boolean saveConsecutiveService(Map<String,Object> data) {
        return null;
    }
}