c2g.CODASelectionWebService
global with sharing class CODASelectionWebService
The service class relating to Selector API used for sending mass email and retrieving Certinia documents and transactions via Microsoft Excel.
Enums
enumObject
The list of valid options for selection of object type.
CashEntry |
Specify this type if you want to retrieve Cash Entry object type. |
CashEntryLineItem |
Specify this type if you want to retrieve Cash Entry Line Item object type. |
Invoice |
Specify this type if you want to retrieve Invoice object type. |
InvoiceLineItem |
Use this type if you want to retrieve Invoice Line Item object type. |
InvoiceInstallmentLineItem |
Use this type if you want to retrieve Invoice Installment Line Item object type. |
Journal |
Use this type if you want to retrieve Journal object type. |
JournalLineItem |
Use this type if you want to retrieve Journal Line Item object type. |
CreditNote |
Use this type if you want to retrieve Credit Note object type. |
CreditNoteLineItem |
Use this type if you want to retrieve Credit Note Line Item object type. |
Transact |
Use this type if you want to retrieve Transaction object type. |
TransactionLineItem |
Use this type if you want to retrieve Transaction Line Item object type. |
PaymentMediaSummary |
Use this type if you want to retrieve Payment Media Summary object type. |
PaymentMediaDetail |
Use this type if you want to retrieve Payment Media Detail object type. |
PurchaseCreditNote |
Use this type if you want to retrieve Purchase Credit Note object type. |
PurchaseCreditNoteLineItem |
Use this type if you want to retrieve Purchase Credit Note Line Item object type. |
PurchaseCreditNoteExpenseLineItem |
Use this type if you want to retrieve Purchase Credit Note Expense Line Item object type. |
PurchaseInvoice |
Use this type if you want to retrieve Purchase Invoice object type. |
PurchaseInvoiceLineItem |
Use this type if you want to retrieve Purchase Invoice Line Item object type. |
PurchaseInvoiceExpenseLineItem |
Use this type if you want to retrieve Purchase Invoice Expense Line Item object type. |
Budget |
Use this type if you want to retrieve Budget object type. |
BankStatement |
Use this type if you want to retrieve Bank Statement object type. |
BankStatementLineItem |
Use this type if you want to retrieve Bank Statement Line Item object type. |
ReportingBalance |
Use this type if you want to retrieve Reporting Balance object type. |
enumOperator
The list of valid options for operators to specify in selection criteria.
Equal |
The equal operator. |
Distinct |
The operator to fetch distinct values only. |
Lower |
The operator to get lower values. |
Greater |
The operator to get greater values. |
LowerOrEqual |
The operator to get lower or equal values. |
GreaterOrEqual |
The operator to get greater or equal values. |
Between |
The operator to get values between a range. |
StartsWith |
The operator to get data starting with a given value. |
EndsWith |
The operator to get data ending with a given value. |
Contains |
The operator to get data witch contains a given value. |
enumType
The list of valid options for field types to specify in selection.
TypeBoolean |
Use this if field type is Boolean. |
TypeString |
Use this if field type is String. |
TypeNumber |
Use this if field type is Number. |
TypeReference |
Use this if field type is Reference. |
TypeDate |
Use this if field type is Date. |
TypeDateTime |
Use this if field type is DateTime. |
TypeEnum |
Use this if field type is Enum. |
TypeId |
Use this if field type is Id. |
TypePercent |
Use this if field type is Percent. |
enumSortDirection
The list of valid options to specify sort directions.
Ascending |
Use this if sort direction is Ascending. |
Descending |
Use this if sort direction is Descending. |
c2g.CODASelectionWebService.ObjectField
global with sharing class ObjectField
Holds information about a Object field used in Selection.
Properties
Path |
String |
The Path to field. If the field is from related object, specify full path.
|
Label |
String |
The label of field.
|
FieldType |
c2g.CODASelectionWebService.enumType |
The type of field.
|
c2g.CODASelectionWebService.SelectionCriterion
global with sharing class SelectionCriterion
Holds information about a Selection Criterion.
Properties
c2g.CODASelectionWebService.SortOrder
global with sharing class SortOrder
Holds information about a Sort Order in Selection.
Properties
c2g.CODASelectionWebService.Selection
global with sharing class Selection
Holds the selection definition you want to create.
Properties
|