Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.schooltool.ejb.entity.client.finance
Interface Budget_Home  view Budget_Home download Budget_Home.java

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface Budget_Home
extends javax.ejb.EJBHome


Method Summary
 Budget_ create()
           
 Budget_ create(org.schooltool.complextypes.finance.Budget value)
           
 Budget_ create(java.lang.Long accountForeignKey, java.lang.Long accountTypeForeignKey, java.lang.Double amount, java.lang.Long forPeriodForeignKey, java.lang.Long schoolProfileForeignKey)
           
 java.util.Collection findAll()
           
 java.util.Collection findAllBudget(java.lang.Long schoolProfileID)
           
 java.util.Collection findByaccountForeignKey(java.lang.Long Account_ID, java.lang.Long SchoolProfileID)
           
 java.util.Collection findByaccountTypeForeignKey(java.lang.Long AccountGroup_ID, java.lang.Long SchoolProfileID)
           
 java.util.Collection findByamount(java.lang.Double amount, java.lang.Long SchoolProfileID)
           
 java.util.Collection findByforPeriodForeignKey(java.lang.Long BudgetPeriod_ID, java.lang.Long SchoolProfileID)
           
 Budget_ findByPrimaryKey(Budget_PrimaryKey id, java.lang.Long schoolProfileID)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

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