|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.knowgate.yahoo.Boss
public class Boss
Client interface for Yahoo! Search BOSS
| Constructor Summary | |
|---|---|
Boss()
|
|
| Method Summary | |
|---|---|
int |
count()
|
int |
responseCode()
|
java.util.ArrayList<Result> |
results()
|
YSearchResponse |
search(java.lang.String sKey,
java.lang.String sQuery,
java.lang.String sSites)
Search using Yahoo! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Boss()
| Method Detail |
|---|
public int responseCode()
public int count()
public java.util.ArrayList<Result> results()
public YSearchResponse search(java.lang.String sKey,
java.lang.String sQuery,
java.lang.String sSites)
throws java.io.IOException
sKey - Yahoo! App. Id. KeysQuery - String being searchedsSites - Restrict search to selectect sites, if null no restriction is applied
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||