is.idega.idegaweb.golf.tournament.business
Class TournamentSessionBean

java.lang.Object
  extended by com.idega.business.IBOServiceBean
      extended by com.idega.business.IBOSessionBean
          extended by is.idega.idegaweb.golf.tournament.business.TournamentSessionBean
All Implemented Interfaces:
com.idega.business.IBOService, com.idega.business.IBOSession, TournamentSession, java.io.Serializable, java.rmi.Remote, java.util.EventListener, javax.ejb.EJBObject, javax.ejb.EnterpriseBean, javax.ejb.SessionBean, javax.servlet.http.HttpSessionBindingListener

public class TournamentSessionBean
extends com.idega.business.IBOSessionBean
implements TournamentSession, javax.servlet.http.HttpSessionBindingListener

Author:
laddi TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
See Also:
Serialized Form

Field Summary
static java.lang.String PARAMETER_TOURNAMENT_ID
           
 
Constructor Summary
TournamentSessionBean()
           
 
Method Summary
 void addReservation(TournamentRound round, int startingTimeGroup)
           
 void clear(com.idega.idegaweb.IWApplicationContext iwac)
           
 void ejbPassivate()
           
 void ejbRemove()
           
 java.util.Date getEndDate()
           
 java.lang.String getParameterNameEndDate()
           
 java.lang.String getParameterNameStartDate()
           
 java.lang.String getParameterNameTournamentID()
           
 java.util.Date getStartDate()
           
 Tournament getTournament()
           
 Tournament getTournament(com.idega.presentation.IWContext iwc)
           
 int getTournamentID()
           
 void setEndDate(java.util.Date endDate)
           
 void setStartDate(java.util.Date startDate)
           
 void setTournament(Tournament tournament)
           
 void setTournamentID(int tournamentID)
           
 void valueBound(javax.servlet.http.HttpSessionBindingEvent arg0)
           
 void valueUnbound(javax.servlet.http.HttpSessionBindingEvent arg0)
           
 
Methods inherited from class com.idega.business.IBOSessionBean
ejbCreate, ejbPostCreate, getCurrentUser, getIWApplicationContext, getSessionInstance, getUserContext, remove, setUserContext
 
Methods inherited from class com.idega.business.IBOServiceBean
addActionListener, debug, ejbActivate, ejbCreate, ejbCreateIBO, ejbHomeCreateIBO, ejbHomeIboCreate, 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, setSessionContext
 

Field Detail

PARAMETER_TOURNAMENT_ID

public static final java.lang.String PARAMETER_TOURNAMENT_ID
See Also:
Constant Field Values
Constructor Detail

TournamentSessionBean

public TournamentSessionBean()
Method Detail

getTournament

public Tournament getTournament()
Specified by:
getTournament in interface TournamentSession
See Also:
getTournament()

getTournament

public Tournament getTournament(com.idega.presentation.IWContext iwc)
Specified by:
getTournament in interface TournamentSession

getTournamentID

public int getTournamentID()
Specified by:
getTournamentID in interface TournamentSession
See Also:
getTournamentID()

getStartDate

public java.util.Date getStartDate()
Specified by:
getStartDate in interface TournamentSession
See Also:
getStartDate()

getEndDate

public java.util.Date getEndDate()
Specified by:
getEndDate in interface TournamentSession
See Also:
getEndDate()

setTournament

public void setTournament(Tournament tournament)
Specified by:
setTournament in interface TournamentSession
See Also:
setTournament(is.idega.idegaweb.golf.entity.Tournament)

setTournamentID

public void setTournamentID(int tournamentID)
Specified by:
setTournamentID in interface TournamentSession
See Also:
setTournamentID(int)

setStartDate

public void setStartDate(java.util.Date startDate)
Specified by:
setStartDate in interface TournamentSession
See Also:
setStartDate(java.util.Date)

setEndDate

public void setEndDate(java.util.Date endDate)
Specified by:
setEndDate in interface TournamentSession
See Also:
setEndDate(java.util.Date)

getParameterNameTournamentID

public java.lang.String getParameterNameTournamentID()
Specified by:
getParameterNameTournamentID in interface TournamentSession
See Also:
getParameterNameTournamentID()

getParameterNameStartDate

public java.lang.String getParameterNameStartDate()
Specified by:
getParameterNameStartDate in interface TournamentSession
See Also:
getParameterNameStartDate()

getParameterNameEndDate

public java.lang.String getParameterNameEndDate()
Specified by:
getParameterNameEndDate in interface TournamentSession
See Also:
getParameterNameEndDate()

valueBound

public void valueBound(javax.servlet.http.HttpSessionBindingEvent arg0)
Specified by:
valueBound in interface TournamentSession
Specified by:
valueBound in interface javax.servlet.http.HttpSessionBindingListener
See Also:
valueBound(javax.servlet.http.HttpSessionBindingEvent)

valueUnbound

public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent arg0)
Specified by:
valueUnbound in interface TournamentSession
Specified by:
valueUnbound in interface javax.servlet.http.HttpSessionBindingListener
See Also:
valueUnbound(javax.servlet.http.HttpSessionBindingEvent)

addReservation

public void addReservation(TournamentRound round,
                           int startingTimeGroup)
Specified by:
addReservation in interface TournamentSession
See Also:
addReservation(is.idega.idegaweb.golf.entity.TournamentRound, int)

clear

public void clear(com.idega.idegaweb.IWApplicationContext iwac)
Specified by:
clear in interface TournamentSession
See Also:
clear(com.idega.idegaweb.IWApplicationContext)

ejbRemove

public void ejbRemove()
Specified by:
ejbRemove in interface javax.ejb.SessionBean
Overrides:
ejbRemove in class com.idega.business.IBOSessionBean

ejbPassivate

public void ejbPassivate()
                  throws javax.ejb.EJBException,
                         java.rmi.RemoteException
Specified by:
ejbPassivate in interface javax.ejb.SessionBean
Overrides:
ejbPassivate in class com.idega.business.IBOServiceBean
Throws:
javax.ejb.EJBException
java.rmi.RemoteException


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