Liferay 7.0-ce-m3

com.liferay.portlet.documentlibrary
Class DLPortletInstanceSettings

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

public class DLPortletInstanceSettings
extends Object


Field Summary
static String[] ALL_KEYS
           
 
Constructor Summary
DLPortletInstanceSettings(Settings settings)
           
 
Method Summary
 long getDefaultFolderId()
           
 String[] getDisplayViews()
           
 int getEntriesPerPage()
           
 String[] getEntryColumns()
           
 int getFileEntriesPerPage()
           
 String[] getFileEntryColumns()
           
 String[] getFolderColumns()
           
 int getFoldersPerPage()
           
static DLPortletInstanceSettings getInstance(Layout layout, String portletId)
           
static DLPortletInstanceSettings getInstance(Layout layout, String portletId, Map<String,String[]> parameterMap)
           
 String[] getMimeTypes()
           
 long getRootFolderId()
           
 boolean isEnableCommentRatings()
           
 boolean isEnableFileEntryDrafts()
           
 boolean isEnableRatings()
           
 boolean isEnableRelatedAssets()
           
 boolean isShowActions()
           
 boolean isShowFolderMenu()
           
 boolean isShowFoldersSearch()
           
 boolean isShowSubfolders()
           
 boolean isShowTabs()
           
 
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

DLPortletInstanceSettings

public DLPortletInstanceSettings(Settings settings)
Method Detail

getInstance

public static DLPortletInstanceSettings getInstance(Layout layout,
                                                    String portletId)
                                             throws PortalException
Throws:
PortalException

getInstance

public static DLPortletInstanceSettings getInstance(Layout layout,
                                                    String portletId,
                                                    Map<String,String[]> parameterMap)
                                             throws PortalException
Throws:
PortalException

getDefaultFolderId

public long getDefaultFolderId()

getDisplayViews

public String[] getDisplayViews()

getEntriesPerPage

public int getEntriesPerPage()

getEntryColumns

public String[] getEntryColumns()

getFileEntriesPerPage

public int getFileEntriesPerPage()

getFileEntryColumns

public String[] getFileEntryColumns()

getFolderColumns

public String[] getFolderColumns()

getFoldersPerPage

public int getFoldersPerPage()

getMimeTypes

public String[] getMimeTypes()

getRootFolderId

public long getRootFolderId()

isEnableCommentRatings

public boolean isEnableCommentRatings()

isEnableFileEntryDrafts

public boolean isEnableFileEntryDrafts()

isEnableRatings

public boolean isEnableRatings()

isEnableRelatedAssets

public boolean isEnableRelatedAssets()

isShowActions

public boolean isShowActions()

isShowFolderMenu

public boolean isShowFolderMenu()

isShowFoldersSearch

public boolean isShowFoldersSearch()

isShowSubfolders

public boolean isShowSubfolders()

isShowTabs

public boolean isShowTabs()

Liferay 7.0-ce-m3