is.idega.idegaweb.golf.webservice.server
Class GolfheimarServiceSoapBindingImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GolfheimarServiceSoapBindingImpl
public GolfheimarServiceSoapBindingImpl()
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.