- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote
- public interface Budget_Home
- extends javax.ejb.EJBHome
create
public Budget_ create()
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException
findAllBudget
public java.util.Collection findAllBudget(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 Budget_ findByPrimaryKey(Budget_PrimaryKey id,
java.lang.Long schoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findByaccountForeignKey
public java.util.Collection findByaccountForeignKey(java.lang.Long Account_ID,
java.lang.Long SchoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findByaccountTypeForeignKey
public java.util.Collection findByaccountTypeForeignKey(java.lang.Long AccountGroup_ID,
java.lang.Long SchoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findByamount
public java.util.Collection findByamount(java.lang.Double amount,
java.lang.Long SchoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findByforPeriodForeignKey
public java.util.Collection findByforPeriodForeignKey(java.lang.Long BudgetPeriod_ID,
java.lang.Long SchoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
create
public Budget_ create(java.lang.Long accountForeignKey,
java.lang.Long accountTypeForeignKey,
java.lang.Double amount,
java.lang.Long forPeriodForeignKey,
java.lang.Long schoolProfileForeignKey)
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException
create
public Budget_ create(org.schooltool.complextypes.finance.Budget value)
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException