public class SoapBindingStub extends org.apache.axis.client.Stub implements Soap
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
SoapBindingStub() |
SoapBindingStub(javax.xml.rpc.Service service) |
SoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
LeadConvertResult[] |
convertLead(LeadConvert[] leadConverts)
convert a set of leads
|
SaveResult[] |
create(SObject[] sObjects)
Create a set of new sObjects
|
protected org.apache.axis.client.Call |
createCall() |
DeleteResult[] |
delete(String[] ids)
Delete a set of sObjects
|
DescribeDataCategoryGroupResult[] |
describeDataCategoryGroups(String[] sObjectType)
Describe all the data category groups available for a given
set of types
|
DescribeDataCategoryGroupStructureResult[] |
describeDataCategoryGroupStructures(DataCategoryGroupSobjectTypePair[] pairs,
boolean topCategoriesOnly)
Describe the data category group structures for a given set
of pair of types and data category group name
|
DescribeGlobalResult |
describeGlobal()
Describe the Global state
|
DescribeLayoutResult |
describeLayout(String sObjectType,
String[] recordTypeIds)
Describe the layout of an sObject
|
DescribeSObjectResult |
describeSObject(String sObjectType)
Describe an sObject
|
DescribeSObjectResult[] |
describeSObjects(String[] sObjectType)
Describe a number sObjects
|
DescribeSoftphoneLayoutResult |
describeSoftphoneLayout()
Describe the layout of the SoftPhone
|
DescribeTabSetResult[] |
describeTabs()
Describe the tabs that appear on a users page
|
EmptyRecycleBinResult[] |
emptyRecycleBin(String[] ids)
Empty a set of sObjects from the recycle bin
|
GetDeletedResult |
getDeleted(String sObjectType,
Calendar startDate,
Calendar endDate)
Get the IDs for deleted sObjects
|
GetServerTimestampResult |
getServerTimestamp()
Gets server timestamp
|
GetUpdatedResult |
getUpdated(String sObjectType,
Calendar startDate,
Calendar endDate)
Get the IDs for updated sObjects
|
GetUserInfoResult |
getUserInfo()
Returns standard information relevant to the current user
|
InvalidateSessionsResult[] |
invalidateSessions(String[] sessionIds)
Logs out and invalidates session ids
|
LoginResult |
login(String username,
String password)
Login to the Salesforce.com SOAP Api
|
void |
logout()
Logout the current user, invalidating the current session.
|
MergeResult[] |
merge(MergeRequest[] request)
Merge and update a set of sObjects based on object id
|
ProcessResult[] |
process(ProcessRequest[] actions)
Submit an entity to a workflow process or process a workitem
|
QueryResult |
query(String queryString)
Create a Query Cursor
|
QueryResult |
queryAll(String queryString)
Create a Query Cursor, including deleted sObjects
|
QueryResult |
queryMore(String queryLocator)
Gets the next batch of sObjects from a query
|
ResetPasswordResult |
resetPassword(String userId)
Reset a user's password
|
SObject[] |
retrieve(String fieldList,
String sObjectType,
String[] ids)
Get a set of sObjects
|
SearchResult |
search(String searchString)
Search for sObjects
|
SendEmailResult[] |
sendEmail(Email[] messages)
Send outbound email
|
SetPasswordResult |
setPassword(String userId,
String password)
Set a user's password
|
UndeleteResult[] |
undelete(String[] ids)
Undelete a set of sObjects
|
SaveResult[] |
update(SObject[] sObjects)
Update a set of sObjects
|
UpsertResult[] |
upsert(String externalIDFieldName,
SObject[] sObjects)
Update or insert a set of sObjects based on object id
|
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsernamepublic SoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic SoapBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic SoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic LoginResult login(String username, String password) throws RemoteException, InvalidIdFault, UnexpectedErrorFault, LoginFault
Soaplogin in interface SoapRemoteExceptionInvalidIdFaultUnexpectedErrorFaultLoginFaultpublic DescribeSObjectResult describeSObject(String sObjectType) throws RemoteException, InvalidSObjectFault, UnexpectedErrorFault
SoapdescribeSObject in interface SoapRemoteExceptionInvalidSObjectFaultUnexpectedErrorFaultpublic DescribeSObjectResult[] describeSObjects(String[] sObjectType) throws RemoteException, InvalidSObjectFault, UnexpectedErrorFault
SoapdescribeSObjects in interface SoapRemoteExceptionInvalidSObjectFaultUnexpectedErrorFaultpublic DescribeGlobalResult describeGlobal() throws RemoteException, UnexpectedErrorFault
SoapdescribeGlobal in interface SoapRemoteExceptionUnexpectedErrorFaultpublic DescribeDataCategoryGroupResult[] describeDataCategoryGroups(String[] sObjectType) throws RemoteException, InvalidSObjectFault, UnexpectedErrorFault
SoapdescribeDataCategoryGroups in interface SoapRemoteExceptionInvalidSObjectFaultUnexpectedErrorFaultpublic DescribeDataCategoryGroupStructureResult[] describeDataCategoryGroupStructures(DataCategoryGroupSobjectTypePair[] pairs, boolean topCategoriesOnly) throws RemoteException, InvalidSObjectFault, UnexpectedErrorFault
SoapdescribeDataCategoryGroupStructures in interface SoapRemoteExceptionInvalidSObjectFaultUnexpectedErrorFaultpublic DescribeLayoutResult describeLayout(String sObjectType, String[] recordTypeIds) throws RemoteException, InvalidSObjectFault, InvalidIdFault, UnexpectedErrorFault
SoapdescribeLayout in interface SoapRemoteExceptionInvalidSObjectFaultInvalidIdFaultUnexpectedErrorFaultpublic DescribeSoftphoneLayoutResult describeSoftphoneLayout() throws RemoteException, UnexpectedErrorFault
SoapdescribeSoftphoneLayout in interface SoapRemoteExceptionUnexpectedErrorFaultpublic DescribeTabSetResult[] describeTabs() throws RemoteException, UnexpectedErrorFault
SoapdescribeTabs in interface SoapRemoteExceptionUnexpectedErrorFaultpublic SaveResult[] create(SObject[] sObjects) throws RemoteException, InvalidSObjectFault, InvalidIdFault, InvalidFieldFault, UnexpectedErrorFault
Soapcreate in interface SoapRemoteExceptionInvalidSObjectFaultInvalidIdFaultInvalidFieldFaultUnexpectedErrorFaultpublic SaveResult[] update(SObject[] sObjects) throws RemoteException, InvalidSObjectFault, InvalidIdFault, InvalidFieldFault, UnexpectedErrorFault
Soapupdate in interface SoapRemoteExceptionInvalidSObjectFaultInvalidIdFaultInvalidFieldFaultUnexpectedErrorFaultpublic UpsertResult[] upsert(String externalIDFieldName, SObject[] sObjects) throws RemoteException, InvalidSObjectFault, InvalidIdFault, InvalidFieldFault, UnexpectedErrorFault
Soapupsert in interface SoapRemoteExceptionInvalidSObjectFaultInvalidIdFaultInvalidFieldFaultUnexpectedErrorFaultpublic MergeResult[] merge(MergeRequest[] request) throws RemoteException, InvalidSObjectFault, InvalidIdFault, InvalidFieldFault, UnexpectedErrorFault
Soapmerge in interface SoapRemoteExceptionInvalidSObjectFaultInvalidIdFaultInvalidFieldFaultUnexpectedErrorFaultpublic DeleteResult[] delete(String[] ids) throws RemoteException, UnexpectedErrorFault
Soapdelete in interface SoapRemoteExceptionUnexpectedErrorFaultpublic UndeleteResult[] undelete(String[] ids) throws RemoteException, UnexpectedErrorFault
Soapundelete in interface SoapRemoteExceptionUnexpectedErrorFaultpublic EmptyRecycleBinResult[] emptyRecycleBin(String[] ids) throws RemoteException, UnexpectedErrorFault
SoapemptyRecycleBin in interface SoapRemoteExceptionUnexpectedErrorFaultpublic SObject[] retrieve(String fieldList, String sObjectType, String[] ids) throws RemoteException, InvalidSObjectFault, MalformedQueryFault, InvalidIdFault, InvalidFieldFault, UnexpectedErrorFault
Soapretrieve in interface SoapRemoteExceptionInvalidSObjectFaultMalformedQueryFaultInvalidIdFaultInvalidFieldFaultUnexpectedErrorFaultpublic ProcessResult[] process(ProcessRequest[] actions) throws RemoteException, InvalidIdFault, UnexpectedErrorFault
Soapprocess in interface SoapRemoteExceptionInvalidIdFaultUnexpectedErrorFaultpublic LeadConvertResult[] convertLead(LeadConvert[] leadConverts) throws RemoteException, UnexpectedErrorFault
SoapconvertLead in interface SoapRemoteExceptionUnexpectedErrorFaultpublic void logout()
throws RemoteException,
UnexpectedErrorFault
Soaplogout in interface SoapRemoteExceptionUnexpectedErrorFaultpublic InvalidateSessionsResult[] invalidateSessions(String[] sessionIds) throws RemoteException, UnexpectedErrorFault
SoapinvalidateSessions in interface SoapRemoteExceptionUnexpectedErrorFaultpublic GetDeletedResult getDeleted(String sObjectType, Calendar startDate, Calendar endDate) throws RemoteException, InvalidSObjectFault, UnexpectedErrorFault
SoapgetDeleted in interface SoapRemoteExceptionInvalidSObjectFaultUnexpectedErrorFaultpublic GetUpdatedResult getUpdated(String sObjectType, Calendar startDate, Calendar endDate) throws RemoteException, InvalidSObjectFault, UnexpectedErrorFault
SoapgetUpdated in interface SoapRemoteExceptionInvalidSObjectFaultUnexpectedErrorFaultpublic QueryResult query(String queryString) throws RemoteException, InvalidSObjectFault, MalformedQueryFault, InvalidIdFault, InvalidFieldFault, UnexpectedErrorFault, InvalidQueryLocatorFault
Soapquery in interface SoapRemoteExceptionInvalidSObjectFaultMalformedQueryFaultInvalidIdFaultInvalidFieldFaultUnexpectedErrorFaultInvalidQueryLocatorFaultpublic QueryResult queryAll(String queryString) throws RemoteException, InvalidSObjectFault, MalformedQueryFault, InvalidIdFault, InvalidFieldFault, UnexpectedErrorFault, InvalidQueryLocatorFault
SoapqueryAll in interface SoapRemoteExceptionInvalidSObjectFaultMalformedQueryFaultInvalidIdFaultInvalidFieldFaultUnexpectedErrorFaultInvalidQueryLocatorFaultpublic QueryResult queryMore(String queryLocator) throws RemoteException, InvalidFieldFault, UnexpectedErrorFault, InvalidQueryLocatorFault
SoapqueryMore in interface SoapRemoteExceptionInvalidFieldFaultUnexpectedErrorFaultInvalidQueryLocatorFaultpublic SearchResult search(String searchString) throws RemoteException, InvalidSObjectFault, MalformedSearchFault, InvalidFieldFault, UnexpectedErrorFault
Soapsearch in interface SoapRemoteExceptionInvalidSObjectFaultMalformedSearchFaultInvalidFieldFaultUnexpectedErrorFaultpublic GetServerTimestampResult getServerTimestamp() throws RemoteException, UnexpectedErrorFault
SoapgetServerTimestamp in interface SoapRemoteExceptionUnexpectedErrorFaultpublic SetPasswordResult setPassword(String userId, String password) throws RemoteException, InvalidIdFault, UnexpectedErrorFault, InvalidNewPasswordFault
SoapsetPassword in interface SoapRemoteExceptionInvalidIdFaultUnexpectedErrorFaultInvalidNewPasswordFaultpublic ResetPasswordResult resetPassword(String userId) throws RemoteException, InvalidIdFault, UnexpectedErrorFault
SoapresetPassword in interface SoapRemoteExceptionInvalidIdFaultUnexpectedErrorFaultpublic GetUserInfoResult getUserInfo() throws RemoteException, UnexpectedErrorFault
SoapgetUserInfo in interface SoapRemoteExceptionUnexpectedErrorFaultpublic SendEmailResult[] sendEmail(Email[] messages) throws RemoteException, UnexpectedErrorFault
SoapsendEmail in interface SoapRemoteExceptionUnexpectedErrorFaultCopyright © 2014. All rights reserved.