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 Ctrl032_GetCandidates 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 FSL.Ctrl032_GetCandidates.GetCandidatesData getGetCandidatesData() {
return null;
}
@RemoteAction
global static List<FSL__Scheduling_Policy__c> getPolicies() {
return null;
}
global class GetCandidatesData {
global GetCandidatesData() {
}
}
}
|