Liferay 7.0-ce-b4

com.liferay.portal.model.impl
Class LayoutTypeURLImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.LayoutTypeImpl
      extended by com.liferay.portal.model.impl.LayoutTypePortletImpl
          extended by com.liferay.portal.model.impl.LayoutTypeURLImpl
All Implemented Interfaces:
LayoutType, LayoutTypePortlet, Serializable

public class LayoutTypeURLImpl
extends LayoutTypePortletImpl

See Also:
Serialized Form

Constructor Summary
LayoutTypeURLImpl(Layout layout, LayoutTypeController layoutTypeController, LayoutTypeAccessPolicy layoutTypeAccessPolicy)
           
 
Method Summary
 String getURL(Map<String,String> variables)
           
protected  boolean hasViewPermission()
           
 
Methods inherited from class com.liferay.portal.model.impl.LayoutTypePortletImpl
addModeAboutPortletId, addModeConfigPortletId, addModeEditDefaultsPortletId, addModeEditGuestPortletId, addModeEditPortletId, addModeHelpPortletId, addModePreviewPortletId, addModePrintPortletId, addNestedColumn, addPortletId, addPortletId, addPortletId, addPortletId, addPortletId, addPortletIds, addPortletIds, addStateMaxPortletId, addStateMinPortletId, addStaticPortlets, copyPreferences, copyResourcePermissions, getAllPortlets, getAllPortlets, getAllPortlets, getColumn, getColumns, getColumnValue, getCompanyId, getDefaultLayoutTypePortletImpl, getEmbeddedPortlets, getExplicitlyAddedPortlets, getLayoutSetPrototypeLayout, getLayoutSetPrototypeLayoutProperty, getLayoutTemplate, getLayoutTemplateId, getModeAbout, getModeConfig, getModeEdit, getModeEditDefaults, getModeEditGuest, getModeHelp, getModePreview, getModePrint, getNestedColumns, getNumOfColumns, getPlid, getPortalPreferences, getPortletIds, getPortlets, getStateMax, getStateMaxPortletId, getStateMin, getStaticPortletIds, getStaticPortlets, getThemeId, getUserPreference, hasDefaultScopePortletId, hasModeAboutPortletId, hasModeConfigPortletId, hasModeEditDefaultsPortletId, hasModeEditGuestPortletId, hasModeEditPortletId, hasModeHelpPortletId, hasModePreviewPortletId, hasModePrintPortletId, hasModeViewPortletId, hasNonstaticPortletId, hasNonstaticPortletId, hasPortletId, hasPortletId, hasStateMax, hasStateMaxPortletId, hasStateMin, hasStateMinPortletId, hasStateNormalPortletId, hasStaticPortletId, hasUpdatePermission, hasUserPreferences, isCacheable, isColumnCustomizable, isColumnDisabled, isCustomizable, isCustomizedView, isDefaultUpdated, isLayoutSetPrototype, isPortletCustomizable, isPortletEmbedded, movePortletId, onRemoveFromLayout, removeModeAboutPortletId, removeModeConfigPortletId, removeModeEditDefaultsPortletId, removeModeEditGuestPortletId, removeModeEditPortletId, removeModeHelpPortletId, removeModePreviewPortletId, removeModePrintPortletId, removeModesPortletId, removeNestedColumns, removePortletId, removePortletId, removeStateMaxPortletId, removeStateMinPortletId, removeStatesPortletId, reorganizePortlets, resetModes, resetStates, resetUserPreferences, setCustomizedView, setLayoutTemplateId, setLayoutTemplateId, setModeAbout, setModeConfig, setModeEdit, setModeEditDefaults, setModeEditGuest, setModeHelp, setModePreview, setModePrint, setPortalPreferences, setStateMax, setStateMin, setUpdatePermission, setUserPreference
 
Methods inherited from class com.liferay.portal.model.impl.LayoutTypeImpl
getConfigurationActionDelete, getConfigurationActionUpdate, getDefaultURL, getLayout, getLayoutTypeAccessPolicy, getLayoutTypeController, getTypeSettingsProperties, getTypeSettingsProperty, getTypeSettingsProperty, isBrowsable, isFirstPageable, isParentable, isSitemapable, isURLFriendliable, replaceVariables, setLayout, setTypeSettingsProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.LayoutType
getConfigurationActionDelete, getConfigurationActionUpdate, getLayout, getLayoutTypeAccessPolicy, getLayoutTypeController, getTypeSettingsProperties, getTypeSettingsProperty, getTypeSettingsProperty, isBrowsable, isFirstPageable, isParentable, isSitemapable, isURLFriendliable, setLayout, setTypeSettingsProperty
 

Constructor Detail

LayoutTypeURLImpl

public LayoutTypeURLImpl(Layout layout,
                         LayoutTypeController layoutTypeController,
                         LayoutTypeAccessPolicy layoutTypeAccessPolicy)
Method Detail

getURL

public String getURL(Map<String,String> variables)
Specified by:
getURL in interface LayoutType
Overrides:
getURL in class LayoutTypeImpl

hasViewPermission

protected boolean hasViewPermission()

Liferay 7.0-ce-b4