var ws_Project=function() {
ws_Project.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
ws_Project.prototype={
CreateNewBlogPost:function(succeededCallback, failedCallback, userContext) {
return this._invoke(ws_Project.get_path(), 'CreateNewBlogPost',false,{},succeededCallback,failedCallback,userContext); },
ReturnRelatedProjectsList:function(intProjectID,strIDsAlreadyAssigned,boolPage,succeededCallback, failedCallback, userContext) {
return this._invoke(ws_Project.get_path(), 'ReturnRelatedProjectsList',false,{intProjectID:intProjectID,strIDsAlreadyAssigned:strIDsAlreadyAssigned,boolPage:boolPage},succeededCallback,failedCallback,userContext); },
ReturnAssignedRelatedProjectsList:function(intProjectID,strIDsAlreadyAssigned,boolPage,succeededCallback, failedCallback, userContext) {
return this._invoke(ws_Project.get_path(), 'ReturnAssignedRelatedProjectsList',false,{intProjectID:intProjectID,strIDsAlreadyAssigned:strIDsAlreadyAssigned,boolPage:boolPage},succeededCallback,failedCallback,userContext); },
CreatePreLoadedImageCode:function(succeededCallback, failedCallback, userContext) {
return this._invoke(ws_Project.get_path(), 'CreatePreLoadedImageCode',false,{},succeededCallback,failedCallback,userContext); },
AutoGenerateKeywordsBlog:function(strTitle,intClientID,strCurrentKeywords,succeededCallback, failedCallback, userContext) {
return this._invoke(ws_Project.get_path(), 'AutoGenerateKeywordsBlog',false,{strTitle:strTitle,intClientID:intClientID,strCurrentKeywords:strCurrentKeywords},succeededCallback,failedCallback,userContext); },
AutoGenerateKeywordsPages:function(strTitle,intSectionID,strCurrentKeywords,succeededCallback, failedCallback, userContext) {
return this._invoke(ws_Project.get_path(), 'AutoGenerateKeywordsPages',false,{strTitle:strTitle,intSectionID:intSectionID,strCurrentKeywords:strCurrentKeywords},succeededCallback,failedCallback,userContext); },
AutoGenerateKeywordsProjects:function(strTitle,intClientID,strCurrentKeywords,succeededCallback, failedCallback, userContext) {
return this._invoke(ws_Project.get_path(), 'AutoGenerateKeywordsProjects',false,{strTitle:strTitle,intClientID:intClientID,strCurrentKeywords:strCurrentKeywords},succeededCallback,failedCallback,userContext); },
AddKeyword:function(strKeyword,strCurrentKeywords,succeededCallback, failedCallback, userContext) {
return this._invoke(ws_Project.get_path(), 'AddKeyword',false,{strKeyword:strKeyword,strCurrentKeywords:strCurrentKeywords},succeededCallback,failedCallback,userContext); },
RemoveKeyword:function(intIndex,strCurrentKeywords,succeededCallback, failedCallback, userContext) {
return this._invoke(ws_Project.get_path(), 'RemoveKeyword',false,{intIndex:intIndex,strCurrentKeywords:strCurrentKeywords},succeededCallback,failedCallback,userContext); },
DisplayKeywordList:function(strCurrentKeywords,succeededCallback, failedCallback, userContext) {
return this._invoke(ws_Project.get_path(), 'DisplayKeywordList',false,{strCurrentKeywords:strCurrentKeywords},succeededCallback,failedCallback,userContext); },
HelloWorld:function(succeededCallback, failedCallback, userContext) {
return this._invoke(ws_Project.get_path(), 'HelloWorld',false,{},succeededCallback,failedCallback,userContext); },
ProcessKeywords:function(strCompanyName,strTitle,strDescription,strCurrentKeywords,succeededCallback, failedCallback, userContext) {
return this._invoke(ws_Project.get_path(), 'ProcessKeywords',false,{strCompanyName:strCompanyName,strTitle:strTitle,strDescription:strDescription,strCurrentKeywords:strCurrentKeywords},succeededCallback,failedCallback,userContext); },
ReturnCompaniesList:function(strCompanyName,succeededCallback, failedCallback, userContext) {
return this._invoke(ws_Project.get_path(), 'ReturnCompaniesList',false,{strCompanyName:strCompanyName},succeededCallback,failedCallback,userContext); },
Search:function(intID,strCompanyName,intSectionID,strTitle,strText,strTags,boolLiveOnly,boolPage,succeededCallback, failedCallback, userContext) {
return this._invoke(ws_Project.get_path(), 'Search',false,{intID:intID,strCompanyName:strCompanyName,intSectionID:intSectionID,strTitle:strTitle,strText:strText,strTags:strTags,boolLiveOnly:boolLiveOnly,boolPage:boolPage},succeededCallback,failedCallback,userContext); },
SaveImageOrder:function(intImageID,intOrder,succeededCallback, failedCallback, userContext) {
return this._invoke(ws_Project.get_path(), 'SaveImageOrder',false,{intImageID:intImageID,intOrder:intOrder},succeededCallback,failedCallback,userContext); },
Save:function(intProjectID,strCompanyName,intSectionID,strTitle,strText,strCredits,strTags,boolLive,boolPage,boolNew,strRelatedProjectIDs,succeededCallback, failedCallback, userContext) {
return this._invoke(ws_Project.get_path(), 'Save',false,{intProjectID:intProjectID,strCompanyName:strCompanyName,intSectionID:intSectionID,strTitle:strTitle,strText:strText,strCredits:strCredits,strTags:strTags,boolLive:boolLive,boolPage:boolPage,boolNew:boolNew,strRelatedProjectIDs:strRelatedProjectIDs},succeededCallback,failedCallback,userContext); },
SaveBlog:function(intProjectID,strDate,strCompanyName,intSectionID,strTitle,strText,strCredits,strTags,boolLive,boolNew,succeededCallback, failedCallback, userContext) {
return this._invoke(ws_Project.get_path(), 'SaveBlog',false,{intProjectID:intProjectID,strDate:strDate,strCompanyName:strCompanyName,intSectionID:intSectionID,strTitle:strTitle,strText:strText,strCredits:strCredits,strTags:strTags,boolLive:boolLive,boolNew:boolNew},succeededCallback,failedCallback,userContext); },
Delete:function(intID,succeededCallback, failedCallback, userContext) {
return this._invoke(ws_Project.get_path(), 'Delete',false,{intID:intID},succeededCallback,failedCallback,userContext); },
DeleteByCompany:function(strCompany,succeededCallback, failedCallback, userContext) {
return this._invoke(ws_Project.get_path(), 'DeleteByCompany',false,{strCompany:strCompany},succeededCallback,failedCallback,userContext); },
RefreshImageVideoList:function(intProjectID,succeededCallback, failedCallback, userContext) {
return this._invoke(ws_Project.get_path(), 'RefreshImageVideoList',false,{intProjectID:intProjectID},succeededCallback,failedCallback,userContext); },
RefreshBlogImageVideoList:function(intProjectID,succeededCallback, failedCallback, userContext) {
return this._invoke(ws_Project.get_path(), 'RefreshBlogImageVideoList',false,{intProjectID:intProjectID},succeededCallback,failedCallback,userContext); },
DeleteImage:function(intImageID,succeededCallback, failedCallback, userContext) {
return this._invoke(ws_Project.get_path(), 'DeleteImage',false,{intImageID:intImageID},succeededCallback,failedCallback,userContext); }}
ws_Project.registerClass('ws_Project',Sys.Net.WebServiceProxy);
ws_Project._staticInstance = new ws_Project();
ws_Project.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; ws_Project._staticInstance._path = value; }
ws_Project.get_path = function() { return ws_Project._staticInstance._path; }
ws_Project.set_timeout = function(value) { var e = Function._validateParams(arguments, [{name: 'timeout', type: Number}]); if (e) throw e; if (value < 0) { throw Error.argumentOutOfRange('value', value, Sys.Res.invalidTimeout); }
ws_Project._staticInstance._timeout = value; }
ws_Project.get_timeout = function() { 
return ws_Project._staticInstance._timeout; }
ws_Project.set_defaultUserContext = function(value) { 
ws_Project._staticInstance._userContext = value; }
ws_Project.get_defaultUserContext = function() { 
return ws_Project._staticInstance._userContext; }
ws_Project.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; ws_Project._staticInstance._succeeded = value; }
ws_Project.get_defaultSucceededCallback = function() { 
return ws_Project._staticInstance._succeeded; }
ws_Project.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; ws_Project._staticInstance._failed = value; }
ws_Project.get_defaultFailedCallback = function() { 
return ws_Project._staticInstance._failed; }
ws_Project.set_path("/ws_Project.asmx");
ws_Project.CreateNewBlogPost= function(onSuccess,onFailed,userContext) {ws_Project._staticInstance.CreateNewBlogPost(onSuccess,onFailed,userContext); }
ws_Project.ReturnRelatedProjectsList= function(intProjectID,strIDsAlreadyAssigned,boolPage,onSuccess,onFailed,userContext) {ws_Project._staticInstance.ReturnRelatedProjectsList(intProjectID,strIDsAlreadyAssigned,boolPage,onSuccess,onFailed,userContext); }
ws_Project.ReturnAssignedRelatedProjectsList= function(intProjectID,strIDsAlreadyAssigned,boolPage,onSuccess,onFailed,userContext) {ws_Project._staticInstance.ReturnAssignedRelatedProjectsList(intProjectID,strIDsAlreadyAssigned,boolPage,onSuccess,onFailed,userContext); }
ws_Project.CreatePreLoadedImageCode= function(onSuccess,onFailed,userContext) {ws_Project._staticInstance.CreatePreLoadedImageCode(onSuccess,onFailed,userContext); }
ws_Project.AutoGenerateKeywordsBlog= function(strTitle,intClientID,strCurrentKeywords,onSuccess,onFailed,userContext) {ws_Project._staticInstance.AutoGenerateKeywordsBlog(strTitle,intClientID,strCurrentKeywords,onSuccess,onFailed,userContext); }
ws_Project.AutoGenerateKeywordsPages= function(strTitle,intSectionID,strCurrentKeywords,onSuccess,onFailed,userContext) {ws_Project._staticInstance.AutoGenerateKeywordsPages(strTitle,intSectionID,strCurrentKeywords,onSuccess,onFailed,userContext); }
ws_Project.AutoGenerateKeywordsProjects= function(strTitle,intClientID,strCurrentKeywords,onSuccess,onFailed,userContext) {ws_Project._staticInstance.AutoGenerateKeywordsProjects(strTitle,intClientID,strCurrentKeywords,onSuccess,onFailed,userContext); }
ws_Project.AddKeyword= function(strKeyword,strCurrentKeywords,onSuccess,onFailed,userContext) {ws_Project._staticInstance.AddKeyword(strKeyword,strCurrentKeywords,onSuccess,onFailed,userContext); }
ws_Project.RemoveKeyword= function(intIndex,strCurrentKeywords,onSuccess,onFailed,userContext) {ws_Project._staticInstance.RemoveKeyword(intIndex,strCurrentKeywords,onSuccess,onFailed,userContext); }
ws_Project.DisplayKeywordList= function(strCurrentKeywords,onSuccess,onFailed,userContext) {ws_Project._staticInstance.DisplayKeywordList(strCurrentKeywords,onSuccess,onFailed,userContext); }
ws_Project.HelloWorld= function(onSuccess,onFailed,userContext) {ws_Project._staticInstance.HelloWorld(onSuccess,onFailed,userContext); }
ws_Project.ProcessKeywords= function(strCompanyName,strTitle,strDescription,strCurrentKeywords,onSuccess,onFailed,userContext) {ws_Project._staticInstance.ProcessKeywords(strCompanyName,strTitle,strDescription,strCurrentKeywords,onSuccess,onFailed,userContext); }
ws_Project.ReturnCompaniesList= function(strCompanyName,onSuccess,onFailed,userContext) {ws_Project._staticInstance.ReturnCompaniesList(strCompanyName,onSuccess,onFailed,userContext); }
ws_Project.Search= function(intID,strCompanyName,intSectionID,strTitle,strText,strTags,boolLiveOnly,boolPage,onSuccess,onFailed,userContext) {ws_Project._staticInstance.Search(intID,strCompanyName,intSectionID,strTitle,strText,strTags,boolLiveOnly,boolPage,onSuccess,onFailed,userContext); }
ws_Project.SaveImageOrder= function(intImageID,intOrder,onSuccess,onFailed,userContext) {ws_Project._staticInstance.SaveImageOrder(intImageID,intOrder,onSuccess,onFailed,userContext); }
ws_Project.Save= function(intProjectID,strCompanyName,intSectionID,strTitle,strText,strCredits,strTags,boolLive,boolPage,boolNew,strRelatedProjectIDs,onSuccess,onFailed,userContext) {ws_Project._staticInstance.Save(intProjectID,strCompanyName,intSectionID,strTitle,strText,strCredits,strTags,boolLive,boolPage,boolNew,strRelatedProjectIDs,onSuccess,onFailed,userContext); }
ws_Project.SaveBlog= function(intProjectID,strDate,strCompanyName,intSectionID,strTitle,strText,strCredits,strTags,boolLive,boolNew,onSuccess,onFailed,userContext) {ws_Project._staticInstance.SaveBlog(intProjectID,strDate,strCompanyName,intSectionID,strTitle,strText,strCredits,strTags,boolLive,boolNew,onSuccess,onFailed,userContext); }
ws_Project.Delete= function(intID,onSuccess,onFailed,userContext) {ws_Project._staticInstance.Delete(intID,onSuccess,onFailed,userContext); }
ws_Project.DeleteByCompany= function(strCompany,onSuccess,onFailed,userContext) {ws_Project._staticInstance.DeleteByCompany(strCompany,onSuccess,onFailed,userContext); }
ws_Project.RefreshImageVideoList= function(intProjectID,onSuccess,onFailed,userContext) {ws_Project._staticInstance.RefreshImageVideoList(intProjectID,onSuccess,onFailed,userContext); }
ws_Project.RefreshBlogImageVideoList= function(intProjectID,onSuccess,onFailed,userContext) {ws_Project._staticInstance.RefreshBlogImageVideoList(intProjectID,onSuccess,onFailed,userContext); }
ws_Project.DeleteImage= function(intImageID,onSuccess,onFailed,userContext) {ws_Project._staticInstance.DeleteImage(intImageID,onSuccess,onFailed,userContext); }
