is.idega.idegaweb.golf.handicap.business
Interface HandicapReport
- All Superinterfaces:
- javax.ejb.EJBObject, com.idega.business.IBOService, com.idega.business.IBOSession, java.rmi.Remote
- All Known Implementing Classes:
- HandicapReportBean
public interface HandicapReport
- extends com.idega.business.IBOSession
Last modified: $Date: 2005/02/07 11:20:28 $ by $Author: laddi $
- Version:
- $Revision: 1.1 $
- Author:
- laddi
Method Summary |
com.idega.block.datareport.util.ReportableCollection |
getClubReport(Union union,
java.lang.String gender,
java.lang.Integer yearFrom,
java.lang.Integer yearTo,
java.lang.Float handicapFrom,
java.lang.Float handicapTo)
|
com.idega.block.datareport.util.ReportableCollection |
getGolferReport(java.lang.String personalID,
java.sql.Date dateFrom,
java.sql.Date dateTo)
|
Methods inherited from interface com.idega.business.IBOSession |
getUserContext, setUserContext |
Methods inherited from interface com.idega.business.IBOService |
addActionListener, getIWApplicationContext, getLocalizedServiceDescription, getServiceDescription, initializeBean |
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
getClubReport
com.idega.block.datareport.util.ReportableCollection getClubReport(Union union,
java.lang.String gender,
java.lang.Integer yearFrom,
java.lang.Integer yearTo,
java.lang.Float handicapFrom,
java.lang.Float handicapTo)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
- See Also:
HandicapReportBean.getClubReport(is.idega.idegaweb.golf.entity.Union, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Float, java.lang.Float)
getGolferReport
com.idega.block.datareport.util.ReportableCollection getGolferReport(java.lang.String personalID,
java.sql.Date dateFrom,
java.sql.Date dateTo)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
- See Also:
HandicapReportBean.getGolferReport(java.lang.String, java.sql.Date, java.sql.Date)
Copyright © 2000-2014 idega software. All Rights Reserved.