Package org.apache.unomi.sfdc.services
Class SFDCConfiguration
java.lang.Object
org.apache.unomi.api.Item
org.apache.unomi.sfdc.services.SFDCConfiguration
- All Implemented Interfaces:
Serializable
An persistence item that contains the configuration to the Salesforce service.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
boolean
boolean
void
setSfdcChannel
(String sfdcChannel) void
setSfdcCheckIfContactExistBeforeLeadCreation
(boolean sfdcCheckIfContactExistBeforeLeadCreation) void
setSfdcConsumerKey
(String sfdcConsumerKey) void
setSfdcConsumerSecret
(String sfdcConsumerSecret) void
setSfdcFieldMappings
(String sfdcFieldMappings) void
setSfdcFieldMappingsIdentifier
(String sfdcFieldMappingsIdentifier) void
setSfdcFieldsConsents
(String sfdcFieldsConsents) void
setSfdcLoginEndpoint
(String sfdcLoginEndpoint) void
setSfdcSessionTimeout
(long sfdcSessionTimeout) void
setSfdcUserPassword
(String sfdcUserPassword) void
setSfdcUserSecurityToken
(String sfdcUserSecurityToken) void
setSfdcUserUsername
(String sfdcUserUsername) Methods inherited from class org.apache.unomi.api.Item
equals, getItemId, getItemType, getItemType, getScope, getSystemMetadata, getVersion, hashCode, setItemId, setItemType, setScope, setSystemMetadata, setVersion
-
Field Details
-
ITEM_TYPE
The ImportConfiguration ITEM_TYPE
-
-
Constructor Details
-
SFDCConfiguration
public SFDCConfiguration()
-
-
Method Details
-
getSfdcLoginEndpoint
-
setSfdcLoginEndpoint
-
getSfdcUserUsername
-
setSfdcUserUsername
-
getSfdcUserPassword
-
setSfdcUserPassword
-
getSfdcUserSecurityToken
-
setSfdcUserSecurityToken
-
getSfdcConsumerKey
-
setSfdcConsumerKey
-
getSfdcConsumerSecret
-
setSfdcConsumerSecret
-
getSfdcChannel
-
setSfdcChannel
-
getSfdcFieldMappings
-
setSfdcFieldMappings
-
setSfdcFieldMappingsIdentifier
-
getSfdcSessionTimeout
public long getSfdcSessionTimeout() -
setSfdcSessionTimeout
public void setSfdcSessionTimeout(long sfdcSessionTimeout) -
isSfdcCheckIfContactExistBeforeLeadCreation
public boolean isSfdcCheckIfContactExistBeforeLeadCreation() -
setSfdcCheckIfContactExistBeforeLeadCreation
public void setSfdcCheckIfContactExistBeforeLeadCreation(boolean sfdcCheckIfContactExistBeforeLeadCreation) -
getSfdcFieldsConsents
-
setSfdcFieldsConsents
-
getUnomiToSfdcFieldMappings
-
getSfdcToUnomiFieldMappings
-
getUnomiIdentifierField
-
getSfdcIdentifierField
-
isComplete
public boolean isComplete()
-