Skip navigation links
A B C D E F G I L M N P R S T U X 

A

author - Variable in class xyz.mandoo.gglec.type.Book
저자
author - Variable in class xyz.mandoo.gglec.type.BookSearchResult
author - Variable in class xyz.mandoo.gglec.type.BorrowedBook

B

BASE - Static variable in class xyz.mandoo.gglec.var.URL
 
Book - Class in xyz.mandoo.gglec.type
책의 상세정보를 담고 있습니다.
Book(String, String, String, String, String, String, String, String, String, List<PossInfo>) - Constructor for class xyz.mandoo.gglec.type.Book
 
BOOKDETAIL - Static variable in class xyz.mandoo.gglec.var.URL
 
bookNo - Variable in class xyz.mandoo.gglec.type.PossInfo
책 번호
BOOKSEARCH - Static variable in class xyz.mandoo.gglec.var.URL
 
BookSearchResult - Class in xyz.mandoo.gglec.type
책 검색 결과를 담고 있습니다.
BookSearchResult(String, String, String, String, String) - Constructor for class xyz.mandoo.gglec.type.BookSearchResult
 
BorrowedBook - Class in xyz.mandoo.gglec.type
책의 대출 정보를 담고 있습니다.
BorrowedBook(String, String, String, String, String, String, BorrowExtend) - Constructor for class xyz.mandoo.gglec.type.BorrowedBook
 
BorrowExtend - Class in xyz.mandoo.gglec.utils
반납기한을 연장해주는 클래스입니다
BorrowExtend(String, String) - Constructor for class xyz.mandoo.gglec.utils.BorrowExtend
 
BORROWEXTEND - Static variable in class xyz.mandoo.gglec.var.URL
 
BORROWLIST - Static variable in class xyz.mandoo.gglec.var.URL
 

C

callNo - Variable in class xyz.mandoo.gglec.type.Book
서가 번호
callNo - Variable in class xyz.mandoo.gglec.type.BookSearchResult
callNo - Variable in class xyz.mandoo.gglec.type.PossInfo
code - Variable in class xyz.mandoo.gglec.type.BookSearchResult
책의 고유코드

D

description - Variable in class xyz.mandoo.gglec.type.Book
책 설명/줄거리

E

expReturnDate - Variable in class xyz.mandoo.gglec.type.BorrowedBook
반납 기한
expReturnDate - Variable in class xyz.mandoo.gglec.type.PossInfo
extend - Variable in class xyz.mandoo.gglec.type.BorrowedBook
반납 기한을 연장할 수 있는 객체입니다.
extendBorrowedBook(BorrowExtend) - Method in class xyz.mandoo.gglec.GGLec
 

F

fire(String) - Method in class xyz.mandoo.gglec.utils.BorrowExtend
실제로 대출을 연장하는 메소드입니다.

G

getBookDetail(String) - Method in class xyz.mandoo.gglec.GGLec
 
getBookDetail(String, String) - Static method in class xyz.mandoo.gglec.utils.Parser
책의 상세정보를 검색합니다
getBorrowedBooks() - Method in class xyz.mandoo.gglec.GGLec
 
getBorrowedBooks(String) - Static method in class xyz.mandoo.gglec.utils.Parser
빌린 책 목록을 반환합니다
getInstance() - Static method in class xyz.mandoo.gglec.GGLec
 
getPossInfo(String) - Method in class xyz.mandoo.gglec.GGLec
 
getPossInfo(String, String) - Static method in class xyz.mandoo.gglec.utils.Parser
책 소장/대출정보를 받아옵니다
getReturnedBooks() - Method in class xyz.mandoo.gglec.GGLec
 
getReturnedBooks(String) - Static method in class xyz.mandoo.gglec.utils.Parser
빌렸던 책 목록을 반환합니다
getSchool(String) - Method in class xyz.mandoo.gglec.GGLec
 
getSchool(String) - Static method in class xyz.mandoo.gglec.utils.Parser
설정된 학교 이름을 가져옵니다.
getSchoolCode(String) - Static method in class xyz.mandoo.gglec.utils.Parser
설정된 학교 코드를 가져옵니다.
getSessionID() - Method in class xyz.mandoo.gglec.GGLec
 
GGLec - Class in xyz.mandoo.gglec
Parser을 쉽게 사용하기 위한 wrapper입니다.

I

img - Variable in class xyz.mandoo.gglec.type.Book
책 표지 URL
isbn - Variable in class xyz.mandoo.gglec.type.Book
ISBN
isLoggedIn() - Method in class xyz.mandoo.gglec.GGLec
 
isLoggedIn(String) - Static method in class xyz.mandoo.gglec.utils.Parser
로그인이 되어있는지 체크합니다

L

loanDate - Variable in class xyz.mandoo.gglec.type.BorrowedBook
책을 대출한 날짜
location - Variable in class xyz.mandoo.gglec.type.PossInfo
책 보관 장소
login(String, String) - Method in class xyz.mandoo.gglec.GGLec
 
login(String, String) - Static method in class xyz.mandoo.gglec.utils.Parser
경기독서시스템에 로그인합니다
LOGIN - Static variable in class xyz.mandoo.gglec.var.URL
 
LOGINPAGE - Static variable in class xyz.mandoo.gglec.var.URL
 
logout() - Method in class xyz.mandoo.gglec.GGLec
 
logout(String) - Static method in class xyz.mandoo.gglec.utils.Parser
경기독서시스템에서 로그아웃합니다
LOGOUT - Static variable in class xyz.mandoo.gglec.var.URL
 

M

MAIN - Static variable in class xyz.mandoo.gglec.var.URL
 

N

newSessionID() - Static method in class xyz.mandoo.gglec.utils.Parser
새로운 sessionID를 발급합니다.
NotLoggedInException - Exception in xyz.mandoo.gglec.exception
로그인 하지 않고 GGLec.getReturnedBooks(), GGLec.getBorrowedBooks()를 호출했을때 발생합니다.
NotLoggedInException() - Constructor for exception xyz.mandoo.gglec.exception.NotLoggedInException
 

P

Parser - Class in xyz.mandoo.gglec.utils
웹 페이지를 파싱해 정보를 가져오는 클래스입니다.
Parser() - Constructor for class xyz.mandoo.gglec.utils.Parser
 
possInfo - Variable in class xyz.mandoo.gglec.type.Book
책 소장/대출정보
PossInfo - Class in xyz.mandoo.gglec.type
책의 소장정보를 담고 있습니다.
PossInfo(String, String, String, String, String, String) - Constructor for class xyz.mandoo.gglec.type.PossInfo
 
POSSINFO - Static variable in class xyz.mandoo.gglec.var.URL
 
price - Variable in class xyz.mandoo.gglec.type.Book
가격
publisher - Variable in class xyz.mandoo.gglec.type.Book
출판사
publisher - Variable in class xyz.mandoo.gglec.type.BookSearchResult
publisher - Variable in class xyz.mandoo.gglec.type.BorrowedBook

R

regNo - Variable in class xyz.mandoo.gglec.type.PossInfo
등록기호
returnDate - Variable in class xyz.mandoo.gglec.type.BorrowedBook
반납한 날짜

S

SCHOOLLIST - Static variable in class xyz.mandoo.gglec.var.URL
 
SCHOOLSEARCH - Static variable in class xyz.mandoo.gglec.var.URL
 
SCHOOLSET - Static variable in class xyz.mandoo.gglec.var.URL
 
searchBook(String) - Method in class xyz.mandoo.gglec.GGLec
 
searchBook(String, String) - Static method in class xyz.mandoo.gglec.utils.Parser
책을 검색합니다.
searchSchool(String) - Method in class xyz.mandoo.gglec.GGLec
 
searchSchool(String) - Static method in class xyz.mandoo.gglec.utils.Parser
경기독서시스템에 등록되어 있는 학교 목록을 검색합니다.
setSchool(String) - Method in class xyz.mandoo.gglec.GGLec
 
setSchool(String, String) - Static method in class xyz.mandoo.gglec.utils.Parser
학교를 설정합니다.
setSessionID(String) - Method in class xyz.mandoo.gglec.GGLec
 
shape - Variable in class xyz.mandoo.gglec.type.Book
책 모양
status - Variable in class xyz.mandoo.gglec.type.PossInfo
도서상태

T

title - Variable in class xyz.mandoo.gglec.type.Book
제목
title - Variable in class xyz.mandoo.gglec.type.BookSearchResult
title - Variable in class xyz.mandoo.gglec.type.BorrowedBook

U

URL - Class in xyz.mandoo.gglec.var
이 라이브러리에서 사용한 URL 목록입니다.
URL() - Constructor for class xyz.mandoo.gglec.var.URL
 

X

xyz.mandoo.gglec - package xyz.mandoo.gglec
 
xyz.mandoo.gglec.exception - package xyz.mandoo.gglec.exception
 
xyz.mandoo.gglec.type - package xyz.mandoo.gglec.type
 
xyz.mandoo.gglec.utils - package xyz.mandoo.gglec.utils
 
xyz.mandoo.gglec.var - package xyz.mandoo.gglec.var
 
A B C D E F G I L M N P R S T U X 
Skip navigation links