|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrderDAOException | |
com.sun.j2ee.blueprints.customer.order.ejb |
Uses of OrderDAOException in com.sun.j2ee.blueprints.customer.order.ejb |
Methods in com.sun.j2ee.blueprints.customer.order.ejb that throw OrderDAOException | |
abstract void |
OrderDAO.create()
|
abstract void |
OrderDAO.store()
|
void |
OrderDAO.load()
|
void |
OrderDAO.remove()
|
java.lang.Integer |
OrderDAO.findByPrimaryKey()
|
java.util.Collection |
OrderDAO.findUserOrders()
|
protected void |
OrderDAO.getDBConnection()
|
protected void |
OrderDAO.closeConnection()
|
void |
OrderDAOOracle.create()
part of the OrderDAO abstract class |
void |
OrderDAOOracle.store()
part of the OrderDAO abstract class |
static OrderDAO |
OrderDAOFactory.getDAO()
This method instantiates a particular subclass implementing the abstract methods based on the information obtained from the Connection object. |
static int |
UUIDGenerator.nextSeqNum(java.sql.Connection dbConnection)
This method gets the next sequence number and updates the sequence number. |
void |
OrderDAOCS.create()
part of the OrderDAO abstract class |
void |
OrderDAOCS.store()
part of the OrderDAO abstract class |
void |
OrderDAOSybase.create()
part of the OrderDAO abstract class |
void |
OrderDAOSybase.store()
part of the OrderDAO abstract class |
Constructors in com.sun.j2ee.blueprints.customer.order.ejb that throw OrderDAOException | |
OrderDAO.OrderDAO()
|
|
OrderDAOOracle.OrderDAOOracle()
|
|
OrderDAOCS.OrderDAOCS()
|
|
OrderDAOSybase.OrderDAOSybase()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |