- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote
- public interface Role_Home
- extends javax.ejb.EJBHome
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