// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (getSubjectItemsByPagination == null) var getSubjectItemsByPagination = {}; getSubjectItemsByPagination._path = '/dwr'; getSubjectItemsByPagination.main = function(p0, callback) { dwr.engine._execute(getSubjectItemsByPagination._path, 'getSubjectItemsByPagination', 'main', p0, callback); } getSubjectItemsByPagination.service = function(p0, p1, p2, callback) { dwr.engine._execute(getSubjectItemsByPagination._path, 'getSubjectItemsByPagination', 'service', p0, p1, p2, callback); }