SBQQ__ProductLookupController.cls · 1873 B · ext
.cls · seen 1415× in SWHvia fallback
swh:1:cnt:b8d32bd2c542a3ae97a5d50840f0aac0f33d170b;origin=https://github.com/niteshCopado/PartnerProduction;anchor=swh:1:rev:925a58eef8de7a88b03bbf972ea361ad3a84b5df;path=/classes/SBQQ__ProductLookupController.cls
Show source
/*
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 ProductLookupController {
global ProductLookupController() {
}
global static void follow(String recordId) {
}
@RemoteAction
global static String loadSearchModel(String quoteJSON, String processId, String customActionId) {
return null;
}
global static String loadSearchModelPaginated(String quoteJSON, String processId, String customActionId, Integer pageNumber) {
return null;
}
@RemoteAction
global static String removeFavorites(String quoteJSON, List<Id> favoriteIds) {
return null;
}
@RemoteAction
global static String search(String quoteJSON, String filterValuesJSON, String customActionId, Integer resultLimit) {
return null;
}
global static String search(String quoteJSON, String filterValuesJSON, String customActionId, Integer resultLimit, String searchString) {
return null;
}
global static String searchPaginated(String quoteJSON, String filterValuesJSON, String customActionId, Integer resultLimit, Integer pageNumber) {
return null;
}
global static String searchPaginated(String quoteJSON, String filterValuesJSON, String customActionId, Integer resultLimit, Integer pageNumber, String searchString) {
return null;
}
@RemoteAction
global static String suggest(String quoteJSON, String processJSON, Integer resultLimit) {
return null;
}
global static String suggestPaginated(String quoteJSON, String processJSON, Integer resultLimit, Integer pageNumber) {
return null;
}
global static void unfollow(String recordId) {
}
}