public interface CATService14 extends BaseService
| Modifier and Type | Method and Description |
|---|---|
void |
accessDailyLog(int sequenceNumber,
int type,
int timeout) |
void |
authorizeCompletion(int sequenceNumber,
long amount,
long taxOthers,
int timeout) |
void |
authorizePreSales(int sequenceNumber,
long amount,
long taxOthers,
int timeout) |
void |
authorizeRefund(int sequenceNumber,
long amount,
long taxOthers,
int timeout) |
void |
authorizeSales(int sequenceNumber,
long amount,
long taxOthers,
int timeout) |
void |
authorizeVoid(int sequenceNumber,
long amount,
long taxOthers,
int timeout) |
void |
authorizeVoidPreSales(int sequenceNumber,
long amount,
long taxOthers,
int timeout) |
void |
checkCard(int sequenceNumber,
int timeout) |
void |
clearOutput() |
java.lang.String |
getAccountNumber() |
java.lang.String |
getAdditionalSecurityInformation() |
java.lang.String |
getApprovalCode() |
boolean |
getAsyncMode() |
boolean |
getCapAdditionalSecurityInformation() |
boolean |
getCapAuthorizeCompletion() |
boolean |
getCapAuthorizePreSales() |
boolean |
getCapAuthorizeRefund() |
boolean |
getCapAuthorizeVoid() |
boolean |
getCapAuthorizeVoidPreSales() |
boolean |
getCapCenterResultCode() |
boolean |
getCapCheckCard() |
int |
getCapDailyLog() |
boolean |
getCapInstallments() |
boolean |
getCapPaymentDetail() |
int |
getCapPowerReporting() |
boolean |
getCapTaxOthers() |
boolean |
getCapTrainingMode() |
boolean |
getCapTransactionNumber() |
java.lang.String |
getCardCompanyID() |
java.lang.String |
getCenterResultCode() |
java.lang.String |
getDailyLog() |
int |
getPaymentCondition() |
java.lang.String |
getPaymentDetail() |
int |
getPowerNotify() |
int |
getPowerState() |
int |
getSequenceNumber() |
java.lang.String |
getSlipNumber() |
boolean |
getTrainingMode() |
java.lang.String |
getTransactionNumber() |
java.lang.String |
getTransactionType() |
void |
setAdditionalSecurityInformation(java.lang.String securityInfo) |
void |
setAsyncMode(boolean asyncMode) |
void |
setPowerNotify(int powerNotify) |
void |
setTrainingMode(boolean trainingMode) |
checkHealth, claim, close, directIO, getCheckHealthText, getClaimed, getDeviceEnabled, getDeviceServiceDescription, getDeviceServiceVersion, getFreezeEvents, getPhysicalDeviceDescription, getPhysicalDeviceName, getState, open, release, setDeviceEnabled, setFreezeEventsboolean getCapAdditionalSecurityInformation()
throws JposException
JposExceptionboolean getCapAuthorizeCompletion()
throws JposException
JposExceptionboolean getCapAuthorizePreSales()
throws JposException
JposExceptionboolean getCapAuthorizeRefund()
throws JposException
JposExceptionboolean getCapAuthorizeVoid()
throws JposException
JposExceptionboolean getCapAuthorizeVoidPreSales()
throws JposException
JposExceptionboolean getCapCenterResultCode()
throws JposException
JposExceptionboolean getCapCheckCard()
throws JposException
JposExceptionint getCapDailyLog()
throws JposException
JposExceptionboolean getCapInstallments()
throws JposException
JposExceptionboolean getCapPaymentDetail()
throws JposException
JposExceptionint getCapPowerReporting()
throws JposException
JposExceptionboolean getCapTaxOthers()
throws JposException
JposExceptionboolean getCapTransactionNumber()
throws JposException
JposExceptionboolean getCapTrainingMode()
throws JposException
JposExceptionjava.lang.String getAccountNumber()
throws JposException
JposExceptionjava.lang.String getAdditionalSecurityInformation()
throws JposException
JposExceptionvoid setAdditionalSecurityInformation(java.lang.String securityInfo)
throws JposException
JposExceptionjava.lang.String getApprovalCode()
throws JposException
JposExceptionboolean getAsyncMode()
throws JposException
JposExceptionvoid setAsyncMode(boolean asyncMode)
throws JposException
JposExceptionjava.lang.String getCardCompanyID()
throws JposException
JposExceptionjava.lang.String getCenterResultCode()
throws JposException
JposExceptionjava.lang.String getDailyLog()
throws JposException
JposExceptionint getPaymentCondition()
throws JposException
JposExceptionjava.lang.String getPaymentDetail()
throws JposException
JposExceptionint getPowerNotify()
throws JposException
JposExceptionvoid setPowerNotify(int powerNotify)
throws JposException
JposExceptionint getPowerState()
throws JposException
JposExceptionint getSequenceNumber()
throws JposException
JposExceptionjava.lang.String getSlipNumber()
throws JposException
JposExceptionboolean getTrainingMode()
throws JposException
JposExceptionvoid setTrainingMode(boolean trainingMode)
throws JposException
JposExceptionjava.lang.String getTransactionNumber()
throws JposException
JposExceptionjava.lang.String getTransactionType()
throws JposException
JposExceptionvoid accessDailyLog(int sequenceNumber,
int type,
int timeout)
throws JposException
JposExceptionvoid authorizeCompletion(int sequenceNumber,
long amount,
long taxOthers,
int timeout)
throws JposException
JposExceptionvoid authorizePreSales(int sequenceNumber,
long amount,
long taxOthers,
int timeout)
throws JposException
JposExceptionvoid authorizeRefund(int sequenceNumber,
long amount,
long taxOthers,
int timeout)
throws JposException
JposExceptionvoid authorizeSales(int sequenceNumber,
long amount,
long taxOthers,
int timeout)
throws JposException
JposExceptionvoid authorizeVoid(int sequenceNumber,
long amount,
long taxOthers,
int timeout)
throws JposException
JposExceptionvoid authorizeVoidPreSales(int sequenceNumber,
long amount,
long taxOthers,
int timeout)
throws JposException
JposExceptionvoid checkCard(int sequenceNumber,
int timeout)
throws JposException
JposExceptionvoid clearOutput()
throws JposException
JposException