- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote
- public interface PersonalCharacteristics_Home
- extends javax.ejb.EJBHome
create
public PersonalCharacteristics_ create()
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException
findAllPersonalCharacteristics
public java.util.Collection findAllPersonalCharacteristics(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 PersonalCharacteristics_ findByPrimaryKey(PersonalCharacteristics_PrimaryKey id,
java.lang.Long schoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findBypersonalDetailsForeignKey
public java.util.Collection findBypersonalDetailsForeignKey(java.lang.Long Person_ID,
java.lang.Long SchoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findBycharacteristicsForeignKey
public java.util.Collection findBycharacteristicsForeignKey(java.lang.Long Characteristics_ID,
java.lang.Long SchoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
create
public PersonalCharacteristics_ create(java.lang.Long personalDetailsForeignKey,
java.lang.Long characteristicsForeignKey,
java.lang.Long schoolProfileForeignKey)
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException
create
public PersonalCharacteristics_ create(org.schooltool.complextypes.person.PersonalCharacteristics value)
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException