Liferay 7.0-ce-m2

com.liferay.portal.model
Interface LayoutType

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

@ProviderType
public interface LayoutType
extends Serializable


Method Summary
 String[] getConfigurationActionDelete()
           
 String[] getConfigurationActionUpdate()
           
 Layout getLayout()
           
 LayoutTypeController getLayoutTypeController()
           
 UnicodeProperties getTypeSettingsProperties()
           
 String getTypeSettingsProperty(String key)
           
 String getTypeSettingsProperty(String key, String defaultValue)
           
 String getURL(Map<String,String> variables)
           
 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()

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)

isFirstPageable

boolean isFirstPageable()

isParentable

boolean isParentable()

isSitemapable

boolean isSitemapable()

isURLFriendliable

boolean isURLFriendliable()

setLayout

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-m2