function InfoType() { } InfoType._path = '/dwr'; InfoType.findChild = function(p0, callback) { DWREngine._execute(InfoType._path, 'InfoType', 'findChild', p0, callback); } InfoType.getInfoByID = function(p0, callback) { DWREngine._execute(InfoType._path, 'InfoType', 'getInfoByID', p0, callback); }