function contentManager() { } contentManager._path = '/roadwarriors/dwr'; contentManager.findContentSummaryByContentId = function(p0, callback) { DWREngine._execute(contentManager._path, 'contentManager', 'findContentSummaryByContentId', p0, callback); } contentManager.findContentSummaryListByCategoryId = function(p0, p1, p2, callback) { DWREngine._execute(contentManager._path, 'contentManager', 'findContentSummaryListByCategoryId', p0, p1, p2, callback); }