is.idega.idegaweb.golf.startingtime.business
Interface TeetimeSearchResult

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

public interface TeetimeSearchResult
extends com.idega.business.IBOSession


Method Summary
 void cachResult(java.util.List p0, GolfField p1, com.idega.util.IWTimestamp p2, com.idega.util.IWTimestamp p3, com.idega.util.IWTimestamp p4, int p5)
           
 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 p0)
           
 void throwCach()
           
 
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

cachResult

void cachResult(java.util.List p0,
                GolfField p1,
                com.idega.util.IWTimestamp p2,
                com.idega.util.IWTimestamp p3,
                com.idega.util.IWTimestamp p4,
                int p5)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

current

java.util.List current()
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDate

com.idega.util.IWTimestamp getDate()
                                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getFieldInfo

GolfField getFieldInfo()
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getFirstTime

com.idega.util.IWTimestamp getFirstTime()
                                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getLastTime

com.idega.util.IWTimestamp getLastTime()
                                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getNumberOfPlayers

int getNumberOfPlayers()
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getResultSize

int getResultSize()
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

hasNext

boolean hasNext()
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

hasPrevious

boolean hasPrevious()
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

isInitialized

boolean isInitialized()
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

next

java.util.List next()
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

prev

java.util.List prev()
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setSublistSize

void setSublistSize(int p0)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

throwCach

void throwCach()
               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException


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