- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote
- public interface User_Home
- extends javax.ejb.EJBHome
|
Method Summary |
User_ |
create()
|
User_ |
create(java.lang.String userAccountName,
java.lang.String userPassword,
java.lang.Long personForeignKey,
java.lang.Boolean isSystemAdministrator,
java.lang.Long schoolProfileForeignKey)
|
User_ |
create(org.schooltool.complextypes.access.User value)
|
java.util.Collection |
findAll()
|
java.util.Collection |
findAllUser(java.lang.Long schoolProfileID)
|
User_ |
findByAccountAndPassword(java.lang.String username,
java.lang.String password,
java.lang.Long SchoolProfileID)
|
java.util.Collection |
findByisSystemAdministrator(java.lang.Boolean isSystemAdministrator,
java.lang.Long SchoolProfileID)
|
java.util.Collection |
findBypersonForeignKey(java.lang.Long Person_ID,
java.lang.Long SchoolProfileID)
|
User_ |
findByPrimaryKey(User_PrimaryKey id,
java.lang.Long schoolProfileID)
|
java.util.Collection |
findByuserAccountName(java.lang.String userAccountName,
java.lang.Long SchoolProfileID)
|
java.util.Collection |
findByuserPassword(java.lang.String userPassword,
java.lang.Long SchoolProfileID)
|
create
public User_ create()
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException
findAllUser
public java.util.Collection findAllUser(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 User_ findByPrimaryKey(User_PrimaryKey id,
java.lang.Long schoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findByuserAccountName
public java.util.Collection findByuserAccountName(java.lang.String userAccountName,
java.lang.Long SchoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findByuserPassword
public java.util.Collection findByuserPassword(java.lang.String userPassword,
java.lang.Long SchoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findBypersonForeignKey
public java.util.Collection findBypersonForeignKey(java.lang.Long Person_ID,
java.lang.Long SchoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findByisSystemAdministrator
public java.util.Collection findByisSystemAdministrator(java.lang.Boolean isSystemAdministrator,
java.lang.Long SchoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
create
public User_ create(java.lang.String userAccountName,
java.lang.String userPassword,
java.lang.Long personForeignKey,
java.lang.Boolean isSystemAdministrator,
java.lang.Long schoolProfileForeignKey)
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException
create
public User_ create(org.schooltool.complextypes.access.User value)
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException
findByAccountAndPassword
public User_ findByAccountAndPassword(java.lang.String username,
java.lang.String password,
java.lang.Long SchoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException