com.livis.livingtalks.ejb
Interface TypeHome


public interface TypeHome


Method Summary
 Type create(TypeModel model)
           
 java.util.Collection findAll()
           
 Type findByPrimaryKey(java.lang.String name)
           
 

Method Detail

create

public Type create(TypeModel model)
            throws javax.ejb.CreateException,
                   java.rmi.RemoteException

findByPrimaryKey

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