|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Transaction is an interface for conducting a transaction on the POS application.
Method Summary | |
---|---|
void |
addLineItem(com.ibm.retail.AEF.automation.LineItem lineItem)
Adds a LineItem instance to the transaction's collection. |
void |
addLineItemList(java.util.ArrayList list)
Adds a collection of LineItem instances to the transaction's collection. |
boolean |
getIsActive()
Indicates if the transaction is currently active (in progress). |
java.util.ArrayList |
getLineItemArrays()
Gets an array. |
java.util.Iterator |
getLineItems()
Gets the LineItems in the transaction. |
com.ibm.retail.AEF.session.AEFSession |
getSession()
Get the AEFSession object. |
com.ibm.retail.AEF.automation.TransactionInfo |
getTransactionInfo()
Returns the transaction information |
void |
setIsActive(boolean isActive)
Sets the indicator determining if the transaciton is currently active (in progress). |
void |
setSession(com.ibm.retail.AEF.session.AEFSession session)
Set the AEFSession object. |
void |
voidTransaction()
Voids the transaction |
Method Detail |
public com.ibm.retail.AEF.automation.TransactionInfo getTransactionInfo() throws java.rmi.RemoteException
java.rmi.RemoteException
public void voidTransaction() throws AEFException, java.rmi.RemoteException
AEFException
- Among the AEFException error codes are:
java.rmi.RemoteException
public java.util.Iterator getLineItems() throws java.rmi.RemoteException
java.rmi.RemoteException
public java.util.ArrayList getLineItemArrays() throws java.rmi.RemoteException
java.rmi.RemoteException
public void addLineItem(com.ibm.retail.AEF.automation.LineItem lineItem) throws java.rmi.RemoteException
java.rmi.RemoteException
public void addLineItemList(java.util.ArrayList list) throws java.rmi.RemoteException
list
- An ArrayList of LineItems
java.rmi.RemoteException
public void setSession(com.ibm.retail.AEF.session.AEFSession session) throws java.rmi.RemoteException
java.rmi.RemoteException
public com.ibm.retail.AEF.session.AEFSession getSession() throws java.rmi.RemoteException
java.rmi.RemoteException
public boolean getIsActive() throws java.rmi.RemoteException
java.rmi.RemoteException
public void setIsActive(boolean isActive) throws java.rmi.RemoteException
isActive
- True if transaction is currently active.
java.rmi.RemoteException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |