com.livis.livingtalks.ejb
Interface AuthorHome


public interface AuthorHome


Method Summary
 Author create(AuthorModel model)
           
 java.util.Collection findAll()
           
 Author findByPrimaryKey(java.lang.String name)
           
 

Method Detail

create

public Author create(AuthorModel model)
              throws javax.ejb.CreateException,
                     java.rmi.RemoteException

findByPrimaryKey

public Author 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