Type.registerNamespace('Corbis.Web.UI.CustomerService');
Corbis.Web.UI.CustomerService.CustomerServiceWebService=function() {
Corbis.Web.UI.CustomerService.CustomerServiceWebService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Corbis.Web.UI.CustomerService.CustomerServiceWebService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Corbis.Web.UI.CustomerService.CustomerServiceWebService._staticInstance.get_path();},
GetStates:function(country,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetStates',false,{country:country},succeededCallback,failedCallback,userContext); },
GetContactCorbisOffice:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetContactCorbisOffice',false,{},succeededCallback,failedCallback,userContext); }}
Corbis.Web.UI.CustomerService.CustomerServiceWebService.registerClass('Corbis.Web.UI.CustomerService.CustomerServiceWebService',Sys.Net.WebServiceProxy);
Corbis.Web.UI.CustomerService.CustomerServiceWebService._staticInstance = new Corbis.Web.UI.CustomerService.CustomerServiceWebService();
Corbis.Web.UI.CustomerService.CustomerServiceWebService.set_path = function(value) { Corbis.Web.UI.CustomerService.CustomerServiceWebService._staticInstance.set_path(value); }
Corbis.Web.UI.CustomerService.CustomerServiceWebService.get_path = function() { return Corbis.Web.UI.CustomerService.CustomerServiceWebService._staticInstance.get_path(); }
Corbis.Web.UI.CustomerService.CustomerServiceWebService.set_timeout = function(value) { Corbis.Web.UI.CustomerService.CustomerServiceWebService._staticInstance.set_timeout(value); }
Corbis.Web.UI.CustomerService.CustomerServiceWebService.get_timeout = function() { return Corbis.Web.UI.CustomerService.CustomerServiceWebService._staticInstance.get_timeout(); }
Corbis.Web.UI.CustomerService.CustomerServiceWebService.set_defaultUserContext = function(value) { Corbis.Web.UI.CustomerService.CustomerServiceWebService._staticInstance.set_defaultUserContext(value); }
Corbis.Web.UI.CustomerService.CustomerServiceWebService.get_defaultUserContext = function() { return Corbis.Web.UI.CustomerService.CustomerServiceWebService._staticInstance.get_defaultUserContext(); }
Corbis.Web.UI.CustomerService.CustomerServiceWebService.set_defaultSucceededCallback = function(value) { Corbis.Web.UI.CustomerService.CustomerServiceWebService._staticInstance.set_defaultSucceededCallback(value); }
Corbis.Web.UI.CustomerService.CustomerServiceWebService.get_defaultSucceededCallback = function() { return Corbis.Web.UI.CustomerService.CustomerServiceWebService._staticInstance.get_defaultSucceededCallback(); }
Corbis.Web.UI.CustomerService.CustomerServiceWebService.set_defaultFailedCallback = function(value) { Corbis.Web.UI.CustomerService.CustomerServiceWebService._staticInstance.set_defaultFailedCallback(value); }
Corbis.Web.UI.CustomerService.CustomerServiceWebService.get_defaultFailedCallback = function() { return Corbis.Web.UI.CustomerService.CustomerServiceWebService._staticInstance.get_defaultFailedCallback(); }
Corbis.Web.UI.CustomerService.CustomerServiceWebService.set_path("/CustomerService/CustomerServiceWebService.asmx");
Corbis.Web.UI.CustomerService.CustomerServiceWebService.GetStates= function(country,onSuccess,onFailed,userContext) {Corbis.Web.UI.CustomerService.CustomerServiceWebService._staticInstance.GetStates(country,onSuccess,onFailed,userContext); }
Corbis.Web.UI.CustomerService.CustomerServiceWebService.GetContactCorbisOffice= function(onSuccess,onFailed,userContext) {Corbis.Web.UI.CustomerService.CustomerServiceWebService._staticInstance.GetContactCorbisOffice(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Corbis.Web.Entities');
if (typeof(Corbis.Web.Entities.ContentItem) === 'undefined') {
Corbis.Web.Entities.ContentItem=gtc("Corbis.Web.Entities.ContentItem");
Corbis.Web.Entities.ContentItem.registerClass('Corbis.Web.Entities.ContentItem');
}
if (typeof(Corbis.Web.Entities.OfficeContactInfo) === 'undefined') {
Corbis.Web.Entities.OfficeContactInfo=gtc("Corbis.Web.Entities.OfficeContactInfo");
Corbis.Web.Entities.OfficeContactInfo.registerClass('Corbis.Web.Entities.OfficeContactInfo');
}
