Type.registerNamespace('hanleywood.com');
hanleywood.com.ispeakersessions=function() {
hanleywood.com.ispeakersessions.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
hanleywood.com.ispeakersessions.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return hanleywood.com.ispeakersessions._staticInstance.get_path();},
GetSpeakerSessions:function(sessionID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSpeakerSessions',false,{sessionID:sessionID},succeededCallback,failedCallback,userContext); },
getSessionsForSpeakerBySpeakerID:function(speakerids,sessionID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getSessionsForSpeakerBySpeakerID',false,{speakerids:speakerids,sessionID:sessionID},succeededCallback,failedCallback,userContext); }}
hanleywood.com.ispeakersessions.registerClass('hanleywood.com.ispeakersessions',Sys.Net.WebServiceProxy);
hanleywood.com.ispeakersessions._staticInstance = new hanleywood.com.ispeakersessions();
hanleywood.com.ispeakersessions.set_path = function(value) { hanleywood.com.ispeakersessions._staticInstance.set_path(value); }
hanleywood.com.ispeakersessions.get_path = function() { return hanleywood.com.ispeakersessions._staticInstance.get_path(); }
hanleywood.com.ispeakersessions.set_timeout = function(value) { hanleywood.com.ispeakersessions._staticInstance.set_timeout(value); }
hanleywood.com.ispeakersessions.get_timeout = function() { return hanleywood.com.ispeakersessions._staticInstance.get_timeout(); }
hanleywood.com.ispeakersessions.set_defaultUserContext = function(value) { hanleywood.com.ispeakersessions._staticInstance.set_defaultUserContext(value); }
hanleywood.com.ispeakersessions.get_defaultUserContext = function() { return hanleywood.com.ispeakersessions._staticInstance.get_defaultUserContext(); }
hanleywood.com.ispeakersessions.set_defaultSucceededCallback = function(value) { hanleywood.com.ispeakersessions._staticInstance.set_defaultSucceededCallback(value); }
hanleywood.com.ispeakersessions.get_defaultSucceededCallback = function() { return hanleywood.com.ispeakersessions._staticInstance.get_defaultSucceededCallback(); }
hanleywood.com.ispeakersessions.set_defaultFailedCallback = function(value) { hanleywood.com.ispeakersessions._staticInstance.set_defaultFailedCallback(value); }
hanleywood.com.ispeakersessions.get_defaultFailedCallback = function() { return hanleywood.com.ispeakersessions._staticInstance.get_defaultFailedCallback(); }
hanleywood.com.ispeakersessions.set_path("/connect/AjaxWebServices/AjaxSpeakerSessions.svc");
hanleywood.com.ispeakersessions.GetSpeakerSessions= function(sessionID,onSuccess,onFailed,userContext) {hanleywood.com.ispeakersessions._staticInstance.GetSpeakerSessions(sessionID,onSuccess,onFailed,userContext); }
hanleywood.com.ispeakersessions.getSessionsForSpeakerBySpeakerID= function(speakerids,sessionID,onSuccess,onFailed,userContext) {hanleywood.com.ispeakersessions._staticInstance.getSessionsForSpeakerBySpeakerID(speakerids,sessionID,onSuccess,onFailed,userContext); }

