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

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

public interface Role_Home
extends javax.ejb.EJBHome


Method Summary
 Role_ create()
           
 Role_ create(org.schooltool.complextypes.access.Role value)
           
 Role_ create(java.lang.String name, java.lang.Long schoolProfileForeignKey)
           
 java.util.Collection findAll()
           
 java.util.Collection findAllRole(java.lang.Long schoolProfileID)
           
 java.util.Collection findByname(java.lang.String name, java.lang.Long SchoolProfileID)
           
 Role_ findByPrimaryKey(Role_PrimaryKey id, java.lang.Long schoolProfileID)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public Role_ create()
             throws javax.ejb.CreateException,
                    javax.ejb.EJBException,
                    java.rmi.RemoteException

findAllRole

public java.util.Collection findAllRole(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 Role_ findByPrimaryKey(Role_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 Role_ create(java.lang.String name,
                    java.lang.Long schoolProfileForeignKey)
             throws javax.ejb.CreateException,
                    javax.ejb.EJBException,
                    java.rmi.RemoteException

create

public Role_ create(org.schooltool.complextypes.access.Role value)
             throws javax.ejb.CreateException,
                    javax.ejb.EJBException,
                    java.rmi.RemoteException