public interface

QuickBooksWindowsClient

org.mule.modules.quickbooks.windows.api.QuickBooksWindowsClient
Known Indirect Subclasses

Summary

Public Methods
abstract Object create(String realmId, String appKey, String realmIdPseudonym, String authIdPseudonym, WindowsEntityType type, Object obj, String requestId, Boolean draft, Boolean fullResponse)
abstract void delete(String realmId, String appKey, String realmIdPseudonym, String authIdPseudonym, WindowsEntityType type, Object obj, String requestId)
abstract Iterable findObjects(String realmId, String appKey, String realmIdPseudonym, String authIdPseudonym, WindowsEntityType type, Object query)
abstract Iterable findObjectsGetPages(String realmId, String appKey, String realmIdPseudonym, String authIdPseudonym, WindowsEntityType type, Object query)
abstract String generateARequestId()
abstract Object getObject(String realmId, String appKey, String realmIdPseudonym, String authIdPseudonym, WindowsEntityType type, IdType id)
abstract Object retrieveWithoutUsingQueryObjects(String realmId, String appKey, String realmIdPseudonym, String authIdPseudonym, Object syncStatusRequest, String objectName)
abstract void revert(String realmId, String appKey, String realmIdPseudonym, String authIdPseudonym, WindowsEntityType type, Object obj, String requestId)
abstract Object update(String realmId, String appKey, String realmIdPseudonym, String authIdPseudonym, WindowsEntityType type, Object obj, String requestId, Boolean draft, Boolean fullResponse)

Public Methods

public abstract 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 abstract 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 abstract Iterable findObjects (String realmId, String appKey, String realmIdPseudonym, String authIdPseudonym, WindowsEntityType type, Object query)

Parameters
realmId
appKey
realmIdPseudonym
authIdPseudonym
type
query

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

Parameters
realmId
appKey
realmIdPseudonym
authIdPseudonym
type
query

public abstract String generateARequestId ()

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

Parameters
realmId
appKey
realmIdPseudonym
authIdPseudonym
type
id

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

Parameters
realmId
appKey
realmIdPseudonym
authIdPseudonym
syncStatusRequest
objectName

public abstract 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 abstract 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