Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface LayoutRevision

All Superinterfaces:
AuditedModel, BaseModel<LayoutRevision>, ClassedModel, Cloneable, Comparable<LayoutRevision>, GroupedModel, LayoutRevisionModel, PersistedModel, 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.

See Also:
LayoutRevisionModel, LayoutRevisionImpl, LayoutRevisionModelImpl

Method Summary
 List<LayoutRevision> getChildren()
           
 ColorScheme getColorScheme()
           
 String getCssText()
           
 String getHTMLTitle(Locale locale)
           
 String getHTMLTitle(String localeLanguageId)
           
 LayoutBranch getLayoutBranch()
           
 LayoutSet getLayoutSet()
           
 Theme getTheme()
           
 String getTypeSettings()
          Returns the type settings of this layout revision.
 UnicodeProperties getTypeSettingsProperties()
           
 ColorScheme getWapColorScheme()
           
 Theme getWapTheme()
           
 boolean hasChildren()
           
 boolean isInheritLookAndFeel()
           
 boolean isInheritWapLookAndFeel()
           
 void setTypeSettings(String typeSettings)
          Sets the type settings of this layout revision.
 void setTypeSettingsProperties(UnicodeProperties typeSettingsProperties)
           
 
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, 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

getTheme

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

getTypeSettings

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(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)

Liferay 6.1.2-ce-ga3