ffbc.LookupServiceglobal with sharing class LookupService This class provides lists of wrappers which represent lookup field values. This class contains deprecated items. MethodsgetIdentitiesglobal static List<ffbc.LookupService.Identity> getIdentities(ffbc.LookupService.IdentityRequest request) Queries the identities of records of any SObject type. Input Parameters
Exceptions Thrown
Return ValueThe list of identities of the records matching the query. DeprecatedThe following items are deprecated and not supported for use. We recommend that you stop using these items to avoid exceptions. Methods
getAccountsWithIdsDeprecated: This method has been deprecated. Use a standard Salesforce query instead. global static List<ffbc.LookupService.Identity> getAccountsWithIds(Set<Id> accountIds) Query the ID and Name fields of each account that has an ID, which is in the list of IDs provided. Input Parameters
Return ValueThe list of identities of the accounts. getAccountsWithNameLikeDeprecated: This method has been deprecated. Use a standard Salesforce query instead. global static List<ffbc.LookupService.Identity> getAccountsWithNameLike(String name) Query the ID and Name fields of all accounts where the name contains the string provided. Input Parameters
Return ValueThe list of identities of the accounts, ordered by name. getCompaniesDeprecated: This method has been deprecated. Use a standard Salesforce query instead. global static List<ffbc.LookupService.Identity> getCompanies() Query the ID and Name fields of all companies. Return ValueThe list of identities of the companies. getTaxCodesDeprecated: This method has been deprecated. Use a standard Salesforce query instead. global static List<ffbc.LookupService.Identity> getTaxCodes() Query the ID and Name fields of all tax codes. Return ValueThe list of identities of the tax codes. getUnitsOfMeasureDeprecated: This method has been deprecated. Use a standard Salesforce query instead. global static List<ffbc.LookupService.Identity> getUnitsOfMeasure() Query the ID and Name fields of all units of measure. Return ValueThe list of identities of the units of measure. ffbc.LookupService.Identityglobal with sharing class Identity This class models a lookup field value. This class is marked as serializable and deserializable to work around an issue in enforcing JsonAccess for Visualforce remoting requests. Warning: Do not rely on any behavior available via serializing as or deserializing from JSON that is not part of the global API because it might be subject to change. Properties
Methodsffbc.LookupService.IdentityRequestglobal with sharing class IdentityRequest This class contains the parameters for a query to obtain arbitrary SObject identities. Properties
Methods |