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 TypeMethodDescriptionvoidaccessDailyLog(int sequenceNumber, int type, int timeout)voidaccessData(int dataType, int[] data, Object[] obj)voidaccessLog(int sequenceNumber, int type, int timeout)voidactivateEVService(int[] data, Object[] obj)voidactivateService(int[] data, Object[] obj)voidaddValue(int sequenceNumber, int timeout)voidauthorizeCompletion(int sequenceNumber, long amount, long taxOthers, int timeout)voidauthorizePreSales(int sequenceNumber, long amount, long taxOthers, int timeout)voidauthorizeRefund(int sequenceNumber, long amount, long taxOthers, int timeout)voidauthorizeSales(int sequenceNumber, long amount, long taxOthers, int timeout)voidauthorizeVoid(int sequenceNumber, long amount, long taxOthers, int timeout)voidauthorizeVoidPreSales(int sequenceNumber, long amount, long taxOthers, int timeout)voidbeginDetection(int type, int timeout)voidbeginRemoval(int timeout)voidcancelValue(int sequenceNumber, int timeout)booleanvoidvoidcashDeposit(int sequenceNumber, long amount, int timeout)voidcheckCard(int sequenceNumber, int timeout)voidcheckServiceRegistrationToMedium(int sequenceNumber, int timeout)voidvoidcloseDailyEVService(int[] data, Object[] obj)voiddeactivateEVService(int[] data, Object[] obj)voidvoidvoidlonglonglongbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanintbooleanbooleanbooleanintintbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanintintintintintlonggetPoint()intintlonglongintintvoidvoidopenDailyEVService(int[] data, Object[] obj)voidvoidreadValue(int sequenceNumber, int timeout)voidregisterServiceToMedium(int sequenceNumber, int timeout)voidretrieveResultInformation(String name, String[] value)voidvoidsetAmount(long l)voidvoidvoidsetDetectionControl(boolean b)voidsetMediumID(String s)voidsetParameterInformation(String name, String value)voidsetPaymentMedia(int i)voidsetPINEntry(int i)voidsetPoint(long l)voidsetTrainingModeState(int i)voidsetVoucherID(String s)voidvoidsubtractValue(int sequenceNumber, int timeout)voidtransactionAccess(int control)voidvoidunregisterServiceToMedium(int sequenceNumber, int timeout)voidupdateData(int dataType, int[] data, Object[] obj)voidvoidwriteValue(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, updateStatisticsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jpos.services.BaseService
checkHealth, claim, close, directIO, getCheckHealthText, getClaimed, getDeviceEnabled, getDeviceServiceDescription, getDeviceServiceVersion, getFreezeEvents, getPhysicalDeviceDescription, getPhysicalDeviceName, getState, open, release, setDeviceEnabled, setFreezeEventsMethods 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, updateStatisticsMethods 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:
getCapActivateServicein interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getCapAdditionalSecurityInformation
public boolean getCapAdditionalSecurityInformation() throws jpos.JposException- Specified by:
getCapAdditionalSecurityInformationin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
getCapAddValue
public boolean getCapAddValue() throws jpos.JposException- Specified by:
getCapAddValuein interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getCapAuthorizeCompletion
public boolean getCapAuthorizeCompletion() throws jpos.JposException- Specified by:
getCapAuthorizeCompletionin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
getCapAuthorizePreSales
public boolean getCapAuthorizePreSales() throws jpos.JposException- Specified by:
getCapAuthorizePreSalesin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
getCapAuthorizeRefund
public boolean getCapAuthorizeRefund() throws jpos.JposException- Specified by:
getCapAuthorizeRefundin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
getCapAuthorizeVoid
public boolean getCapAuthorizeVoid() throws jpos.JposException- Specified by:
getCapAuthorizeVoidin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
getCapAuthorizeVoidPreSales
public boolean getCapAuthorizeVoidPreSales() throws jpos.JposException- Specified by:
getCapAuthorizeVoidPreSalesin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
getCapCancelValue
public boolean getCapCancelValue() throws jpos.JposException- Specified by:
getCapCancelValuein interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getCapCardSensor
public int getCapCardSensor() throws jpos.JposException- Specified by:
getCapCardSensorin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getCapCashDeposit
public boolean getCapCashDeposit() throws jpos.JposException- Specified by:
getCapCashDepositin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
getCapCenterResultCode
public boolean getCapCenterResultCode() throws jpos.JposException- Specified by:
getCapCenterResultCodein interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
getCapCheckCard
public boolean getCapCheckCard() throws jpos.JposException- Specified by:
getCapCheckCardin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
getCapDailyLog
public int getCapDailyLog() throws jpos.JposException- Specified by:
getCapDailyLogin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
getCapDetectionControl
public int getCapDetectionControl() throws jpos.JposException- Specified by:
getCapDetectionControlin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getCapElectronicMoney
public boolean getCapElectronicMoney() throws jpos.JposException- Specified by:
getCapElectronicMoneyin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getCapEnumerateCardServices
public boolean getCapEnumerateCardServices() throws jpos.JposException- Specified by:
getCapEnumerateCardServicesin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getCapIndirectTransactionLog
public boolean getCapIndirectTransactionLog() throws jpos.JposException- Specified by:
getCapIndirectTransactionLogin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getCapInstallments
public boolean getCapInstallments() throws jpos.JposException- Specified by:
getCapInstallmentsin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
getCapLockTerminal
public boolean getCapLockTerminal() throws jpos.JposException- Specified by:
getCapLockTerminalin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getCapLogStatus
public boolean getCapLogStatus() throws jpos.JposException- Specified by:
getCapLogStatusin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getCapMediumID
public boolean getCapMediumID() throws jpos.JposException- Specified by:
getCapMediumIDin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getCapMembershipCertificate
public boolean getCapMembershipCertificate() throws jpos.JposException- Specified by:
getCapMembershipCertificatein interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
getCapPaymentDetail
public boolean getCapPaymentDetail() throws jpos.JposException- Specified by:
getCapPaymentDetailin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
getCapPINDevice
public boolean getCapPINDevice() throws jpos.JposException- Specified by:
getCapPINDevicein interfacejpos.services.ElectronicValueRWService114- Throws:
jpos.JposException
-
getCapPoint
public boolean getCapPoint() throws jpos.JposException- Specified by:
getCapPointin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getCapRealTimeData
public boolean getCapRealTimeData() throws jpos.JposException- Specified by:
getCapRealTimeDatain interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getCapSubtractValue
public boolean getCapSubtractValue() throws jpos.JposException- Specified by:
getCapSubtractValuein interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getCapTaxOthers
public boolean getCapTaxOthers() throws jpos.JposException- Specified by:
getCapTaxOthersin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
CapTrainingMode
public boolean CapTrainingMode() throws jpos.JposException- Specified by:
CapTrainingModein interfacejpos.services.ElectronicValueRWService114- Throws:
jpos.JposException
-
getCapTransaction
public boolean getCapTransaction() throws jpos.JposException- Specified by:
getCapTransactionin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getCapTransactionLog
public boolean getCapTransactionLog() throws jpos.JposException- Specified by:
getCapTransactionLogin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getCapTransactionNumber
public boolean getCapTransactionNumber() throws jpos.JposException- Specified by:
getCapTransactionNumberin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
getCapUnlockTerminal
public boolean getCapUnlockTerminal() throws jpos.JposException- Specified by:
getCapUnlockTerminalin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getCapUpdateKey
public boolean getCapUpdateKey() throws jpos.JposException- Specified by:
getCapUpdateKeyin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getCapVoucher
public boolean getCapVoucher() throws jpos.JposException- Specified by:
getCapVoucherin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getCapWriteValue
public boolean getCapWriteValue() throws jpos.JposException- Specified by:
getCapWriteValuein interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getAccountNumber
- Specified by:
getAccountNumberin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getAdditionalSecurityInformation
- Specified by:
getAdditionalSecurityInformationin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getAmount
public long getAmount() throws jpos.JposException- Specified by:
getAmountin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getApprovalCode
- Specified by:
getApprovalCodein interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getBalance
public long getBalance() throws jpos.JposException- Specified by:
getBalancein interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getBalanceOfPoint
public long getBalanceOfPoint() throws jpos.JposException- Specified by:
getBalanceOfPointin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getCardCompanyID
- Specified by:
getCardCompanyIDin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
getCardServiceList
- Specified by:
getCardServiceListin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getCenterResultCode
- Specified by:
getCenterResultCodein interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
getCurrentService
- Specified by:
getCurrentServicein interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getDailyLog
- Specified by:
getDailyLogin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
getDetectionControl
public boolean getDetectionControl() throws jpos.JposException- Specified by:
getDetectionControlin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getDetectionStatus
public int getDetectionStatus() throws jpos.JposException- Specified by:
getDetectionStatusin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getExpirationDate
- Specified by:
getExpirationDatein interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getLastUsedDate
- Specified by:
getLastUsedDatein interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getLogStatus
public int getLogStatus() throws jpos.JposException- Specified by:
getLogStatusin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getMediumID
- Specified by:
getMediumIDin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getPaymentCondition
public int getPaymentCondition() throws jpos.JposException- Specified by:
getPaymentConditionin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
getPaymentDetail
- Specified by:
getPaymentDetailin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
getPaymentMedia
public int getPaymentMedia() throws jpos.JposException- Specified by:
getPaymentMediain interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
getPINEntry
public int getPINEntry() throws jpos.JposException- Specified by:
getPINEntryin interfacejpos.services.ElectronicValueRWService114- Throws:
jpos.JposException
-
getPoint
public long getPoint() throws jpos.JposException- Specified by:
getPointin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getReaderWriterServiceList
- Specified by:
getReaderWriterServiceListin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getSequenceNumber
public int getSequenceNumber() throws jpos.JposException- Specified by:
getSequenceNumberin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getServiceType
public int getServiceType() throws jpos.JposException- Specified by:
getServiceTypein interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
getSettledAmount
public long getSettledAmount() throws jpos.JposException- Specified by:
getSettledAmountin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getSettledPoint
public long getSettledPoint() throws jpos.JposException- Specified by:
getSettledPointin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getSlipNumber
- Specified by:
getSlipNumberin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
getTrainingModeState
public int getTrainingModeState() throws jpos.JposException- Specified by:
getTrainingModeStatein interfacejpos.services.ElectronicValueRWService114- Throws:
jpos.JposException
-
getTransactionLog
- Specified by:
getTransactionLogin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getTransactionNumber
- Specified by:
getTransactionNumberin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
getTransactionType
public int getTransactionType() throws jpos.JposException- Specified by:
getTransactionTypein interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
getVoucherID
- Specified by:
getVoucherIDin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
getVoucherIDList
- Specified by:
getVoucherIDListin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
setAdditionalSecurityInformation
- Specified by:
setAdditionalSecurityInformationin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
setAmount
public void setAmount(long l) throws jpos.JposException- Specified by:
setAmountin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
setApprovalCode
- Specified by:
setApprovalCodein interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
setCurrentService
- Specified by:
setCurrentServicein interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
setDetectionControl
public void setDetectionControl(boolean b) throws jpos.JposException- Specified by:
setDetectionControlin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
setMediumID
- Specified by:
setMediumIDin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
setPaymentMedia
public void setPaymentMedia(int i) throws jpos.JposException- Specified by:
setPaymentMediain interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
setPINEntry
public void setPINEntry(int i) throws jpos.JposException- Specified by:
setPINEntryin interfacejpos.services.ElectronicValueRWService114- Throws:
jpos.JposException
-
setPoint
public void setPoint(long l) throws jpos.JposException- Specified by:
setPointin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
setTrainingModeState
public void setTrainingModeState(int i) throws jpos.JposException- Specified by:
setTrainingModeStatein interfacejpos.services.ElectronicValueRWService114- Throws:
jpos.JposException
-
setVoucherID
- Specified by:
setVoucherIDin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
setVoucherIDList
- Specified by:
setVoucherIDListin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
beginDetection
public void beginDetection(int type, int timeout) throws jpos.JposException- Specified by:
beginDetectionin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
beginRemoval
public void beginRemoval(int timeout) throws jpos.JposException- Specified by:
beginRemovalin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
captureCard
public void captureCard() throws jpos.JposException- Specified by:
captureCardin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
clearParameterInformation
public void clearParameterInformation() throws jpos.JposException- Specified by:
clearParameterInformationin interfacejpos.services.ElectronicValueRWService114- Throws:
jpos.JposException
-
endDetection
public void endDetection() throws jpos.JposException- Specified by:
endDetectionin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
endRemoval
public void endRemoval() throws jpos.JposException- Specified by:
endRemovalin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
enumerateCardServices
public void enumerateCardServices() throws jpos.JposException- Specified by:
enumerateCardServicesin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
retrieveResultInformation
- Specified by:
retrieveResultInformationin interfacejpos.services.ElectronicValueRWService114- Throws:
jpos.JposException
-
setParameterInformation
- Specified by:
setParameterInformationin interfacejpos.services.ElectronicValueRWService114- Throws:
jpos.JposException
-
accessDailyLog
public void accessDailyLog(int sequenceNumber, int type, int timeout) throws jpos.JposException- Specified by:
accessDailyLogin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
accessData
- Specified by:
accessDatain interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
accessLog
public void accessLog(int sequenceNumber, int type, int timeout) throws jpos.JposException- Specified by:
accessLogin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
activateEVService
- Specified by:
activateEVServicein interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
activateService
- Specified by:
activateServicein interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
addValue
public void addValue(int sequenceNumber, int timeout) throws jpos.JposException- Specified by:
addValuein interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
authorizeCompletion
public void authorizeCompletion(int sequenceNumber, long amount, long taxOthers, int timeout) throws jpos.JposException- Specified by:
authorizeCompletionin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
authorizePreSales
public void authorizePreSales(int sequenceNumber, long amount, long taxOthers, int timeout) throws jpos.JposException- Specified by:
authorizePreSalesin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
authorizeRefund
public void authorizeRefund(int sequenceNumber, long amount, long taxOthers, int timeout) throws jpos.JposException- Specified by:
authorizeRefundin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
authorizeSales
public void authorizeSales(int sequenceNumber, long amount, long taxOthers, int timeout) throws jpos.JposException- Specified by:
authorizeSalesin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
authorizeVoid
public void authorizeVoid(int sequenceNumber, long amount, long taxOthers, int timeout) throws jpos.JposException- Specified by:
authorizeVoidin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
authorizeVoidPreSales
public void authorizeVoidPreSales(int sequenceNumber, long amount, long taxOthers, int timeout) throws jpos.JposException- Specified by:
authorizeVoidPreSalesin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
cancelValue
public void cancelValue(int sequenceNumber, int timeout) throws jpos.JposException- Specified by:
cancelValuein interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
cashDeposit
public void cashDeposit(int sequenceNumber, long amount, int timeout) throws jpos.JposException- Specified by:
cashDepositin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
checkCard
public void checkCard(int sequenceNumber, int timeout) throws jpos.JposException- Specified by:
checkCardin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
checkServiceRegistrationToMedium
public void checkServiceRegistrationToMedium(int sequenceNumber, int timeout) throws jpos.JposException- Specified by:
checkServiceRegistrationToMediumin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
closeDailyEVService
- Specified by:
closeDailyEVServicein interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
deactivateEVService
- Specified by:
deactivateEVServicein interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
lockTerminal
public void lockTerminal() throws jpos.JposException- Specified by:
lockTerminalin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
openDailyEVService
- Specified by:
openDailyEVServicein interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
queryLastSuccessfulTransactionResult
public void queryLastSuccessfulTransactionResult() throws jpos.JposException- Specified by:
queryLastSuccessfulTransactionResultin interfacejpos.services.ElectronicValueRWService114- Throws:
jpos.JposException
-
readValue
public void readValue(int sequenceNumber, int timeout) throws jpos.JposException- Specified by:
readValuein interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
registerServiceToMedium
public void registerServiceToMedium(int sequenceNumber, int timeout) throws jpos.JposException- Specified by:
registerServiceToMediumin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
subtractValue
public void subtractValue(int sequenceNumber, int timeout) throws jpos.JposException- Specified by:
subtractValuein interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
transactionAccess
public void transactionAccess(int control) throws jpos.JposException- Specified by:
transactionAccessin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
unlockTerminal
public void unlockTerminal() throws jpos.JposException- Specified by:
unlockTerminalin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
unregisterServiceToMedium
public void unregisterServiceToMedium(int sequenceNumber, int timeout) throws jpos.JposException- Specified by:
unregisterServiceToMediumin interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
updateData
- Specified by:
updateDatain interfacejpos.services.ElectronicValueRWService115- Throws:
jpos.JposException
-
updateKey
- Specified by:
updateKeyin interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-
writeValue
public void writeValue(int sequenceNumber, int timeout) throws jpos.JposException- Specified by:
writeValuein interfacejpos.services.ElectronicValueRWService112- Throws:
jpos.JposException
-