Liferay 7.0-ce-m3

com.liferay.portlet.wiki
Class WikiSettings

java.lang.Object
  extended by com.liferay.portlet.wiki.WikiSettings

public class WikiSettings
extends Object


Field Summary
static String[] ALL_KEYS
           
 
Constructor Summary
WikiSettings(Settings settings)
           
 
Method Summary
 String getEmailFromAddress()
           
 String getEmailFromName()
           
 LocalizedValuesMap getEmailPageAddedBody()
           
 String getEmailPageAddedBodyXml()
           
 LocalizedValuesMap getEmailPageAddedSubject()
           
 String getEmailPageAddedSubjectXml()
           
 LocalizedValuesMap getEmailPageUpdatedBody()
           
 String getEmailPageUpdatedBodyXml()
           
 LocalizedValuesMap getEmailPageUpdatedSubject()
           
 String getEmailPageUpdatedSubjectXml()
           
static WikiSettings getInstance(long groupId)
           
static WikiSettings getInstance(long groupId, Map<String,String[]> parameterMap)
           
 boolean isEmailPageAddedEnabled()
           
 boolean isEmailPageUpdatedEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL_KEYS

public static String[] ALL_KEYS
Constructor Detail

WikiSettings

public WikiSettings(Settings settings)
Method Detail

getInstance

public static WikiSettings getInstance(long groupId)
                                throws PortalException
Throws:
PortalException

getInstance

public static WikiSettings getInstance(long groupId,
                                       Map<String,String[]> parameterMap)
                                throws PortalException
Throws:
PortalException

getEmailFromAddress

public String getEmailFromAddress()

getEmailFromName

public String getEmailFromName()

getEmailPageAddedBody

public LocalizedValuesMap getEmailPageAddedBody()

getEmailPageAddedBodyXml

public String getEmailPageAddedBodyXml()

getEmailPageAddedSubject

public LocalizedValuesMap getEmailPageAddedSubject()

getEmailPageAddedSubjectXml

public String getEmailPageAddedSubjectXml()

getEmailPageUpdatedBody

public LocalizedValuesMap getEmailPageUpdatedBody()

getEmailPageUpdatedBodyXml

public String getEmailPageUpdatedBodyXml()

getEmailPageUpdatedSubject

public LocalizedValuesMap getEmailPageUpdatedSubject()

getEmailPageUpdatedSubjectXml

public String getEmailPageUpdatedSubjectXml()

isEmailPageAddedEnabled

public boolean isEmailPageAddedEnabled()

isEmailPageUpdatedEnabled

public boolean isEmailPageUpdatedEnabled()

Liferay 7.0-ce-m3