Liferay 7.0-ce-b4

com.liferay.portal.model
Interface LayoutType

All Superinterfaces:
Serializable
All Known Subinterfaces:
LayoutTypePortlet
All Known Implementing Classes:
LayoutTypeImpl, LayoutTypePortletImpl, LayoutTypeURLImpl

@ProviderType
public interface LayoutType
extends Serializable


Method Summary
 String[] getConfigurationActionDelete()
           
 String[] getConfigurationActionUpdate()
           
 Layout getLayout()
           
 LayoutTypeAccessPolicy getLayoutTypeAccessPolicy()
           
 LayoutTypeController getLayoutTypeController()
           
 UnicodeProperties getTypeSettingsProperties()
           
 String getTypeSettingsProperty(String key)
           
 String getTypeSettingsProperty(String key, String defaultValue)
           
 String getURL(Map<String,String> variables)
           
 boolean isBrowsable()
           
 boolean isFirstPageable()
           
 boolean isParentable()
           
 boolean isSitemapable()
           
 boolean isURLFriendliable()
           
 void setLayout(Layout layout)
          Deprecated. As of 7.0.0, with no direct replacement
 void setTypeSettingsProperty(String key, String value)
           
 

Method Detail

getConfigurationActionDelete

String[] getConfigurationActionDelete()

getConfigurationActionUpdate

String[] getConfigurationActionUpdate()

getLayout

Layout getLayout()

getLayoutTypeAccessPolicy

LayoutTypeAccessPolicy getLayoutTypeAccessPolicy()

getLayoutTypeController

LayoutTypeController getLayoutTypeController()

getTypeSettingsProperties

UnicodeProperties getTypeSettingsProperties()

getTypeSettingsProperty

String getTypeSettingsProperty(String key)

getTypeSettingsProperty

String getTypeSettingsProperty(String key,
                               String defaultValue)

getURL

String getURL(Map<String,String> variables)

isBrowsable

boolean isBrowsable()

isFirstPageable

boolean isFirstPageable()

isParentable

boolean isParentable()

isSitemapable

boolean isSitemapable()

isURLFriendliable

boolean isURLFriendliable()

setLayout

@Deprecated
void setLayout(Layout layout)
Deprecated. As of 7.0.0, with no direct replacement


setTypeSettingsProperty

void setTypeSettingsProperty(String key,
                             String value)

Liferay 7.0-ce-b4