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

Quick Search    Search Deep

org.schooltool.ejb.entity.client.contact
Interface Contact_Home  view Contact_Home download Contact_Home.java

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

public interface Contact_Home
extends javax.ejb.EJBHome


Method Summary
 Contact_ create()
           
 Contact_ create(org.schooltool.complextypes.contact.Contact value)
           
 Contact_ create(java.lang.String contactName, java.lang.String code, java.lang.Long groupForeignKey, java.lang.Boolean contactInActive, java.lang.Long schoolProfileForeignKey, java.lang.String reasonForStateChange, java.sql.Date dateStatusChanged, java.lang.Long updatedByForeignKey)
           
 java.util.Collection findAll()
           
 java.util.Collection findAllContact(java.lang.Long schoolProfileID)
           
 java.util.Collection findBycode(java.lang.String code, java.lang.Long SchoolProfileID)
           
 java.util.Collection findBycontactInActive(java.lang.Boolean contactInActive, java.lang.Long SchoolProfileID)
           
 java.util.Collection findBycontactName(java.lang.String contactName, java.lang.Long SchoolProfileID)
           
 java.util.Collection findBydateStatusChanged(java.sql.Date dateStatusChanged, java.lang.Long SchoolProfileID)
           
 java.util.Collection findBygroupForeignKey(java.lang.Long Group_ID, java.lang.Long SchoolProfileID)
           
 Contact_ findByPrimaryKey(Contact_PrimaryKey id, java.lang.Long schoolProfileID)
           
 java.util.Collection findByreasonForStateChange(java.lang.String reasonForStateChange, java.lang.Long SchoolProfileID)
           
 java.util.Collection findByupdatedByForeignKey(java.lang.Long User_ID, java.lang.Long SchoolProfileID)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

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

findAllContact

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

findBycontactName

public java.util.Collection findBycontactName(java.lang.String contactName,
                                              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

findBygroupForeignKey

public java.util.Collection findBygroupForeignKey(java.lang.Long Group_ID,
                                                  java.lang.Long SchoolProfileID)
                                           throws javax.ejb.EJBException,
                                                  java.rmi.RemoteException,
                                                  javax.ejb.FinderException

findBycontactInActive

public java.util.Collection findBycontactInActive(java.lang.Boolean contactInActive,
                                                  java.lang.Long SchoolProfileID)
                                           throws javax.ejb.EJBException,
                                                  java.rmi.RemoteException,
                                                  javax.ejb.FinderException

findByreasonForStateChange

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

findBydateStatusChanged

public java.util.Collection findBydateStatusChanged(java.sql.Date dateStatusChanged,
                                                    java.lang.Long SchoolProfileID)
                                             throws javax.ejb.EJBException,
                                                    java.rmi.RemoteException,
                                                    javax.ejb.FinderException

findByupdatedByForeignKey

public java.util.Collection findByupdatedByForeignKey(java.lang.Long User_ID,
                                                      java.lang.Long SchoolProfileID)
                                               throws javax.ejb.EJBException,
                                                      java.rmi.RemoteException,
                                                      javax.ejb.FinderException

create

public Contact_ create(java.lang.String contactName,
                       java.lang.String code,
                       java.lang.Long groupForeignKey,
                       java.lang.Boolean contactInActive,
                       java.lang.Long schoolProfileForeignKey,
                       java.lang.String reasonForStateChange,
                       java.sql.Date dateStatusChanged,
                       java.lang.Long updatedByForeignKey)
                throws javax.ejb.CreateException,
                       javax.ejb.EJBException,
                       java.rmi.RemoteException

create

public Contact_ create(org.schooltool.complextypes.contact.Contact value)
                throws javax.ejb.CreateException,
                       javax.ejb.EJBException,
                       java.rmi.RemoteException