is.idega.idegaweb.golf.webservice.server
Class GolfheimarServiceSoapBindingImpl

java.lang.Object
  extended by is.idega.idegaweb.golf.webservice.server.GolfheimarServiceSoapBindingImpl
All Implemented Interfaces:
GolfheimarService_PortType, java.rmi.Remote

public class GolfheimarServiceSoapBindingImpl
extends java.lang.Object
implements GolfheimarService_PortType


Constructor Summary
GolfheimarServiceSoapBindingImpl()
           
 
Method Summary
 Session authenticateUser(java.lang.String userName, java.lang.String password)
           
 Course getCourse(java.lang.String courseID)
           
 Course[] getCourses()
           
 PublicGolferInfo getPublicGolferInfo(java.lang.String personalID)
           
 Round getRound(Session session, java.lang.String roundID)
           
 Round[] getRounds(Session session, java.util.Calendar from, java.util.Calendar to)
           
 float getUserHandicap(Session session)
           
 int insertRound(Session session, Round round)
           
 Tournament[] listAllTournaments(java.util.Calendar from, java.util.Calendar to)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GolfheimarServiceSoapBindingImpl

public GolfheimarServiceSoapBindingImpl()
Method Detail

listAllTournaments

public Tournament[] listAllTournaments(java.util.Calendar from,
                                       java.util.Calendar to)
                                throws java.rmi.RemoteException
Specified by:
listAllTournaments in interface GolfheimarService_PortType
Throws:
java.rmi.RemoteException

authenticateUser

public Session authenticateUser(java.lang.String userName,
                                java.lang.String password)
                         throws java.rmi.RemoteException
Specified by:
authenticateUser in interface GolfheimarService_PortType
Throws:
java.rmi.RemoteException

getUserHandicap

public float getUserHandicap(Session session)
                      throws java.rmi.RemoteException,
                             SessionTimedOutException
Specified by:
getUserHandicap in interface GolfheimarService_PortType
Throws:
java.rmi.RemoteException
SessionTimedOutException

getPublicGolferInfo

public PublicGolferInfo getPublicGolferInfo(java.lang.String personalID)
                                     throws java.rmi.RemoteException
Specified by:
getPublicGolferInfo in interface GolfheimarService_PortType
Throws:
java.rmi.RemoteException

getCourse

public Course getCourse(java.lang.String courseID)
                 throws java.rmi.RemoteException
Specified by:
getCourse in interface GolfheimarService_PortType
Throws:
java.rmi.RemoteException

getCourses

public Course[] getCourses()
                    throws java.rmi.RemoteException
Specified by:
getCourses in interface GolfheimarService_PortType
Throws:
java.rmi.RemoteException

getRounds

public Round[] getRounds(Session session,
                         java.util.Calendar from,
                         java.util.Calendar to)
                  throws java.rmi.RemoteException,
                         SessionTimedOutException
Specified by:
getRounds in interface GolfheimarService_PortType
Throws:
java.rmi.RemoteException
SessionTimedOutException

getRound

public Round getRound(Session session,
                      java.lang.String roundID)
               throws java.rmi.RemoteException,
                      SessionTimedOutException
Specified by:
getRound in interface GolfheimarService_PortType
Throws:
java.rmi.RemoteException
SessionTimedOutException

insertRound

public int insertRound(Session session,
                       Round round)
                throws java.rmi.RemoteException,
                       SessionTimedOutException
Specified by:
insertRound in interface GolfheimarService_PortType
Throws:
java.rmi.RemoteException
SessionTimedOutException


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