is.idega.idegaweb.golf.tournament.business
Interface TournamentSession

All Superinterfaces:
javax.ejb.EJBObject, com.idega.business.IBOService, com.idega.business.IBOSession, java.rmi.Remote
All Known Implementing Classes:
TournamentSessionBean

public interface TournamentSession
extends com.idega.business.IBOSession


Method Summary
 void addReservation(TournamentRound round, int startingTimeGroup)
           
 void clear(com.idega.idegaweb.IWApplicationContext iwac)
           
 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 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
 

Method Detail

getTournament

Tournament getTournament()
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
See Also:
TournamentSessionBean.getTournament()

getTournamentID

int getTournamentID()
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
See Also:
TournamentSessionBean.getTournamentID()

getStartDate

java.util.Date getStartDate()
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
See Also:
TournamentSessionBean.getStartDate()

getEndDate

java.util.Date getEndDate()
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
See Also:
TournamentSessionBean.getEndDate()

setTournament

void setTournament(Tournament tournament)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
See Also:
TournamentSessionBean.setTournament(is.idega.idegaweb.golf.entity.Tournament)

setTournamentID

void setTournamentID(int tournamentID)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
See Also:
TournamentSessionBean.setTournamentID(int)

setStartDate

void setStartDate(java.util.Date startDate)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
See Also:
TournamentSessionBean.setStartDate(java.util.Date)

setEndDate

void setEndDate(java.util.Date endDate)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
See Also:
TournamentSessionBean.setEndDate(java.util.Date)

getParameterNameTournamentID

java.lang.String getParameterNameTournamentID()
                                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
See Also:
TournamentSessionBean.getParameterNameTournamentID()

getParameterNameStartDate

java.lang.String getParameterNameStartDate()
                                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
See Also:
TournamentSessionBean.getParameterNameStartDate()

getParameterNameEndDate

java.lang.String getParameterNameEndDate()
                                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
See Also:
TournamentSessionBean.getParameterNameEndDate()

valueBound

void valueBound(javax.servlet.http.HttpSessionBindingEvent arg0)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
See Also:
TournamentSessionBean.valueBound(javax.servlet.http.HttpSessionBindingEvent)

valueUnbound

void valueUnbound(javax.servlet.http.HttpSessionBindingEvent arg0)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
See Also:
TournamentSessionBean.valueUnbound(javax.servlet.http.HttpSessionBindingEvent)

addReservation

void addReservation(TournamentRound round,
                    int startingTimeGroup)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
See Also:
TournamentSessionBean.addReservation(is.idega.idegaweb.golf.entity.TournamentRound, int)

clear

void clear(com.idega.idegaweb.IWApplicationContext iwac)
           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
See Also:
TournamentSessionBean.clear(com.idega.idegaweb.IWApplicationContext)

getTournament

Tournament getTournament(com.idega.presentation.IWContext iwc)


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