Class ElectronicValueRWService
java.lang.Object
de.gmxhome.conrad.jpos.jpos_base.JposBase
de.gmxhome.conrad.jpos.jpos_base.electronicvaluerw.ElectronicValueRWService
- All Implemented Interfaces:
jpos.loader.JposServiceInstance
,jpos.services.BaseService
,jpos.services.ElectronicValueRWService112
,jpos.services.ElectronicValueRWService113
,jpos.services.ElectronicValueRWService114
,jpos.services.ElectronicValueRWService115
,jpos.services.ElectronicValueRWService116
public class ElectronicValueRWService
extends JposBase
implements jpos.services.ElectronicValueRWService116
ElectronicValueRW service implementation. For more details about getter, setter and method implementations,
see JposBase.
This service supports the following properties in jpos.xml in addition to the properties listed in JposBaseDevice:
This service supports the following properties in jpos.xml in addition to the properties listed in JposBaseDevice:
- UseEnumeratedValues: If true, Enumerated values passed to setParameterInformation and returned from retrieveResultInformation are integer values, converted to strings. If false, these values are passed as symbols as specified in the UPOS specification. Default is true.
- StrongEnumerationCheck: If true, Enumeration values passed to setParameterInformationwill be checked. If they do not match one of the predefined constants, an exception will be thrown. Otherwise, any number will be accepted. Default is true.
-
Field Summary
FieldsModifier and TypeFieldDescriptionInstance of a class implementing the ElectronicValueRWInterface for electronic value reader / writer specific setter and method calls bound to the property set.Fields inherited from class de.gmxhome.conrad.jpos.jpos_base.JposBase
Device, DeviceInterface, Props
-
Constructor Summary
ConstructorsConstructorDescriptionElectronicValueRWService(ElectronicValueRWProperties props, JposDevice device)
Constructor.ElectronicValueRWService(ElectronicValueRWProperties props, JposDevice device, boolean ignoredUseEnumeratedValues, boolean ignoredStrongEnumerationCheck)
Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoid
accessDailyLog(int sequenceNumber, int type, int timeout)
void
accessData(int dataType, int[] data, Object[] obj)
void
accessLog(int sequenceNumber, int type, int timeout)
void
activateEVService(int[] data, Object[] obj)
void
activateService(int[] data, Object[] obj)
void
addValue(int sequenceNumber, 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
beginDetection(int type, int timeout)
void
beginRemoval(int timeout)
void
cancelValue(int sequenceNumber, int timeout)
boolean
void
void
cashDeposit(int sequenceNumber, long amount, int timeout)
void
checkCard(int sequenceNumber, int timeout)
void
checkServiceRegistrationToMedium(int sequenceNumber, int timeout)
void
void
closeDailyEVService(int[] data, Object[] obj)
void
deactivateEVService(int[] data, Object[] obj)
void
void
void
long
long
long
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
boolean
boolean
boolean
int
int
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
int
int
int
int
long
getPoint()
int
int
long
long
int
int
void
void
openDailyEVService(int[] data, Object[] obj)
void
void
readValue(int sequenceNumber, int timeout)
void
registerServiceToMedium(int sequenceNumber, int timeout)
void
retrieveResultInformation(String name, String[] value)
void
void
setAmount(long l)
void
void
void
setDetectionControl(boolean b)
void
setMediumID(String s)
void
setParameterInformation(String name, String value)
void
setPaymentMedia(int i)
void
setPINEntry(int i)
void
setPoint(long l)
void
setTrainingModeState(int i)
void
setVoucherID(String s)
void
void
subtractValue(int sequenceNumber, int timeout)
void
transactionAccess(int control)
void
void
unregisterServiceToMedium(int sequenceNumber, int timeout)
void
updateData(int dataType, int[] data, Object[] obj)
void
void
writeValue(int sequenceNumber, int timeout)
Methods inherited from class de.gmxhome.conrad.jpos.jpos_base.JposBase
callNowOrLater, check, check, check, check, checkBusy, checkClaimed, checkEnabled, checkEnabledUnclaimed, checkFirstEnabled, checkHealth, checkNoChangedOrClaimed, checkOpened, claim, clearInput, clearInputProperties, clearOutput, close, compareFirmwareVersion, deepToString, deleteInstance, directIO, getAsyncMode, getAutoDisable, getCapCompareFirmwareVersion, getCapPowerReporting, getCapStatisticsReporting, getCapUpdateFirmware, getCapUpdateStatistics, getCheckHealthText, getClaimed, getDataCount, getDataEventEnabled, getDeviceEnabled, getDeviceServiceDescription, getDeviceServiceVersion, getFreezeEvents, getOutputID, getPhysicalDeviceDescription, getPhysicalDeviceName, getPowerNotify, getPowerState, getPropertyString, getState, logAsyncCall, logCall, logCall, logGet, logGet, logPreCall, logPreCall, logPreSet, logSet, open, release, removeOuterArraySpecifier, resetStatistics, retrieveStatistics, setAsyncMode, setAutoDisable, setDataEventEnabled, setDeviceEnabled, setFreezeEvents, setPowerNotify, signalRelease, startClaiming, updateFirmware, updateStatistics
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jpos.services.BaseService
checkHealth, claim, close, directIO, getCheckHealthText, getClaimed, getDeviceEnabled, getDeviceServiceDescription, getDeviceServiceVersion, getFreezeEvents, getPhysicalDeviceDescription, getPhysicalDeviceName, getState, open, release, setDeviceEnabled, setFreezeEvents
Methods inherited from interface jpos.services.ElectronicValueRWService112
clearInput, clearInputProperties, clearOutput, compareFirmwareVersion, getAsyncMode, getAutoDisable, getCapCompareFirmwareVersion, getCapPowerReporting, getCapStatisticsReporting, getCapUpdateFirmware, getCapUpdateStatistics, getDataCount, getDataEventEnabled, getOutputID, getPowerNotify, getPowerState, resetStatistics, retrieveStatistics, setAsyncMode, setAutoDisable, setDataEventEnabled, setPowerNotify, updateFirmware, updateStatistics
Methods inherited from interface jpos.loader.JposServiceInstance
deleteInstance
-
Field Details
-
ElectronicValueRW
Instance of a class implementing the ElectronicValueRWInterface for electronic value reader / writer specific setter and method calls bound to the property set. Almost always the same object as Data.
-
-
Constructor Details
-
ElectronicValueRWService
Constructor. Stores given property set and device implementation object.- Parameters:
props
- Property set.device
- Device implementation object.
-
ElectronicValueRWService
public ElectronicValueRWService(ElectronicValueRWProperties props, JposDevice device, boolean ignoredUseEnumeratedValues, boolean ignoredStrongEnumerationCheck)Constructor. Stores given property set and device implementation object.- Parameters:
props
- Property set.device
- Device implementation object.ignoredUseEnumeratedValues
- Ignored. In previous versions, value for Data.UseEnumeratedValues.ignoredStrongEnumerationCheck
- Ignored. in previous versions, value for Data.StrongEnumerationCheck
-
-
Method Details
-
getCapActivateService
public boolean getCapActivateService() throws jpos.JposException- Specified by:
getCapActivateService
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getCapAdditionalSecurityInformation
public boolean getCapAdditionalSecurityInformation() throws jpos.JposException- Specified by:
getCapAdditionalSecurityInformation
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
getCapAddValue
public boolean getCapAddValue() throws jpos.JposException- Specified by:
getCapAddValue
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getCapAuthorizeCompletion
public boolean getCapAuthorizeCompletion() throws jpos.JposException- Specified by:
getCapAuthorizeCompletion
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
getCapAuthorizePreSales
public boolean getCapAuthorizePreSales() throws jpos.JposException- Specified by:
getCapAuthorizePreSales
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
getCapAuthorizeRefund
public boolean getCapAuthorizeRefund() throws jpos.JposException- Specified by:
getCapAuthorizeRefund
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
getCapAuthorizeVoid
public boolean getCapAuthorizeVoid() throws jpos.JposException- Specified by:
getCapAuthorizeVoid
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
getCapAuthorizeVoidPreSales
public boolean getCapAuthorizeVoidPreSales() throws jpos.JposException- Specified by:
getCapAuthorizeVoidPreSales
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
getCapCancelValue
public boolean getCapCancelValue() throws jpos.JposException- Specified by:
getCapCancelValue
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getCapCardSensor
public int getCapCardSensor() throws jpos.JposException- Specified by:
getCapCardSensor
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getCapCashDeposit
public boolean getCapCashDeposit() throws jpos.JposException- Specified by:
getCapCashDeposit
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
getCapCenterResultCode
public boolean getCapCenterResultCode() throws jpos.JposException- Specified by:
getCapCenterResultCode
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
getCapCheckCard
public boolean getCapCheckCard() throws jpos.JposException- Specified by:
getCapCheckCard
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
getCapDailyLog
public int getCapDailyLog() throws jpos.JposException- Specified by:
getCapDailyLog
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
getCapDetectionControl
public int getCapDetectionControl() throws jpos.JposException- Specified by:
getCapDetectionControl
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getCapElectronicMoney
public boolean getCapElectronicMoney() throws jpos.JposException- Specified by:
getCapElectronicMoney
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getCapEnumerateCardServices
public boolean getCapEnumerateCardServices() throws jpos.JposException- Specified by:
getCapEnumerateCardServices
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getCapIndirectTransactionLog
public boolean getCapIndirectTransactionLog() throws jpos.JposException- Specified by:
getCapIndirectTransactionLog
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getCapInstallments
public boolean getCapInstallments() throws jpos.JposException- Specified by:
getCapInstallments
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
getCapLockTerminal
public boolean getCapLockTerminal() throws jpos.JposException- Specified by:
getCapLockTerminal
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getCapLogStatus
public boolean getCapLogStatus() throws jpos.JposException- Specified by:
getCapLogStatus
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getCapMediumID
public boolean getCapMediumID() throws jpos.JposException- Specified by:
getCapMediumID
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getCapMembershipCertificate
public boolean getCapMembershipCertificate() throws jpos.JposException- Specified by:
getCapMembershipCertificate
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
getCapPaymentDetail
public boolean getCapPaymentDetail() throws jpos.JposException- Specified by:
getCapPaymentDetail
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
getCapPINDevice
public boolean getCapPINDevice() throws jpos.JposException- Specified by:
getCapPINDevice
in interfacejpos.services.ElectronicValueRWService114
- Throws:
jpos.JposException
-
getCapPoint
public boolean getCapPoint() throws jpos.JposException- Specified by:
getCapPoint
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getCapRealTimeData
public boolean getCapRealTimeData() throws jpos.JposException- Specified by:
getCapRealTimeData
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getCapSubtractValue
public boolean getCapSubtractValue() throws jpos.JposException- Specified by:
getCapSubtractValue
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getCapTaxOthers
public boolean getCapTaxOthers() throws jpos.JposException- Specified by:
getCapTaxOthers
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
CapTrainingMode
public boolean CapTrainingMode() throws jpos.JposException- Specified by:
CapTrainingMode
in interfacejpos.services.ElectronicValueRWService114
- Throws:
jpos.JposException
-
getCapTransaction
public boolean getCapTransaction() throws jpos.JposException- Specified by:
getCapTransaction
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getCapTransactionLog
public boolean getCapTransactionLog() throws jpos.JposException- Specified by:
getCapTransactionLog
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getCapTransactionNumber
public boolean getCapTransactionNumber() throws jpos.JposException- Specified by:
getCapTransactionNumber
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
getCapUnlockTerminal
public boolean getCapUnlockTerminal() throws jpos.JposException- Specified by:
getCapUnlockTerminal
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getCapUpdateKey
public boolean getCapUpdateKey() throws jpos.JposException- Specified by:
getCapUpdateKey
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getCapVoucher
public boolean getCapVoucher() throws jpos.JposException- Specified by:
getCapVoucher
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getCapWriteValue
public boolean getCapWriteValue() throws jpos.JposException- Specified by:
getCapWriteValue
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getAccountNumber
- Specified by:
getAccountNumber
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getAdditionalSecurityInformation
- Specified by:
getAdditionalSecurityInformation
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getAmount
public long getAmount() throws jpos.JposException- Specified by:
getAmount
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getApprovalCode
- Specified by:
getApprovalCode
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getBalance
public long getBalance() throws jpos.JposException- Specified by:
getBalance
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getBalanceOfPoint
public long getBalanceOfPoint() throws jpos.JposException- Specified by:
getBalanceOfPoint
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getCardCompanyID
- Specified by:
getCardCompanyID
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
getCardServiceList
- Specified by:
getCardServiceList
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getCenterResultCode
- Specified by:
getCenterResultCode
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
getCurrentService
- Specified by:
getCurrentService
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getDailyLog
- Specified by:
getDailyLog
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
getDetectionControl
public boolean getDetectionControl() throws jpos.JposException- Specified by:
getDetectionControl
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getDetectionStatus
public int getDetectionStatus() throws jpos.JposException- Specified by:
getDetectionStatus
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getExpirationDate
- Specified by:
getExpirationDate
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getLastUsedDate
- Specified by:
getLastUsedDate
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getLogStatus
public int getLogStatus() throws jpos.JposException- Specified by:
getLogStatus
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getMediumID
- Specified by:
getMediumID
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getPaymentCondition
public int getPaymentCondition() throws jpos.JposException- Specified by:
getPaymentCondition
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
getPaymentDetail
- Specified by:
getPaymentDetail
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
getPaymentMedia
public int getPaymentMedia() throws jpos.JposException- Specified by:
getPaymentMedia
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
getPINEntry
public int getPINEntry() throws jpos.JposException- Specified by:
getPINEntry
in interfacejpos.services.ElectronicValueRWService114
- Throws:
jpos.JposException
-
getPoint
public long getPoint() throws jpos.JposException- Specified by:
getPoint
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getReaderWriterServiceList
- Specified by:
getReaderWriterServiceList
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getSequenceNumber
public int getSequenceNumber() throws jpos.JposException- Specified by:
getSequenceNumber
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getServiceType
public int getServiceType() throws jpos.JposException- Specified by:
getServiceType
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
getSettledAmount
public long getSettledAmount() throws jpos.JposException- Specified by:
getSettledAmount
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getSettledPoint
public long getSettledPoint() throws jpos.JposException- Specified by:
getSettledPoint
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getSlipNumber
- Specified by:
getSlipNumber
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
getTrainingModeState
public int getTrainingModeState() throws jpos.JposException- Specified by:
getTrainingModeState
in interfacejpos.services.ElectronicValueRWService114
- Throws:
jpos.JposException
-
getTransactionLog
- Specified by:
getTransactionLog
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getTransactionNumber
- Specified by:
getTransactionNumber
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
getTransactionType
public int getTransactionType() throws jpos.JposException- Specified by:
getTransactionType
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
getVoucherID
- Specified by:
getVoucherID
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
getVoucherIDList
- Specified by:
getVoucherIDList
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
setAdditionalSecurityInformation
- Specified by:
setAdditionalSecurityInformation
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
setAmount
public void setAmount(long l) throws jpos.JposException- Specified by:
setAmount
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
setApprovalCode
- Specified by:
setApprovalCode
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
setCurrentService
- Specified by:
setCurrentService
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
setDetectionControl
public void setDetectionControl(boolean b) throws jpos.JposException- Specified by:
setDetectionControl
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
setMediumID
- Specified by:
setMediumID
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
setPaymentMedia
public void setPaymentMedia(int i) throws jpos.JposException- Specified by:
setPaymentMedia
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
setPINEntry
public void setPINEntry(int i) throws jpos.JposException- Specified by:
setPINEntry
in interfacejpos.services.ElectronicValueRWService114
- Throws:
jpos.JposException
-
setPoint
public void setPoint(long l) throws jpos.JposException- Specified by:
setPoint
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
setTrainingModeState
public void setTrainingModeState(int i) throws jpos.JposException- Specified by:
setTrainingModeState
in interfacejpos.services.ElectronicValueRWService114
- Throws:
jpos.JposException
-
setVoucherID
- Specified by:
setVoucherID
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
setVoucherIDList
- Specified by:
setVoucherIDList
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
beginDetection
public void beginDetection(int type, int timeout) throws jpos.JposException- Specified by:
beginDetection
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
beginRemoval
public void beginRemoval(int timeout) throws jpos.JposException- Specified by:
beginRemoval
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
captureCard
public void captureCard() throws jpos.JposException- Specified by:
captureCard
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
clearParameterInformation
public void clearParameterInformation() throws jpos.JposException- Specified by:
clearParameterInformation
in interfacejpos.services.ElectronicValueRWService114
- Throws:
jpos.JposException
-
endDetection
public void endDetection() throws jpos.JposException- Specified by:
endDetection
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
endRemoval
public void endRemoval() throws jpos.JposException- Specified by:
endRemoval
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
enumerateCardServices
public void enumerateCardServices() throws jpos.JposException- Specified by:
enumerateCardServices
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
retrieveResultInformation
- Specified by:
retrieveResultInformation
in interfacejpos.services.ElectronicValueRWService114
- Throws:
jpos.JposException
-
setParameterInformation
- Specified by:
setParameterInformation
in interfacejpos.services.ElectronicValueRWService114
- Throws:
jpos.JposException
-
accessDailyLog
public void accessDailyLog(int sequenceNumber, int type, int timeout) throws jpos.JposException- Specified by:
accessDailyLog
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
accessData
- Specified by:
accessData
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
accessLog
public void accessLog(int sequenceNumber, int type, int timeout) throws jpos.JposException- Specified by:
accessLog
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
activateEVService
- Specified by:
activateEVService
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
activateService
- Specified by:
activateService
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
addValue
public void addValue(int sequenceNumber, int timeout) throws jpos.JposException- Specified by:
addValue
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
authorizeCompletion
public void authorizeCompletion(int sequenceNumber, long amount, long taxOthers, int timeout) throws jpos.JposException- Specified by:
authorizeCompletion
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
authorizePreSales
public void authorizePreSales(int sequenceNumber, long amount, long taxOthers, int timeout) throws jpos.JposException- Specified by:
authorizePreSales
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
authorizeRefund
public void authorizeRefund(int sequenceNumber, long amount, long taxOthers, int timeout) throws jpos.JposException- Specified by:
authorizeRefund
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
authorizeSales
public void authorizeSales(int sequenceNumber, long amount, long taxOthers, int timeout) throws jpos.JposException- Specified by:
authorizeSales
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
authorizeVoid
public void authorizeVoid(int sequenceNumber, long amount, long taxOthers, int timeout) throws jpos.JposException- Specified by:
authorizeVoid
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
authorizeVoidPreSales
public void authorizeVoidPreSales(int sequenceNumber, long amount, long taxOthers, int timeout) throws jpos.JposException- Specified by:
authorizeVoidPreSales
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
cancelValue
public void cancelValue(int sequenceNumber, int timeout) throws jpos.JposException- Specified by:
cancelValue
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
cashDeposit
public void cashDeposit(int sequenceNumber, long amount, int timeout) throws jpos.JposException- Specified by:
cashDeposit
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
checkCard
public void checkCard(int sequenceNumber, int timeout) throws jpos.JposException- Specified by:
checkCard
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
checkServiceRegistrationToMedium
public void checkServiceRegistrationToMedium(int sequenceNumber, int timeout) throws jpos.JposException- Specified by:
checkServiceRegistrationToMedium
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
closeDailyEVService
- Specified by:
closeDailyEVService
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
deactivateEVService
- Specified by:
deactivateEVService
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
lockTerminal
public void lockTerminal() throws jpos.JposException- Specified by:
lockTerminal
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
openDailyEVService
- Specified by:
openDailyEVService
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
queryLastSuccessfulTransactionResult
public void queryLastSuccessfulTransactionResult() throws jpos.JposException- Specified by:
queryLastSuccessfulTransactionResult
in interfacejpos.services.ElectronicValueRWService114
- Throws:
jpos.JposException
-
readValue
public void readValue(int sequenceNumber, int timeout) throws jpos.JposException- Specified by:
readValue
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
registerServiceToMedium
public void registerServiceToMedium(int sequenceNumber, int timeout) throws jpos.JposException- Specified by:
registerServiceToMedium
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
subtractValue
public void subtractValue(int sequenceNumber, int timeout) throws jpos.JposException- Specified by:
subtractValue
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
transactionAccess
public void transactionAccess(int control) throws jpos.JposException- Specified by:
transactionAccess
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
unlockTerminal
public void unlockTerminal() throws jpos.JposException- Specified by:
unlockTerminal
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
unregisterServiceToMedium
public void unregisterServiceToMedium(int sequenceNumber, int timeout) throws jpos.JposException- Specified by:
unregisterServiceToMedium
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
updateData
- Specified by:
updateData
in interfacejpos.services.ElectronicValueRWService115
- Throws:
jpos.JposException
-
updateKey
- Specified by:
updateKey
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-
writeValue
public void writeValue(int sequenceNumber, int timeout) throws jpos.JposException- Specified by:
writeValue
in interfacejpos.services.ElectronicValueRWService112
- Throws:
jpos.JposException
-