if (typeof ModifiedPayments != "function") function ModifiedPayments() { this.modified = []; this.removed = []; this.added = []; } if (typeof EisforesCalculationInput != "function") function EisforesCalculationInput() { this.amount = null; this.hmnia_pros_in = null; this.cd_naut = null; this.dt_to_in = null; this.dt_from_in = null; this.ship_id_in = null; this.dt_eisfora = null; } if (typeof Payment != "function") function Payment() { this.comments = null; this.nacl_aa = null; this.use = null; this.note_aa = null; this.company = null; this.ship_id = null; this.tmp_flg = null; this.amnt_f = null; this.dt_from = null; this.aa_trim = null; this.note_se = null; this.cd_kindrs = null; this.kindrs_dscr = null; this.cd_naut = null; this.nacl_port_id = null; this.dt_to = null; this.tran_rs = null; this.cd_sailor = null; this.amnt = null; this.nacl_port = null; this.aa = null; this.due_date = null; this.kindrs_id = null; this.chuser = null; this.chtime = null; this.nacl_yr = null; this.nacl_port_dscr = null; this.incl_flg = null; this.tran_dt = null; } if (typeof Transaction != "function") function Transaction() { this.sdscr = null; this.note_aa = null; this.use = null; this.currency = null; this.repr_new = null; this.company = null; this.ship_id = null; this.ship_dscr = null; this.tmp_flg = null; this.port_aa = null; this.sts = null; this.amnt_f = null; this.note_se = null; this.nacl_type = null; this.modifiedPayments = null; this.port_dscr = null; this.compny = null; this.dt_anaf = null; this.tran_rs = null; this.rate = null; this.amnt = null; this.tr_seq = null; this.aa = null; this.final_flg = null; this.chuser = null; this.cmnt = null; this.port_id = null; this.chtime = null; this.repr = null; this.ypol = null; this.flg_play = null; this.compny_new = null; this.tran_dt = null; } if (typeof Exagora != "function") function Exagora() { this.value = null; this.current = false; } // 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; dwr.engine._defaultPath = '/enat/dwr'; if (Report == null) var Report = {}; Report._path = '/enat/dwr'; Report.getNautList = function(p0, p1, callback) { dwr.engine._execute(Report._path, 'Report', 'getNautList', p0, p1, callback); } Report.getReprList = function(p0, callback) { dwr.engine._execute(Report._path, 'Report', 'getReprList', p0, callback); } Report.getReport = function(p0, p1, callback) { dwr.engine._execute(Report._path, 'Report', 'getReport', p0, p1, callback); } Report.getEkathReprList = function(p0, callback) { dwr.engine._execute(Report._path, 'Report', 'getEkathReprList', p0, callback); } Report.getEkathNautList = function(p0, p1, callback) { dwr.engine._execute(Report._path, 'Report', 'getEkathNautList', p0, p1, callback); } Report.getShipSynthList = function(p0, callback) { dwr.engine._execute(Report._path, 'Report', 'getShipSynthList', p0, callback); } Report.getShipSynthesisDetails = function(p0, p1, p2, p3, callback) { dwr.engine._execute(Report._path, 'Report', 'getShipSynthesisDetails', p0, p1, p2, p3, callback); } Report.getShipSynthesis = function(p0, callback) { dwr.engine._execute(Report._path, 'Report', 'getShipSynthesis', p0, callback); } Report.getShipSignalDetails = function(p0, callback) { dwr.engine._execute(Report._path, 'Report', 'getShipSignalDetails', p0, callback); } Report.getShipTypes = function(p0, callback) { dwr.engine._execute(Report._path, 'Report', 'getShipTypes', p0, callback); } Report.getSSE = function(p0, callback) { dwr.engine._execute(Report._path, 'Report', 'getSSE', p0, callback); } Report.getSSEYears = function(callback) { dwr.engine._execute(Report._path, 'Report', 'getSSEYears', callback); } Report.getReportForm = function(p0, callback) { dwr.engine._execute(Report._path, 'Report', 'getReportForm', p0, callback); } Report.getReportPlirYpol = function(p0, callback) { dwr.engine._execute(Report._path, 'Report', 'getReportPlirYpol', p0, callback); } Report.getUserDetailsReport = function(p0, callback) { dwr.engine._execute(Report._path, 'Report', 'getUserDetailsReport', p0, callback); } Report.getEisforesReport = function(p0, p1, callback) { dwr.engine._execute(Report._path, 'Report', 'getEisforesReport', p0, p1, callback); } Report.getEkathReport = function(p0, p1, callback) { dwr.engine._execute(Report._path, 'Report', 'getEkathReport', p0, p1, callback); }