Type.registerNamespace('www_Folio.WebServices');
www_Folio.WebServices.PictureService=function() {
www_Folio.WebServices.PictureService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
www_Folio.WebServices.PictureService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return www_Folio.WebServices.PictureService._staticInstance.get_path();},
getLightBox:function(picturePk,keyword,folderId,pictureIndex,contextKey,succeededCallback, failedCallback, userContext) {
/// <param name="picturePk" type="Number">System.Int32</param>
/// <param name="keyword" type="String">System.String</param>
/// <param name="folderId" type="Number">System.Int32</param>
/// <param name="pictureIndex" type="Number">System.Int32</param>
/// <param name="contextKey" 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(), 'getLightBox',false,{picturePk:picturePk,keyword:keyword,folderId:folderId,pictureIndex:pictureIndex,contextKey:contextKey},succeededCallback,failedCallback,userContext); },
getBottombar:function(pictureIndex,folderId,keyword,isBottomBar,contextKey,succeededCallback, failedCallback, userContext) {
/// <param name="pictureIndex" type="Number">System.Int32</param>
/// <param name="folderId" type="Number">System.Int32</param>
/// <param name="keyword" type="String">System.String</param>
/// <param name="isBottomBar" type="Boolean">System.Boolean</param>
/// <param name="contextKey" 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(), 'getBottombar',false,{pictureIndex:pictureIndex,folderId:folderId,keyword:keyword,isBottomBar:isBottomBar,contextKey:contextKey},succeededCallback,failedCallback,userContext); }}
www_Folio.WebServices.PictureService.registerClass('www_Folio.WebServices.PictureService',Sys.Net.WebServiceProxy);
www_Folio.WebServices.PictureService._staticInstance = new www_Folio.WebServices.PictureService();
www_Folio.WebServices.PictureService.set_path = function(value) {
www_Folio.WebServices.PictureService._staticInstance.set_path(value); }
www_Folio.WebServices.PictureService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return www_Folio.WebServices.PictureService._staticInstance.get_path();}
www_Folio.WebServices.PictureService.set_timeout = function(value) {
www_Folio.WebServices.PictureService._staticInstance.set_timeout(value); }
www_Folio.WebServices.PictureService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return www_Folio.WebServices.PictureService._staticInstance.get_timeout(); }
www_Folio.WebServices.PictureService.set_defaultUserContext = function(value) { 
www_Folio.WebServices.PictureService._staticInstance.set_defaultUserContext(value); }
www_Folio.WebServices.PictureService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return www_Folio.WebServices.PictureService._staticInstance.get_defaultUserContext(); }
www_Folio.WebServices.PictureService.set_defaultSucceededCallback = function(value) { 
 www_Folio.WebServices.PictureService._staticInstance.set_defaultSucceededCallback(value); }
www_Folio.WebServices.PictureService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return www_Folio.WebServices.PictureService._staticInstance.get_defaultSucceededCallback(); }
www_Folio.WebServices.PictureService.set_defaultFailedCallback = function(value) { 
www_Folio.WebServices.PictureService._staticInstance.set_defaultFailedCallback(value); }
www_Folio.WebServices.PictureService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return www_Folio.WebServices.PictureService._staticInstance.get_defaultFailedCallback(); }
www_Folio.WebServices.PictureService.set_path("/WebServices/PictureService.asmx");
www_Folio.WebServices.PictureService.getLightBox= function(picturePk,keyword,folderId,pictureIndex,contextKey,onSuccess,onFailed,userContext) {
/// <param name="picturePk" type="Number">System.Int32</param>
/// <param name="keyword" type="String">System.String</param>
/// <param name="folderId" type="Number">System.Int32</param>
/// <param name="pictureIndex" type="Number">System.Int32</param>
/// <param name="contextKey" 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>
www_Folio.WebServices.PictureService._staticInstance.getLightBox(picturePk,keyword,folderId,pictureIndex,contextKey,onSuccess,onFailed,userContext); }
www_Folio.WebServices.PictureService.getBottombar= function(pictureIndex,folderId,keyword,isBottomBar,contextKey,onSuccess,onFailed,userContext) {
/// <param name="pictureIndex" type="Number">System.Int32</param>
/// <param name="folderId" type="Number">System.Int32</param>
/// <param name="keyword" type="String">System.String</param>
/// <param name="isBottomBar" type="Boolean">System.Boolean</param>
/// <param name="contextKey" 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>
www_Folio.WebServices.PictureService._staticInstance.getBottombar(pictureIndex,folderId,keyword,isBottomBar,contextKey,onSuccess,onFailed,userContext); }

