Revenue Management API Developer Reference

ffrr.CommonService

global with sharing class CommonService

Enums

ApexTransactionType

How the Current Apex transaction is executed.

Value Description
Synchronous Executed immediately within this context.
Asynchronous Executed in a batch job in an alternate context.
Dynamic Automatically determine which transaction type is best.

RequiredFilterObjects

Deprecated Enum.

LabelObjects

Deprecated Enum.

AllFilterObjects

Deprecated Enum.

Methods

getRequiredFilterRecords

global static List<ffrr.CommonService.RequiredFilterRecords> getRequiredFilterRecords(List<ffrr.CommonService.RequiredFilterObjects> objectsToGet, SelectionService.SelectFilter selectionFilter)

Deprecated method.

getAllFilterRecords

global static List<ffrr.CommonService.FilterItems> getAllFilterRecords(List<ffrr.CommonService.AllFilterObjects> filtersToGet, SelectionService.SelectFilter selectionFilter)

Deprecated method.

getLabels

global static List<ffrr.CommonService.LabelInfo> getLabels(List<ffrr.CommonService.LabelObjects> labelsToGet)

Deprecated method.

getTransactionSummary

global static List<ffrr.CommonService.TransactionSummary> getTransactionSummary(Id templateID, Id primaryID, Id secondaryID, integer maximumRecords)

Deprecated method.

formatDateToUserLocale

global static ffrr.CommonService.FormattedDate formatDateToUserLocale(string dateToFormat)

Deprecated method.

ffrr.CommonService.CurrencyType

global class CurrencyType

Class representing a currency.

Properties

Name Type Description
ISOCode String CurrencyISOCode code of this currency.
Rate Decimal This currency's exchange rate relative to the home currency. If this is the home currency this field will be ignored.

Methods

CurrencyType

global CurrencyType()

© Copyright 2009–2019 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.