Java tutorial
/** * Copyright (c) 2000-2013 Liferay, Inc. All rights reserved. * * This library is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 2.1 of the License, or (at your option) * any later version. * * This library is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more * details. */ package vn.dtt.sol.ns.util; /** * @author point */ public class WebKeys implements com.liferay.portal.kernel.util.WebKeys { public static final String KIEM_DEM_VIEN = "kiemDemVien"; public static final long DATAGROUPID_DONVIHANHCHINH = 1; public static final long DATAGROUPID_MOHINHQUANLY = 3; public static final long DATAGROUPID_LOAICAUTIEU = 6; public static final long DATAGROUPID_LOAINGUONNUOC = 5; public static final long DATAGROUPID_LOAICONGTRINH = 7; //import user public static final int IMPORT_USER = 99999; //import ho gia dinh public static final String IMPORT_TH = "04";//Nh tiu t hoi 12012 public static final String IMPORT_TD = "05";//Nh tiu thm di nc 12013 public static final String IMPORT_HN = "02";//Nh tiu kh ni hai ngn tch hoc khng tch nc tiu 12010 public static final String IMPORT_CHIM = "03";//Nh tiu kh chm 12011 public static final String IMPORT_KHAC = "09";//Loi nh tiu khc 12017 public static final int IMPORT_TRO_CAP = 1; public static final int IMPORT_VAY_VON = 2; public static final int IMPORT_TU_XAY = 3; public static final String LOAINHATIEU_MN = "01";//Nh tiu kh ni mt ngn tch hoc khng tch nc tiu public static final String LOAINHATIEU_DNBB = "06";//Nh tiu di nc + b biogas public static final String LOAINHATIEU_DNNT = "07";//Nh tiu di nc (nc thi khng qua b pht, h, hay biogas) public static final String LOAINHATIEU_THCT = "08";//Nh tiu thng hoc cu tm public static final String LOAINHATIEU_KQSD = "10";//Khng quan st c //thong tin kiem dem nuoc public static final int CHUA_KET_THUC = 0; public static final int DA_HOAN_THANH_DAY_DU = 1; public static final int DA_HOAN_THANH_MOT_PHAN = 2; public static final int DANH_GIA_KIEM_DEM_CHUA_TINH_TOAN = 0; public static final int DANH_GIA_KIEM_DEM_DAT = 1; public static final int DANH_GIA_KIEM_DEM_KHONG_DAT = 2; public static final String BAO_CAO_DLI = "BAO_CAO_DLI"; // cap hoat dong cua kiem dem vien (1: toan tinh,2: ve sinh huyen,3: tram cap nuoc) public static final int KDV_TOAN_TINH = 1; public static final int KDV_VSHUYEN = 2; public static final int KDV_TRAMCAP = 3; //ME_VESINHGIADINH public static final int TPHGD_NGHEO = 1; public static final int TPHGD_CAN_NGHEO = 2; public static final int TPHGD_KHONG_NGHEO = 3; public static final int CONHATIEU_CO = 1; public static final int CONHATIEU_KHONG = 2; public static final int NHATIEUHVS_CO = 1; public static final int NHATIEUHVS_KHONG = 2; public static final int NGUONVON_TRO_CAP = 1; public static final int NGUONVON_VAY_VON = 2; public static final int NGUONVON_TU_XAY = 3; // daketthucdieutra public static final int DKTDT_CHOKHAOSAT = 0; public static final int DKTDT_DAHOANTHANH = 1; public static final int DKTDT_CHUAHOANTHANH = 2; public static final int DKTDT_DAHUY = 3; // danhgiakiemdem chung public static final int DGKD_KOCOKETQUA = 0; // danhgiakiemdem kiemdemnuoc public static final int DGKD_KIEMDEMDAT = 1; public static final int DGKD_KIEMDEMKHONGDAT = 2; //danhgiakiemdem vshgd public static final int DGKD_CONHATIEUHVSXAYMOI = 1; public static final int DGKD_CONHATIEUHVS = 2; public static final int DGKD_CONHATIEUKOHVS = 3; public static final int DGKD_KOCONHATIEU = 4; //danhgiakiemdem vsctcc public static final int DGKD_CTDAT = 1; public static final int DGKD_CTKODAT = 2; //danhgiakiemdem vsctcc public static final int GIOITINH_NAM = 0; public static final int GIOITINH_NU = 1; }