Liferay 7.0-ga1 portal-impl

com.liferay.portlet.documentlibrary
Class DLGroupServiceSettings

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.DLGroupServiceSettings

public class DLGroupServiceSettings
extends Object


Constructor Summary
DLGroupServiceSettings(com.liferay.portal.kernel.settings.Settings settings)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLGroupServiceSettings

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

getInstance

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

getInstance

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

getEmailFileEntryAddedBody

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

getEmailFileEntryAddedBodyXml

public String getEmailFileEntryAddedBodyXml()

getEmailFileEntryAddedSubject

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

getEmailFileEntryAddedSubjectXml

public String getEmailFileEntryAddedSubjectXml()

getEmailFileEntryUpdatedBody

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

getEmailFileEntryUpdatedBodyXml

public String getEmailFileEntryUpdatedBodyXml()

getEmailFileEntryUpdatedSubject

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

getEmailFileEntryUpdatedSubjectXml

public String getEmailFileEntryUpdatedSubjectXml()

getEmailFromAddress

public String getEmailFromAddress()

getEmailFromName

public String getEmailFromName()

isEmailFileEntryAddedEnabled

public boolean isEmailFileEntryAddedEnabled()

isEmailFileEntryUpdatedEnabled

public boolean isEmailFileEntryUpdatedEnabled()

isShowHiddenMountFolders

public boolean isShowHiddenMountFolders()

Liferay 7.0-ga1 portal-impl