public class BlogsGroupServiceSettings
extends Object
Constructor and Description |
---|
BlogsGroupServiceSettings(com.liferay.portal.kernel.settings.Settings settings) |
Modifier and Type | Method and Description |
---|---|
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() |
public BlogsGroupServiceSettings(com.liferay.portal.kernel.settings.Settings settings)
public static BlogsGroupServiceSettings getInstance(long groupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static BlogsGroupServiceSettings getInstance(long groupId, Map<String,String[]> parameterMap) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static void registerSettingsMetadata()
public com.liferay.portal.kernel.settings.LocalizedValuesMap getEmailEntryAddedBody()
public String getEmailEntryAddedBodyXml()
public com.liferay.portal.kernel.settings.LocalizedValuesMap getEmailEntryAddedSubject()
public String getEmailEntryAddedSubjectXml()
public com.liferay.portal.kernel.settings.LocalizedValuesMap getEmailEntryUpdatedBody()
public String getEmailEntryUpdatedBodyXml()
public com.liferay.portal.kernel.settings.LocalizedValuesMap getEmailEntryUpdatedSubject()
public String getEmailEntryUpdatedSubjectXml()
public String getEmailFromAddress()
public String getEmailFromName()
public int getSmallImageWidth()
public boolean isEmailEntryAddedEnabled()
public boolean isEmailEntryUpdatedEnabled()