Package com.liferay.blogs.settings
Class BlogsGroupServiceSettings
java.lang.Object
com.liferay.blogs.settings.BlogsGroupServiceSettings
-
Constructor Summary
ConstructorsConstructorDescriptionBlogsGroupServiceSettings
(com.liferay.portal.kernel.settings.Settings settings) -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.settings.LocalizedValuesMap
com.liferay.portal.kernel.settings.LocalizedValuesMap
com.liferay.portal.kernel.settings.LocalizedValuesMap
com.liferay.portal.kernel.settings.LocalizedValuesMap
static BlogsGroupServiceSettings
getInstance
(long groupId) static BlogsGroupServiceSettings
getInstance
(long groupId, Map<String, String[]> parameterMap) int
boolean
boolean
-
Constructor Details
-
BlogsGroupServiceSettings
public BlogsGroupServiceSettings(com.liferay.portal.kernel.settings.Settings settings)
-
-
Method Details
-
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
-
getEmailEntryAddedBody
public com.liferay.portal.kernel.settings.LocalizedValuesMap getEmailEntryAddedBody() -
getEmailEntryAddedBodyXml
-
getEmailEntryAddedSubject
public com.liferay.portal.kernel.settings.LocalizedValuesMap getEmailEntryAddedSubject() -
getEmailEntryAddedSubjectXml
-
getEmailEntryUpdatedBody
public com.liferay.portal.kernel.settings.LocalizedValuesMap getEmailEntryUpdatedBody() -
getEmailEntryUpdatedBodyXml
-
getEmailEntryUpdatedSubject
public com.liferay.portal.kernel.settings.LocalizedValuesMap getEmailEntryUpdatedSubject() -
getEmailEntryUpdatedSubjectXml
-
getEmailFromAddress
-
getEmailFromName
-
getSmallImageWidth
public int getSmallImageWidth() -
isEmailEntryAddedEnabled
public boolean isEmailEntryAddedEnabled() -
isEmailEntryUpdatedEnabled
public boolean isEmailEntryUpdatedEnabled()
-