Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.schooltool.ejb.entity.client.access
Interface FormTab_Home  view FormTab_Home download FormTab_Home.java

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface FormTab_Home
extends javax.ejb.EJBHome


Method Summary
 FormTab_ create()
           
 FormTab_ create(org.schooltool.complextypes.access.FormTab value)
           
 FormTab_ create(java.lang.Long formForeignKey, java.lang.Long tabForeignKey, java.lang.Long schoolProfileForeignKey)
           
 java.util.Collection findAll()
           
 java.util.Collection findAllFormTab(java.lang.Long schoolProfileID)
           
 java.util.Collection findByformForeignKey(java.lang.Long Form_ID, java.lang.Long SchoolProfileID)
           
 FormTab_ findByPrimaryKey(FormTab_PrimaryKey id, java.lang.Long schoolProfileID)
           
 java.util.Collection findBytabForeignKey(java.lang.Long Tab_ID, java.lang.Long SchoolProfileID)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

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