Type.registerNamespace('Photography.WS');
Photography.WS.PHService=function() {
Photography.WS.PHService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Photography.WS.PHService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Photography.WS.PHService._staticInstance.get_path();},
CallAdminMethod:function(mothedName,parameters,succeededCallback, failedCallback, userContext) {
/// <param name="mothedName" type="String">System.String</param>
/// <param name="parameters" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'CallAdminMethod',false,{mothedName:mothedName,parameters:parameters},succeededCallback,failedCallback,userContext); },
GetQQOne:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetQQOne',false,{},succeededCallback,failedCallback,userContext); }}
Photography.WS.PHService.registerClass('Photography.WS.PHService',Sys.Net.WebServiceProxy);
Photography.WS.PHService._staticInstance = new Photography.WS.PHService();
Photography.WS.PHService.set_path = function(value) {
Photography.WS.PHService._staticInstance.set_path(value); }
Photography.WS.PHService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return Photography.WS.PHService._staticInstance.get_path();}
Photography.WS.PHService.set_timeout = function(value) {
Photography.WS.PHService._staticInstance.set_timeout(value); }
Photography.WS.PHService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return Photography.WS.PHService._staticInstance.get_timeout(); }
Photography.WS.PHService.set_defaultUserContext = function(value) { 
Photography.WS.PHService._staticInstance.set_defaultUserContext(value); }
Photography.WS.PHService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return Photography.WS.PHService._staticInstance.get_defaultUserContext(); }
Photography.WS.PHService.set_defaultSucceededCallback = function(value) { 
 Photography.WS.PHService._staticInstance.set_defaultSucceededCallback(value); }
Photography.WS.PHService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return Photography.WS.PHService._staticInstance.get_defaultSucceededCallback(); }
Photography.WS.PHService.set_defaultFailedCallback = function(value) { 
Photography.WS.PHService._staticInstance.set_defaultFailedCallback(value); }
Photography.WS.PHService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return Photography.WS.PHService._staticInstance.get_defaultFailedCallback(); }
Photography.WS.PHService.set_path("/WS/PHService.asmx");
Photography.WS.PHService.CallAdminMethod= function(mothedName,parameters,onSuccess,onFailed,userContext) {
/// <param name="mothedName" type="String">System.String</param>
/// <param name="parameters" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Photography.WS.PHService._staticInstance.CallAdminMethod(mothedName,parameters,onSuccess,onFailed,userContext); }
Photography.WS.PHService.GetQQOne= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Photography.WS.PHService._staticInstance.GetQQOne(onSuccess,onFailed,userContext); }

