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

Quick Search    Search Deep

org.schooltool.ejb.entity.client.subjects
Interface PromotionCode_Home  view PromotionCode_Home download PromotionCode_Home.java

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

public interface PromotionCode_Home
extends javax.ejb.EJBHome


Method Summary
 PromotionCode_ create()
           
 PromotionCode_ create(org.schooltool.complextypes.subjects.PromotionCode value)
           
 PromotionCode_ create(java.lang.String description, java.lang.String code, java.lang.Long schoolProfileForeignKey)
           
 java.util.Collection findAll()
           
 java.util.Collection findAllPromotionCode(java.lang.Long schoolProfileID)
           
 java.util.Collection findBycode(java.lang.String code, java.lang.Long SchoolProfileID)
           
 java.util.Collection findBydescription(java.lang.String description, java.lang.Long SchoolProfileID)
           
 PromotionCode_ findByPrimaryKey(PromotionCode_PrimaryKey id, java.lang.Long schoolProfileID)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public PromotionCode_ create()
                      throws javax.ejb.CreateException,
                             javax.ejb.EJBException,
                             java.rmi.RemoteException

findAllPromotionCode

public java.util.Collection findAllPromotionCode(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 PromotionCode_ findByPrimaryKey(PromotionCode_PrimaryKey id,
                                       java.lang.Long schoolProfileID)
                                throws javax.ejb.EJBException,
                                       java.rmi.RemoteException,
                                       javax.ejb.FinderException

findBydescription

public java.util.Collection findBydescription(java.lang.String description,
                                              java.lang.Long SchoolProfileID)
                                       throws javax.ejb.EJBException,
                                              java.rmi.RemoteException,
                                              javax.ejb.FinderException

findBycode

public java.util.Collection findBycode(java.lang.String code,
                                       java.lang.Long SchoolProfileID)
                                throws javax.ejb.EJBException,
                                       java.rmi.RemoteException,
                                       javax.ejb.FinderException

create

public PromotionCode_ create(java.lang.String description,
                             java.lang.String code,
                             java.lang.Long schoolProfileForeignKey)
                      throws javax.ejb.CreateException,
                             javax.ejb.EJBException,
                             java.rmi.RemoteException

create

public PromotionCode_ create(org.schooltool.complextypes.subjects.PromotionCode value)
                      throws javax.ejb.CreateException,
                             javax.ejb.EJBException,
                             java.rmi.RemoteException