c2g.CODAAPISelector_3_0global with sharing class CODAAPISelector_3_0 The service class relating to Selection Definitions. This class contains deprecated items. Properties
Methods
GetAPIVersionwebService static String GetAPIVersion() Used to get the latest API version. Return ValueText GetServiceNamewebService static String GetServiceName() Used to get the name of the service. Return ValueText GetDatawebService static c2g.CODAAPISelectorTypes_3_0.DataSet GetData(c2g.CODAAPICommon_3_0.Context context, c2g.CODASelectionWebService.Selection selection, Integer maxRecords) This service allows you to retrieve data using a specified selection definition. Input Parameters
Return ValueThis web service returns a c2g.CODAAPISelectorTypes_3_0.DataSet object. DeprecatedThe following items are deprecated and not supported for use. We recommend that you stop using these items to avoid exceptions. Methods
CreateSelectionDeprecated: Deprecated: Use the Salesforce API for CRUD operations. webService static void CreateSelection(c2g.CODAAPICommon_3_0.Context context, c2g.CODASelectionWebService.Selection selection, String name, boolean overrideExisting) This service allows you to define selection criteria for sending mass email and retrieving Certinia documents and transactions via Microsoft Excel. See the Certinia XL Help for more information. Use ManageXL (Manage XL) OR ManagePrintFormatter (Manage Print Formatter) custom permission to grant permissions on this method. Input Parameters
Return ValueThis web service does not return a value. GetSelectionDeprecated: Deprecated: Use the Salesforce API for CRUD operations. webService static c2g.CODASelectionWebService.Selection GetSelection(c2g.CODAAPICommon_3_0.Context context, String name) This service allows you to retrieve a selection definition. Input Parameters
Return ValueThis web service returns a CODASelectionWebService.Selection object. GetSelectionsByUserDeprecated: Deprecated: Use the Salesforce API for CRUD operations. webService static List<String> GetSelectionsByUser(c2g.CODAAPICommon_3_0.Context context, String objectUser, c2g.CODASelectionWebService.enumObject headerObject) This service allows you to retrieve selection definitions by user or object type. Input Parameters
Return ValueThis web service returns a list of String objects. |