theory.smart.ebusiness.troubleticket
Interface  TroubleTicketHome
- public interface TroubleTicketHome- extends SmartEJBHome
The home interface for the TroubleTicket entity bean.  Use this
  class to create, remove, and find TroubleTicket entity beans.
 
 
create
public TroubleTicket create(TroubleTicketPk troubleTicketPk)
                     throws CreateException,
                            java.rmi.RemoteException
- Create a new TroubleTicket entity bean using the theory.smart.ebusiness.troubleticket.TroubleTicketPk.- 
 
findByPrimaryKey
public TroubleTicket findByPrimaryKey(TroubleTicketPk troubleTicketPk)
                               throws java.rmi.RemoteException,
                                      FinderException
- Find an TroubleTicket entity bean using the theory.smart.ebusiness.troubleticket.TroubleTicketPk.- 
 
findAll
public java.util.Enumeration findAll()
                              throws java.rmi.RemoteException,
                                     FinderException
- 
 
©  Copyright  2000 bea Systems, Inc. All rights reserved.