public class SocialNetworkingSite extends Object implements Serializable
Constructor and Description |
---|
SocialNetworkingSite(javax.servlet.http.HttpServletRequest request)
Please note that this constructor works with web application/portlets deployed in Liferay's Tomcat Bundle
If your application run on an external service please use the constructor SocialNetworkingSite(String siteName, String senderEmail, String siteURL, String siteLandingPagePath)
|
SocialNetworkingSite(String serverName)
Please note that this constructor works with web application/portlets deployed in Liferay's Tomcat Bundle
If your application run on an external service please use the constructor SocialNetworkingSite(String siteName, String senderEmail, String siteURL, String siteLandingPagePath)
|
SocialNetworkingSite(String siteName,
String senderEmail,
String siteURL,
String siteLandingPagePath)
Use this constructor when you use this class within web application/portlets not deployed in Liferay's Tomcat Bundle
|
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getSenderEmail() |
String |
getSiteLandingPagePath() |
String |
getSiteURL() |
void |
setName(String siteName) |
void |
setSenderEmail(String senderEmail) |
void |
setSiteLandingPagePath(String siteLandingPagePath) |
void |
setSiteURL(String siteURL) |
String |
toString() |
public SocialNetworkingSite(javax.servlet.http.HttpServletRequest request)
Please note that this constructor works with web application/portlets deployed in Liferay's Tomcat Bundle If your application run on an external service please use the constructor SocialNetworkingSite(String siteName, String senderEmail, String siteURL, String siteLandingPagePath)
request
- make sure that is not expired when you call itpublic SocialNetworkingSite(String serverName)
Please note that this constructor works with web application/portlets deployed in Liferay's Tomcat Bundle If your application run on an external service please use the constructor SocialNetworkingSite(String siteName, String senderEmail, String siteURL, String siteLandingPagePath)
serverName
- e.g. myportal.mydomain.orgpublic SocialNetworkingSite(String siteName, String senderEmail, String siteURL, String siteLandingPagePath)
Use this constructor when you use this class within web application/portlets not deployed in Liferay's Tomcat Bundle
siteName
- senderEmail
- siteURL
- siteLandingPagePath
- public String getName()
public void setName(String siteName)
public String getSenderEmail()
public void setSenderEmail(String senderEmail)
public String getSiteURL()
public void setSiteURL(String siteURL)
public String getSiteLandingPagePath()
public void setSiteLandingPagePath(String siteLandingPagePath)
Copyright © 2019. All Rights Reserved.