// Provide a default path to DWREngine if (DWREngine == null) { var DWREngine = {}; } DWREngine._defaultPath = '/andylau/dwr'; function Gallery() { } Gallery._path = '/andylau/dwr'; Gallery.findGlCategoryByPK = function(p0, callback) { DWREngine._execute(Gallery._path, 'Gallery', 'findGlCategoryByPK', p0, callback); } Gallery.findCategoryByuserId = function(p0, callback) { DWREngine._execute(Gallery._path, 'Gallery', 'findCategoryByuserId', p0, callback); } Gallery.findCategoryByuserId = function(p0, p1, callback) { DWREngine._execute(Gallery._path, 'Gallery', 'findCategoryByuserId', p0, p1, callback); } Gallery.countPhotoOffset = function(p0, p1, p2, p3, p4, p5, p6, p7, p8, callback) { DWREngine._execute(Gallery._path, 'Gallery', 'countPhotoOffset', p0, p1, p2, p3, p4, p5, p6, p7, p8, callback); } Gallery.saveGlItemByCatIds = function(p0, p1, p2, p3, callback) { DWREngine._execute(Gallery._path, 'Gallery', 'saveGlItemByCatIds', p0, p1, p2, p3, callback); } Gallery.deleteGlGuestBook = function(p0, p1, callback) { DWREngine._execute(Gallery._path, 'Gallery', 'deleteGlGuestBook', p0, p1, callback); } Gallery.deleteGuestbookByPK = function(p0, p1, callback) { DWREngine._execute(Gallery._path, 'Gallery', 'deleteGuestbookByPK', p0, p1, callback); } Gallery.findCategoryByuserIdAndName = function(p0, p1, p2, callback) { DWREngine._execute(Gallery._path, 'Gallery', 'findCategoryByuserIdAndName', p0, p1, p2, callback); } Gallery.updateGlItemCount = function(p0, p1, p2, callback) { DWREngine._execute(Gallery._path, 'Gallery', 'updateGlItemCount', p0, p1, p2, callback); } Gallery.updateGlItemAndAlbumCount = function(p0, p1, p2, p3, callback) { DWREngine._execute(Gallery._path, 'Gallery', 'updateGlItemAndAlbumCount', p0, p1, p2, p3, callback); } Gallery.findGalleryNPPK = function(p0, p1, p2, p3, p4, p5, callback) { DWREngine._execute(Gallery._path, 'Gallery', 'findGalleryNPPK', p0, p1, p2, p3, p4, p5, callback); }