|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<LayoutRevision>
com.liferay.portal.model.impl.LayoutRevisionModelImpl
@JSON(strict=true) @ProviderType public class LayoutRevisionModelImpl
The base model implementation for the LayoutRevision service. Represents a row in the "LayoutRevision" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface LayoutRevisionModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in LayoutRevisionImpl.
LayoutRevisionImpl,
LayoutRevision,
LayoutRevisionModel,
Serialized Form| Field Summary | |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
HEAD_COLUMN_BITMASK
|
static long |
LAYOUTBRANCHID_COLUMN_BITMASK
|
static long |
LAYOUTSETBRANCHID_COLUMN_BITMASK
|
static long |
LOCK_EXPIRATION_TIME
|
static long |
MODIFIEDDATE_COLUMN_BITMASK
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static long |
PARENTLAYOUTREVISIONID_COLUMN_BITMASK
|
static long |
PLID_COLUMN_BITMASK
|
static String |
SESSION_FACTORY
|
static long |
STATUS_COLUMN_BITMASK
|
static Object[][] |
TABLE_COLUMNS
|
static Map<String,Integer> |
TABLE_COLUMNS_MAP
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
LayoutRevisionModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(LayoutRevision layoutRevision)
|
boolean |
equals(Object obj)
|
String[] |
getAvailableLanguageIds()
|
String |
getColorSchemeId()
Returns the color scheme ID of this layout revision. |
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this layout revision. |
Date |
getCreateDate()
Returns the create date of this layout revision. |
String |
getCss()
Returns the css of this layout revision. |
String |
getDefaultLanguageId()
|
String |
getDescription()
Returns the description of this layout revision. |
String |
getDescription(Locale locale)
Returns the localized description of this layout revision in the language. |
String |
getDescription(Locale locale,
boolean useDefault)
Returns the localized description of this layout revision in the language, optionally using the default language if no localization exists for the requested language. |
String |
getDescription(String languageId)
Returns the localized description of this layout revision in the language. |
String |
getDescription(String languageId,
boolean useDefault)
Returns the localized description of this layout revision in the language, optionally using the default language if no localization exists for the requested language. |
String |
getDescriptionCurrentLanguageId()
|
String |
getDescriptionCurrentValue()
|
Map<Locale,String> |
getDescriptionMap()
Returns a map of the locales and localized descriptions of this layout revision. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this layout revision. |
boolean |
getHead()
Returns the head of this layout revision. |
long |
getIconImageId()
Returns the icon image ID of this layout revision. |
String |
getKeywords()
Returns the keywords of this layout revision. |
String |
getKeywords(Locale locale)
Returns the localized keywords of this layout revision in the language. |
String |
getKeywords(Locale locale,
boolean useDefault)
Returns the localized keywords of this layout revision in the language, optionally using the default language if no localization exists for the requested language. |
String |
getKeywords(String languageId)
Returns the localized keywords of this layout revision in the language. |
String |
getKeywords(String languageId,
boolean useDefault)
Returns the localized keywords of this layout revision in the language, optionally using the default language if no localization exists for the requested language. |
String |
getKeywordsCurrentLanguageId()
|
String |
getKeywordsCurrentValue()
|
Map<Locale,String> |
getKeywordsMap()
Returns a map of the locales and localized keywordses of this layout revision. |
long |
getLayoutBranchId()
Returns the layout branch ID of this layout revision. |
long |
getLayoutRevisionId()
Returns the layout revision ID of this layout revision. |
long |
getLayoutSetBranchId()
Returns the layout set branch ID of this layout revision. |
boolean |
getMajor()
Returns the major of this layout revision. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this layout revision. |
long |
getMvccVersion()
Returns the mvcc version of this layout revision. |
String |
getName()
Returns the name of this layout revision. |
String |
getName(Locale locale)
Returns the localized name of this layout revision in the language. |
String |
getName(Locale locale,
boolean useDefault)
Returns the localized name of this layout revision in the language, optionally using the default language if no localization exists for the requested language. |
String |
getName(String languageId)
Returns the localized name of this layout revision in the language. |
String |
getName(String languageId,
boolean useDefault)
Returns the localized name of this layout revision in the language, optionally using the default language if no localization exists for the requested language. |
String |
getNameCurrentLanguageId()
|
String |
getNameCurrentValue()
|
Map<Locale,String> |
getNameMap()
Returns a map of the locales and localized names of this layout revision. |
boolean |
getOriginalHead()
|
long |
getOriginalLayoutBranchId()
|
long |
getOriginalLayoutSetBranchId()
|
long |
getOriginalParentLayoutRevisionId()
|
long |
getOriginalPlid()
|
int |
getOriginalStatus()
|
long |
getParentLayoutRevisionId()
Returns the parent layout revision ID of this layout revision. |
long |
getPlid()
Returns the plid of this layout revision. |
long |
getPrimaryKey()
Returns the primary key of this layout revision. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
boolean |
getPrivateLayout()
Returns the private layout of this layout revision. |
String |
getRobots()
Returns the robots of this layout revision. |
String |
getRobots(Locale locale)
Returns the localized robots of this layout revision in the language. |
String |
getRobots(Locale locale,
boolean useDefault)
Returns the localized robots of this layout revision in the language, optionally using the default language if no localization exists for the requested language. |
String |
getRobots(String languageId)
Returns the localized robots of this layout revision in the language. |
String |
getRobots(String languageId,
boolean useDefault)
Returns the localized robots of this layout revision in the language, optionally using the default language if no localization exists for the requested language. |
String |
getRobotsCurrentLanguageId()
|
String |
getRobotsCurrentValue()
|
Map<Locale,String> |
getRobotsMap()
Returns a map of the locales and localized robotses of this layout revision. |
int |
getStatus()
Returns the status of this layout revision. |
long |
getStatusByUserId()
Returns the status by user ID of this layout revision. |
String |
getStatusByUserName()
Returns the status by user name of this layout revision. |
String |
getStatusByUserUuid()
Returns the status by user uuid of this layout revision. |
Date |
getStatusDate()
Returns the status date of this layout revision. |
String |
getThemeId()
Returns the theme ID of this layout revision. |
String |
getTitle()
Returns the title of this layout revision. |
String |
getTitle(Locale locale)
Returns the localized title of this layout revision in the language. |
String |
getTitle(Locale locale,
boolean useDefault)
Returns the localized title of this layout revision in the language, optionally using the default language if no localization exists for the requested language. |
String |
getTitle(String languageId)
Returns the localized title of this layout revision in the language. |
String |
getTitle(String languageId,
boolean useDefault)
Returns the localized title of this layout revision in the language, optionally using the default language if no localization exists for the requested language. |
String |
getTitleCurrentLanguageId()
|
String |
getTitleCurrentValue()
|
Map<Locale,String> |
getTitleMap()
Returns a map of the locales and localized titles of this layout revision. |
String |
getTypeSettings()
Returns the type settings of this layout revision. |
long |
getUserId()
Returns the user ID of this layout revision. |
String |
getUserName()
Returns the user name of this layout revision. |
String |
getUserUuid()
Returns the user uuid of this layout revision. |
String |
getWapColorSchemeId()
Returns the wap color scheme ID of this layout revision. |
String |
getWapThemeId()
Returns the wap theme ID of this layout revision. |
int |
hashCode()
|
boolean |
hasSetModifiedDate()
|
boolean |
isApproved()
Returns true if this layout revision is approved. |
boolean |
isDenied()
Returns true if this layout revision is denied. |
boolean |
isDraft()
Returns true if this layout revision is a draft. |
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isExpired()
Returns true if this layout revision is expired. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
boolean |
isHead()
Returns true if this layout revision is head. |
boolean |
isInactive()
Returns true if this layout revision is inactive. |
boolean |
isIncomplete()
Returns true if this layout revision is incomplete. |
boolean |
isMajor()
Returns true if this layout revision is major. |
boolean |
isPending()
Returns true if this layout revision is pending. |
boolean |
isPrivateLayout()
Returns true if this layout revision is private layout. |
boolean |
isScheduled()
Returns true if this layout revision is scheduled. |
void |
prepareLocalizedFieldsForImport()
|
void |
prepareLocalizedFieldsForImport(Locale defaultImportLocale)
|
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setColorSchemeId(String colorSchemeId)
Sets the color scheme ID of this layout revision. |
void |
setCompanyId(long companyId)
Sets the company ID of this layout revision. |
void |
setCreateDate(Date createDate)
Sets the create date of this layout revision. |
void |
setCss(String css)
Sets the css of this layout revision. |
void |
setDescription(String description)
Sets the description of this layout revision. |
void |
setDescription(String description,
Locale locale)
Sets the localized description of this layout revision in the language. |
void |
setDescription(String description,
Locale locale,
Locale defaultLocale)
Sets the localized description of this layout revision in the language, and sets the default locale. |
void |
setDescriptionCurrentLanguageId(String languageId)
|
void |
setDescriptionMap(Map<Locale,String> descriptionMap)
Sets the localized descriptions of this layout revision from the map of locales and localized descriptions. |
void |
setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale)
Sets the localized descriptions of this layout revision from the map of locales and localized descriptions, and sets the default locale. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setGroupId(long groupId)
Sets the group ID of this layout revision. |
void |
setHead(boolean head)
Sets whether this layout revision is head. |
void |
setIconImageId(long iconImageId)
Sets the icon image ID of this layout revision. |
void |
setKeywords(String keywords)
Sets the keywords of this layout revision. |
void |
setKeywords(String keywords,
Locale locale)
Sets the localized keywords of this layout revision in the language. |
void |
setKeywords(String keywords,
Locale locale,
Locale defaultLocale)
Sets the localized keywords of this layout revision in the language, and sets the default locale. |
void |
setKeywordsCurrentLanguageId(String languageId)
|
void |
setKeywordsMap(Map<Locale,String> keywordsMap)
Sets the localized keywordses of this layout revision from the map of locales and localized keywordses. |
void |
setKeywordsMap(Map<Locale,String> keywordsMap,
Locale defaultLocale)
Sets the localized keywordses of this layout revision from the map of locales and localized keywordses, and sets the default locale. |
void |
setLayoutBranchId(long layoutBranchId)
Sets the layout branch ID of this layout revision. |
void |
setLayoutRevisionId(long layoutRevisionId)
Sets the layout revision ID of this layout revision. |
void |
setLayoutSetBranchId(long layoutSetBranchId)
Sets the layout set branch ID of this layout revision. |
void |
setMajor(boolean major)
Sets whether this layout revision is major. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this layout revision. |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this layout revision. |
void |
setName(String name)
Sets the name of this layout revision. |
void |
setName(String name,
Locale locale)
Sets the localized name of this layout revision in the language. |
void |
setName(String name,
Locale locale,
Locale defaultLocale)
Sets the localized name of this layout revision in the language, and sets the default locale. |
void |
setNameCurrentLanguageId(String languageId)
|
void |
setNameMap(Map<Locale,String> nameMap)
Sets the localized names of this layout revision from the map of locales and localized names. |
void |
setNameMap(Map<Locale,String> nameMap,
Locale defaultLocale)
Sets the localized names of this layout revision from the map of locales and localized names, and sets the default locale. |
void |
setParentLayoutRevisionId(long parentLayoutRevisionId)
Sets the parent layout revision ID of this layout revision. |
void |
setPlid(long plid)
Sets the plid of this layout revision. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this layout revision. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setPrivateLayout(boolean privateLayout)
Sets whether this layout revision is private layout. |
void |
setRobots(String robots)
Sets the robots of this layout revision. |
void |
setRobots(String robots,
Locale locale)
Sets the localized robots of this layout revision in the language. |
void |
setRobots(String robots,
Locale locale,
Locale defaultLocale)
Sets the localized robots of this layout revision in the language, and sets the default locale. |
void |
setRobotsCurrentLanguageId(String languageId)
|
void |
setRobotsMap(Map<Locale,String> robotsMap)
Sets the localized robotses of this layout revision from the map of locales and localized robotses. |
void |
setRobotsMap(Map<Locale,String> robotsMap,
Locale defaultLocale)
Sets the localized robotses of this layout revision from the map of locales and localized robotses, and sets the default locale. |
void |
setStatus(int status)
Sets the status of this layout revision. |
void |
setStatusByUserId(long statusByUserId)
Sets the status by user ID of this layout revision. |
void |
setStatusByUserName(String statusByUserName)
Sets the status by user name of this layout revision. |
void |
setStatusByUserUuid(String statusByUserUuid)
Sets the status by user uuid of this layout revision. |
void |
setStatusDate(Date statusDate)
Sets the status date of this layout revision. |
void |
setThemeId(String themeId)
Sets the theme ID of this layout revision. |
void |
setTitle(String title)
Sets the title of this layout revision. |
void |
setTitle(String title,
Locale locale)
Sets the localized title of this layout revision in the language. |
void |
setTitle(String title,
Locale locale,
Locale defaultLocale)
Sets the localized title of this layout revision in the language, and sets the default locale. |
void |
setTitleCurrentLanguageId(String languageId)
|
void |
setTitleMap(Map<Locale,String> titleMap)
Sets the localized titles of this layout revision from the map of locales and localized titles. |
void |
setTitleMap(Map<Locale,String> titleMap,
Locale defaultLocale)
Sets the localized titles of this layout revision from the map of locales and localized titles, and sets the default locale. |
void |
setTypeSettings(String typeSettings)
Sets the type settings of this layout revision. |
void |
setUserId(long userId)
Sets the user ID of this layout revision. |
void |
setUserName(String userName)
Sets the user name of this layout revision. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this layout revision. |
void |
setWapColorSchemeId(String wapColorSchemeId)
Sets the wap color scheme ID of this layout revision. |
void |
setWapThemeId(String wapThemeId)
Sets the wap theme ID of this layout revision. |
CacheModel<LayoutRevision> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
LayoutRevision |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static LayoutRevision |
toModel(LayoutRevisionSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<LayoutRevision> |
toModels(LayoutRevisionSoap[] soapModels)
Converts the soap model instances into normal model instances. |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.model.LayoutRevisionModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final Map<String,Integer> TABLE_COLUMNS_MAP
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long HEAD_COLUMN_BITMASK
public static final long LAYOUTBRANCHID_COLUMN_BITMASK
public static final long LAYOUTSETBRANCHID_COLUMN_BITMASK
public static final long PARENTLAYOUTREVISIONID_COLUMN_BITMASK
public static final long PLID_COLUMN_BITMASK
public static final long STATUS_COLUMN_BITMASK
public static final long MODIFIEDDATE_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public LayoutRevisionModelImpl()
| Method Detail |
|---|
public static LayoutRevision toModel(LayoutRevisionSoap soapModel)
soapModel - the soap model instance to convert
public static List<LayoutRevision> toModels(LayoutRevisionSoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
LayoutRevisionModel
getPrimaryKey in interface LayoutRevisionModelpublic void setPrimaryKey(long primaryKey)
LayoutRevisionModel
setPrimaryKey in interface LayoutRevisionModelprimaryKey - the primary key of this layout revisionpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<LayoutRevision>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface LayoutRevisionModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<LayoutRevision>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface LayoutRevisionModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<LayoutRevision>getModelAttributes in class BaseModelImpl<LayoutRevision>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<LayoutRevision>setModelAttributes in class BaseModelImpl<LayoutRevision>@JSON public long getMvccVersion()
LayoutRevisionModel
getMvccVersion in interface LayoutRevisionModelgetMvccVersion in interface MVCCModelpublic void setMvccVersion(long mvccVersion)
LayoutRevisionModel
setMvccVersion in interface LayoutRevisionModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this layout revision@JSON public long getLayoutRevisionId()
LayoutRevisionModel
getLayoutRevisionId in interface LayoutRevisionModelpublic void setLayoutRevisionId(long layoutRevisionId)
LayoutRevisionModel
setLayoutRevisionId in interface LayoutRevisionModellayoutRevisionId - the layout revision ID of this layout revision@JSON public long getGroupId()
LayoutRevisionModel
getGroupId in interface GroupedModelgetGroupId in interface LayoutRevisionModelpublic void setGroupId(long groupId)
LayoutRevisionModel
setGroupId in interface GroupedModelsetGroupId in interface LayoutRevisionModelgroupId - the group ID of this layout revision@JSON public long getCompanyId()
LayoutRevisionModel
getCompanyId in interface AuditedModelgetCompanyId in interface LayoutRevisionModelgetCompanyId in interface ShardedModelpublic void setCompanyId(long companyId)
LayoutRevisionModel
setCompanyId in interface AuditedModelsetCompanyId in interface LayoutRevisionModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this layout revision@JSON public long getUserId()
LayoutRevisionModel
getUserId in interface AuditedModelgetUserId in interface LayoutRevisionModelpublic void setUserId(long userId)
LayoutRevisionModel
setUserId in interface AuditedModelsetUserId in interface LayoutRevisionModeluserId - the user ID of this layout revisionpublic String getUserUuid()
LayoutRevisionModel
getUserUuid in interface AuditedModelgetUserUuid in interface LayoutRevisionModelpublic void setUserUuid(String userUuid)
LayoutRevisionModel
setUserUuid in interface AuditedModelsetUserUuid in interface LayoutRevisionModeluserUuid - the user uuid of this layout revision@JSON public String getUserName()
LayoutRevisionModel
getUserName in interface AuditedModelgetUserName in interface LayoutRevisionModelpublic void setUserName(String userName)
LayoutRevisionModel
setUserName in interface AuditedModelsetUserName in interface LayoutRevisionModeluserName - the user name of this layout revision@JSON public Date getCreateDate()
LayoutRevisionModel
getCreateDate in interface AuditedModelgetCreateDate in interface LayoutRevisionModelpublic void setCreateDate(Date createDate)
LayoutRevisionModel
setCreateDate in interface AuditedModelsetCreateDate in interface LayoutRevisionModelcreateDate - the create date of this layout revision@JSON public Date getModifiedDate()
LayoutRevisionModel
getModifiedDate in interface AuditedModelgetModifiedDate in interface LayoutRevisionModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(Date modifiedDate)
LayoutRevisionModel
setModifiedDate in interface AuditedModelsetModifiedDate in interface LayoutRevisionModelmodifiedDate - the modified date of this layout revision@JSON public long getLayoutSetBranchId()
LayoutRevisionModel
getLayoutSetBranchId in interface LayoutRevisionModelpublic void setLayoutSetBranchId(long layoutSetBranchId)
LayoutRevisionModel
setLayoutSetBranchId in interface LayoutRevisionModellayoutSetBranchId - the layout set branch ID of this layout revisionpublic long getOriginalLayoutSetBranchId()
@JSON public long getLayoutBranchId()
LayoutRevisionModel
getLayoutBranchId in interface LayoutRevisionModelpublic void setLayoutBranchId(long layoutBranchId)
LayoutRevisionModel
setLayoutBranchId in interface LayoutRevisionModellayoutBranchId - the layout branch ID of this layout revisionpublic long getOriginalLayoutBranchId()
@JSON public long getParentLayoutRevisionId()
LayoutRevisionModel
getParentLayoutRevisionId in interface LayoutRevisionModelpublic void setParentLayoutRevisionId(long parentLayoutRevisionId)
LayoutRevisionModel
setParentLayoutRevisionId in interface LayoutRevisionModelparentLayoutRevisionId - the parent layout revision ID of this layout revisionpublic long getOriginalParentLayoutRevisionId()
@JSON public boolean getHead()
LayoutRevisionModel
getHead in interface LayoutRevisionModelpublic boolean isHead()
LayoutRevisionModeltrue if this layout revision is head.
isHead in interface LayoutRevisionModeltrue if this layout revision is head; false otherwisepublic void setHead(boolean head)
LayoutRevisionModel
setHead in interface LayoutRevisionModelhead - the head of this layout revisionpublic boolean getOriginalHead()
@JSON public boolean getMajor()
LayoutRevisionModel
getMajor in interface LayoutRevisionModelpublic boolean isMajor()
LayoutRevisionModeltrue if this layout revision is major.
isMajor in interface LayoutRevisionModeltrue if this layout revision is major; false otherwisepublic void setMajor(boolean major)
LayoutRevisionModel
setMajor in interface LayoutRevisionModelmajor - the major of this layout revision@JSON public long getPlid()
LayoutRevisionModel
getPlid in interface LayoutRevisionModelpublic void setPlid(long plid)
LayoutRevisionModel
setPlid in interface LayoutRevisionModelplid - the plid of this layout revisionpublic long getOriginalPlid()
@JSON public boolean getPrivateLayout()
LayoutRevisionModel
getPrivateLayout in interface LayoutRevisionModelpublic boolean isPrivateLayout()
LayoutRevisionModeltrue if this layout revision is private layout.
isPrivateLayout in interface LayoutRevisionModeltrue if this layout revision is private layout; false otherwisepublic void setPrivateLayout(boolean privateLayout)
LayoutRevisionModel
setPrivateLayout in interface LayoutRevisionModelprivateLayout - the private layout of this layout revision@JSON public String getName()
LayoutRevisionModel
getName in interface LayoutRevisionModelpublic String getName(Locale locale)
LayoutRevisionModel
getName in interface LayoutRevisionModellocale - the locale of the language
public String getName(Locale locale,
boolean useDefault)
LayoutRevisionModel
getName in interface LayoutRevisionModellocale - the local of the languageuseDefault - whether to use the default language if no localization exists for the requested language
useDefault is false and no localization exists for the requested language, an empty string will be returned.public String getName(String languageId)
LayoutRevisionModel
getName in interface LayoutRevisionModellanguageId - the ID of the language
public String getName(String languageId,
boolean useDefault)
LayoutRevisionModel
getName in interface LayoutRevisionModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested language
public String getNameCurrentLanguageId()
getNameCurrentLanguageId in interface LayoutRevisionModel@JSON public String getNameCurrentValue()
getNameCurrentValue in interface LayoutRevisionModelpublic Map<Locale,String> getNameMap()
LayoutRevisionModel
getNameMap in interface LayoutRevisionModelpublic void setName(String name)
LayoutRevisionModel
setName in interface LayoutRevisionModelname - the name of this layout revision
public void setName(String name,
Locale locale)
LayoutRevisionModel
setName in interface LayoutRevisionModelname - the localized name of this layout revisionlocale - the locale of the language
public void setName(String name,
Locale locale,
Locale defaultLocale)
LayoutRevisionModel
setName in interface LayoutRevisionModelname - the localized name of this layout revisionlocale - the locale of the languagedefaultLocale - the default localepublic void setNameCurrentLanguageId(String languageId)
setNameCurrentLanguageId in interface LayoutRevisionModelpublic void setNameMap(Map<Locale,String> nameMap)
LayoutRevisionModel
setNameMap in interface LayoutRevisionModelnameMap - the locales and localized names of this layout revision
public void setNameMap(Map<Locale,String> nameMap,
Locale defaultLocale)
LayoutRevisionModel
setNameMap in interface LayoutRevisionModelnameMap - the locales and localized names of this layout revisiondefaultLocale - the default locale@JSON public String getTitle()
LayoutRevisionModel
getTitle in interface LayoutRevisionModelpublic String getTitle(Locale locale)
LayoutRevisionModel
getTitle in interface LayoutRevisionModellocale - the locale of the language
public String getTitle(Locale locale,
boolean useDefault)
LayoutRevisionModel
getTitle in interface LayoutRevisionModellocale - the local of the languageuseDefault - whether to use the default language if no localization exists for the requested language
useDefault is false and no localization exists for the requested language, an empty string will be returned.public String getTitle(String languageId)
LayoutRevisionModel
getTitle in interface LayoutRevisionModellanguageId - the ID of the language
public String getTitle(String languageId,
boolean useDefault)
LayoutRevisionModel
getTitle in interface LayoutRevisionModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested language
public String getTitleCurrentLanguageId()
getTitleCurrentLanguageId in interface LayoutRevisionModel@JSON public String getTitleCurrentValue()
getTitleCurrentValue in interface LayoutRevisionModelpublic Map<Locale,String> getTitleMap()
LayoutRevisionModel
getTitleMap in interface LayoutRevisionModelpublic void setTitle(String title)
LayoutRevisionModel
setTitle in interface LayoutRevisionModeltitle - the title of this layout revision
public void setTitle(String title,
Locale locale)
LayoutRevisionModel
setTitle in interface LayoutRevisionModeltitle - the localized title of this layout revisionlocale - the locale of the language
public void setTitle(String title,
Locale locale,
Locale defaultLocale)
LayoutRevisionModel
setTitle in interface LayoutRevisionModeltitle - the localized title of this layout revisionlocale - the locale of the languagedefaultLocale - the default localepublic void setTitleCurrentLanguageId(String languageId)
setTitleCurrentLanguageId in interface LayoutRevisionModelpublic void setTitleMap(Map<Locale,String> titleMap)
LayoutRevisionModel
setTitleMap in interface LayoutRevisionModeltitleMap - the locales and localized titles of this layout revision
public void setTitleMap(Map<Locale,String> titleMap,
Locale defaultLocale)
LayoutRevisionModel
setTitleMap in interface LayoutRevisionModeltitleMap - the locales and localized titles of this layout revisiondefaultLocale - the default locale@JSON public String getDescription()
LayoutRevisionModel
getDescription in interface LayoutRevisionModelpublic String getDescription(Locale locale)
LayoutRevisionModel
getDescription in interface LayoutRevisionModellocale - the locale of the language
public String getDescription(Locale locale,
boolean useDefault)
LayoutRevisionModel
getDescription in interface LayoutRevisionModellocale - the local of the languageuseDefault - whether to use the default language if no localization exists for the requested language
useDefault is false and no localization exists for the requested language, an empty string will be returned.public String getDescription(String languageId)
LayoutRevisionModel
getDescription in interface LayoutRevisionModellanguageId - the ID of the language
public String getDescription(String languageId,
boolean useDefault)
LayoutRevisionModel
getDescription in interface LayoutRevisionModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested language
public String getDescriptionCurrentLanguageId()
getDescriptionCurrentLanguageId in interface LayoutRevisionModel@JSON public String getDescriptionCurrentValue()
getDescriptionCurrentValue in interface LayoutRevisionModelpublic Map<Locale,String> getDescriptionMap()
LayoutRevisionModel
getDescriptionMap in interface LayoutRevisionModelpublic void setDescription(String description)
LayoutRevisionModel
setDescription in interface LayoutRevisionModeldescription - the description of this layout revision
public void setDescription(String description,
Locale locale)
LayoutRevisionModel
setDescription in interface LayoutRevisionModeldescription - the localized description of this layout revisionlocale - the locale of the language
public void setDescription(String description,
Locale locale,
Locale defaultLocale)
LayoutRevisionModel
setDescription in interface LayoutRevisionModeldescription - the localized description of this layout revisionlocale - the locale of the languagedefaultLocale - the default localepublic void setDescriptionCurrentLanguageId(String languageId)
setDescriptionCurrentLanguageId in interface LayoutRevisionModelpublic void setDescriptionMap(Map<Locale,String> descriptionMap)
LayoutRevisionModel
setDescriptionMap in interface LayoutRevisionModeldescriptionMap - the locales and localized descriptions of this layout revision
public void setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale)
LayoutRevisionModel
setDescriptionMap in interface LayoutRevisionModeldescriptionMap - the locales and localized descriptions of this layout revisiondefaultLocale - the default locale@JSON public String getKeywords()
LayoutRevisionModel
getKeywords in interface LayoutRevisionModelpublic String getKeywords(Locale locale)
LayoutRevisionModel
getKeywords in interface LayoutRevisionModellocale - the locale of the language
public String getKeywords(Locale locale,
boolean useDefault)
LayoutRevisionModel
getKeywords in interface LayoutRevisionModellocale - the local of the languageuseDefault - whether to use the default language if no localization exists for the requested language
useDefault is false and no localization exists for the requested language, an empty string will be returned.public String getKeywords(String languageId)
LayoutRevisionModel
getKeywords in interface LayoutRevisionModellanguageId - the ID of the language
public String getKeywords(String languageId,
boolean useDefault)
LayoutRevisionModel
getKeywords in interface LayoutRevisionModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested language
public String getKeywordsCurrentLanguageId()
getKeywordsCurrentLanguageId in interface LayoutRevisionModel@JSON public String getKeywordsCurrentValue()
getKeywordsCurrentValue in interface LayoutRevisionModelpublic Map<Locale,String> getKeywordsMap()
LayoutRevisionModel
getKeywordsMap in interface LayoutRevisionModelpublic void setKeywords(String keywords)
LayoutRevisionModel
setKeywords in interface LayoutRevisionModelkeywords - the keywords of this layout revision
public void setKeywords(String keywords,
Locale locale)
LayoutRevisionModel
setKeywords in interface LayoutRevisionModelkeywords - the localized keywords of this layout revisionlocale - the locale of the language
public void setKeywords(String keywords,
Locale locale,
Locale defaultLocale)
LayoutRevisionModel
setKeywords in interface LayoutRevisionModelkeywords - the localized keywords of this layout revisionlocale - the locale of the languagedefaultLocale - the default localepublic void setKeywordsCurrentLanguageId(String languageId)
setKeywordsCurrentLanguageId in interface LayoutRevisionModelpublic void setKeywordsMap(Map<Locale,String> keywordsMap)
LayoutRevisionModel
setKeywordsMap in interface LayoutRevisionModelkeywordsMap - the locales and localized keywordses of this layout revision
public void setKeywordsMap(Map<Locale,String> keywordsMap,
Locale defaultLocale)
LayoutRevisionModel
setKeywordsMap in interface LayoutRevisionModelkeywordsMap - the locales and localized keywordses of this layout revisiondefaultLocale - the default locale@JSON public String getRobots()
LayoutRevisionModel
getRobots in interface LayoutRevisionModelpublic String getRobots(Locale locale)
LayoutRevisionModel
getRobots in interface LayoutRevisionModellocale - the locale of the language
public String getRobots(Locale locale,
boolean useDefault)
LayoutRevisionModel
getRobots in interface LayoutRevisionModellocale - the local of the languageuseDefault - whether to use the default language if no localization exists for the requested language
useDefault is false and no localization exists for the requested language, an empty string will be returned.public String getRobots(String languageId)
LayoutRevisionModel
getRobots in interface LayoutRevisionModellanguageId - the ID of the language
public String getRobots(String languageId,
boolean useDefault)
LayoutRevisionModel
getRobots in interface LayoutRevisionModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested language
public String getRobotsCurrentLanguageId()
getRobotsCurrentLanguageId in interface LayoutRevisionModel@JSON public String getRobotsCurrentValue()
getRobotsCurrentValue in interface LayoutRevisionModelpublic Map<Locale,String> getRobotsMap()
LayoutRevisionModel
getRobotsMap in interface LayoutRevisionModelpublic void setRobots(String robots)
LayoutRevisionModel
setRobots in interface LayoutRevisionModelrobots - the robots of this layout revision
public void setRobots(String robots,
Locale locale)
LayoutRevisionModel
setRobots in interface LayoutRevisionModelrobots - the localized robots of this layout revisionlocale - the locale of the language
public void setRobots(String robots,
Locale locale,
Locale defaultLocale)
LayoutRevisionModel
setRobots in interface LayoutRevisionModelrobots - the localized robots of this layout revisionlocale - the locale of the languagedefaultLocale - the default localepublic void setRobotsCurrentLanguageId(String languageId)
setRobotsCurrentLanguageId in interface LayoutRevisionModelpublic void setRobotsMap(Map<Locale,String> robotsMap)
LayoutRevisionModel
setRobotsMap in interface LayoutRevisionModelrobotsMap - the locales and localized robotses of this layout revision
public void setRobotsMap(Map<Locale,String> robotsMap,
Locale defaultLocale)
LayoutRevisionModel
setRobotsMap in interface LayoutRevisionModelrobotsMap - the locales and localized robotses of this layout revisiondefaultLocale - the default locale@JSON public String getTypeSettings()
LayoutRevisionModel
getTypeSettings in interface LayoutRevisionModelpublic void setTypeSettings(String typeSettings)
LayoutRevisionModel
setTypeSettings in interface LayoutRevisionModeltypeSettings - the type settings of this layout revision@JSON public long getIconImageId()
LayoutRevisionModel
getIconImageId in interface LayoutRevisionModelpublic void setIconImageId(long iconImageId)
LayoutRevisionModel
setIconImageId in interface LayoutRevisionModeliconImageId - the icon image ID of this layout revision@JSON public String getThemeId()
LayoutRevisionModel
getThemeId in interface LayoutRevisionModelpublic void setThemeId(String themeId)
LayoutRevisionModel
setThemeId in interface LayoutRevisionModelthemeId - the theme ID of this layout revision@JSON public String getColorSchemeId()
LayoutRevisionModel
getColorSchemeId in interface LayoutRevisionModelpublic void setColorSchemeId(String colorSchemeId)
LayoutRevisionModel
setColorSchemeId in interface LayoutRevisionModelcolorSchemeId - the color scheme ID of this layout revision@JSON public String getWapThemeId()
LayoutRevisionModel
getWapThemeId in interface LayoutRevisionModelpublic void setWapThemeId(String wapThemeId)
LayoutRevisionModel
setWapThemeId in interface LayoutRevisionModelwapThemeId - the wap theme ID of this layout revision@JSON public String getWapColorSchemeId()
LayoutRevisionModel
getWapColorSchemeId in interface LayoutRevisionModelpublic void setWapColorSchemeId(String wapColorSchemeId)
LayoutRevisionModel
setWapColorSchemeId in interface LayoutRevisionModelwapColorSchemeId - the wap color scheme ID of this layout revision@JSON public String getCss()
LayoutRevisionModel
getCss in interface LayoutRevisionModelpublic void setCss(String css)
LayoutRevisionModel
setCss in interface LayoutRevisionModelcss - the css of this layout revision@JSON public int getStatus()
LayoutRevisionModel
getStatus in interface LayoutRevisionModelgetStatus in interface WorkflowedModelpublic void setStatus(int status)
LayoutRevisionModel
setStatus in interface LayoutRevisionModelsetStatus in interface WorkflowedModelstatus - the status of this layout revisionpublic int getOriginalStatus()
@JSON public long getStatusByUserId()
LayoutRevisionModel
getStatusByUserId in interface LayoutRevisionModelgetStatusByUserId in interface WorkflowedModelpublic void setStatusByUserId(long statusByUserId)
LayoutRevisionModel
setStatusByUserId in interface LayoutRevisionModelsetStatusByUserId in interface WorkflowedModelstatusByUserId - the status by user ID of this layout revisionpublic String getStatusByUserUuid()
LayoutRevisionModel
getStatusByUserUuid in interface LayoutRevisionModelgetStatusByUserUuid in interface WorkflowedModelpublic void setStatusByUserUuid(String statusByUserUuid)
LayoutRevisionModel
setStatusByUserUuid in interface LayoutRevisionModelsetStatusByUserUuid in interface WorkflowedModelstatusByUserUuid - the status by user uuid of this layout revision@JSON public String getStatusByUserName()
LayoutRevisionModel
getStatusByUserName in interface LayoutRevisionModelgetStatusByUserName in interface WorkflowedModelpublic void setStatusByUserName(String statusByUserName)
LayoutRevisionModel
setStatusByUserName in interface LayoutRevisionModelsetStatusByUserName in interface WorkflowedModelstatusByUserName - the status by user name of this layout revision@JSON public Date getStatusDate()
LayoutRevisionModel
getStatusDate in interface LayoutRevisionModelgetStatusDate in interface WorkflowedModelpublic void setStatusDate(Date statusDate)
LayoutRevisionModel
setStatusDate in interface LayoutRevisionModelsetStatusDate in interface WorkflowedModelstatusDate - the status date of this layout revisionpublic boolean isApproved()
LayoutRevisionModeltrue if this layout revision is approved.
isApproved in interface LayoutRevisionModelisApproved in interface WorkflowedModeltrue if this layout revision is approved; false otherwisepublic boolean isDenied()
LayoutRevisionModeltrue if this layout revision is denied.
isDenied in interface LayoutRevisionModelisDenied in interface WorkflowedModeltrue if this layout revision is denied; false otherwisepublic boolean isDraft()
LayoutRevisionModeltrue if this layout revision is a draft.
isDraft in interface LayoutRevisionModelisDraft in interface WorkflowedModeltrue if this layout revision is a draft; false otherwisepublic boolean isExpired()
LayoutRevisionModeltrue if this layout revision is expired.
isExpired in interface LayoutRevisionModelisExpired in interface WorkflowedModeltrue if this layout revision is expired; false otherwisepublic boolean isInactive()
LayoutRevisionModeltrue if this layout revision is inactive.
isInactive in interface LayoutRevisionModelisInactive in interface WorkflowedModeltrue if this layout revision is inactive; false otherwisepublic boolean isIncomplete()
LayoutRevisionModeltrue if this layout revision is incomplete.
isIncomplete in interface LayoutRevisionModelisIncomplete in interface WorkflowedModeltrue if this layout revision is incomplete; false otherwisepublic boolean isPending()
LayoutRevisionModeltrue if this layout revision is pending.
isPending in interface LayoutRevisionModelisPending in interface WorkflowedModeltrue if this layout revision is pending; false otherwisepublic boolean isScheduled()
LayoutRevisionModeltrue if this layout revision is scheduled.
isScheduled in interface LayoutRevisionModelisScheduled in interface WorkflowedModeltrue if this layout revision is scheduled; false otherwisepublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<LayoutRevision>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface LayoutRevisionModelgetExpandoBridge in class BaseModelImpl<LayoutRevision>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<LayoutRevision>setExpandoBridgeAttributes in interface LayoutRevisionModelsetExpandoBridgeAttributes in class BaseModelImpl<LayoutRevision>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface LayoutRevisionModelgetAvailableLanguageIds in interface LocalizedModelpublic String getDefaultLanguageId()
getDefaultLanguageId in interface LayoutRevisionModelgetDefaultLanguageId in interface LocalizedModel
public void prepareLocalizedFieldsForImport()
throws LocaleException
prepareLocalizedFieldsForImport in interface LayoutRevisionModelprepareLocalizedFieldsForImport in interface LocalizedModelLocaleException
public void prepareLocalizedFieldsForImport(Locale defaultImportLocale)
throws LocaleException
prepareLocalizedFieldsForImport in interface LayoutRevisionModelprepareLocalizedFieldsForImport in interface LocalizedModelLocaleExceptionpublic LayoutRevision toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<LayoutRevision>toEscapedModel in interface LayoutRevisionModeltoEscapedModel in class BaseModelImpl<LayoutRevision>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<LayoutRevision>clone in interface LayoutRevisionModelclone in class BaseModelImpl<LayoutRevision>public int compareTo(LayoutRevision layoutRevision)
compareTo in interface LayoutRevisionModelcompareTo in interface Comparable<LayoutRevision>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface LayoutRevisionModelhashCode in class Objectpublic boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<LayoutRevision>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.
isFinderCacheEnabled in interface BaseModel<LayoutRevision>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<LayoutRevision>resetOriginalValues in class BaseModelImpl<LayoutRevision>public CacheModel<LayoutRevision> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<LayoutRevision>toCacheModel in interface LayoutRevisionModeltoCacheModel in class BaseModelImpl<LayoutRevision>public String toString()
toString in interface LayoutRevisionModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<LayoutRevision>toXmlString in interface LayoutRevisionModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||