com.beasys.commerce.ebusiness.payment
Interface PaymentTransactionHome
- All Superinterfaces:
- SmartEJBHome, SmartHome
- public interface PaymentTransactionHome
- extends SmartEJBHome
The home interface for the PaymentTransaction entity bean. Use this
class to create, remove, and find PaymentTransaction entity beans.
create
public PaymentTransaction create(PaymentTransactionPk paymentTransactionPk)
throws javax.ejb.CreateException,
java.rmi.RemoteException
- Create a new PaymentTransaction entity bean using the com.beasys.commerce.ebusiness.payment.PaymentTransactionPk.
findByPrimaryKey
public PaymentTransaction findByPrimaryKey(PaymentTransactionPk paymentTransactionPk)
throws java.rmi.RemoteException,
com.beasys.commerce.ebusiness.payment.FinderException
- Find an PaymentTransaction entity bean using the com.beasys.commerce.ebusiness.payment.PaymentTransactionPk.
findByStatus
public java.util.Collection findByStatus(java.lang.String status)
throws java.rmi.RemoteException,
com.beasys.commerce.ebusiness.payment.FinderException
- Finds transactions by status. Valid states are those defined in the
PaymentWorkflow
state machine.
Copyright © 2001 BEA Systems, Inc. All Rights Reserved