com.ibm.etill.framework.payapi
Class FrameworkBatch

java.lang.Object
  |
  +--com.ibm.etill.framework.payapi.Batch
        |
        +--com.ibm.etill.framework.payapi.FrameworkBatch
All Implemented Interfaces:
Archivable, PSServerBatchConstants

public final synchronized class FrameworkBatch
extends Batch


Fields inherited from interface com.ibm.etill.framework.xdm.PSServerBatchConstants
APPROXIMATE_XDM_OBJECT_SIZE, BATCH, BATCHCREDITVIEW, BATCHPAYMENTVIEW, BATCHVIEW, COL_ACCOUNTNUMBER, COL_BATCHID, COL_BATCHNUMBER, COL_CLOSEALLOWED, COL_CURRENTSTATE, COL_GROWTH1, COL_MERCHANTNAME, COL_PAYMENTTYPE, COL_PURGEALLOWED, COL_STATUS, COL_TIMECLOSED, COL_TIMECREATED, COL_TIMEMODIFIED, COL_TOTALSFD, COL_TOTALSKEY, COL_UNIQUEKEY, MAXBATCHVIEW, VIEW_ACCOUNTNUMBER, VIEW_BATCHNUMBER, VIEW_CLOSEALLOWED, VIEW_GROWTH1, VIEW_MAXBATCHNUMBER, VIEW_MERCHANTNAME, VIEW_PAYMENTTYPE, VIEW_PURGEALLOWED, VIEW_STATE, VIEW_STATUS, VIEW_TIMECLOSED, VIEW_TIMECREATED, VIEW_TIMEMODIFIED, VIEW_TOTALS
 
Constructor Summary
FrameworkBatch(String, String)
           
FrameworkBatch(String, String, String, String)
           
 
Method Summary
 void createCassetteBatch(ParameterTable)
           
 boolean retrieveBatch()
           
static Enumeration retrieveOpenBatches(String)
           
 void setTimeCreated(Timestamp)
           
 
Methods inherited from class com.ibm.etill.framework.payapi.Batch
addCredit, addPayment, cassette, createRecord, deleteRecord, getAccount, getAccountNumber, getBatchKey, getBatchNumber, getBatchStatus, getCassetteBatch, getCloseAllowed, getCreditList, getCurrentState, getForceAllowed, getMerchantName, getMerchantNumber, getPaymentList, getPaymentSystemName, getPurgeAllowed, getReaderWriterMonitor, getRelatedOrders, getTimeClosed, getTimeCreated, getTimeModified, getTotals, getTotals, markCreditDeleted, markPaymentDeleted, removeCredit, removePayment, resurrectCassetteBatch, setBatchID, setBatchStatus, setCloseAllowed, setCurrentState, setForceAllowed, setPurgeAllowed, setTimeClosed, setUniqueKey, updateRecord
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrameworkBatch

public FrameworkBatch(String,
                      String)

FrameworkBatch

public FrameworkBatch(String,
                      String,
                      String,
                      String)
Method Detail

retrieveBatch

public boolean retrieveBatch()
                      throws ETillAbortOperation

retrieveOpenBatches

public static Enumeration retrieveOpenBatches(String)

createCassetteBatch

public void createCassetteBatch(ParameterTable)
                         throws ETillAbortOperation

setTimeCreated

public void setTimeCreated(Timestamp)