ffbc.LookupServiceglobal with sharing class LookupService this class provides lists of wrappers which represent lookup field values. Methods
getAccountsWithIdsglobal 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. getAccountsWithNameLikeglobal 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. getCompaniesglobal static List<ffbc.LookupService.Identity> getCompanies() Query the ID and Name fields of all companies. Return ValueThe list of identities of the companies. getIdentitiesglobal 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. getTaxCodesglobal 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. getUnitsOfMeasureglobal 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. Properties
Methodsffbc.LookupService.IdentityRequestglobal with sharing class IdentityRequest this class contains the parameters for a query to obtain arbitrary sobject identities. Properties
Methods |