Accounting API Developer's Reference
|
c2g.CODAAPISelector_3_0global with sharing class CODAAPISelector_3_0 The service class relating to Selection Definitions. 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 CreateSelectionwebservice static void CreateSelection(c2g.CODAAPICommon_3_0.Context context, CODASelectionWebService.Selection selection, String name, boolean overrideExisting) This service allows you to define selection criteria for sending mass email and retrieving FinancialForce documents and transactions via Microsoft Excel. See the FinancialForce XL Help for more information. Input Parameters
Return ValueThis web service does not return a value. GetSelectionwebservice static 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. GetSelectionsByUserwebservice static List<String> GetSelectionsByUser(c2g.CODAAPICommon_3_0.Context context, String objectUser, 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. GetDatawebservice static c2g.CODAAPISelectorTypes_3_0.DataSet GetData(c2g.CODAAPICommon_3_0.Context context, 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. |