Liferay 7.0-ce-m3

com.liferay.portlet.blogs
Class BlogsSettings

java.lang.Object
  extended by com.liferay.portlet.blogs.BlogsSettings

public class BlogsSettings
extends Object


Field Summary
static String[] ALL_KEYS
           
 
Constructor Summary
BlogsSettings(Settings settings)
           
 
Method Summary
 LocalizedValuesMap getEmailEntryAddedBody()
           
 String getEmailEntryAddedBodyXml()
           
 LocalizedValuesMap getEmailEntryAddedSubject()
           
 String getEmailEntryAddedSubjectXml()
           
 LocalizedValuesMap getEmailEntryUpdatedBody()
           
 String getEmailEntryUpdatedBodyXml()
           
 LocalizedValuesMap getEmailEntryUpdatedSubject()
           
 String getEmailEntryUpdatedSubjectXml()
           
 String getEmailFromAddress()
           
 String getEmailFromName()
           
static BlogsSettings getInstance(long groupId)
           
static BlogsSettings getInstance(long groupId, Map<String,String[]> parameterMap)
           
 boolean isEmailEntryAddedEnabled()
           
 boolean isEmailEntryUpdatedEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL_KEYS

public static final String[] ALL_KEYS
Constructor Detail

BlogsSettings

public BlogsSettings(Settings settings)
Method Detail

getInstance

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

getInstance

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

getEmailEntryAddedBody

public LocalizedValuesMap getEmailEntryAddedBody()

getEmailEntryAddedBodyXml

public String getEmailEntryAddedBodyXml()

getEmailEntryAddedSubject

public LocalizedValuesMap getEmailEntryAddedSubject()

getEmailEntryAddedSubjectXml

public String getEmailEntryAddedSubjectXml()

getEmailEntryUpdatedBody

public LocalizedValuesMap getEmailEntryUpdatedBody()

getEmailEntryUpdatedBodyXml

public String getEmailEntryUpdatedBodyXml()

getEmailEntryUpdatedSubject

public LocalizedValuesMap getEmailEntryUpdatedSubject()

getEmailEntryUpdatedSubjectXml

public String getEmailEntryUpdatedSubjectXml()

getEmailFromAddress

public String getEmailFromAddress()

getEmailFromName

public String getEmailFromName()

isEmailEntryAddedEnabled

public boolean isEmailEntryAddedEnabled()

isEmailEntryUpdatedEnabled

public boolean isEmailEntryUpdatedEnabled()

Liferay 7.0-ce-m3