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.

AllFilterObjects

Deprecated Enum. Deprecated

Methods

formatDateToUserLocale

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

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<LabelObjects> labelsToGet)

Deprecated method.

getRequiredFilterRecords

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

Deprecated method.

getTransactionSummary

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

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–2020 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.