示例#1
0
        public String getLichHoc()
        {
            // TKB cac ky
            String str = str = POST.sendPOST("http://www.aao.hcmut.edu.vn/stinfo/lichthi/ajax_lichhoc", _token, cookieSession);

            return(str); // JSON
        }
示例#2
0
 public String getThongTinNhomLopMonHoc(String monHocId)
 {
     return(POST.sendPOST("http://mybk.hcmut.edu.vn/dkmh/getThongTinNhomLopMonHoc.action",
                          "monHocId=" + monHocId,
                          cookieSession));
 }
示例#3
0
 public String searchMonHocDangKy(String msmh)
 {
     return(POST.sendPOST("http://mybk.hcmut.edu.vn/dkmh/searchMonHocDangKy.action",
                          "msmh=" + msmh,
                          cookieSession));
 }
示例#4
0
 public String getKetQuaDangKy()
 {
     return(POST.sendPOST("http://mybk.hcmut.edu.vn/dkmh/getKetQuaDangKy.action", "", cookieSession));
 }
示例#5
0
 public String getDanhSachMonHocDangKy(String dotDKId)
 {
     return(POST.sendPOST("http://mybk.hcmut.edu.vn/dkmh/getDanhSachMonHocDangKy.action",
                          "dotDKId=" + dotDKId,
                          cookieSession));
 }
示例#6
0
 public String getLichDangKy(String dotDKId, String DKHocVienID)
 {
     return(POST.sendPOST("http://mybk.hcmut.edu.vn/dkmh/getLichDangKy.action",
                          "dotDKId=" + dotDKId + "&dotDKHocVienId=" + DKHocVienID,
                          cookieSession));
 }
示例#7
0
 public String getDanhSachDotDK(String hocKyId)
 {
     return(POST.sendPOST("http://mybk.hcmut.edu.vn/dkmh/getDanhSachDotDK.action", "hocKyId=" + hocKyId, cookieSession));
 }
示例#8
0
        public String getTienDoHocTap()
        {
            String str = str = POST.sendPOST("http://www.aao.hcmut.edu.vn/stinfo/ctdt/ajax_ctdt", _token, cookieSession);

            return(str); // JSON
        }
示例#9
0
        public String getBangDiem()
        {
            String str = str = POST.sendPOST("http://www.aao.hcmut.edu.vn/stinfo/grade/ajax_grade", _token, cookieSession);

            return(str); // JSON
        }