public class DLGroupServiceSettings
extends Object
Constructor and Description |
---|
DLGroupServiceSettings(com.liferay.portal.kernel.settings.Settings settings) |
Modifier and Type | Method and Description |
---|---|
com.liferay.portal.kernel.settings.LocalizedValuesMap |
getEmailFileEntryAddedBody() |
String |
getEmailFileEntryAddedBodyXml() |
com.liferay.portal.kernel.settings.LocalizedValuesMap |
getEmailFileEntryAddedSubject() |
String |
getEmailFileEntryAddedSubjectXml() |
com.liferay.portal.kernel.settings.LocalizedValuesMap |
getEmailFileEntryUpdatedBody() |
String |
getEmailFileEntryUpdatedBodyXml() |
com.liferay.portal.kernel.settings.LocalizedValuesMap |
getEmailFileEntryUpdatedSubject() |
String |
getEmailFileEntryUpdatedSubjectXml() |
String |
getEmailFromAddress() |
String |
getEmailFromName() |
static DLGroupServiceSettings |
getInstance(long groupId) |
static DLGroupServiceSettings |
getInstance(long groupId,
Map<String,String[]> parameterMap) |
boolean |
isEmailFileEntryAddedEnabled() |
boolean |
isEmailFileEntryUpdatedEnabled() |
boolean |
isShowHiddenMountFolders() |
static void |
registerSettingsMetadata() |
public DLGroupServiceSettings(com.liferay.portal.kernel.settings.Settings settings)
public static DLGroupServiceSettings getInstance(long groupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static DLGroupServiceSettings 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 getEmailFileEntryAddedBody()
public String getEmailFileEntryAddedBodyXml()
public com.liferay.portal.kernel.settings.LocalizedValuesMap getEmailFileEntryAddedSubject()
public String getEmailFileEntryAddedSubjectXml()
public com.liferay.portal.kernel.settings.LocalizedValuesMap getEmailFileEntryUpdatedBody()
public String getEmailFileEntryUpdatedBodyXml()
public com.liferay.portal.kernel.settings.LocalizedValuesMap getEmailFileEntryUpdatedSubject()
public String getEmailFileEntryUpdatedSubjectXml()
public String getEmailFromAddress()
public String getEmailFromName()
public boolean isEmailFileEntryAddedEnabled()
public boolean isEmailFileEntryUpdatedEnabled()
public boolean isShowHiddenMountFolders()