is.idega.idegaweb.golf.startingtime.business
Class TeetimeSearchResultBean

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

public class TeetimeSearchResultBean
extends com.idega.business.IBOSessionBean
implements TeetimeSearchResult

Title: TeetimeSearchResult Description: Copyright: Copyright (c) 2004 Company: idega Software

Version:
1.0
Author:
2004 - idega team -
Gudmundur Agust Saemundsson
See Also:
Serialized Form

Constructor Summary
TeetimeSearchResultBean()
           
 
Method Summary
 void cachResult(java.util.List result, GolfField info, com.idega.util.IWTimestamp date, com.idega.util.IWTimestamp firstTime, com.idega.util.IWTimestamp lastTime, int numberOfPlayers)
           
 java.util.List current()
           
 com.idega.util.IWTimestamp getDate()
           
 GolfField getFieldInfo()
           
 com.idega.util.IWTimestamp getFirstTime()
           
 com.idega.util.IWTimestamp getLastTime()
           
 int getNumberOfPlayers()
           
 int getResultSize()
           
 boolean hasNext()
           
 boolean hasPrevious()
           
 boolean isInitialized()
           
 java.util.List next()
           
 java.util.List prev()
           
 void setSublistSize(int size)
           
 void throwCach()
           
 
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

TeetimeSearchResultBean

public TeetimeSearchResultBean()
Method Detail

setSublistSize

public void setSublistSize(int size)
Specified by:
setSublistSize in interface TeetimeSearchResult

cachResult

public void cachResult(java.util.List result,
                       GolfField info,
                       com.idega.util.IWTimestamp date,
                       com.idega.util.IWTimestamp firstTime,
                       com.idega.util.IWTimestamp lastTime,
                       int numberOfPlayers)
Specified by:
cachResult in interface TeetimeSearchResult

throwCach

public void throwCach()
Specified by:
throwCach in interface TeetimeSearchResult

next

public java.util.List next()
Specified by:
next in interface TeetimeSearchResult

current

public java.util.List current()
Specified by:
current in interface TeetimeSearchResult

prev

public java.util.List prev()
Specified by:
prev in interface TeetimeSearchResult

getResultSize

public int getResultSize()
Specified by:
getResultSize in interface TeetimeSearchResult

getFieldInfo

public GolfField getFieldInfo()
Specified by:
getFieldInfo in interface TeetimeSearchResult

getDate

public com.idega.util.IWTimestamp getDate()
Specified by:
getDate in interface TeetimeSearchResult

getFirstTime

public com.idega.util.IWTimestamp getFirstTime()
Specified by:
getFirstTime in interface TeetimeSearchResult

getLastTime

public com.idega.util.IWTimestamp getLastTime()
Specified by:
getLastTime in interface TeetimeSearchResult

getNumberOfPlayers

public int getNumberOfPlayers()
Specified by:
getNumberOfPlayers in interface TeetimeSearchResult

isInitialized

public boolean isInitialized()
Specified by:
isInitialized in interface TeetimeSearchResult

hasNext

public boolean hasNext()
Specified by:
hasNext in interface TeetimeSearchResult

hasPrevious

public boolean hasPrevious()
Specified by:
hasPrevious in interface TeetimeSearchResult


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