|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.flickrrecsys.engine.CoacEng
public class CoacEng
This is the engine which recommend contacts based on contacts that a logged user is connected to.
| Constructor Summary | |
|---|---|
CoacEng(java.lang.String nsid,
java.lang.String servletPath,
com.aetrion.flickr.Flickr f)
The constructor takes the parameters and assign them to global variable |
|
| Method Summary | |
|---|---|
java.util.Vector<MyUser> |
getRecConsByCoac()
This method finds all the recommended people and connect to the Flickr API in order to find their details |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CoacEng(java.lang.String nsid,
java.lang.String servletPath,
com.aetrion.flickr.Flickr f)
nsid - user id from the flickr websiteservletPath - where the database details are locatedf - flickr object which contains API key and the secret key to connect to the Flickr API| Method Detail |
|---|
public java.util.Vector<MyUser> getRecConsByCoac()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||