- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote
- public interface Tab_Home
- extends javax.ejb.EJBHome
create
public Tab_ create()
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException
findAllTab
public java.util.Collection findAllTab(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 Tab_ findByPrimaryKey(Tab_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
findByjavaClassName
public java.util.Collection findByjavaClassName(java.lang.String javaClassName,
java.lang.Long SchoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findByincludedInConfigurationForeignKey
public java.util.Collection findByincludedInConfigurationForeignKey(java.lang.Long Configuration_ID,
java.lang.Long SchoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
create
public Tab_ create(java.lang.String name,
java.lang.String javaClassName,
java.lang.Long includedInConfigurationForeignKey,
java.lang.Long schoolProfileForeignKey)
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException
create
public Tab_ create(org.schooltool.complextypes.access.Tab value)
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException