Package com.liferay.portal.kernel.model
Interface LayoutRevision
- All Superinterfaces:
AuditedModel
,BaseModel<LayoutRevision>
,ClassedModel
,Cloneable
,Comparable<LayoutRevision>
,GroupedModel
,LayoutRevisionModel
,LocalizedModel
,MVCCModel
,PersistedModel
,Serializable
,ShardedModel
,WorkflowedModel
- All Known Implementing Classes:
LayoutRevisionWrapper
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:
- {$generated.description}
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetBreadcrumb
(Locale locale) getGroup()
getHTMLTitle
(String localeLanguageId) getHTMLTitle
(Locale locale) boolean
getRegularURL
(javax.servlet.http.HttpServletRequest httpServletRequest) getTheme()
getThemeSetting
(String key, String device) getTypeSettingsProperty
(String key, String defaultValue) boolean
boolean
boolean
boolean
boolean
void
setTypeSettingsProperties
(UnicodeProperties typeSettingsUnicodeProperties) Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.LayoutRevisionModel
cloneWithOriginalValues, getAvailableLanguageIds, getColorSchemeId, getCompanyId, getCreateDate, getCss, getDefaultLanguageId, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getGroupId, getHead, getIconImageId, getKeywords, getKeywords, getKeywords, getKeywords, getKeywords, getKeywordsCurrentLanguageId, getKeywordsCurrentValue, getKeywordsMap, getLayoutBranchId, getLayoutRevisionId, getLayoutSetBranchId, getMajor, getModifiedDate, getMvccVersion, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getParentLayoutRevisionId, getPlid, getPrimaryKey, getPrivateLayout, getRobots, getRobots, getRobots, getRobots, getRobots, getRobotsCurrentLanguageId, getRobotsCurrentValue, getRobotsMap, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getThemeId, getTitle, getTitle, getTitle, getTitle, getTitle, getTitleCurrentLanguageId, getTitleCurrentValue, getTitleMap, getTypeSettings, getUserId, getUserName, getUserUuid, isApproved, isDenied, isDraft, isExpired, isHead, isInactive, isIncomplete, isMajor, isPending, isPrivateLayout, isScheduled, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setColorSchemeId, setCompanyId, setCreateDate, setCss, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setGroupId, setHead, setIconImageId, setKeywords, setKeywords, setKeywords, setKeywordsCurrentLanguageId, setKeywordsMap, setKeywordsMap, setLayoutBranchId, setLayoutRevisionId, setLayoutSetBranchId, setMajor, setModifiedDate, setMvccVersion, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setParentLayoutRevisionId, setPlid, setPrimaryKey, setPrivateLayout, setRobots, setRobots, setRobots, setRobotsCurrentLanguageId, setRobotsMap, setRobotsMap, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setThemeId, setTitle, setTitle, setTitle, setTitleCurrentLanguageId, setTitleMap, setTitleMap, setTypeSettings, setUserId, setUserName, setUserUuid, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
LAYOUT_REVISION_ID_ACCESSOR
-
-
Method Details
-
getBreadcrumb
- Throws:
PortalException
-
getChildren
List<LayoutRevision> getChildren() -
getColorScheme
- Throws:
PortalException
-
getCssText
- Throws:
PortalException
-
getGroup
Group getGroup() -
getHTMLTitle
-
getHTMLTitle
-
getIconImage
boolean getIconImage() -
getLayoutBranch
- Throws:
PortalException
-
getLayoutSet
- Throws:
PortalException
-
getRegularURL
String getRegularURL(javax.servlet.http.HttpServletRequest httpServletRequest) throws PortalException - Throws:
PortalException
-
getTarget
String getTarget() -
getTheme
- Throws:
PortalException
-
getThemeSetting
-
getTypeSettingsProperties
UnicodeProperties getTypeSettingsProperties() -
getTypeSettingsProperty
-
getTypeSettingsProperty
-
hasChildren
boolean hasChildren() -
isContentDisplayPage
boolean isContentDisplayPage() -
isCustomizable
- Throws:
PortalException
-
isIconImage
boolean isIconImage() -
isInheritLookAndFeel
boolean isInheritLookAndFeel() -
setTypeSettingsProperties
-