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 (PensionCalculation == null) var PensionCalculation = {}; PensionCalculation._path = '/enat/dwr'; PensionCalculation.getEidikothtes = function(callback) { dwr.engine._execute(PensionCalculation._path, 'PensionCalculation', 'getEidikothtes', callback); } PensionCalculation.getStatusReport = function(p0, p1, callback) { dwr.engine._execute(PensionCalculation._path, 'PensionCalculation', 'getStatusReport', p0, p1, callback); } PensionCalculation.getResultsReport = function(p0, p1, callback) { dwr.engine._execute(PensionCalculation._path, 'PensionCalculation', 'getResultsReport', p0, p1, callback); } PensionCalculation.createReportStatus = function(p0, p1, callback) { dwr.engine._execute(PensionCalculation._path, 'PensionCalculation', 'createReportStatus', p0, p1, callback); } PensionCalculation.checkReportStatus = function(p0, p1, callback) { dwr.engine._execute(PensionCalculation._path, 'PensionCalculation', 'checkReportStatus', p0, p1, callback); } PensionCalculation.calcSeaService = function(p0, callback) { dwr.engine._execute(PensionCalculation._path, 'PensionCalculation', 'calcSeaService', p0, callback); } PensionCalculation.calcExagores = function(p0, callback) { dwr.engine._execute(PensionCalculation._path, 'PensionCalculation', 'calcExagores', p0, callback); } PensionCalculation.calcPension = function(p0, callback) { dwr.engine._execute(PensionCalculation._path, 'PensionCalculation', 'calcPension', p0, callback); } PensionCalculation.calcATA = function(p0, callback) { dwr.engine._execute(PensionCalculation._path, 'PensionCalculation', 'calcATA', p0, callback); } PensionCalculation.getATACalcForm = function(callback) { dwr.engine._execute(PensionCalculation._path, 'PensionCalculation', 'getATACalcForm', callback); } PensionCalculation.getSeaServiceCalcForm = function(callback) { dwr.engine._execute(PensionCalculation._path, 'PensionCalculation', 'getSeaServiceCalcForm', callback); } PensionCalculation.getExagoresCalcForm = function(callback) { dwr.engine._execute(PensionCalculation._path, 'PensionCalculation', 'getExagoresCalcForm', callback); } PensionCalculation.getSyntaxeisCalcForm = function(callback) { dwr.engine._execute(PensionCalculation._path, 'PensionCalculation', 'getSyntaxeisCalcForm', callback); } PensionCalculation.getPossibleExagores = function(p0, p1, p2, p3, callback) { dwr.engine._execute(PensionCalculation._path, 'PensionCalculation', 'getPossibleExagores', p0, p1, p2, p3, callback); }