com.liferay.portal.model
Interface LayoutRevision
- All Superinterfaces:
- AuditedModel, BaseModel<LayoutRevision>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<LayoutRevision>, GroupedModel, LayoutRevisionModel, PersistedModel, java.io.Serializable, WorkflowedModel
- All Known Implementing Classes:
- LayoutRevisionWrapper
public interface LayoutRevision
- extends LayoutRevisionModel, PersistedModel
The extended model interface for the LayoutRevision service. Represents a row in the "LayoutRevision" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
LayoutRevisionModel,
LayoutRevisionImpl,
LayoutRevisionModelImpl- Generated:
| Methods inherited from interface com.liferay.portal.model.LayoutRevisionModel |
clone, compareTo, getApproved, getColorSchemeId, getCompanyId, getCreateDate, getCss, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getGroupId, getHead, getIconImage, getIconImageId, getKeywords, getKeywords, getKeywords, getKeywords, getKeywords, getKeywordsCurrentLanguageId, getKeywordsCurrentValue, getKeywordsMap, getLayoutBranchId, getLayoutRevisionId, getLayoutSetBranchId, getMajor, getModifiedDate, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getParentLayoutRevisionId, getPlid, getPrimaryKey, getPrimaryKeyObj, getPrivateLayout, getRobots, getRobots, getRobots, getRobots, getRobots, getRobotsCurrentLanguageId, getRobotsCurrentValue, getRobotsMap, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getThemeId, getTitle, getTitle, getTitle, getTitle, getTitle, getTitleCurrentLanguageId, getTitleCurrentValue, getTitleMap, getUserId, getUserName, getUserUuid, getWapColorSchemeId, getWapThemeId, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isHead, isIconImage, isInactive, isIncomplete, isMajor, isNew, isPending, isPrivateLayout, isScheduled, prepareLocalizedFieldsForImport, setCachedModel, setColorSchemeId, setCompanyId, setCreateDate, setCss, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setGroupId, setHead, setIconImage, setIconImageId, setKeywords, setKeywords, setKeywords, setKeywordsCurrentLanguageId, setKeywordsMap, setKeywordsMap, setLayoutBranchId, setLayoutRevisionId, setLayoutSetBranchId, setMajor, setModifiedDate, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setNew, setParentLayoutRevisionId, setPlid, setPrimaryKey, setPrimaryKeyObj, setPrivateLayout, setRobots, setRobots, setRobots, setRobotsCurrentLanguageId, setRobotsMap, setRobotsMap, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setThemeId, setTitle, setTitle, setTitle, setTitleCurrentLanguageId, setTitleMap, setTitleMap, setUserId, setUserName, setUserUuid, setWapColorSchemeId, setWapThemeId, toCacheModel, toEscapedModel, toString, toXmlString |
getChildren
java.util.List<LayoutRevision> getChildren()
throws SystemException
- Throws:
SystemException
getColorScheme
ColorScheme getColorScheme()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getCssText
java.lang.String getCssText()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getHTMLTitle
java.lang.String getHTMLTitle(java.util.Locale locale)
getHTMLTitle
java.lang.String getHTMLTitle(java.lang.String localeLanguageId)
getLayoutBranch
LayoutBranch getLayoutBranch()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getLayoutSet
LayoutSet getLayoutSet()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getTheme
Theme getTheme()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getTypeSettings
java.lang.String getTypeSettings()
- Description copied from interface:
LayoutRevisionModel
- Returns the type settings of this layout revision.
- Specified by:
getTypeSettings in interface LayoutRevisionModel
- Returns:
- the type settings of this layout revision
getTypeSettingsProperties
UnicodeProperties getTypeSettingsProperties()
getWapColorScheme
ColorScheme getWapColorScheme()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getWapTheme
Theme getWapTheme()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
hasChildren
boolean hasChildren()
throws SystemException
- Throws:
SystemException
isInheritLookAndFeel
boolean isInheritLookAndFeel()
isInheritWapLookAndFeel
boolean isInheritWapLookAndFeel()
setTypeSettings
void setTypeSettings(java.lang.String typeSettings)
- Description copied from interface:
LayoutRevisionModel
- Sets the type settings of this layout revision.
- Specified by:
setTypeSettings in interface LayoutRevisionModel
- Parameters:
typeSettings - the type settings of this layout revision
setTypeSettingsProperties
void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)