Liferay 7.0-ce-b4

com.liferay.portlet.blogs
Class BlogsGroupServiceSettings

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

public class BlogsGroupServiceSettings
extends Object


Constructor Summary
BlogsGroupServiceSettings(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 BlogsGroupServiceSettings getInstance(long groupId)
           
static BlogsGroupServiceSettings getInstance(long groupId, Map<String,String[]> parameterMap)
           
 int getSmallImageWidth()
           
 boolean isEmailEntryAddedEnabled()
           
 boolean isEmailEntryUpdatedEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlogsGroupServiceSettings

public BlogsGroupServiceSettings(Settings settings)
Method Detail

getInstance

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

getInstance

public static BlogsGroupServiceSettings 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()

getSmallImageWidth

public int getSmallImageWidth()

isEmailEntryAddedEnabled

public boolean isEmailEntryAddedEnabled()

isEmailEntryUpdatedEnabled

public boolean isEmailEntryUpdatedEnabled()

Liferay 7.0-ce-b4