- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote
- public interface FormTab_Home
- extends javax.ejb.EJBHome
create
public FormTab_ create()
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException
findAllFormTab
public java.util.Collection findAllFormTab(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 FormTab_ findByPrimaryKey(FormTab_PrimaryKey id,
java.lang.Long schoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findByformForeignKey
public java.util.Collection findByformForeignKey(java.lang.Long Form_ID,
java.lang.Long SchoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findBytabForeignKey
public java.util.Collection findBytabForeignKey(java.lang.Long Tab_ID,
java.lang.Long SchoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
create
public FormTab_ create(java.lang.Long formForeignKey,
java.lang.Long tabForeignKey,
java.lang.Long schoolProfileForeignKey)
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException
create
public FormTab_ create(org.schooltool.complextypes.access.FormTab value)
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException