BEA Systems, Inc.

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.


Method Summary
 TroubleTicket create(TroubleTicketPk troubleTicketPk)
          Create a new TroubleTicket entity bean using the theory.smart.ebusiness.troubleticket.TroubleTicketPk.
 java.util.Enumeration findAll()
           
 TroubleTicket findByPrimaryKey(TroubleTicketPk troubleTicketPk)
          Find an TroubleTicket entity bean using the theory.smart.ebusiness.troubleticket.TroubleTicketPk.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public TroubleTicket create(TroubleTicketPk troubleTicketPk)
                     throws javax.ejb.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,
                                      javax.ejb.FinderException
Find an TroubleTicket entity bean using the theory.smart.ebusiness.troubleticket.TroubleTicketPk.

findAll

public java.util.Enumeration findAll()
                              throws java.rmi.RemoteException,
                                     javax.ejb.FinderException

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved