Liferay 7.0-ce-m2

com.liferay.portlet.bookmarks
Class BookmarksSettings

java.lang.Object
  extended by com.liferay.portlet.bookmarks.BookmarksSettings

public class BookmarksSettings
extends Object


Field Summary
static String[] ALL_KEYS
           
 
Constructor Summary
BookmarksSettings(Settings settings)
           
 
Method Summary
 LocalizedValuesMap getEmailEntryAddedBody()
           
 String getEmailEntryAddedBodyXml()
           
 LocalizedValuesMap getEmailEntryAddedSubject()
           
 String getEmailEntryAddedSubjectXml()
           
 LocalizedValuesMap getEmailEntryUpdatedBody()
           
 String getEmailEntryUpdatedBodyXml()
           
 LocalizedValuesMap getEmailEntryUpdatedSubject()
           
 String getEmailEntryUpdatedSubjectXml()
           
 String getEmailFromAddress()
           
 String getEmailFromName()
           
 int getEntriesPerPage()
           
 String[] getEntryColumns()
           
 String[] getFolderColumns()
           
 int getFoldersPerPage()
           
static BookmarksSettings getInstance(long groupId)
           
static BookmarksSettings getInstance(long groupId, Map<String,String[]> parameterMap)
           
 long getRootFolderId()
           
 boolean isEmailEntryAddedEnabled()
           
 boolean isEmailEntryUpdatedEnabled()
           
 boolean isEnableRelatedAssets()
           
 boolean isShowFoldersSearch()
           
 boolean isShowSubfolders()
           
 
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

BookmarksSettings

public BookmarksSettings(Settings settings)
Method Detail

getInstance

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

getInstance

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

getEmailEntryAddedBody

public LocalizedValuesMap getEmailEntryAddedBody()

getEmailEntryAddedBodyXml

public String getEmailEntryAddedBodyXml()

getEmailEntryAddedSubject

public LocalizedValuesMap getEmailEntryAddedSubject()

getEmailEntryAddedSubjectXml

public String getEmailEntryAddedSubjectXml()

getEmailEntryUpdatedBody

public LocalizedValuesMap getEmailEntryUpdatedBody()

getEmailEntryUpdatedBodyXml

public String getEmailEntryUpdatedBodyXml()

getEmailEntryUpdatedSubject

public LocalizedValuesMap getEmailEntryUpdatedSubject()

getEmailEntryUpdatedSubjectXml

public String getEmailEntryUpdatedSubjectXml()

getEmailFromAddress

public String getEmailFromAddress()

getEmailFromName

public String getEmailFromName()

getEntriesPerPage

public int getEntriesPerPage()

getEntryColumns

public String[] getEntryColumns()

getFolderColumns

public String[] getFolderColumns()

getFoldersPerPage

public int getFoldersPerPage()

getRootFolderId

public long getRootFolderId()

isEmailEntryAddedEnabled

public boolean isEmailEntryAddedEnabled()

isEmailEntryUpdatedEnabled

public boolean isEmailEntryUpdatedEnabled()

isEnableRelatedAssets

public boolean isEnableRelatedAssets()

isShowFoldersSearch

public boolean isShowFoldersSearch()

isShowSubfolders

public boolean isShowSubfolders()

Liferay 7.0-ce-m2