public class

DefaultQuickBooksWindowsClient

extends AbstractQuickBooksClient
implements QuickBooksWindowsClient
java.lang.Object
   ↳ org.mule.modules.quickbooks.api.AbstractQuickBooksClient
     ↳ org.mule.modules.quickbooks.windows.api.DefaultQuickBooksWindowsClient

Summary

[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.api.AbstractQuickBooksClient
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.api.AbstractQuickBooksClient
Public Constructors
DefaultQuickBooksWindowsClient(String baseUri)
Public Methods
Object create(String realmId, String appKey, String realmIdPseudonym, String authIdPseudonym, WindowsEntityType type, Object obj, String requestId, Boolean draft, Boolean fullResponse)
void delete(String realmId, String appKey, String realmIdPseudonym, String authIdPseudonym, WindowsEntityType type, Object obj, String requestId)
Iterable findObjects(String realmId, String appKey, String realmIdPseudonym, String authIdPseudonym, WindowsEntityType type, Object query)
String generateARequestId()
Object getObject(String realmId, String appKey, String realmIdPseudonym, String authIdPseudonym, WindowsEntityType type, IdType id)
Object retrieveWithoutUsingQueryObjects(String realmId, String appKey, String realmIdPseudonym, String authIdPseudonym, Object syncStatusRequest, String objectName)
void revert(String realmId, String appKey, String realmIdPseudonym, String authIdPseudonym, WindowsEntityType type, Object obj, String requestId)
Object update(String realmId, String appKey, String realmIdPseudonym, String authIdPseudonym, WindowsEntityType type, Object obj, String requestId, Boolean draft, Boolean fullResponse)
Protected Methods
FaultInfo getFaultInfo(String str)
MessageUtils getMessageUtilsInstance()
String loadCompanyBaseUri(String realmId, String appKey, String accessToken)
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.api.AbstractQuickBooksClient
From class java.lang.Object
From interface org.mule.modules.quickbooks.windows.api.QuickBooksWindowsClient

Public Constructors

public DefaultQuickBooksWindowsClient (String baseUri)

Parameters
baseUri

Public Methods

public Object create (String realmId, String appKey, String realmIdPseudonym, String authIdPseudonym, WindowsEntityType type, Object obj, String requestId, Boolean draft, Boolean fullResponse)

Parameters
realmId
appKey
realmIdPseudonym
authIdPseudonym
type
obj
requestId
draft
fullResponse

public void delete (String realmId, String appKey, String realmIdPseudonym, String authIdPseudonym, WindowsEntityType type, Object obj, String requestId)

Parameters
realmId
appKey
realmIdPseudonym
authIdPseudonym
type
obj
requestId

public Iterable findObjects (String realmId, String appKey, String realmIdPseudonym, String authIdPseudonym, WindowsEntityType type, Object query)

Parameters
realmId
appKey
realmIdPseudonym
authIdPseudonym
type
query

public String generateARequestId ()

public Object getObject (String realmId, String appKey, String realmIdPseudonym, String authIdPseudonym, WindowsEntityType type, IdType id)

Parameters
realmId
appKey
realmIdPseudonym
authIdPseudonym
type
id

public Object retrieveWithoutUsingQueryObjects (String realmId, String appKey, String realmIdPseudonym, String authIdPseudonym, Object syncStatusRequest, String objectName)

Parameters
realmId
appKey
realmIdPseudonym
authIdPseudonym
syncStatusRequest
objectName

public void revert (String realmId, String appKey, String realmIdPseudonym, String authIdPseudonym, WindowsEntityType type, Object obj, String requestId)

Parameters
realmId
appKey
realmIdPseudonym
authIdPseudonym
type
obj
requestId

public Object update (String realmId, String appKey, String realmIdPseudonym, String authIdPseudonym, WindowsEntityType type, Object obj, String requestId, Boolean draft, Boolean fullResponse)

Parameters
realmId
appKey
realmIdPseudonym
authIdPseudonym
type
obj
requestId
draft
fullResponse

Protected Methods

protected FaultInfo getFaultInfo (String str)

Parameters
str
Throws
JAXBException

protected MessageUtils getMessageUtilsInstance ()

protected String loadCompanyBaseUri (String realmId, String appKey, String accessToken)

Parameters
realmId
appKey
accessToken