Liferay 7.0-ce-b4

com.liferay.portlet.documentlibrary
Class DLGroupServiceSettings

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

public class DLGroupServiceSettings
extends Object


Constructor Summary
DLGroupServiceSettings(Settings settings)
           
 
Method Summary
 LocalizedValuesMap getEmailFileEntryAddedBody()
           
 String getEmailFileEntryAddedBodyXml()
           
 LocalizedValuesMap getEmailFileEntryAddedSubject()
           
 String getEmailFileEntryAddedSubjectXml()
           
 LocalizedValuesMap getEmailFileEntryUpdatedBody()
           
 String getEmailFileEntryUpdatedBodyXml()
           
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLGroupServiceSettings

public DLGroupServiceSettings(Settings settings)
Method Detail

getInstance

public static DLGroupServiceSettings getInstance(long groupId)
                                          throws PortalException
Throws:
PortalException

getInstance

public static DLGroupServiceSettings getInstance(long groupId,
                                                 Map<String,String[]> parameterMap)
                                          throws PortalException
Throws:
PortalException

getEmailFileEntryAddedBody

public LocalizedValuesMap getEmailFileEntryAddedBody()

getEmailFileEntryAddedBodyXml

public String getEmailFileEntryAddedBodyXml()

getEmailFileEntryAddedSubject

public LocalizedValuesMap getEmailFileEntryAddedSubject()

getEmailFileEntryAddedSubjectXml

public String getEmailFileEntryAddedSubjectXml()

getEmailFileEntryUpdatedBody

public LocalizedValuesMap getEmailFileEntryUpdatedBody()

getEmailFileEntryUpdatedBodyXml

public String getEmailFileEntryUpdatedBodyXml()

getEmailFileEntryUpdatedSubject

public 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-ce-b4