|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.flickrrecsys.util.EmailTemplate
public class EmailTemplate
This method create content of an email
| Constructor Summary | |
|---|---|
EmailTemplate()
Empty constructor |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
java.lang.String |
contactForm(java.lang.String name,
java.lang.String comments,
java.lang.String email)
This method creats content of the email that is going to be sent to the admin person |
java.lang.String |
evaluationFormForKnownUsers(java.lang.String realname,
java.lang.String username,
java.lang.String nsid,
java.lang.String content)
Creates body of the evaluation form that is going to be emailed to the administrator. |
java.lang.String |
evaluationFormForUnkownUsers(java.lang.String name,
java.lang.String email,
java.lang.String content)
Creates body of the evaluation form that is going to be emailed to the administrator. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmailTemplate()
| Method Detail |
|---|
public java.lang.String evaluationFormForUnkownUsers(java.lang.String name,
java.lang.String email,
java.lang.String content)
name - name of the person form the formemail - email address of the person from the formcontent - content which is the questionnaire
public java.lang.String evaluationFormForKnownUsers(java.lang.String realname,
java.lang.String username,
java.lang.String nsid,
java.lang.String content)
realname - realname from the Flickr websiteusername - Username from the Flickr websitensid - user id from the Flickr websitecontent - content which is the questionnaire
public java.lang.String contactForm(java.lang.String name,
java.lang.String comments,
java.lang.String email)
name - Name of the person from the formcomments - Comments from the formemail - Email from the form
public final java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||