com.livis.livingtalks.ejb
Interface AuthorshipHome


public interface AuthorshipHome


Method Summary
 Authorship create(AuthorshipModel model)
           
 java.util.Collection findAll()
           
 java.util.Collection findByAuthorKey(java.lang.String authorKey)
           
 Authorship findByPrimaryKey(java.lang.String name)
           
 java.util.Collection findByTalkKey(java.lang.String talkKey)
           
 

Method Detail

create

public Authorship create(AuthorshipModel model)
                  throws javax.ejb.CreateException,
                         java.rmi.RemoteException

findByPrimaryKey

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

findByTalkKey

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

findByAuthorKey

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