- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote
- public interface Race_Home
- extends javax.ejb.EJBHome
create
public Race_ create()
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException
findAllRace
public java.util.Collection findAllRace(java.lang.Long schoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findAll
public java.util.Collection findAll()
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findByPrimaryKey
public Race_ findByPrimaryKey(Race_PrimaryKey id,
java.lang.Long schoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findByname
public java.util.Collection findByname(java.lang.String name,
java.lang.Long SchoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
create
public Race_ create(java.lang.String name,
java.lang.Long schoolProfileForeignKey)
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException
create
public Race_ create(org.schooltool.complextypes.lookup.Race value)
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException