Accounting Apex API Developer Reference

c2g.CODAAPISelectorTypes_3_0

global with sharing class CODAAPISelectorTypes_3_0

the service class relating to selection definitions.

c2g.CODAAPISelectorTypes_3_0.RowValues

global with sharing class RowValues

holds a value from a specific field returned by the selector service.

Properties

Name Type Description
Value List<string> field value.
Dummy String for internal use only.

c2g.CODAAPISelectorTypes_3_0.ObjectData

global with sharing class ObjectData

holds header and line item row values returned by the selector service within a dataset.

Properties

Name Type Description
HeaderValues c2g.CODAAPISelectorTypes_3_0.RowValues list of header (or master) values.
LineItems List<c2g.CODAAPISelectorTypes_3_0.RowValues> list of line item (or detail) values.

c2g.CODAAPISelectorTypes_3_0.ObjectDataList

global with sharing class ObjectDataList

holds a list of objectdata instances returned by the selector service within a dataset.

Properties

Name Type Description
ObjectData List<c2g.CODAAPISelectorTypes_3_0.ObjectData> list of objectdata instances.

c2g.CODAAPISelectorTypes_3_0.FieldsList

global with sharing class FieldsList

holds a list of fields for use by the selector service.

Properties

Name Type Description
Field List<String> name of the field.

c2g.CODAAPISelectorTypes_3_0.DiscountInfo

global with sharing class DiscountInfo

c2g.CODAAPISelectorTypes_3_0.DataSet

global with sharing class DataSet

holds a list of financialforce documents or transactions retrieved by the selector service.

Properties

Name Type Description
CurrentNumberOfObjects integer current number of objects.
TotalNumberOfObjects integer total number of objects.
Objects c2g.CODAAPISelectorTypes_3_0.ObjectDataList list of data objects.
HeaderFields c2g.CODAAPISelectorTypes_3_0.FieldsList list of header (or master) fields.
LineItemFields c2g.CODAAPISelectorTypes_3_0.FieldsList list of line item (or detail) fields.
© Copyright 2009–2022 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.