Uses of Interface
org.apache.unomi.sfdc.services.SFDCService
-
Packages that use SFDCService Package Description org.apache.unomi.sfdc.actions org.apache.unomi.sfdc.rest org.apache.unomi.sfdc.services.internal -
-
Uses of SFDCService in org.apache.unomi.sfdc.actions
Methods in org.apache.unomi.sfdc.actions with parameters of type SFDCService Modifier and Type Method Description void
CreateOrUpdateLeadAction. setSfdcService(SFDCService sfdcService)
void
UpdateProfileFromLeadAction. setSfdcService(SFDCService sfdcService)
-
Uses of SFDCService in org.apache.unomi.sfdc.rest
Methods in org.apache.unomi.sfdc.rest with parameters of type SFDCService Modifier and Type Method Description void
SFDCEndPoint. setSfdcService(SFDCService sfdcService)
void
SFDCEndPoint. setSFDCService(SFDCService sfdcService)
-
Uses of SFDCService in org.apache.unomi.sfdc.services.internal
Classes in org.apache.unomi.sfdc.services.internal that implement SFDCService Modifier and Type Class Description class
SFDCServiceImpl
Implementation of the Salesforce connector interface
-