ffbc.CommonServiceglobal with sharing class CommonService MethodsCommonServiceglobal CommonService() ffbc.CommonService.Identityglobal with sharing class Identity Hold identity information for an entity Properties
Methods
Identityglobal Identity(ID anId) Creates an API version of an Identity. Input Parameters
Identityglobal Identity(ID anId, String aName) Creates an API version of an Identity. Input Parameters
hashCodeglobal Integer hashCode() Gets the Hash code of the Identity. Return ValueThe hash code using the Id or in the case of an identity without an Id the Name is used equalsglobal Boolean equals(Object obj) Checks whether the Identity represents a given object. Input Parameters
Return ValueThe boolean result of the equality check |