Package com.liferay.portal.model.impl
Class LayoutFriendlyURLModelImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
com.liferay.portal.model.impl.LayoutFriendlyURLModelImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.LayoutFriendlyURLModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedGroupedModel,com.liferay.portal.kernel.model.StagedModel,Serializable,Cloneable,Comparable<com.liferay.portal.kernel.model.LayoutFriendlyURL>
- Direct Known Subclasses:
LayoutFriendlyURLBaseImpl
public class LayoutFriendlyURLModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
implements com.liferay.portal.kernel.model.LayoutFriendlyURLModel
The base model implementation for the LayoutFriendlyURL service. Represents a row in the "LayoutFriendlyURL" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface LayoutFriendlyURLModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in LayoutFriendlyURLImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanDeprecated.As of Athanasius (7.3.x), with no direct replacementstatic final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final Stringstatic final booleanDeprecated.As of Athanasius (7.3.x), with no direct replacementstatic final booleanDeprecated.As of Athanasius (7.3.x), with no direct replacementstatic final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final longstatic final Stringstatic final Stringstatic final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final Stringstatic final Object[][]static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()com.liferay.portal.kernel.model.LayoutFriendlyURLintcompareTo(com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL) booleanMap<String,BiConsumer<com.liferay.portal.kernel.model.LayoutFriendlyURL, Object>> longstatic longgetColumnBitmask(String columnName) <T> TgetColumnOriginalValue(String columnName) <T> TgetColumnValue(String columnName) longlongcom.liferay.expando.kernel.model.ExpandoBridgelonglongClass<?>longlongDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)booleanDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)longgetPlid()longbooleancom.liferay.exportimport.kernel.lar.StagedModelTypelonggetUuid()inthashCode()booleanbooleanDeprecated.As of Athanasius (7.3.x), with no direct replacementbooleanDeprecated.As of Athanasius (7.3.x), with no direct replacementbooleanvoidvoidsetCompanyId(long companyId) voidsetCreateDate(Date createDate) voidsetCtCollectionId(long ctCollectionId) voidsetExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) voidsetFriendlyURL(String friendlyURL) voidsetGroupId(long groupId) voidsetLanguageId(String languageId) voidsetLastPublishDate(Date lastPublishDate) voidsetLayoutFriendlyURLId(long layoutFriendlyURLId) voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) voidsetMvccVersion(long mvccVersion) voidsetPlid(long plid) voidsetPrimaryKey(long primaryKey) voidsetPrimaryKeyObj(Serializable primaryKeyObj) voidsetPrivateLayout(boolean privateLayout) voidsetUserId(long userId) voidsetUserName(String userName) voidsetUserUuid(String userUuid) voidcom.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>com.liferay.portal.kernel.model.LayoutFriendlyURLtoString()Methods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
toXmlString
-
Field Details
-
TABLE_NAME
- See Also:
-
TABLE_COLUMNS
-
TABLE_COLUMNS_MAP
-
TABLE_SQL_CREATE
- See Also:
-
TABLE_SQL_DROP
- See Also:
-
ORDER_BY_JPQL
- See Also:
-
ORDER_BY_SQL
- See Also:
-
DATA_SOURCE
- See Also:
-
SESSION_FACTORY
- See Also:
-
TX_MANAGER
- See Also:
-
ENTITY_CACHE_ENABLED
Deprecated.As of Athanasius (7.3.x), with no direct replacement- See Also:
-
FINDER_CACHE_ENABLED
Deprecated.As of Athanasius (7.3.x), with no direct replacement- See Also:
-
COLUMN_BITMASK_ENABLED
Deprecated.As of Athanasius (7.3.x), with no direct replacement- See Also:
-
COMPANYID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)- See Also:
-
FRIENDLYURL_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)- See Also:
-
GROUPID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)- See Also:
-
LANGUAGEID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)- See Also:
-
PLID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)- See Also:
-
PRIVATELAYOUT_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)- See Also:
-
UUID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)- See Also:
-
LAYOUTFRIENDLYURLID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)- See Also:
-
LOCK_EXPIRATION_TIME
public static final long LOCK_EXPIRATION_TIME
-
-
Constructor Details
-
LayoutFriendlyURLModelImpl
public LayoutFriendlyURLModelImpl()
-
-
Method Details
-
getPrimaryKey
public long getPrimaryKey()- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) - Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel
-
getPrimaryKeyObj
- Specified by:
getPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>- Specified by:
getPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.ClassedModel
-
setPrimaryKeyObj
- Specified by:
setPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>- Specified by:
setPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelClass
- Specified by:
getModelClassin interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelClassName
- Specified by:
getModelClassNamein interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>- Overrides:
getModelAttributesin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>- Overrides:
setModelAttributesin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
-
getAttributeGetterFunctions
public Map<String,Function<com.liferay.portal.kernel.model.LayoutFriendlyURL, getAttributeGetterFunctions()Object>> - Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>
-
getAttributeSetterBiConsumers
public Map<String,BiConsumer<com.liferay.portal.kernel.model.LayoutFriendlyURL, getAttributeSetterBiConsumers()Object>> - Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>
-
getMvccVersion
public long getMvccVersion()- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) - Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel
-
getCtCollectionId
public long getCtCollectionId()- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) - Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel
-
getUuid
- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel
-
setUuid
- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel
-
getOriginalUuid
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getLayoutFriendlyURLId
public long getLayoutFriendlyURLId()- Specified by:
getLayoutFriendlyURLIdin interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel
-
setLayoutFriendlyURLId
public void setLayoutFriendlyURLId(long layoutFriendlyURLId) - Specified by:
setLayoutFriendlyURLIdin interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel
-
getGroupId
public long getGroupId()- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel
-
setGroupId
public void setGroupId(long groupId) - Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel
-
getOriginalGroupId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getCompanyId
public long getCompanyId()- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel
-
setCompanyId
public void setCompanyId(long companyId) - Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel
-
getOriginalCompanyId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getUserId
public long getUserId()- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel
-
setUserId
public void setUserId(long userId) - Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel
-
getUserUuid
- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel
-
setUserUuid
- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel
-
getUserName
- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel
-
setUserName
- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel
-
getCreateDate
- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel
-
setCreateDate
- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel
-
getModifiedDate
- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel
-
hasSetModifiedDate
public boolean hasSetModifiedDate() -
setModifiedDate
- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel
-
getPlid
public long getPlid()- Specified by:
getPlidin interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel
-
setPlid
public void setPlid(long plid) - Specified by:
setPlidin interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel
-
getOriginalPlid
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getPrivateLayout
public boolean getPrivateLayout()- Specified by:
getPrivateLayoutin interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel
-
isPrivateLayout
public boolean isPrivateLayout()- Specified by:
isPrivateLayoutin interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel
-
setPrivateLayout
public void setPrivateLayout(boolean privateLayout) - Specified by:
setPrivateLayoutin interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel
-
getOriginalPrivateLayout
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getFriendlyURL
- Specified by:
getFriendlyURLin interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel
-
setFriendlyURL
- Specified by:
setFriendlyURLin interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel
-
getOriginalFriendlyURL
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getLanguageId
- Specified by:
getLanguageIdin interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel
-
setLanguageId
- Specified by:
setLanguageIdin interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel
-
getOriginalLanguageId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getLastPublishDate
- Specified by:
getLastPublishDatein interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel- Specified by:
getLastPublishDatein interfacecom.liferay.portal.kernel.model.StagedGroupedModel
-
setLastPublishDate
- Specified by:
setLastPublishDatein interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel- Specified by:
setLastPublishDatein interfacecom.liferay.portal.kernel.model.StagedGroupedModel
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
getColumnBitmask
public long getColumnBitmask() -
getExpandoBridge
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()- Specified by:
getExpandoBridgein interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>- Specified by:
getExpandoBridgein interfacecom.liferay.portal.kernel.model.ClassedModel- Overrides:
getExpandoBridgein classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
-
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
setExpandoBridgeAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>- Overrides:
setExpandoBridgeAttributesin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
-
toEscapedModel
public com.liferay.portal.kernel.model.LayoutFriendlyURL toEscapedModel()- Specified by:
toEscapedModelin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>- Overrides:
toEscapedModelin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
-
clone
- Specified by:
clonein interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>- Specified by:
clonein interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
clonein classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
-
cloneWithOriginalValues
public com.liferay.portal.kernel.model.LayoutFriendlyURL cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.LayoutFriendlyURLModel
-
compareTo
public int compareTo(com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL) - Specified by:
compareToin interfaceComparable<com.liferay.portal.kernel.model.LayoutFriendlyURL>
-
equals
-
hashCode
public int hashCode() -
isEntityCacheEnabled
Deprecated.As of Athanasius (7.3.x), with no direct replacement- Specified by:
isEntityCacheEnabledin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>
-
isFinderCacheEnabled
Deprecated.As of Athanasius (7.3.x), with no direct replacement- Specified by:
isFinderCacheEnabledin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>
-
resetOriginalValues
public void resetOriginalValues()- Specified by:
resetOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>- Overrides:
resetOriginalValuesin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
-
toCacheModel
public com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.LayoutFriendlyURL> toCacheModel()- Specified by:
toCacheModelin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>- Overrides:
toCacheModelin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
-
toString
-
getColumnValue
-
getColumnOriginalValue
-
getColumnBitmask
-