Package com.sforce.soap.metadata
Class LeadConfigSettings
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.LeadConfigSettings
-
-
Constructor Summary
Constructors Constructor Description LeadConfigSettings()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getDoesEnableLeadConvertDefaultSubjectBlankTaskCreation
public boolean getDoesEnableLeadConvertDefaultSubjectBlankTaskCreation()
-
isDoesEnableLeadConvertDefaultSubjectBlankTaskCreation
public boolean isDoesEnableLeadConvertDefaultSubjectBlankTaskCreation()
-
setDoesEnableLeadConvertDefaultSubjectBlankTaskCreation
public void setDoesEnableLeadConvertDefaultSubjectBlankTaskCreation(boolean doesEnableLeadConvertDefaultSubjectBlankTaskCreation)
-
setDoesEnableLeadConvertDefaultSubjectBlankTaskCreation
protected void setDoesEnableLeadConvertDefaultSubjectBlankTaskCreation(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDoesHideOpportunityInConvertLeadWindow
public boolean getDoesHideOpportunityInConvertLeadWindow()
-
isDoesHideOpportunityInConvertLeadWindow
public boolean isDoesHideOpportunityInConvertLeadWindow()
-
setDoesHideOpportunityInConvertLeadWindow
public void setDoesHideOpportunityInConvertLeadWindow(boolean doesHideOpportunityInConvertLeadWindow)
-
setDoesHideOpportunityInConvertLeadWindow
protected void setDoesHideOpportunityInConvertLeadWindow(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDoesPreserveLeadStatus
public boolean getDoesPreserveLeadStatus()
-
isDoesPreserveLeadStatus
public boolean isDoesPreserveLeadStatus()
-
setDoesPreserveLeadStatus
public void setDoesPreserveLeadStatus(boolean doesPreserveLeadStatus)
-
setDoesPreserveLeadStatus
protected void setDoesPreserveLeadStatus(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDoesSelectNoOpportunityOnConvertLead
public boolean getDoesSelectNoOpportunityOnConvertLead()
-
isDoesSelectNoOpportunityOnConvertLead
public boolean isDoesSelectNoOpportunityOnConvertLead()
-
setDoesSelectNoOpportunityOnConvertLead
public void setDoesSelectNoOpportunityOnConvertLead(boolean doesSelectNoOpportunityOnConvertLead)
-
setDoesSelectNoOpportunityOnConvertLead
protected void setDoesSelectNoOpportunityOnConvertLead(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDoesTrackHistory
public boolean getDoesTrackHistory()
-
isDoesTrackHistory
public boolean isDoesTrackHistory()
-
setDoesTrackHistory
public void setDoesTrackHistory(boolean doesTrackHistory)
-
setDoesTrackHistory
protected void setDoesTrackHistory(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableConversionsOnMobile
public boolean getEnableConversionsOnMobile()
-
isEnableConversionsOnMobile
public boolean isEnableConversionsOnMobile()
-
setEnableConversionsOnMobile
public void setEnableConversionsOnMobile(boolean enableConversionsOnMobile)
-
setEnableConversionsOnMobile
protected void setEnableConversionsOnMobile(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableOrgWideMergeAndDelete
public boolean getEnableOrgWideMergeAndDelete()
-
isEnableOrgWideMergeAndDelete
public boolean isEnableOrgWideMergeAndDelete()
-
setEnableOrgWideMergeAndDelete
public void setEnableOrgWideMergeAndDelete(boolean enableOrgWideMergeAndDelete)
-
setEnableOrgWideMergeAndDelete
protected void setEnableOrgWideMergeAndDelete(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getShouldLeadConvertRequireValidation
public boolean getShouldLeadConvertRequireValidation()
-
isShouldLeadConvertRequireValidation
public boolean isShouldLeadConvertRequireValidation()
-
setShouldLeadConvertRequireValidation
public void setShouldLeadConvertRequireValidation(boolean shouldLeadConvertRequireValidation)
-
setShouldLeadConvertRequireValidation
protected void setShouldLeadConvertRequireValidation(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getShouldSendNotificationEmailWhenLeadOwnerUpdatesViaApexInLEX
public boolean getShouldSendNotificationEmailWhenLeadOwnerUpdatesViaApexInLEX()
-
isShouldSendNotificationEmailWhenLeadOwnerUpdatesViaApexInLEX
public boolean isShouldSendNotificationEmailWhenLeadOwnerUpdatesViaApexInLEX()
-
setShouldSendNotificationEmailWhenLeadOwnerUpdatesViaApexInLEX
public void setShouldSendNotificationEmailWhenLeadOwnerUpdatesViaApexInLEX(boolean shouldSendNotificationEmailWhenLeadOwnerUpdatesViaApexInLEX)
-
setShouldSendNotificationEmailWhenLeadOwnerUpdatesViaApexInLEX
protected void setShouldSendNotificationEmailWhenLeadOwnerUpdatesViaApexInLEX(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
-