AppointmentBookingController

Print
Apex classe Details
Name AppointmentBookingController
Label FSL.AppointmentBookingController
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 AppointmentBookingController implements FSL.IChatterAction {
    @RemoteAction
    global static AsyncApexJob getAsyncApexJob(Id jobId) {
        return null;
    }
    @RemoteAction
    global static Map<String,Object> getFslOperation(Long schedulingStartLong, Id opId) {
        return null;
    }
    @RemoteAction
    global static List<FSL__Scheduling_Policy__c> getPolicies() {
        return null;
    }
    @RemoteAction
    global static String getUserLocale() {
        return null;
    }
}