Liferay 7.0-ce-m3

com.liferay.portlet.documentlibrary
Class DLSettings

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

public class DLSettings
extends Object


Field Summary
static String[] ALL_KEYS
           
 
Constructor Summary
DLSettings(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 DLSettings getInstance(long groupId)
           
static DLSettings 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
 

Field Detail

ALL_KEYS

public static final String[] ALL_KEYS
Constructor Detail

DLSettings

public DLSettings(Settings settings)
Method Detail

getInstance

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

getInstance

public static DLSettings 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-m3