com.livis.livingtalks.ejb
Interface BlockHome


public interface BlockHome


Method Summary
 Block create(BlockModel model)
           
 java.util.Collection findAll()
           
 Block findByPrimaryKey(java.lang.String name)
           
 java.util.Collection findByTalkList(java.lang.String talkList)
           
 

Method Detail

create

public Block create(BlockModel model)
             throws javax.ejb.CreateException,
                    java.rmi.RemoteException

findByPrimaryKey

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

findByTalkList

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