Liferay 7.0-ga1 portal-impl

com.liferay.portlet.blogs
Class BlogsGroupServiceSettings

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

public class BlogsGroupServiceSettings
extends Object


Constructor Summary
BlogsGroupServiceSettings(com.liferay.portal.kernel.settings.Settings settings)
           
 
Method Summary
 com.liferay.portal.kernel.settings.LocalizedValuesMap getEmailEntryAddedBody()
           
 String getEmailEntryAddedBodyXml()
           
 com.liferay.portal.kernel.settings.LocalizedValuesMap getEmailEntryAddedSubject()
           
 String getEmailEntryAddedSubjectXml()
           
 com.liferay.portal.kernel.settings.LocalizedValuesMap getEmailEntryUpdatedBody()
           
 String getEmailEntryUpdatedBodyXml()
           
 com.liferay.portal.kernel.settings.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()
           
static void registerSettingsMetadata()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlogsGroupServiceSettings

public BlogsGroupServiceSettings(com.liferay.portal.kernel.settings.Settings settings)
Method Detail

getInstance

public static BlogsGroupServiceSettings getInstance(long groupId)
                                             throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

getInstance

public static BlogsGroupServiceSettings getInstance(long groupId,
                                                    Map<String,String[]> parameterMap)
                                             throws com.liferay.portal.kernel.exception.PortalException
Throws:
com.liferay.portal.kernel.exception.PortalException

registerSettingsMetadata

public static void registerSettingsMetadata()

getEmailEntryAddedBody

public com.liferay.portal.kernel.settings.LocalizedValuesMap getEmailEntryAddedBody()

getEmailEntryAddedBodyXml

public String getEmailEntryAddedBodyXml()

getEmailEntryAddedSubject

public com.liferay.portal.kernel.settings.LocalizedValuesMap getEmailEntryAddedSubject()

getEmailEntryAddedSubjectXml

public String getEmailEntryAddedSubjectXml()

getEmailEntryUpdatedBody

public com.liferay.portal.kernel.settings.LocalizedValuesMap getEmailEntryUpdatedBody()

getEmailEntryUpdatedBodyXml

public String getEmailEntryUpdatedBodyXml()

getEmailEntryUpdatedSubject

public com.liferay.portal.kernel.settings.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-ga1 portal-impl