Liferay 6.2.0

com.liferay.portal.model
Interface LayoutRevision

All Superinterfaces:
AuditedModel, BaseModel<LayoutRevision>, ClassedModel, Cloneable, Comparable<LayoutRevision>, GroupedModel, LayoutRevisionModel, PersistedModel, Serializable, WorkflowedModel
All Known Implementing Classes:
LayoutRevisionBaseImpl, LayoutRevisionImpl, LayoutRevisionWrapper

@ProviderType
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.

See Also:
LayoutRevisionModel, LayoutRevisionImpl, LayoutRevisionModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
abstract  List<LayoutRevision> getChildren()
           
abstract  ColorScheme getColorScheme()
           
abstract  String getCssText()
           
abstract  String getHTMLTitle(Locale locale)
           
abstract  String getHTMLTitle(String localeLanguageId)
           
abstract  LayoutBranch getLayoutBranch()
           
abstract  LayoutSet getLayoutSet()
           
abstract  String getRegularURL(javax.servlet.http.HttpServletRequest request)
           
abstract  Theme getTheme()
           
abstract  String getThemeSetting(String key, String device)
           
abstract  UnicodeProperties getTypeSettingsProperties()
           
abstract  String getTypeSettingsProperty(String key)
           
abstract  String getTypeSettingsProperty(String key, String defaultValue)
           
abstract  ColorScheme getWapColorScheme()
           
abstract  Theme getWapTheme()
           
abstract  boolean hasChildren()
           
abstract  boolean isContentDisplayPage()
           
abstract  boolean isInheritLookAndFeel()
           
abstract  boolean isInheritWapLookAndFeel()
           
abstract  void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 
Methods inherited from interface com.liferay.portal.model.LayoutRevisionModel
clone, compareTo, getApproved, getAvailableLanguageIds, getColorSchemeId, getCompanyId, getCreateDate, getCss, getDefaultLanguageId, 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, getTypeSettings, getUserId, getUserName, getUserUuid, getWapColorSchemeId, getWapThemeId, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isHead, isIconImage, isInactive, isIncomplete, isMajor, isNew, isPending, isPrivateLayout, isScheduled, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setCachedModel, setColorSchemeId, setCompanyId, setCreateDate, setCss, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setExpandoBridgeAttributes, 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, setTypeSettings, setUserId, setUserName, setUserUuid, setWapColorSchemeId, setWapThemeId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getChildren

List<LayoutRevision> getChildren()
                                 throws SystemException
Throws:
SystemException

getColorScheme

ColorScheme getColorScheme()
                           throws PortalException,
                                  SystemException
Throws:
PortalException
SystemException

getCssText

String getCssText()
                  throws PortalException,
                         SystemException
Throws:
PortalException
SystemException

getHTMLTitle

String getHTMLTitle(Locale locale)

getHTMLTitle

String getHTMLTitle(String localeLanguageId)

getLayoutBranch

LayoutBranch getLayoutBranch()
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

getLayoutSet

LayoutSet getLayoutSet()
                       throws PortalException,
                              SystemException
Throws:
PortalException
SystemException

getRegularURL

String getRegularURL(javax.servlet.http.HttpServletRequest request)
                     throws PortalException,
                            SystemException
Throws:
PortalException
SystemException

getTheme

Theme getTheme()
               throws PortalException,
                      SystemException
Throws:
PortalException
SystemException

getThemeSetting

String getThemeSetting(String key,
                       String device)

getTypeSettingsProperties

UnicodeProperties getTypeSettingsProperties()

getTypeSettingsProperty

String getTypeSettingsProperty(String key)

getTypeSettingsProperty

String getTypeSettingsProperty(String key,
                               String defaultValue)

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

isContentDisplayPage

boolean isContentDisplayPage()

isInheritLookAndFeel

boolean isInheritLookAndFeel()

isInheritWapLookAndFeel

boolean isInheritWapLookAndFeel()

setTypeSettingsProperties

void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)

Liferay 6.2.0