- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote
- public interface LearnerAccountPayer_Home
- extends javax.ejb.EJBHome
create
public LearnerAccountPayer_ create()
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException
findAllLearnerAccountPayer
public java.util.Collection findAllLearnerAccountPayer(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 LearnerAccountPayer_ findByPrimaryKey(LearnerAccountPayer_PrimaryKey id,
java.lang.Long schoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findByaccountPayerForeignKey
public java.util.Collection findByaccountPayerForeignKey(java.lang.Long AccountHolder_ID,
java.lang.Long SchoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findBylearnerForeignKey
public java.util.Collection findBylearnerForeignKey(java.lang.Long Learner_ID,
java.lang.Long SchoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findByrelationToLearnerForeignKey
public java.util.Collection findByrelationToLearnerForeignKey(java.lang.Long PersonRelationshipName_ID,
java.lang.Long SchoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
create
public LearnerAccountPayer_ create(java.lang.Long accountPayerForeignKey,
java.lang.Long learnerForeignKey,
java.lang.Long schoolProfileForeignKey,
java.lang.Long relationToLearnerForeignKey)
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException
create
public LearnerAccountPayer_ create(org.schooltool.complextypes.learner.LearnerAccountPayer value)
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException