Package com.onslip360
Class API
- java.lang.Object
-
- com.onslip360.AbstractAPI<API>
-
- com.onslip360.API
-
- All Implemented Interfaces:
Cloneable
public class API extends AbstractAPI<API>
-
-
Nested Class Summary
-
Field Summary
-
Fields inherited from class com.onslip360.AbstractAPI
eventStreamType, jsonType, octetStreamType
-
-
Method Summary
-
Methods inherited from class com.onslip360.AbstractAPI
appName, at, at, dataStream, date, date, failoverServiceEndpoint, fileStream, forRealm, getServiceEndpoints, header, ifMatch, ifNoneMatch, oauthPKCE, onProgress, onResponseMetadata, openEventStream, possess, qp, qp, qp, query, realm, request, requestArray, requestHandler, requestObject, setServiceEndpoints, url
-
-
-
-
Method Detail
-
addAccessToken
@Nonnull public API.Stored_AccessToken addAccessToken(long user, API.AccessToken accessToken) throws IOException
- Throws:
IOException
-
addAccessTokenCert
public void addAccessTokenCert(long user, long id, API.AccessTokenCert cert) throws IOException
- Throws:
IOException
-
addAccount
@Nonnull public API.Stored_Account addAccount(API.Account account) throws IOException
- Throws:
IOException
-
addButton
@Nonnull public API.Stored_Button addButton(API.Button button) throws IOException
- Throws:
IOException
-
addButtonMap
@Nonnull public API.Stored_ButtonMap addButtonMap(API.ButtonMap buttonMap) throws IOException
- Throws:
IOException
-
addCampaign
@Nonnull public API.Stored_Campaign addCampaign(API.Campaign campaign) throws IOException
- Throws:
IOException
-
addCert
@Nonnull public API.Stored_Cert addCert(API.Cert cert) throws IOException
- Throws:
IOException
-
addCompany
@Nonnull public API.Stored_Company addCompany(API.Company company) throws IOException
- Throws:
IOException
-
addCustomer
@Nonnull public API.Stored_Customer addCustomer(API.Customer customer) throws IOException
- Throws:
IOException
-
addDMCampaign
@Nonnull public API.Stored_DMCampaign addDMCampaign(API.DMCampaign dMCampaign) throws IOException
- Throws:
IOException
-
addDigitalReceipt
@Nonnull public API.Stored_DigitalReceipt addDigitalReceipt(long recipient, API.DigitalReceipt digitalReceipt) throws IOException
- Throws:
IOException
-
addDigitalReceiptRecipient
@Nonnull public API.Stored_DigitalReceiptRecipient addDigitalReceiptRecipient(API.DigitalReceiptRecipient digitalReceiptRecipient) throws IOException
- Throws:
IOException
-
addEventStream
@Nonnull public API.Stored_EventStream addEventStream(API.EventStream eventStream) throws IOException
- Throws:
IOException
-
addExternalRecord
@Nonnull public API.Stored_Record addExternalRecord(long id, API.ExternalRecord record) throws IOException
- Throws:
IOException
-
addGlobalIntegration
@Nonnull public API.Stored_GlobalIntegration addGlobalIntegration(API.GlobalIntegration globalIntegration) throws IOException
- Throws:
IOException
-
addIntegration
@Nonnull public API.Stored_Integration addIntegration(API.Integration integration) throws IOException
- Throws:
IOException
-
addInventoryAdjustment
@Nonnull public API.Stored_InventoryAdjustment addInventoryAdjustment(API.InventoryAdjustment inventoryAdjustment) throws IOException
- Throws:
IOException
-
addLabel
@Nonnull public API.Stored_Label addLabel(API.Label label) throws IOException
- Throws:
IOException
-
addLabelCategory
@Nonnull public API.Stored_LabelCategory addLabelCategory(API.LabelCategory labelCategory) throws IOException
- Throws:
IOException
-
addLocation
@Nonnull public API.Stored_Location addLocation(API.Location location) throws IOException
- Throws:
IOException
-
addMerchant
@Nonnull public API.Stored_Company addMerchant(API.Company company) throws IOException
- Throws:
IOException
-
addOrder
@Nonnull public API.Stored_Order addOrder(API.Order order) throws IOException
- Throws:
IOException
-
addPaymentMethod
@Nonnull public API.Stored_PaymentMethod addPaymentMethod(API.PaymentMethod paymentMethod) throws IOException
- Throws:
IOException
-
addPeripheral
@Nonnull public API.Stored_Peripheral addPeripheral(API.Peripheral peripheral) throws IOException
- Throws:
IOException
-
addPrivPortToken
@Nonnull public API.Stored_PrivPortToken addPrivPortToken(API.PrivPortToken privPortToken) throws IOException
- Throws:
IOException
-
addProduct
@Nonnull public API.Stored_Product addProduct(API.Product product) throws IOException
- Throws:
IOException
-
addProductGroup
@Nonnull public API.Stored_ProductGroup addProductGroup(API.ProductGroup productGroup) throws IOException
- Throws:
IOException
-
addProductModifier
@Nonnull public API.Stored_ProductModifier addProductModifier(API.ProductModifier productModifier) throws IOException
- Throws:
IOException
-
addRecord
@Nonnull public API.Stored_Record addRecord(long client, API.Record record) throws IOException
- Throws:
IOException
-
addResource
@Nonnull public API.Stored_Resource addResource(API.Resource resource) throws IOException
- Throws:
IOException
-
addResourceMap
@Nonnull public API.Stored_ResourceMap addResourceMap(API.ResourceMap resourceMap) throws IOException
- Throws:
IOException
-
addRole
@Nonnull public API.Stored_Role addRole(API.Role role) throws IOException
- Throws:
IOException
-
addShift
@Nonnull public API.Stored_Shift addShift(long location, API.Shift shift) throws IOException
- Throws:
IOException
-
addShortURI
@Nonnull public API.Stored_ShortURI addShortURI(API.ShortURI shortURI) throws IOException
- Throws:
IOException
-
addSwishTransaction
@Nonnull public API.Stored_SwishTransaction addSwishTransaction(API.SwishTransaction swishTransaction) throws IOException
- Throws:
IOException
-
addTab
@Nonnull public API.Stored_Tab addTab(API.Tab tab) throws IOException
- Throws:
IOException
-
addTill
@Nonnull public API.Stored_Till addTill(API.Till till) throws IOException
- Throws:
IOException
-
addTrigger
@Nonnull public API.Stored_Trigger addTrigger(long user, API.Trigger trigger) throws IOException
- Throws:
IOException
-
addTriggerEvent
@Nonnull public API.Stored_TriggerEvent addTriggerEvent(long user, API.TriggerEvent triggerEvent) throws IOException
- Throws:
IOException
-
addUser
@Nonnull public API.Stored_User addUser(API.User user) throws IOException
- Throws:
IOException
-
addVoucher
@Nonnull public API.Stored_Voucher addVoucher(API.Voucher voucher) throws IOException
- Throws:
IOException
-
adjustStockBalance
@Nonnull public API.Stored_StockBalance adjustStockBalance(long location, long id, API.StockBalanceTransaction stockBalanceTransaction) throws IOException
- Throws:
IOException
-
authorizeIntegration
@Nonnull public API.AuthorizeIntegrationResponse authorizeIntegration(long id, API.AuthorizeIntegrationRequest request) throws IOException
- Throws:
IOException
-
cancelDMCampaign
public void cancelDMCampaign(long id) throws IOException
- Throws:
IOException
-
cancelTriggerEvent
public void cancelTriggerEvent(long user, long id) throws IOException
- Throws:
IOException
-
captureWEIQPayment
@Nonnull public API.Metadata captureWEIQPayment(API.WEIQCaptureRequest req) throws IOException
- Throws:
IOException
-
checkServerEcho
@Nonnull public API.EchoMessage checkServerEcho(API.EchoMessage echoMessage) throws IOException
- Throws:
IOException
-
checkServerLiveness
public void checkServerLiveness() throws IOException
- Throws:
IOException
-
checkServerReadiness
public void checkServerReadiness() throws IOException
- Throws:
IOException
-
createReport
@Nonnull public API.Stored_TriggerEvent createReport(long user, API.TriggerAction triggerAction) throws IOException
- Throws:
IOException
-
doCommand
public void doCommand(API.Command command) throws IOException
- Throws:
IOException
-
downloadClientInfoLocationCustomerScreenLogo
@Nonnull public API.DataStream downloadClientInfoLocationCustomerScreenLogo() throws IOException
- Throws:
IOException
-
downloadClientInfoLocationReceiptLogo
@Nonnull public API.DataStream downloadClientInfoLocationReceiptLogo() throws IOException
- Throws:
IOException
-
downloadClientInfoLocationTakeOutConfigBanner
@Nonnull public API.DataStream downloadClientInfoLocationTakeOutConfigBanner() throws IOException
- Throws:
IOException
-
downloadClientInfoLocationTakeOutConfigLogo
@Nonnull public API.DataStream downloadClientInfoLocationTakeOutConfigLogo() throws IOException
- Throws:
IOException
-
downloadGlobalIntegrationIcon
@Nonnull public API.DataStream downloadGlobalIntegrationIcon(long id) throws IOException
- Throws:
IOException
-
downloadIntegrationIcon
@Nonnull public API.DataStream downloadIntegrationIcon(long id) throws IOException
- Throws:
IOException
-
downloadLocationCustomerScreenLogo
@Nonnull public API.DataStream downloadLocationCustomerScreenLogo(long id) throws IOException
- Throws:
IOException
-
downloadLocationReceiptLogo
@Nonnull public API.DataStream downloadLocationReceiptLogo(long id) throws IOException
- Throws:
IOException
-
downloadLocationTakeOutConfigBanner
@Nonnull public API.DataStream downloadLocationTakeOutConfigBanner(long id) throws IOException
- Throws:
IOException
-
downloadLocationTakeOutConfigLogo
@Nonnull public API.DataStream downloadLocationTakeOutConfigLogo(long id) throws IOException
- Throws:
IOException
-
downloadTriggerEventResult
@Nonnull public API.DataStream downloadTriggerEventResult(long user, long id) throws IOException
- Throws:
IOException
-
erpActivate
public void erpActivate(API.ERPActivation erp) throws IOException
- Throws:
IOException
-
erpCancelInvoice
@Nonnull public API.ERPInvoiceMetadata erpCancelInvoice(API.ERPActivation.Type type, API.ERPCancelInvoiceRequest request) throws IOException
- Throws:
IOException
-
erpCheckStatus
public void erpCheckStatus(API.ERPActivation.Type type) throws IOException
- Throws:
IOException
-
erpCreateInvoice
@Nonnull public API.ERPInvoiceMetadata erpCreateInvoice(API.ERPActivation.Type type, API.ERPCreateInvoiceRequest request) throws IOException
- Throws:
IOException
-
erpDeactivate
public void erpDeactivate(API.ERPActivation.Type type) throws IOException
- Throws:
IOException
-
erpDeliverInvoice
@Nonnull public API.ERPInvoiceMetadata erpDeliverInvoice(API.ERPActivation.Type type, API.ERPDeliverInvoiceRequest request) throws IOException
- Throws:
IOException
-
erpFindCustomers
@Nonnull public API.Stored_Customer[] erpFindCustomers(API.ERPActivation.Type type, API.Customer customer) throws IOException
- Throws:
IOException
-
erpFindInvoices
@Nonnull public API.ERPInvoiceMetadata[] erpFindInvoices(API.ERPActivation.Type type, API.ERPFindInvoiceRequest request) throws IOException
- Throws:
IOException
-
erpGetAccountList
@Nonnull public API.ERPAccount[] erpGetAccountList(API.ERPActivation.Type type) throws IOException
- Throws:
IOException
-
erpGetStatus
@Nonnull public API.ERPStatusResponse erpGetStatus(API.ERPActivation.Type type, API.ERPStatusRequest request) throws IOException
- Throws:
IOException
-
erpSaveCustomer
@Nonnull public API.Stored_Customer erpSaveCustomer(API.ERPActivation.Type type, API.Customer customer) throws IOException
- Throws:
IOException
-
generateAccessTokenCSR
@Nonnull public API.CSR generateAccessTokenCSR(long user, long id, API.CSRRequest csrRequest) throws IOException
- Throws:
IOException
-
getAccessToken
@Nonnull public API.Stored_AccessToken getAccessToken(long user, long id) throws IOException
- Throws:
IOException
-
getAccessTokenCertStatus
@Nonnull public API.PKCS12Status getAccessTokenCertStatus(long user, long id) throws IOException
- Throws:
IOException
-
getAccessTokenStatus
@Nonnull public API.SystemStatus getAccessTokenStatus(long user, long id) throws IOException
- Throws:
IOException
-
getAccount
@Nonnull public API.Stored_Account getAccount(long id) throws IOException
- Throws:
IOException
-
getButton
@Nonnull public API.Stored_Button getButton(long id) throws IOException
- Throws:
IOException
-
getButtonMap
@Nonnull public API.Stored_ButtonMap getButtonMap(long id) throws IOException
- Throws:
IOException
-
getCampaign
@Nonnull public API.Stored_Campaign getCampaign(long id) throws IOException
- Throws:
IOException
-
getCert
@Nonnull public API.Stored_Cert getCert(long id) throws IOException
- Throws:
IOException
-
getClientInfo
@Nonnull public API.ClientInfo getClientInfo() throws IOException
- Throws:
IOException
-
getCloudControlUnitStatus
@Nonnull public API.CloudControlUnitStatus getCloudControlUnitStatus(long id) throws IOException
- Throws:
IOException
-
getCompany
@Nonnull public API.Stored_Company getCompany(long id) throws IOException
- Throws:
IOException
-
getCompanyConfig
@Nonnull public API.Stored_CompanyConfig getCompanyConfig() throws IOException
- Throws:
IOException
-
getCompanyInfo
@Nonnull public API.Stored_Company getCompanyInfo() throws IOException
- Throws:
IOException
-
getCompanySummary
@Nonnull public API.Stored_CompanySummary getCompanySummary(long id) throws IOException
- Throws:
IOException
-
getCustomer
@Nonnull public API.Stored_Customer getCustomer(long id) throws IOException
- Throws:
IOException
-
getCustomerInfo
@Nonnull public API.CustomerInfo getCustomerInfo(String tag) throws IOException
- Throws:
IOException
-
getDMCampaign
@Nonnull public API.Stored_DMCampaign getDMCampaign(long id) throws IOException
- Throws:
IOException
-
getDailyTillPassword
@Nonnull public API.DailyTillPassword getDailyTillPassword(long id) throws IOException
- Throws:
IOException
-
getDigitalReceipt
@Nonnull public API.Stored_DigitalReceipt getDigitalReceipt(long recipient, long id) throws IOException
- Throws:
IOException
-
getDigitalReceiptRecipient
@Nonnull public API.Stored_DigitalReceiptRecipient getDigitalReceiptRecipient(long id) throws IOException
- Throws:
IOException
-
getEventStream
@Nonnull public API.Stored_EventStream getEventStream(String id) throws IOException
- Throws:
IOException
-
getGlobalIntegration
@Nonnull public API.Stored_GlobalIntegration getGlobalIntegration(long id) throws IOException
- Throws:
IOException
-
getIntegration
@Nonnull public API.Stored_Integration getIntegration(long id) throws IOException
- Throws:
IOException
-
getIntegrationStatus
@Nonnull public API.SystemStatus getIntegrationStatus(long id) throws IOException
- Throws:
IOException
-
getInventoryAdjustment
@Nonnull public API.Stored_InventoryAdjustment getInventoryAdjustment(long id) throws IOException
- Throws:
IOException
-
getLabel
@Nonnull public API.Stored_Label getLabel(long id) throws IOException
- Throws:
IOException
-
getLabelCategory
@Nonnull public API.Stored_LabelCategory getLabelCategory(long id) throws IOException
- Throws:
IOException
-
getLocation
@Nonnull public API.Stored_Location getLocation(long id) throws IOException
- Throws:
IOException
-
getMQRecordSchedule
@Nonnull public API.Stored_MQRecordSchedule getMQRecordSchedule(long id) throws IOException
- Throws:
IOException
-
getMerchant
@Nonnull public API.Stored_Company getMerchant(String alias) throws IOException
- Throws:
IOException
-
getMerchantSummary
@Nonnull public API.Stored_CompanySummary getMerchantSummary(String alias) throws IOException
- Throws:
IOException
-
getOrder
@Nonnull public API.Stored_Order getOrder(long id) throws IOException
- Throws:
IOException
-
getPaymentMethod
@Nonnull public API.Stored_PaymentMethod getPaymentMethod(long id) throws IOException
- Throws:
IOException
-
getPeripheral
@Nonnull public API.Stored_Peripheral getPeripheral(long id) throws IOException
- Throws:
IOException
-
getPrivPortToken
@Nonnull public API.Stored_PrivPortToken getPrivPortToken(long id) throws IOException
- Throws:
IOException
-
getProduct
@Nonnull public API.Stored_Product getProduct(long id) throws IOException
- Throws:
IOException
-
getProductGroup
@Nonnull public API.Stored_ProductGroup getProductGroup(long id) throws IOException
- Throws:
IOException
-
getProductModifier
@Nonnull public API.Stored_ProductModifier getProductModifier(long id) throws IOException
- Throws:
IOException
-
getRecord
@Nonnull public API.Stored_Record getRecord(long client, long id) throws IOException
- Throws:
IOException
-
getResource
@Nonnull public API.Stored_Resource getResource(long id) throws IOException
- Throws:
IOException
-
getResourceMap
@Nonnull public API.Stored_ResourceMap getResourceMap(long id) throws IOException
- Throws:
IOException
-
getRole
@Nonnull public API.Stored_Role getRole(long id) throws IOException
- Throws:
IOException
-
getShift
@Nonnull public API.Stored_Shift getShift(long location, long id) throws IOException
- Throws:
IOException
-
getShortURI
@Nonnull public API.Stored_ShortURI getShortURI(long id) throws IOException
- Throws:
IOException
-
getStockBalance
@Nonnull public API.Stored_StockBalance getStockBalance(long location, long id) throws IOException
- Throws:
IOException
-
getSwishTransaction
@Nonnull public API.Stored_SwishTransaction getSwishTransaction(long id, boolean refresh) throws IOException
- Throws:
IOException
-
getSystemConfig
@Nonnull public API.Stored_SystemConfig getSystemConfig() throws IOException
- Throws:
IOException
-
getTab
@Nonnull public API.Stored_Tab getTab(long id) throws IOException
- Throws:
IOException
-
getTakeOutStatus
@Nonnull public API.TakeOutStatus getTakeOutStatus(long location) throws IOException
- Throws:
IOException
-
getTill
@Nonnull public API.Stored_Till getTill(long id) throws IOException
- Throws:
IOException
-
getTillState
@Nonnull public API.Stored_TillState getTillState(long id) throws IOException
- Throws:
IOException
-
getTrigger
@Nonnull public API.Stored_Trigger getTrigger(long user, long id) throws IOException
- Throws:
IOException
-
getTriggerEvent
@Nonnull public API.Stored_TriggerEvent getTriggerEvent(long user, long id) throws IOException
- Throws:
IOException
-
getUser
@Nonnull public API.Stored_User getUser(long id) throws IOException
- Throws:
IOException
-
getVoucher
@Nonnull public API.Stored_Voucher getVoucher(long id) throws IOException
- Throws:
IOException
-
inspectAccessToken
@Nonnull public API.Stored_DataObjectReport inspectAccessToken(long user, long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectAccount
@Nonnull public API.Stored_DataObjectReport inspectAccount(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectButton
@Nonnull public API.Stored_DataObjectReport inspectButton(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectButtonMap
@Nonnull public API.Stored_DataObjectReport inspectButtonMap(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectCampaign
@Nonnull public API.Stored_DataObjectReport inspectCampaign(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectCert
@Nonnull public API.Stored_DataObjectReport inspectCert(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectCompany
@Nonnull public API.Stored_DataObjectReport inspectCompany(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectCompanyConfig
public void inspectCompanyConfig(API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectCompanyInfo
public void inspectCompanyInfo(API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectCompanySummary
@Nonnull public API.Stored_DataObjectReport inspectCompanySummary(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectCustomer
@Nonnull public API.Stored_DataObjectReport inspectCustomer(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectDMCampaign
@Nonnull public API.Stored_DataObjectReport inspectDMCampaign(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectDigitalReceipt
@Nonnull public API.Stored_DataObjectReport inspectDigitalReceipt(long recipient, long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectDigitalReceiptRecipient
@Nonnull public API.Stored_DataObjectReport inspectDigitalReceiptRecipient(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectGlobalIntegration
@Nonnull public API.Stored_DataObjectReport inspectGlobalIntegration(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectIntegration
@Nonnull public API.Stored_DataObjectReport inspectIntegration(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectInventoryAdjustment
@Nonnull public API.Stored_DataObjectReport inspectInventoryAdjustment(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectLabel
@Nonnull public API.Stored_DataObjectReport inspectLabel(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectLabelCategory
@Nonnull public API.Stored_DataObjectReport inspectLabelCategory(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectLocation
@Nonnull public API.Stored_DataObjectReport inspectLocation(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectMerchant
public void inspectMerchant(String alias, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectMerchantSummary
@Nonnull public API.Stored_CompanySummary inspectMerchantSummary(String alias, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectOrder
@Nonnull public API.Stored_DataObjectReport inspectOrder(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectPaymentMethod
@Nonnull public API.Stored_DataObjectReport inspectPaymentMethod(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectPeripheral
@Nonnull public API.Stored_DataObjectReport inspectPeripheral(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectPrivPortToken
@Nonnull public API.Stored_DataObjectReport inspectPrivPortToken(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectProduct
@Nonnull public API.Stored_DataObjectReport inspectProduct(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectProductGroup
@Nonnull public API.Stored_DataObjectReport inspectProductGroup(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectProductModifier
@Nonnull public API.Stored_DataObjectReport inspectProductModifier(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectRecord
@Nonnull public API.Stored_DataObjectReport inspectRecord(long client, long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectResource
@Nonnull public API.Stored_DataObjectReport inspectResource(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectResourceMap
@Nonnull public API.Stored_DataObjectReport inspectResourceMap(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectRole
@Nonnull public API.Stored_DataObjectReport inspectRole(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectShift
@Nonnull public API.Stored_DataObjectReport inspectShift(long location, long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectShortURI
@Nonnull public API.Stored_DataObjectReport inspectShortURI(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectStockBalance
@Nonnull public API.Stored_DataObjectReport inspectStockBalance(long location, long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectSwishTransaction
@Nonnull public API.Stored_DataObjectReport inspectSwishTransaction(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectSystemConfig
public void inspectSystemConfig(API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectTab
@Nonnull public API.Stored_DataObjectReport inspectTab(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectTill
@Nonnull public API.Stored_DataObjectReport inspectTill(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectTillState
public void inspectTillState(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectTrigger
@Nonnull public API.Stored_DataObjectReport inspectTrigger(long user, long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectTriggerEvent
@Nonnull public API.Stored_DataObjectReport inspectTriggerEvent(long user, long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectUser
@Nonnull public API.Stored_DataObjectReport inspectUser(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
inspectVoucher
@Nonnull public API.Stored_DataObjectReport inspectVoucher(long id, API.InspectionRequest report) throws IOException
- Throws:
IOException
-
listAccessTokens
@Nonnull public API.Stored_AccessToken[] listAccessTokens(long user, @Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listAccounts
@Nonnull public API.Stored_Account[] listAccounts(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listButtonMaps
@Nonnull public API.Stored_ButtonMap[] listButtonMaps(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listButtons
@Nonnull public API.Stored_Button[] listButtons(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listCampaigns
@Nonnull public API.Stored_Campaign[] listCampaigns(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listCerts
@Nonnull public API.Stored_Cert[] listCerts(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listCompanies
@Nonnull public API.Stored_Company[] listCompanies(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listCompanySummaries
@Nonnull public API.Stored_CompanySummary[] listCompanySummaries(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listCustomers
@Nonnull public API.Stored_Customer[] listCustomers(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listDMCampaigns
@Nonnull public API.Stored_DMCampaign[] listDMCampaigns(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listDigitalReceiptRecipients
@Nonnull public API.Stored_DigitalReceiptRecipient[] listDigitalReceiptRecipients(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listDigitalReceipts
@Nonnull public API.Stored_DigitalReceipt[] listDigitalReceipts(long recipient, @Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listEventStreams
@Nonnull public API.Stored_EventStream[] listEventStreams() throws IOException
- Throws:
IOException
-
listGlobalIntegrations
@Nonnull public API.Stored_GlobalIntegration[] listGlobalIntegrations(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listIntegrations
@Nonnull public API.Stored_Integration[] listIntegrations(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listInventoryAdjustments
@Nonnull public API.Stored_InventoryAdjustment[] listInventoryAdjustments(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listLabelCategories
@Nonnull public API.Stored_LabelCategory[] listLabelCategories(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listLabels
@Nonnull public API.Stored_Label[] listLabels(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listLocations
@Nonnull public API.Stored_Location[] listLocations(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listMQRecordSchedules
@Nonnull public API.Stored_MQRecordSchedule[] listMQRecordSchedules(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listMerchantSummaries
@Nonnull public API.Stored_CompanySummary[] listMerchantSummaries(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listMerchants
@Nonnull public API.Stored_Company[] listMerchants(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listOrders
@Nonnull public API.Stored_Order[] listOrders(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listPaymentMethods
@Nonnull public API.Stored_PaymentMethod[] listPaymentMethods(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listPeripherals
@Nonnull public API.Stored_Peripheral[] listPeripherals(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listPrivPortTokens
@Nonnull public API.Stored_PrivPortToken[] listPrivPortTokens(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listProductGroups
@Nonnull public API.Stored_ProductGroup[] listProductGroups(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listProductModifiers
@Nonnull public API.Stored_ProductModifier[] listProductModifiers(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listProducts
@Nonnull public API.Stored_Product[] listProducts(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listRecords
@Nonnull public API.Stored_Record[] listRecords(long client, @Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listResourceMaps
@Nonnull public API.Stored_ResourceMap[] listResourceMaps(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listResources
@Nonnull public API.Stored_Resource[] listResources(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listRoles
@Nonnull public API.Stored_Role[] listRoles(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listShifts
@Nonnull public API.Stored_Shift[] listShifts(long location, @Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listShortURIs
@Nonnull public API.Stored_ShortURI[] listShortURIs(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listStockBalances
@Nonnull public API.Stored_StockBalance[] listStockBalances(long location, @Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listSwishTransactions
@Nonnull public API.Stored_SwishTransaction[] listSwishTransactions(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listTabs
@Nonnull public API.Stored_Tab[] listTabs(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listTills
@Nonnull public API.Stored_Till[] listTills(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listTriggerEvents
@Nonnull public API.Stored_TriggerEvent[] listTriggerEvents(long user, @Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listTriggers
@Nonnull public API.Stored_Trigger[] listTriggers(long user, @Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listUsers
@Nonnull public API.Stored_User[] listUsers(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
listVouchers
@Nonnull public API.Stored_Voucher[] listVouchers(@Nullable String query, @Nullable String sortField, int offset, int count, boolean deleted, @Nullable String queryLocale) throws IOException
- Throws:
IOException
-
passwordResetChallenge
public void passwordResetChallenge(API.PasswordResetChallengeRequest challenge) throws IOException
- Throws:
IOException
-
pinReset
public void pinReset(API.PinResetRequest pin) throws IOException
- Throws:
IOException
-
pingSwish
public void pingSwish(API.SwishPingRequest pingRequest) throws IOException
- Throws:
IOException
-
previewReportAction
@Nonnull public API.ReportDefinition previewReportAction(long user, API.TriggerAction triggerAction) throws IOException
- Throws:
IOException
-
putAccessToken
@Nonnull public API.Stored_AccessToken putAccessToken(long user, long id, API.AccessToken accessToken) throws IOException
- Throws:
IOException
-
putAccount
@Nonnull public API.Stored_Account putAccount(long id, API.Account account) throws IOException
- Throws:
IOException
-
putButton
@Nonnull public API.Stored_Button putButton(long id, API.Button button) throws IOException
- Throws:
IOException
-
putButtonMap
@Nonnull public API.Stored_ButtonMap putButtonMap(long id, API.ButtonMap buttonMap) throws IOException
- Throws:
IOException
-
putCampaign
@Nonnull public API.Stored_Campaign putCampaign(long id, API.Campaign campaign) throws IOException
- Throws:
IOException
-
putCert
@Nonnull public API.Stored_Cert putCert(long id, API.Cert cert) throws IOException
- Throws:
IOException
-
putCompany
@Nonnull public API.Stored_Company putCompany(long id, API.Company company) throws IOException
- Throws:
IOException
-
putCompanyConfig
@Nonnull public API.Stored_CompanyConfig putCompanyConfig(API.CompanyConfig config) throws IOException
- Throws:
IOException
-
putCompanySummary
@Nonnull public API.Stored_CompanySummary putCompanySummary(long id, API.CompanySummary companySummary) throws IOException
- Throws:
IOException
-
putCustomer
@Nonnull public API.Stored_Customer putCustomer(long id, API.Customer customer) throws IOException
- Throws:
IOException
-
putCustomerInfo
@Nonnull public API.CustomerInfo putCustomerInfo(String tag, API.CustomerInfo info) throws IOException
- Throws:
IOException
-
putDMCampaign
@Nonnull public API.Stored_DMCampaign putDMCampaign(long id, API.DMCampaign dMCampaign) throws IOException
- Throws:
IOException
-
putDigitalReceipt
@Nonnull public API.Stored_DigitalReceipt putDigitalReceipt(long recipient, long id, API.DigitalReceipt digitalReceipt) throws IOException
- Throws:
IOException
-
putDigitalReceiptRecipient
@Nonnull public API.Stored_DigitalReceiptRecipient putDigitalReceiptRecipient(long id, API.DigitalReceiptRecipient digitalReceiptRecipient) throws IOException
- Throws:
IOException
-
putEventStream
@Nonnull public API.Stored_EventStream putEventStream(String id, API.EventStream eventStream) throws IOException
- Throws:
IOException
-
putGlobalIntegration
@Nonnull public API.Stored_GlobalIntegration putGlobalIntegration(long id, API.GlobalIntegration globalIntegration) throws IOException
- Throws:
IOException
-
putIntegration
@Nonnull public API.Stored_Integration putIntegration(long id, API.Integration integration) throws IOException
- Throws:
IOException
-
putInventoryAdjustment
@Nonnull public API.Stored_InventoryAdjustment putInventoryAdjustment(long id, API.InventoryAdjustment inventoryAdjustment) throws IOException
- Throws:
IOException
-
putLabel
@Nonnull public API.Stored_Label putLabel(long id, API.Label label) throws IOException
- Throws:
IOException
-
putLabelCategory
@Nonnull public API.Stored_LabelCategory putLabelCategory(long id, API.LabelCategory labelCategory) throws IOException
- Throws:
IOException
-
putLocation
@Nonnull public API.Stored_Location putLocation(long id, API.Location location) throws IOException
- Throws:
IOException
-
putMQRecordSchedule
@Nonnull public API.Stored_MQRecordSchedule putMQRecordSchedule(long id, API.MQRecordSchedule schedule) throws IOException
- Throws:
IOException
-
putMerchant
@Nonnull public API.Stored_Company putMerchant(String alias, API.Company company) throws IOException
- Throws:
IOException
-
putOrder
@Nonnull public API.Stored_Order putOrder(long id, API.Order order) throws IOException
- Throws:
IOException
-
putPaymentMethod
@Nonnull public API.Stored_PaymentMethod putPaymentMethod(long id, API.PaymentMethod paymentMethod) throws IOException
- Throws:
IOException
-
putPeripheral
@Nonnull public API.Stored_Peripheral putPeripheral(long id, API.Peripheral peripheral) throws IOException
- Throws:
IOException
-
putPrivPortToken
@Nonnull public API.Stored_PrivPortToken putPrivPortToken(long id, API.PrivPortToken privPortToken) throws IOException
- Throws:
IOException
-
putProduct
@Nonnull public API.Stored_Product putProduct(long id, API.Product product) throws IOException
- Throws:
IOException
-
putProductGroup
@Nonnull public API.Stored_ProductGroup putProductGroup(long id, API.ProductGroup productGroup) throws IOException
- Throws:
IOException
-
putProductModifier
@Nonnull public API.Stored_ProductModifier putProductModifier(long id, API.ProductModifier productModifier) throws IOException
- Throws:
IOException
-
putRecord
@Nonnull public API.Stored_Record putRecord(long client, long id, API.Record record) throws IOException
- Throws:
IOException
-
putResource
@Nonnull public API.Stored_Resource putResource(long id, API.Resource resource) throws IOException
- Throws:
IOException
-
putResourceMap
@Nonnull public API.Stored_ResourceMap putResourceMap(long id, API.ResourceMap resourceMap) throws IOException
- Throws:
IOException
-
putRole
@Nonnull public API.Stored_Role putRole(long id, API.Role role) throws IOException
- Throws:
IOException
-
putShift
@Nonnull public API.Stored_Shift putShift(long location, long id, API.Shift shift) throws IOException
- Throws:
IOException
-
putShortURI
@Nonnull public API.Stored_ShortURI putShortURI(long id, API.ShortURI shortURI) throws IOException
- Throws:
IOException
-
putStockBalance
@Nonnull public API.Stored_StockBalance putStockBalance(long location, long id, API.StockBalance stockBalance) throws IOException
- Throws:
IOException
-
putSwishTransaction
@Nonnull public API.Stored_SwishTransaction putSwishTransaction(long id, API.SwishTransaction swishTransaction) throws IOException
- Throws:
IOException
-
putSystemConfig
@Nonnull public API.Stored_SystemConfig putSystemConfig(API.SystemConfig config) throws IOException
- Throws:
IOException
-
putTab
@Nonnull public API.Stored_Tab putTab(long id, API.Tab tab) throws IOException
- Throws:
IOException
-
putTill
@Nonnull public API.Stored_Till putTill(long id, API.Till till) throws IOException
- Throws:
IOException
-
putTillState
@Nonnull public API.Stored_TillState putTillState(long id, API.TillState state) throws IOException
- Throws:
IOException
-
putTrigger
@Nonnull public API.Stored_Trigger putTrigger(long user, long id, API.Trigger trigger) throws IOException
- Throws:
IOException
-
putTriggerEvent
@Nonnull public API.Stored_TriggerEvent putTriggerEvent(long user, long id, API.TriggerEvent triggerEvent) throws IOException
- Throws:
IOException
-
putUser
@Nonnull public API.Stored_User putUser(long id, API.User user) throws IOException
- Throws:
IOException
-
putVoucher
@Nonnull public API.Stored_Voucher putVoucher(long id, API.Voucher voucher) throws IOException
- Throws:
IOException
-
qrSwishTransaction
@Nonnull public API.SwishQRResponse qrSwishTransaction(long id, API.SwishQRRequest qrRequest) throws IOException
- Throws:
IOException
-
refundSwishTransaction
@Nonnull public API.Stored_SwishTransaction refundSwishTransaction(long id, API.SwishRefundRequest refundRequest) throws IOException
- Throws:
IOException
-
regenerateAccessToken
@Nonnull public API.Stored_AccessToken regenerateAccessToken(long user, long id, API.KeySpecification keySpecification) throws IOException
- Throws:
IOException
-
registerCloudControlUnit
@Nonnull public API.CloudControlUnitStatus registerCloudControlUnit(long id, API.CloudControlUnit cloudControlUnit) throws IOException
- Throws:
IOException
-
registerCompany
public void registerCompany(API.CompanyRegistration registration) throws IOException
- Throws:
IOException
-
removeAccessToken
public void removeAccessToken(long user, long id) throws IOException
- Throws:
IOException
-
removeAccount
public void removeAccount(long id) throws IOException
- Throws:
IOException
-
removeButton
public void removeButton(long id) throws IOException
- Throws:
IOException
-
removeButtonMap
public void removeButtonMap(long id) throws IOException
- Throws:
IOException
-
removeCampaign
public void removeCampaign(long id) throws IOException
- Throws:
IOException
-
removeCert
public void removeCert(long id) throws IOException
- Throws:
IOException
-
removeCompany
public void removeCompany(long id) throws IOException
- Throws:
IOException
-
removeCompanyConfig
public void removeCompanyConfig() throws IOException
- Throws:
IOException
-
removeCompanySummary
public void removeCompanySummary(long id) throws IOException
- Throws:
IOException
-
removeCustomer
public void removeCustomer(long id) throws IOException
- Throws:
IOException
-
removeDMCampaign
public void removeDMCampaign(long id) throws IOException
- Throws:
IOException
-
removeDigitalReceipt
public void removeDigitalReceipt(long recipient, long id) throws IOException
- Throws:
IOException
-
removeDigitalReceiptRecipient
public void removeDigitalReceiptRecipient(long id) throws IOException
- Throws:
IOException
-
removeEventStream
public void removeEventStream(String id) throws IOException
- Throws:
IOException
-
removeGlobalIntegration
public void removeGlobalIntegration(long id) throws IOException
- Throws:
IOException
-
removeIntegration
public void removeIntegration(long id) throws IOException
- Throws:
IOException
-
removeInventoryAdjustment
public void removeInventoryAdjustment(long id) throws IOException
- Throws:
IOException
-
removeLabel
public void removeLabel(long id) throws IOException
- Throws:
IOException
-
removeLabelCategory
public void removeLabelCategory(long id) throws IOException
- Throws:
IOException
-
removeLocation
public void removeLocation(long id) throws IOException
- Throws:
IOException
-
removeMQRecordSchedule
public void removeMQRecordSchedule(long id) throws IOException
- Throws:
IOException
-
removeMerchant
public void removeMerchant(String alias) throws IOException
- Throws:
IOException
-
removeOrder
public void removeOrder(long id) throws IOException
- Throws:
IOException
-
removePaymentMethod
public void removePaymentMethod(long id) throws IOException
- Throws:
IOException
-
removePeripheral
public void removePeripheral(long id) throws IOException
- Throws:
IOException
-
removePrivPortToken
public void removePrivPortToken(long id) throws IOException
- Throws:
IOException
-
removeProduct
public void removeProduct(long id) throws IOException
- Throws:
IOException
-
removeProductGroup
public void removeProductGroup(long id) throws IOException
- Throws:
IOException
-
removeProductModifier
public void removeProductModifier(long id) throws IOException
- Throws:
IOException
-
removeRecord
public void removeRecord(long client, long id) throws IOException
- Throws:
IOException
-
removeResource
public void removeResource(long id) throws IOException
- Throws:
IOException
-
removeResourceMap
public void removeResourceMap(long id) throws IOException
- Throws:
IOException
-
removeRole
public void removeRole(long id) throws IOException
- Throws:
IOException
-
removeShift
public void removeShift(long location, long id) throws IOException
- Throws:
IOException
-
removeShortURI
public void removeShortURI(long id) throws IOException
- Throws:
IOException
-
removeStockBalance
public void removeStockBalance(long location, long id) throws IOException
- Throws:
IOException
-
removeSwishTransaction
public void removeSwishTransaction(long id) throws IOException
- Throws:
IOException
-
removeSystemConfig
public void removeSystemConfig() throws IOException
- Throws:
IOException
-
removeTab
public void removeTab(long id) throws IOException
- Throws:
IOException
-
removeTill
public void removeTill(long id) throws IOException
- Throws:
IOException
-
removeTillState
public void removeTillState(long id) throws IOException
- Throws:
IOException
-
removeTrigger
public void removeTrigger(long user, long id) throws IOException
- Throws:
IOException
-
removeTriggerEvent
public void removeTriggerEvent(long user, long id) throws IOException
- Throws:
IOException
-
removeUser
public void removeUser(long id) throws IOException
- Throws:
IOException
-
removeVoucher
public void removeVoucher(long id) throws IOException
- Throws:
IOException
-
requestOAuthAccessToken
@Nonnull public API.OAuthAccessTokenResponse requestOAuthAccessToken(API.OAuthAuthorizationCodeRequest request) throws IOException
- Throws:
IOException
-
requestSwishTransaction
@Nonnull public API.Stored_SwishTransaction requestSwishTransaction(API.SwishTransaction swishTransaction) throws IOException
- Throws:
IOException
-
retryTriggerEvent
public void retryTriggerEvent(long user, long id) throws IOException
- Throws:
IOException
-
sendDMCampaign
public void sendDMCampaign(long id) throws IOException
- Throws:
IOException
-
sendDigitalReceipt
@Nonnull public API.Stored_DigitalReceipt sendDigitalReceipt(API.Record record) throws IOException
- Throws:
IOException
-
sendEmail
@Nonnull public API.Stored_TriggerEvent sendEmail(API.SendEmailRequest sendEmail) throws IOException
- Throws:
IOException
-
signReceipt
@Nonnull public API.Stored_Record signReceipt(long id, API.Record record) throws IOException
- Throws:
IOException
-
syncWEIQMenus
public void syncWEIQMenus(long location) throws IOException
- Throws:
IOException
-
terminateCompany
public void terminateCompany(API.TerminateCompanyRequest terminateCompanyRequest) throws IOException
- Throws:
IOException
-
unlinkGlobalIntegrationIcon
public void unlinkGlobalIntegrationIcon(long id) throws IOException
- Throws:
IOException
-
unlinkIntegrationIcon
public void unlinkIntegrationIcon(long id) throws IOException
- Throws:
IOException
-
unlinkLocationCustomerScreenLogo
public void unlinkLocationCustomerScreenLogo(long id) throws IOException
- Throws:
IOException
-
unlinkLocationReceiptLogo
public void unlinkLocationReceiptLogo(long id) throws IOException
- Throws:
IOException
-
unlinkLocationTakeOutConfigBanner
public void unlinkLocationTakeOutConfigBanner(long id) throws IOException
- Throws:
IOException
-
unlinkLocationTakeOutConfigLogo
public void unlinkLocationTakeOutConfigLogo(long id) throws IOException
- Throws:
IOException
-
unlinkTriggerEventResult
public void unlinkTriggerEventResult(long user, long id) throws IOException
- Throws:
IOException
-
updateAccessToken
@Nonnull public API.Stored_AccessToken updateAccessToken(long user, long id, API.Partial_AccessToken accessToken) throws IOException
- Throws:
IOException
-
updateAccount
@Nonnull public API.Stored_Account updateAccount(long id, API.Partial_Account account) throws IOException
- Throws:
IOException
-
updateButton
@Nonnull public API.Stored_Button updateButton(long id, API.Partial_Button button) throws IOException
- Throws:
IOException
-
updateButtonMap
@Nonnull public API.Stored_ButtonMap updateButtonMap(long id, API.Partial_ButtonMap buttonMap) throws IOException
- Throws:
IOException
-
updateCampaign
@Nonnull public API.Stored_Campaign updateCampaign(long id, API.Partial_Campaign campaign) throws IOException
- Throws:
IOException
-
updateCert
@Nonnull public API.Stored_Cert updateCert(long id, API.Partial_Cert cert) throws IOException
- Throws:
IOException
-
updateCompany
@Nonnull public API.Stored_Company updateCompany(long id, API.Partial_Company company) throws IOException
- Throws:
IOException
-
updateCompanyConfig
@Nonnull public API.Stored_CompanyConfig updateCompanyConfig(API.CompanyConfig config) throws IOException
- Throws:
IOException
-
updateCompanyInfo
public void updateCompanyInfo(API.Company company) throws IOException
- Throws:
IOException
-
updateCompanySummary
@Nonnull public API.Stored_CompanySummary updateCompanySummary(long id, API.Partial_CompanySummary companySummary) throws IOException
- Throws:
IOException
-
updateCustomer
@Nonnull public API.Stored_Customer updateCustomer(long id, API.Partial_Customer customer) throws IOException
- Throws:
IOException
-
updateCustomerInfo
@Nonnull public API.CustomerInfo updateCustomerInfo(String tag, API.CustomerInfo info) throws IOException
- Throws:
IOException
-
updateDMCampaign
@Nonnull public API.Stored_DMCampaign updateDMCampaign(long id, API.Partial_DMCampaign dMCampaign) throws IOException
- Throws:
IOException
-
updateDigitalReceipt
@Nonnull public API.Stored_DigitalReceipt updateDigitalReceipt(long recipient, long id, API.Partial_DigitalReceipt digitalReceipt) throws IOException
- Throws:
IOException
-
updateDigitalReceiptRecipient
@Nonnull public API.Stored_DigitalReceiptRecipient updateDigitalReceiptRecipient(long id, API.Partial_DigitalReceiptRecipient digitalReceiptRecipient) throws IOException
- Throws:
IOException
-
updateEventStream
@Nonnull public API.Stored_EventStream updateEventStream(String id, API.EventStream eventStream) throws IOException
- Throws:
IOException
-
updateGlobalIntegration
@Nonnull public API.Stored_GlobalIntegration updateGlobalIntegration(long id, API.Partial_GlobalIntegration globalIntegration) throws IOException
- Throws:
IOException
-
updateIntegration
@Nonnull public API.Stored_Integration updateIntegration(long id, API.Partial_Integration integration) throws IOException
- Throws:
IOException
-
updateInventoryAdjustment
@Nonnull public API.Stored_InventoryAdjustment updateInventoryAdjustment(long id, API.Partial_InventoryAdjustment inventoryAdjustment) throws IOException
- Throws:
IOException
-
updateLabel
@Nonnull public API.Stored_Label updateLabel(long id, API.Partial_Label label) throws IOException
- Throws:
IOException
-
updateLabelCategory
@Nonnull public API.Stored_LabelCategory updateLabelCategory(long id, API.Partial_LabelCategory labelCategory) throws IOException
- Throws:
IOException
-
updateLocation
@Nonnull public API.Stored_Location updateLocation(long id, API.Partial_Location location) throws IOException
- Throws:
IOException
-
updateMQRecordSchedule
@Nonnull public API.Stored_MQRecordSchedule updateMQRecordSchedule(long id, API.MQRecordSchedule schedule) throws IOException
- Throws:
IOException
-
updateMerchant
@Nonnull public API.Stored_Company updateMerchant(String alias, API.Company company) throws IOException
- Throws:
IOException
-
updateOrder
@Nonnull public API.Stored_Order updateOrder(long id, API.Partial_Order order) throws IOException
- Throws:
IOException
-
updatePaymentMethod
@Nonnull public API.Stored_PaymentMethod updatePaymentMethod(long id, API.Partial_PaymentMethod paymentMethod) throws IOException
- Throws:
IOException
-
updatePeripheral
@Nonnull public API.Stored_Peripheral updatePeripheral(long id, API.Partial_Peripheral peripheral) throws IOException
- Throws:
IOException
-
updatePrivPortToken
@Nonnull public API.Stored_PrivPortToken updatePrivPortToken(long id, API.Partial_PrivPortToken privPortToken) throws IOException
- Throws:
IOException
-
updateProduct
@Nonnull public API.Stored_Product updateProduct(long id, API.Partial_Product product) throws IOException
- Throws:
IOException
-
updateProductGroup
@Nonnull public API.Stored_ProductGroup updateProductGroup(long id, API.Partial_ProductGroup productGroup) throws IOException
- Throws:
IOException
-
updateProductModifier
@Nonnull public API.Stored_ProductModifier updateProductModifier(long id, API.Partial_ProductModifier productModifier) throws IOException
- Throws:
IOException
-
updateRecord
@Nonnull public API.Stored_Record updateRecord(long client, long id, API.Partial_Record record) throws IOException
- Throws:
IOException
-
updateResource
@Nonnull public API.Stored_Resource updateResource(long id, API.Partial_Resource resource) throws IOException
- Throws:
IOException
-
updateResourceMap
@Nonnull public API.Stored_ResourceMap updateResourceMap(long id, API.Partial_ResourceMap resourceMap) throws IOException
- Throws:
IOException
-
updateRole
@Nonnull public API.Stored_Role updateRole(long id, API.Partial_Role role) throws IOException
- Throws:
IOException
-
updateShift
@Nonnull public API.Stored_Shift updateShift(long location, long id, API.Partial_Shift shift) throws IOException
- Throws:
IOException
-
updateShortURI
@Nonnull public API.Stored_ShortURI updateShortURI(long id, API.Partial_ShortURI shortURI) throws IOException
- Throws:
IOException
-
updateStockBalance
@Nonnull public API.Stored_StockBalance updateStockBalance(long location, long id, API.Partial_StockBalance stockBalance) throws IOException
- Throws:
IOException
-
updateSwishTransaction
@Nonnull public API.Stored_SwishTransaction updateSwishTransaction(long id, API.Partial_SwishTransaction swishTransaction) throws IOException
- Throws:
IOException
-
updateSystemConfig
@Nonnull public API.Stored_SystemConfig updateSystemConfig(API.SystemConfig config) throws IOException
- Throws:
IOException
-
updateTab
@Nonnull public API.Stored_Tab updateTab(long id, API.Partial_Tab tab) throws IOException
- Throws:
IOException
-
updateTill
@Nonnull public API.Stored_Till updateTill(long id, API.Partial_Till till) throws IOException
- Throws:
IOException
-
updateTillState
@Nonnull public API.Stored_TillState updateTillState(long id, API.TillState state) throws IOException
- Throws:
IOException
-
updateTrigger
@Nonnull public API.Stored_Trigger updateTrigger(long user, long id, API.Partial_Trigger trigger) throws IOException
- Throws:
IOException
-
updateTriggerEvent
@Nonnull public API.Stored_TriggerEvent updateTriggerEvent(long user, long id, API.Partial_TriggerEvent triggerEvent) throws IOException
- Throws:
IOException
-
updateUser
@Nonnull public API.Stored_User updateUser(long id, API.Partial_User user) throws IOException
- Throws:
IOException
-
updateVoucher
@Nonnull public API.Stored_Voucher updateVoucher(long id, API.Partial_Voucher voucher) throws IOException
- Throws:
IOException
-
updateVoucherBalance
@Nonnull public API.Metadata updateVoucherBalance(long id, API.VoucherTransaction voucherTransaction) throws IOException
- Throws:
IOException
-
uploadGlobalIntegrationIcon
public void uploadGlobalIntegrationIcon(long id, API.DataStream dataStream) throws IOException
- Throws:
IOException
-
uploadIntegrationIcon
public void uploadIntegrationIcon(long id, API.DataStream dataStream) throws IOException
- Throws:
IOException
-
uploadLocationCustomerScreenLogo
public void uploadLocationCustomerScreenLogo(long id, API.DataStream dataStream) throws IOException
- Throws:
IOException
-
uploadLocationReceiptLogo
public void uploadLocationReceiptLogo(long id, API.DataStream dataStream) throws IOException
- Throws:
IOException
-
uploadLocationTakeOutConfigBanner
public void uploadLocationTakeOutConfigBanner(long id, API.DataStream dataStream) throws IOException
- Throws:
IOException
-
uploadLocationTakeOutConfigLogo
public void uploadLocationTakeOutConfigLogo(long id, API.DataStream dataStream) throws IOException
- Throws:
IOException
-
uploadTriggerEventResult
public void uploadTriggerEventResult(long user, long id, API.DataStream dataStream) throws IOException
- Throws:
IOException
-
-