com.livis.livingtalks.ejb
Interface TalkHome


public interface TalkHome


Method Summary
 Talk create(TalkModel model)
           
 java.util.Collection findAll()
           
 Talk findByPrimaryKey(java.lang.String name)
           
 java.util.Collection findByTypeKey(java.lang.String typeKey)
           
 

Method Detail

create

public Talk create(TalkModel model)
            throws javax.ejb.CreateException,
                   java.rmi.RemoteException

findByPrimaryKey

public Talk findByPrimaryKey(java.lang.String name)
                      throws com.livis.livingtalks.ejb.FinderException,
                             java.rmi.RemoteException

findAll

public java.util.Collection findAll()
                             throws com.livis.livingtalks.ejb.FinderException,
                                    java.rmi.RemoteException

findByTypeKey

public java.util.Collection findByTypeKey(java.lang.String typeKey)
                                   throws com.livis.livingtalks.ejb.FinderException,
                                          java.rmi.RemoteException