public class PSBatch extends PSObject
Modifier and Type | Field and Description |
---|---|
protected java.util.Hashtable | batchTotalCollection
Deprecated.
|
protected java.util.Hashtable | creditCollection
Deprecated.
|
protected java.util.Hashtable | paymentCollection
Deprecated.
|
Constructor and Description |
---|
PSBatch(com.ibm.etill.org.w3c.dom.Element xmlBatch)
Deprecated.
Construct a PSBatch object.
|
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration | enumerateBatchTotals()
Deprecated.
Returns an enumeration of batchTotals associated with the batch.
|
java.util.Enumeration | enumerateCredits()
Deprecated.
Returns an enumeration of credits associated with the batch.
|
java.util.Enumeration | enumeratePayments()
Deprecated.
Returns an enumeration of payments associated with the batch.
|
java.lang.String | getBatchNumber()
Deprecated.
Returns the BatchNumber attribute of the batch.
|
java.lang.String | getBatchStatus()
Deprecated.
Returns the BatchStatus attribute of the batch.
|
PSBatchTotal | getBatchTotal(java.lang.String currency, int amountExp10)
Deprecated.
Returns the batchTotal object associated with the given currency and the amountExp10.
|
PSCredit | getCredit(java.lang.String orderNumber, java.lang.String creditNumber)
Deprecated.
Returns the credit associated with the given order and the credit number.
|
java.lang.Boolean | getForceAllowed()
Deprecated.
Returns whether the batch can be closed with the force option.
|
java.lang.String | getMerchantAccount()
Deprecated.
Returns the MerchantAccount attribute of the batch.
|
java.lang.Boolean | getMerchantControl()
Deprecated.
Returns the MerchantControl attribute of the batch.
|
java.lang.String | getMerchantNumber()
Deprecated.
Returns the MerchantNumber attribute of the batch.
|
PSPayment | getPayment(java.lang.String orderNumber, java.lang.String paymentNumber)
Deprecated.
Returns the payment associated with the given order and the payment number.
|
java.lang.String | getPaymentType()
Deprecated.
Returns the PaymentType attribute of the batch.
|
java.lang.Boolean | getPurgeAllowed()
Deprecated.
Returns whether the batch can be purged.
|
java.lang.String | getState()
Deprecated.
Returns the CurrentState attribute of the batch.
|
java.util.Date | getTimeStampClosed()
Deprecated.
Returns the TimeStampClosed attribute of the batch.
|
java.util.Date | getTimeStampOpened()
Deprecated.
Returns the TimeStampOpened attribute of the batch.
|
int | numberOfBatchTotals()
Deprecated.
Returns the number of batchTotals associated with the batch.
|
int | numberOfCredits()
Deprecated.
Returns the number of credits associated with the batch.
|
int | numberOfPayments()
Deprecated.
Returns the number of payments associated with the batch.
|
protected static java.util.Hashtable | processCollection(com.ibm.etill.org.w3c.dom.Element element)
Deprecated.
processCollection
|
protected java.util.Hashtable batchTotalCollection
protected java.util.Hashtable paymentCollection
protected java.util.Hashtable creditCollection
public PSBatch(com.ibm.etill.org.w3c.dom.Element xmlBatch)
protected static java.util.Hashtable processCollection(com.ibm.etill.org.w3c.dom.Element element)
public java.lang.String getMerchantNumber()
public java.lang.String getMerchantAccount()
public java.lang.String getBatchNumber()
public java.lang.String getPaymentType()
public java.lang.Boolean getMerchantControl()
public java.lang.Boolean getPurgeAllowed()
public java.lang.Boolean getForceAllowed()
public java.util.Date getTimeStampOpened()
public java.util.Date getTimeStampClosed()
public java.lang.String getState()
public java.lang.String getBatchStatus()
public int numberOfPayments()
public java.util.Enumeration enumeratePayments()
public PSPayment getPayment(java.lang.String orderNumber, java.lang.String paymentNumber)
public int numberOfCredits()
public java.util.Enumeration enumerateCredits()
public PSCredit getCredit(java.lang.String orderNumber, java.lang.String creditNumber)
public int numberOfBatchTotals()
public java.util.Enumeration enumerateBatchTotals()
public PSBatchTotal getBatchTotal(java.lang.String currency, int amountExp10)