Uses of Interface
com.ibm.ccd.ui.alert.framework.ITransactions

Packages that use ITransactions
com.ibm.ccd.ui.alert.framework   
com.ibm.ccd.ui.portlets.alert   
 

Uses of ITransactions in com.ibm.ccd.ui.alert.framework
 

Classes in com.ibm.ccd.ui.alert.framework that implement ITransactions
 class Transactions
          This class holds Transaction Object list in HashMap
 

Methods in com.ibm.ccd.ui.alert.framework that return ITransactions
 ITransactions TransactionExchangeService.getTransactions(WPSContext context)
           
 ITransactions IAlertsDataSource.getTransactions(WPSContext context)
           
 

Uses of ITransactions in com.ibm.ccd.ui.portlets.alert
 

Methods in com.ibm.ccd.ui.portlets.alert that return ITransactions
 ITransactions TransactionDisplayViewBean.getTransSet()
           
 

Methods in com.ibm.ccd.ui.portlets.alert with parameters of type ITransactions
 void TransactionDisplayViewBean.setTransSet(ITransactions transactions)