|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.flickrrecsys.engine.FavoPhotosEng
public class FavoPhotosEng
This class recommends contacts based on the favourite photos
| Constructor Summary | |
|---|---|
FavoPhotosEng(int limit,
java.lang.String nsid,
java.lang.String servletPath,
com.aetrion.flickr.Flickr f)
The constructor assign the parameter passed to it to global variable |
|
| Method Summary | |
|---|---|
java.util.Vector<MyUser> |
getRecConsByFavo()
This method gets the recommended contacts from the database and request for their details from the Flickr API |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FavoPhotosEng(int limit,
java.lang.String nsid,
java.lang.String servletPath,
com.aetrion.flickr.Flickr f)
limit - number of results requestednsid - user id from the Flickr websiteservletPath - where the database property file is locatedf - an instance of a Flickr object in order to connnect to the Flickr API| Method Detail |
|---|
public java.util.Vector<MyUser> getRecConsByFavo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||