|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.client.Stub
com.sforce.soap.partner.SoapBindingStub
public class SoapBindingStub
Field Summary |
---|
Fields inherited from class org.apache.axis.client.Stub |
---|
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service |
Fields inherited from interface javax.xml.rpc.Stub |
---|
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY |
Constructor Summary | |
---|---|
SoapBindingStub()
|
|
SoapBindingStub(javax.xml.rpc.Service service)
|
|
SoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
|
Method Summary | |
---|---|
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(java.lang.String[] ids)
Delete a set of sObjects |
DescribeGlobalResult |
describeGlobal()
Describe the Global state |
DescribeLayoutResult |
describeLayout(java.lang.String sObjectType,
java.lang.String[] recordTypeIds)
Describe the layout of an sObject |
DescribeSObjectResult |
describeSObject(java.lang.String sObjectType)
Describe an sObject |
DescribeSObjectResult[] |
describeSObjects(java.lang.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(java.lang.String[] ids)
Empty a set of sObjects from the recycle bin |
GetDeletedResult |
getDeleted(java.lang.String sObjectType,
java.util.Calendar startDate,
java.util.Calendar endDate)
Get the IDs for deleted sObjects |
GetServerTimestampResult |
getServerTimestamp()
Gets server timestamp |
GetUpdatedResult |
getUpdated(java.lang.String sObjectType,
java.util.Calendar startDate,
java.util.Calendar endDate)
Get the IDs for updated sObjects |
GetUserInfoResult |
getUserInfo()
Returns standard information relevant to the current user |
InvalidateSessionsResult[] |
invalidateSessions(java.lang.String[] sessionIds)
Logs out and invalidates session ids |
LoginResult |
login(java.lang.String username,
java.lang.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(java.lang.String queryString)
Create a Query Cursor |
QueryResult |
queryAll(java.lang.String queryString)
Create a Query Cursor, including deleted sObjects |
QueryResult |
queryMore(java.lang.String queryLocator)
Gets the next batch of sObjects from a query |
ResetPasswordResult |
resetPassword(java.lang.String userId)
Reset a user's password |
SObject[] |
retrieve(java.lang.String fieldList,
java.lang.String sObjectType,
java.lang.String[] ids)
Get a set of sObjects |
SearchResult |
search(java.lang.String searchString)
Search for sObjects |
SendEmailResult[] |
sendEmail(Email[] messages)
Send outbound email |
SetPasswordResult |
setPassword(java.lang.String userId,
java.lang.String password)
Set a user's password |
UndeleteResult[] |
undelete(java.lang.String[] ids)
Undelete a set of sObjects |
SaveResult[] |
update(SObject[] sObjects)
Update a set of sObjects |
UpsertResult[] |
upsert(java.lang.String externalIDFieldName,
SObject[] sObjects)
Update or insert a set of sObjects based on object id |
Methods inherited from class org.apache.axis.client.Stub |
---|
_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, setUsername |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SoapBindingStub() throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public SoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public SoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
Method Detail |
---|
protected org.apache.axis.client.Call createCall() throws java.rmi.RemoteException
java.rmi.RemoteException
public LoginResult login(java.lang.String username, java.lang.String password) throws java.rmi.RemoteException, UnexpectedErrorFault, InvalidIdFault, LoginFault
Soap
login
in interface Soap
java.rmi.RemoteException
UnexpectedErrorFault
InvalidIdFault
LoginFault
public DescribeSObjectResult describeSObject(java.lang.String sObjectType) throws java.rmi.RemoteException, UnexpectedErrorFault, InvalidSObjectFault
Soap
describeSObject
in interface Soap
java.rmi.RemoteException
UnexpectedErrorFault
InvalidSObjectFault
public DescribeSObjectResult[] describeSObjects(java.lang.String[] sObjectType) throws java.rmi.RemoteException, UnexpectedErrorFault, InvalidSObjectFault
Soap
describeSObjects
in interface Soap
java.rmi.RemoteException
UnexpectedErrorFault
InvalidSObjectFault
public DescribeGlobalResult describeGlobal() throws java.rmi.RemoteException, UnexpectedErrorFault
Soap
describeGlobal
in interface Soap
java.rmi.RemoteException
UnexpectedErrorFault
public DescribeLayoutResult describeLayout(java.lang.String sObjectType, java.lang.String[] recordTypeIds) throws java.rmi.RemoteException, UnexpectedErrorFault, InvalidSObjectFault, InvalidIdFault
Soap
describeLayout
in interface Soap
java.rmi.RemoteException
UnexpectedErrorFault
InvalidSObjectFault
InvalidIdFault
public DescribeSoftphoneLayoutResult describeSoftphoneLayout() throws java.rmi.RemoteException, UnexpectedErrorFault
Soap
describeSoftphoneLayout
in interface Soap
java.rmi.RemoteException
UnexpectedErrorFault
public DescribeTabSetResult[] describeTabs() throws java.rmi.RemoteException, UnexpectedErrorFault
Soap
describeTabs
in interface Soap
java.rmi.RemoteException
UnexpectedErrorFault
public SaveResult[] create(SObject[] sObjects) throws java.rmi.RemoteException, UnexpectedErrorFault, InvalidSObjectFault, InvalidIdFault, InvalidFieldFault
Soap
create
in interface Soap
java.rmi.RemoteException
UnexpectedErrorFault
InvalidSObjectFault
InvalidIdFault
InvalidFieldFault
public SaveResult[] update(SObject[] sObjects) throws java.rmi.RemoteException, UnexpectedErrorFault, InvalidSObjectFault, InvalidIdFault, InvalidFieldFault
Soap
update
in interface Soap
java.rmi.RemoteException
UnexpectedErrorFault
InvalidSObjectFault
InvalidIdFault
InvalidFieldFault
public UpsertResult[] upsert(java.lang.String externalIDFieldName, SObject[] sObjects) throws java.rmi.RemoteException, UnexpectedErrorFault, InvalidSObjectFault, InvalidIdFault, InvalidFieldFault
Soap
upsert
in interface Soap
java.rmi.RemoteException
UnexpectedErrorFault
InvalidSObjectFault
InvalidIdFault
InvalidFieldFault
public MergeResult[] merge(MergeRequest[] request) throws java.rmi.RemoteException, UnexpectedErrorFault, InvalidSObjectFault, InvalidIdFault, InvalidFieldFault
Soap
merge
in interface Soap
java.rmi.RemoteException
UnexpectedErrorFault
InvalidSObjectFault
InvalidIdFault
InvalidFieldFault
public DeleteResult[] delete(java.lang.String[] ids) throws java.rmi.RemoteException, UnexpectedErrorFault
Soap
delete
in interface Soap
java.rmi.RemoteException
UnexpectedErrorFault
public UndeleteResult[] undelete(java.lang.String[] ids) throws java.rmi.RemoteException, UnexpectedErrorFault
Soap
undelete
in interface Soap
java.rmi.RemoteException
UnexpectedErrorFault
public EmptyRecycleBinResult[] emptyRecycleBin(java.lang.String[] ids) throws java.rmi.RemoteException, UnexpectedErrorFault
Soap
emptyRecycleBin
in interface Soap
java.rmi.RemoteException
UnexpectedErrorFault
public SObject[] retrieve(java.lang.String fieldList, java.lang.String sObjectType, java.lang.String[] ids) throws java.rmi.RemoteException, UnexpectedErrorFault, InvalidSObjectFault, InvalidIdFault, MalformedQueryFault, InvalidFieldFault
Soap
retrieve
in interface Soap
java.rmi.RemoteException
UnexpectedErrorFault
InvalidSObjectFault
InvalidIdFault
MalformedQueryFault
InvalidFieldFault
public ProcessResult[] process(ProcessRequest[] actions) throws java.rmi.RemoteException, UnexpectedErrorFault, InvalidIdFault
Soap
process
in interface Soap
java.rmi.RemoteException
UnexpectedErrorFault
InvalidIdFault
public LeadConvertResult[] convertLead(LeadConvert[] leadConverts) throws java.rmi.RemoteException, UnexpectedErrorFault
Soap
convertLead
in interface Soap
java.rmi.RemoteException
UnexpectedErrorFault
public void logout() throws java.rmi.RemoteException, UnexpectedErrorFault
Soap
logout
in interface Soap
java.rmi.RemoteException
UnexpectedErrorFault
public InvalidateSessionsResult[] invalidateSessions(java.lang.String[] sessionIds) throws java.rmi.RemoteException, UnexpectedErrorFault
Soap
invalidateSessions
in interface Soap
java.rmi.RemoteException
UnexpectedErrorFault
public GetDeletedResult getDeleted(java.lang.String sObjectType, java.util.Calendar startDate, java.util.Calendar endDate) throws java.rmi.RemoteException, UnexpectedErrorFault, InvalidSObjectFault
Soap
getDeleted
in interface Soap
java.rmi.RemoteException
UnexpectedErrorFault
InvalidSObjectFault
public GetUpdatedResult getUpdated(java.lang.String sObjectType, java.util.Calendar startDate, java.util.Calendar endDate) throws java.rmi.RemoteException, UnexpectedErrorFault, InvalidSObjectFault
Soap
getUpdated
in interface Soap
java.rmi.RemoteException
UnexpectedErrorFault
InvalidSObjectFault
public QueryResult query(java.lang.String queryString) throws java.rmi.RemoteException, UnexpectedErrorFault, InvalidSObjectFault, InvalidIdFault, InvalidQueryLocatorFault, MalformedQueryFault, InvalidFieldFault
Soap
query
in interface Soap
java.rmi.RemoteException
UnexpectedErrorFault
InvalidSObjectFault
InvalidIdFault
InvalidQueryLocatorFault
MalformedQueryFault
InvalidFieldFault
public QueryResult queryAll(java.lang.String queryString) throws java.rmi.RemoteException, UnexpectedErrorFault, InvalidSObjectFault, InvalidIdFault, InvalidQueryLocatorFault, MalformedQueryFault, InvalidFieldFault
Soap
queryAll
in interface Soap
java.rmi.RemoteException
UnexpectedErrorFault
InvalidSObjectFault
InvalidIdFault
InvalidQueryLocatorFault
MalformedQueryFault
InvalidFieldFault
public QueryResult queryMore(java.lang.String queryLocator) throws java.rmi.RemoteException, UnexpectedErrorFault, InvalidQueryLocatorFault, InvalidFieldFault
Soap
queryMore
in interface Soap
java.rmi.RemoteException
UnexpectedErrorFault
InvalidQueryLocatorFault
InvalidFieldFault
public SearchResult search(java.lang.String searchString) throws java.rmi.RemoteException, MalformedSearchFault, UnexpectedErrorFault, InvalidSObjectFault, InvalidFieldFault
Soap
search
in interface Soap
java.rmi.RemoteException
MalformedSearchFault
UnexpectedErrorFault
InvalidSObjectFault
InvalidFieldFault
public GetServerTimestampResult getServerTimestamp() throws java.rmi.RemoteException, UnexpectedErrorFault
Soap
getServerTimestamp
in interface Soap
java.rmi.RemoteException
UnexpectedErrorFault
public SetPasswordResult setPassword(java.lang.String userId, java.lang.String password) throws java.rmi.RemoteException, UnexpectedErrorFault, InvalidIdFault, InvalidNewPasswordFault
Soap
setPassword
in interface Soap
java.rmi.RemoteException
UnexpectedErrorFault
InvalidIdFault
InvalidNewPasswordFault
public ResetPasswordResult resetPassword(java.lang.String userId) throws java.rmi.RemoteException, UnexpectedErrorFault, InvalidIdFault
Soap
resetPassword
in interface Soap
java.rmi.RemoteException
UnexpectedErrorFault
InvalidIdFault
public GetUserInfoResult getUserInfo() throws java.rmi.RemoteException, UnexpectedErrorFault
Soap
getUserInfo
in interface Soap
java.rmi.RemoteException
UnexpectedErrorFault
public SendEmailResult[] sendEmail(Email[] messages) throws java.rmi.RemoteException, UnexpectedErrorFault
Soap
sendEmail
in interface Soap
java.rmi.RemoteException
UnexpectedErrorFault
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |