- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote
- public interface ReportSetting_Home
- extends javax.ejb.EJBHome
|
Method Summary |
ReportSetting_ |
create()
|
ReportSetting_ |
create(java.lang.Integer compareType,
java.lang.String value,
java.lang.Long pk,
java.lang.Boolean useValue,
java.lang.Long reportForeignKey,
java.lang.Long schoolProfileForeignKey,
java.lang.Integer columnType,
java.lang.String columnName)
|
ReportSetting_ |
create(org.schooltool.complextypes.lookup.ReportSetting value)
|
java.util.Collection |
findAll()
|
java.util.Collection |
findAllReportSetting(java.lang.Long schoolProfileID)
|
java.util.Collection |
findBycolumnName(java.lang.String columnName,
java.lang.Long SchoolProfileID)
|
java.util.Collection |
findBycolumnType(java.lang.Integer columnType,
java.lang.Long SchoolProfileID)
|
java.util.Collection |
findBycompareType(java.lang.Integer compareType,
java.lang.Long SchoolProfileID)
|
java.util.Collection |
findBypk(java.lang.Long pk,
java.lang.Long SchoolProfileID)
|
ReportSetting_ |
findByPrimaryKey(ReportSetting_PrimaryKey id,
java.lang.Long schoolProfileID)
|
java.util.Collection |
findByreportForeignKey(java.lang.Long Report_ID,
java.lang.Long SchoolProfileID)
|
java.util.Collection |
findByuseValue(java.lang.Boolean useValue,
java.lang.Long SchoolProfileID)
|
java.util.Collection |
findByvalue(java.lang.String value,
java.lang.Long SchoolProfileID)
|
create
public ReportSetting_ create()
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException
findAllReportSetting
public java.util.Collection findAllReportSetting(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 ReportSetting_ findByPrimaryKey(ReportSetting_PrimaryKey id,
java.lang.Long schoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findBycompareType
public java.util.Collection findBycompareType(java.lang.Integer compareType,
java.lang.Long SchoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findByvalue
public java.util.Collection findByvalue(java.lang.String value,
java.lang.Long SchoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findBypk
public java.util.Collection findBypk(java.lang.Long pk,
java.lang.Long SchoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findByuseValue
public java.util.Collection findByuseValue(java.lang.Boolean useValue,
java.lang.Long SchoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findByreportForeignKey
public java.util.Collection findByreportForeignKey(java.lang.Long Report_ID,
java.lang.Long SchoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findBycolumnType
public java.util.Collection findBycolumnType(java.lang.Integer columnType,
java.lang.Long SchoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
findBycolumnName
public java.util.Collection findBycolumnName(java.lang.String columnName,
java.lang.Long SchoolProfileID)
throws javax.ejb.EJBException,
java.rmi.RemoteException,
javax.ejb.FinderException
create
public ReportSetting_ create(java.lang.Integer compareType,
java.lang.String value,
java.lang.Long pk,
java.lang.Boolean useValue,
java.lang.Long reportForeignKey,
java.lang.Long schoolProfileForeignKey,
java.lang.Integer columnType,
java.lang.String columnName)
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException
create
public ReportSetting_ create(org.schooltool.complextypes.lookup.ReportSetting value)
throws javax.ejb.CreateException,
javax.ejb.EJBException,
java.rmi.RemoteException