com.parsec.ejbs.share
Interface SharePerformanceHome

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface SharePerformanceHome
extends javax.ejb.EJBHome


Method Summary
 SharePerformance create(java.lang.String shareId, java.util.Date assessDate, float opening, float closing, float daysHigh, float daysLow)
           
 SharePerformance findByPrimaryKey(SharePerformancePrimaryKey primaryKey)
           
 java.util.Collection findByShareId(java.lang.String id)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public SharePerformance create(java.lang.String shareId,
                               java.util.Date assessDate,
                               float opening,
                               float closing,
                               float daysHigh,
                               float daysLow)
                        throws java.rmi.RemoteException,
                               javax.ejb.CreateException

findByPrimaryKey

public SharePerformance findByPrimaryKey(SharePerformancePrimaryKey primaryKey)
                                  throws javax.ejb.FinderException,
                                         java.rmi.RemoteException

findByShareId

public java.util.Collection findByShareId(java.lang.String id)
                                   throws javax.ejb.FinderException,
                                          java.rmi.RemoteException