Package | Description |
---|---|
net.waglewagle.openapi.kipris | |
net.waglewagle.openapi.kipris.soap |
Modifier and Type | Method and Description |
---|---|
static Country |
Country.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Country[] |
Country.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ForeignFamilyInfoSearcher.search(Country country,
java.lang.String literatureNo)
주어진 문헌번호에 대한 요청 결과 중 한 페이지 크기를
파라미터 pageSize 값만큼으로 했을 때, 파라미터 pageNo 값 페이지에
해당하는 결과 목록을 돌려 준다.
|
java.lang.String |
ForeignBibliographicInfoSearcher.search(Country country,
java.lang.String literatureNo)
주어진 문헌번호에 대한 요청 결과 중 한 페이지 크기를
파라미터 pageSize 값만큼으로 했을 때, 파라미터 pageNo 값 페이지에
해당하는 결과 목록을 돌려 준다.
|
QueryListResult<java.util.Map<java.lang.String,java.lang.String>> |
ForeignFreeSearcher.search(Country country,
java.lang.String expr,
int startPosition,
int maxCount)
주어진 검색식에 대한 요청 결과 중 한 페이지 크기를
파라미터 maxCount 값만큼으로 했을 때, 파라미터 startPosition 값 페이지에
해당하는 결과 목록을 돌려 준다.
|
<T> T |
ForeignFamilyInfoSearcher.search(HttpResponseHanlder<T> handler,
Country country,
java.lang.String literatureNo)
주어진 문헌번호에 대한 요청 결과 중 한 페이지 크기를
파라미터 pageSize 값만큼으로 했을 때, 파라미터 pageNo 값 페이지에
해당하는 결과 목록을 돌려 준다.
|
<T> T |
ForeignBibliographicInfoSearcher.search(HttpResponseHanlder<T> handler,
Country country,
java.lang.String literatureNo)
주어진 문헌번호에 대한 요청 결과 중 한 페이지 크기를
파라미터 pageSize 값만큼으로 했을 때, 파라미터 pageNo 값 페이지에
해당하는 결과 목록을 돌려 준다.
|
<T> T |
ForeignFreeSearcher.search(HttpResponseHanlder<T> handler,
Country country,
java.lang.String expr,
int startPosition,
int maxCount)
주어진 검색식에 대한 요청 결과 중 한 페이지 크기를
파라미터 maxCount 값만큼으로 했을 때, 파라미터 startPosition 값 페이지에
해당하는 결과 목록을 돌려 준다.
|