| com.liferay.portal.model.Layout
All known Subclasses: com.liferay.portal.model.impl.LayoutImpl,
Layout | public interface Layout extends LayoutModel(Code) | | View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface is a model that represents the Layout table
in the database.
Customize com.liferay.portal.service.model.impl.LayoutImpl
and rerun the ServiceBuilder to generate the new methods.
author: Brian Wing Shun Chan See Also: com.liferay.portal.service.model.LayoutModel See Also: com.liferay.portal.service.model.impl.LayoutImpl See Also: com.liferay.portal.service.model.impl.LayoutModelImpl |
getAncestorLayoutId | public long getAncestorLayoutId()(Code) | | |
getAncestorPlid | public long getAncestorPlid()(Code) | | |
isFirstChild | public boolean isFirstChild()(Code) | | |
isFirstParent | public boolean isFirstParent()(Code) | | |
isInheritLookAndFeel | public boolean isInheritLookAndFeel()(Code) | | |
isInheritWapLookAndFeel | public boolean isInheritWapLookAndFeel()(Code) | | |
isRootLayout | public boolean isRootLayout()(Code) | | |
isShared | public boolean isShared()(Code) | | |
|
|