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 Tab_Home  view Tab_Home download Tab_Home.java

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

public interface Tab_Home
extends javax.ejb.EJBHome


Method Summary
 Tab_ create()
           
 Tab_ create(java.lang.String name, java.lang.String javaClassName, java.lang.Long includedInConfigurationForeignKey, java.lang.Long schoolProfileForeignKey)
           
 Tab_ create(org.schooltool.complextypes.access.Tab value)
           
 java.util.Collection findAll()
           
 java.util.Collection findAllTab(java.lang.Long schoolProfileID)
           
 java.util.Collection findByincludedInConfigurationForeignKey(java.lang.Long Configuration_ID, java.lang.Long SchoolProfileID)
           
 java.util.Collection findByjavaClassName(java.lang.String javaClassName, java.lang.Long SchoolProfileID)
           
 java.util.Collection findByname(java.lang.String name, java.lang.Long SchoolProfileID)
           
 Tab_ findByPrimaryKey(Tab_PrimaryKey id, java.lang.Long schoolProfileID)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

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