is.idega.idegaweb.golf.handicap.business
Class HandicapReportBean

java.lang.Object
  extended by com.idega.business.IBOServiceBean
      extended by com.idega.business.IBOSessionBean
          extended by is.idega.idegaweb.golf.handicap.business.HandicapReportBean
All Implemented Interfaces:
com.idega.business.IBOService, com.idega.business.IBOSession, HandicapReport, java.io.Serializable, java.rmi.Remote, javax.ejb.EJBObject, javax.ejb.EnterpriseBean, javax.ejb.SessionBean

public class HandicapReportBean
extends com.idega.business.IBOSessionBean
implements HandicapReport

Last modified: $Date: 2007/05/09 14:11:41 $ by $Author: laddi $

Version:
$Revision: 1.10 $
Author:
laddi
See Also:
Serialized Form

Constructor Summary
HandicapReportBean()
           
 
Method Summary
 com.idega.block.datareport.util.ReportableCollection getClubReport(Union union, java.lang.String genderFilter, 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 class com.idega.business.IBOSessionBean
ejbCreate, ejbPostCreate, ejbRemove, getCurrentUser, getIWApplicationContext, getSessionInstance, getUserContext, remove, setUserContext
 
Methods inherited from class com.idega.business.IBOServiceBean
addActionListener, debug, ejbActivate, ejbCreate, ejbCreateIBO, ejbHomeCreateIBO, ejbHomeIboCreate, ejbPassivate, ejbPostCreate, ejbPostCreateIBO, getAccessController, getBundle, getBundleIdentifier, getDebugLogLevel, getDefaultLogLevel, getEJBHome, getEJBObject, getErrorLogLevel, getHandle, getIDOHome, getIWMainApplication, getLocalizedServiceDescription, getLogger, getPrimaryKey, getServiceDescription, getServiceInstance, getSessionContext, getSessionInstance, initializeBean, isIdentical, log, log, log, log, logConfig, logDebug, logError, logSevere, logWarning, setIWApplicationContext, setSessionContext, triggerActionEvent, triggerActionEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 
Methods inherited from interface javax.ejb.SessionBean
ejbActivate, ejbPassivate, setSessionContext
 

Constructor Detail

HandicapReportBean

public HandicapReportBean()
Method Detail

getClubReport

public com.idega.block.datareport.util.ReportableCollection getClubReport(Union union,
                                                                          java.lang.String genderFilter,
                                                                          java.lang.Integer yearFrom,
                                                                          java.lang.Integer yearTo,
                                                                          java.lang.Float handicapFrom,
                                                                          java.lang.Float handicapTo)
Specified by:
getClubReport in interface HandicapReport
See Also:
getClubReport(is.idega.idegaweb.golf.entity.Union, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Float, java.lang.Float)

getGolferReport

public com.idega.block.datareport.util.ReportableCollection getGolferReport(java.lang.String personalID,
                                                                            java.sql.Date dateFrom,
                                                                            java.sql.Date dateTo)
Specified by:
getGolferReport in interface HandicapReport
See Also:
getGolferReport(java.lang.String, java.sql.Date, java.sql.Date)


Copyright © 2000-2014 idega software. All Rights Reserved.