Package com.liferay.portal.kernel.model
Class LayoutFriendlyURLWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LayoutFriendlyURL>
com.liferay.portal.kernel.model.LayoutFriendlyURLWrapper
- All Implemented Interfaces:
AuditedModel,BaseModel<LayoutFriendlyURL>,CTModel<LayoutFriendlyURL>,ClassedModel,GroupedModel,LayoutFriendlyURL,LayoutFriendlyURLModel,ModelWrapper<LayoutFriendlyURL>,MVCCModel,PersistedModel,ShardedModel,StagedGroupedModel,StagedModel,Serializable,Cloneable,Comparable<LayoutFriendlyURL>
public class LayoutFriendlyURLWrapper
extends BaseModelWrapper<LayoutFriendlyURL>
implements LayoutFriendlyURL, ModelWrapper<LayoutFriendlyURL>
This class is a wrapper for LayoutFriendlyURL.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.portal.kernel.model.LayoutFriendlyURL
LAYOUT_FRIENDLY_U_R_L_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this layout friendly url.Returns the create date of this layout friendly url.longReturns the ct collection ID of this layout friendly url.Returns the friendly url of this layout friendly url.longReturns the group ID of this layout friendly url.Returns the language ID of this layout friendly url.Returns the last publish date of this layout friendly url.longReturns the layout friendly url ID of this layout friendly url.Returns the modified date of this layout friendly url.longReturns the mvcc version of this layout friendly url.longgetPlid()Returns the plid of this layout friendly url.longReturns the primary key of this layout friendly url.booleanReturns the private layout of this layout friendly url.longReturns the user ID of this layout friendly url.Returns the user name of this layout friendly url.Returns the user uuid of this layout friendly url.getUuid()Returns the uuid of this layout friendly url.booleanReturnstrueif this layout friendly url is private layout.voidpersist()Updates this model instance in the database or adds it if it does not yet exist.voidsetCompanyId(long companyId) Sets the company ID of this layout friendly url.voidsetCreateDate(Date createDate) Sets the create date of this layout friendly url.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this layout friendly url.voidsetFriendlyURL(String friendlyURL) Sets the friendly url of this layout friendly url.voidsetGroupId(long groupId) Sets the group ID of this layout friendly url.voidsetLanguageId(String languageId) Sets the language ID of this layout friendly url.voidsetLastPublishDate(Date lastPublishDate) Sets the last publish date of this layout friendly url.voidsetLayoutFriendlyURLId(long layoutFriendlyURLId) Sets the layout friendly url ID of this layout friendly url.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this layout friendly url.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this layout friendly url.voidsetPlid(long plid) Sets the plid of this layout friendly url.voidsetPrimaryKey(long primaryKey) Sets the primary key of this layout friendly url.voidsetPrivateLayout(boolean privateLayout) Sets whether this layout friendly url is private layout.voidsetUserId(long userId) Sets the user ID of this layout friendly url.voidsetUserName(String userName) Sets the user name of this layout friendly url.voidsetUserUuid(String userUuid) Sets the user uuid of this layout friendly url.voidSets the uuid of this layout friendly url.protected LayoutFriendlyURLWrapperwrap(LayoutFriendlyURL layoutFriendlyURL) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
LayoutFriendlyURLWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<LayoutFriendlyURL>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<LayoutFriendlyURL>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<LayoutFriendlyURL>- Specified by:
cloneWithOriginalValuesin interfaceLayoutFriendlyURLModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this layout friendly url.- Specified by:
getCompanyIdin interfaceAuditedModel- Specified by:
getCompanyIdin interfaceLayoutFriendlyURLModel- Specified by:
getCompanyIdin interfaceShardedModel- Specified by:
getCompanyIdin interfaceStagedModel- Returns:
- the company ID of this layout friendly url
-
getCreateDate
Returns the create date of this layout friendly url.- Specified by:
getCreateDatein interfaceAuditedModel- Specified by:
getCreateDatein interfaceLayoutFriendlyURLModel- Specified by:
getCreateDatein interfaceStagedModel- Returns:
- the create date of this layout friendly url
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this layout friendly url.- Specified by:
getCtCollectionIdin interfaceCTModel<LayoutFriendlyURL>- Specified by:
getCtCollectionIdin interfaceLayoutFriendlyURLModel- Returns:
- the ct collection ID of this layout friendly url
-
getFriendlyURL
Returns the friendly url of this layout friendly url.- Specified by:
getFriendlyURLin interfaceLayoutFriendlyURLModel- Returns:
- the friendly url of this layout friendly url
-
getGroupId
public long getGroupId()Returns the group ID of this layout friendly url.- Specified by:
getGroupIdin interfaceGroupedModel- Specified by:
getGroupIdin interfaceLayoutFriendlyURLModel- Returns:
- the group ID of this layout friendly url
-
getLanguageId
Returns the language ID of this layout friendly url.- Specified by:
getLanguageIdin interfaceLayoutFriendlyURLModel- Returns:
- the language ID of this layout friendly url
-
getLastPublishDate
Returns the last publish date of this layout friendly url.- Specified by:
getLastPublishDatein interfaceLayoutFriendlyURLModel- Specified by:
getLastPublishDatein interfaceStagedGroupedModel- Returns:
- the last publish date of this layout friendly url
-
getLayoutFriendlyURLId
public long getLayoutFriendlyURLId()Returns the layout friendly url ID of this layout friendly url.- Specified by:
getLayoutFriendlyURLIdin interfaceLayoutFriendlyURLModel- Returns:
- the layout friendly url ID of this layout friendly url
-
getModifiedDate
Returns the modified date of this layout friendly url.- Specified by:
getModifiedDatein interfaceAuditedModel- Specified by:
getModifiedDatein interfaceLayoutFriendlyURLModel- Specified by:
getModifiedDatein interfaceStagedModel- Returns:
- the modified date of this layout friendly url
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this layout friendly url.- Specified by:
getMvccVersionin interfaceLayoutFriendlyURLModel- Specified by:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this layout friendly url
-
getPlid
public long getPlid()Returns the plid of this layout friendly url.- Specified by:
getPlidin interfaceLayoutFriendlyURLModel- Returns:
- the plid of this layout friendly url
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this layout friendly url.- Specified by:
getPrimaryKeyin interfaceCTModel<LayoutFriendlyURL>- Specified by:
getPrimaryKeyin interfaceLayoutFriendlyURLModel- Returns:
- the primary key of this layout friendly url
-
getPrivateLayout
public boolean getPrivateLayout()Returns the private layout of this layout friendly url.- Specified by:
getPrivateLayoutin interfaceLayoutFriendlyURLModel- Returns:
- the private layout of this layout friendly url
-
getUserId
public long getUserId()Returns the user ID of this layout friendly url.- Specified by:
getUserIdin interfaceAuditedModel- Specified by:
getUserIdin interfaceLayoutFriendlyURLModel- Returns:
- the user ID of this layout friendly url
-
getUserName
Returns the user name of this layout friendly url.- Specified by:
getUserNamein interfaceAuditedModel- Specified by:
getUserNamein interfaceLayoutFriendlyURLModel- Returns:
- the user name of this layout friendly url
-
getUserUuid
Returns the user uuid of this layout friendly url.- Specified by:
getUserUuidin interfaceAuditedModel- Specified by:
getUserUuidin interfaceLayoutFriendlyURLModel- Returns:
- the user uuid of this layout friendly url
-
getUuid
Returns the uuid of this layout friendly url.- Specified by:
getUuidin interfaceLayoutFriendlyURLModel- Specified by:
getUuidin interfaceStagedModel- Returns:
- the uuid of this layout friendly url
-
isPrivateLayout
public boolean isPrivateLayout()Returnstrueif this layout friendly url is private layout.- Specified by:
isPrivateLayoutin interfaceLayoutFriendlyURLModel- Returns:
trueif this layout friendly url is private layout;falseotherwise
-
persist
public void persist()Description copied from interface:PersistedModelUpdates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persistin interfacePersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this layout friendly url.- Specified by:
setCompanyIdin interfaceAuditedModel- Specified by:
setCompanyIdin interfaceLayoutFriendlyURLModel- Specified by:
setCompanyIdin interfaceShardedModel- Specified by:
setCompanyIdin interfaceStagedModel- Parameters:
companyId- the company ID of this layout friendly url
-
setCreateDate
Sets the create date of this layout friendly url.- Specified by:
setCreateDatein interfaceAuditedModel- Specified by:
setCreateDatein interfaceLayoutFriendlyURLModel- Specified by:
setCreateDatein interfaceStagedModel- Parameters:
createDate- the create date of this layout friendly url
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this layout friendly url.- Specified by:
setCtCollectionIdin interfaceCTModel<LayoutFriendlyURL>- Specified by:
setCtCollectionIdin interfaceLayoutFriendlyURLModel- Parameters:
ctCollectionId- the ct collection ID of this layout friendly url
-
setFriendlyURL
Sets the friendly url of this layout friendly url.- Specified by:
setFriendlyURLin interfaceLayoutFriendlyURLModel- Parameters:
friendlyURL- the friendly url of this layout friendly url
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this layout friendly url.- Specified by:
setGroupIdin interfaceGroupedModel- Specified by:
setGroupIdin interfaceLayoutFriendlyURLModel- Parameters:
groupId- the group ID of this layout friendly url
-
setLanguageId
Sets the language ID of this layout friendly url.- Specified by:
setLanguageIdin interfaceLayoutFriendlyURLModel- Parameters:
languageId- the language ID of this layout friendly url
-
setLastPublishDate
Sets the last publish date of this layout friendly url.- Specified by:
setLastPublishDatein interfaceLayoutFriendlyURLModel- Specified by:
setLastPublishDatein interfaceStagedGroupedModel- Parameters:
lastPublishDate- the last publish date of this layout friendly url
-
setLayoutFriendlyURLId
public void setLayoutFriendlyURLId(long layoutFriendlyURLId) Sets the layout friendly url ID of this layout friendly url.- Specified by:
setLayoutFriendlyURLIdin interfaceLayoutFriendlyURLModel- Parameters:
layoutFriendlyURLId- the layout friendly url ID of this layout friendly url
-
setModifiedDate
Sets the modified date of this layout friendly url.- Specified by:
setModifiedDatein interfaceAuditedModel- Specified by:
setModifiedDatein interfaceLayoutFriendlyURLModel- Specified by:
setModifiedDatein interfaceStagedModel- Parameters:
modifiedDate- the modified date of this layout friendly url
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this layout friendly url.- Specified by:
setMvccVersionin interfaceLayoutFriendlyURLModel- Specified by:
setMvccVersionin interfaceMVCCModel- Parameters:
mvccVersion- the mvcc version of this layout friendly url
-
setPlid
public void setPlid(long plid) Sets the plid of this layout friendly url.- Specified by:
setPlidin interfaceLayoutFriendlyURLModel- Parameters:
plid- the plid of this layout friendly url
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this layout friendly url.- Specified by:
setPrimaryKeyin interfaceCTModel<LayoutFriendlyURL>- Specified by:
setPrimaryKeyin interfaceLayoutFriendlyURLModel- Parameters:
primaryKey- the primary key of this layout friendly url
-
setPrivateLayout
public void setPrivateLayout(boolean privateLayout) Sets whether this layout friendly url is private layout.- Specified by:
setPrivateLayoutin interfaceLayoutFriendlyURLModel- Parameters:
privateLayout- the private layout of this layout friendly url
-
setUserId
public void setUserId(long userId) Sets the user ID of this layout friendly url.- Specified by:
setUserIdin interfaceAuditedModel- Specified by:
setUserIdin interfaceLayoutFriendlyURLModel- Parameters:
userId- the user ID of this layout friendly url
-
setUserName
Sets the user name of this layout friendly url.- Specified by:
setUserNamein interfaceAuditedModel- Specified by:
setUserNamein interfaceLayoutFriendlyURLModel- Parameters:
userName- the user name of this layout friendly url
-
setUserUuid
Sets the user uuid of this layout friendly url.- Specified by:
setUserUuidin interfaceAuditedModel- Specified by:
setUserUuidin interfaceLayoutFriendlyURLModel- Parameters:
userUuid- the user uuid of this layout friendly url
-
setUuid
Sets the uuid of this layout friendly url.- Specified by:
setUuidin interfaceLayoutFriendlyURLModel- Specified by:
setUuidin interfaceStagedModel- Parameters:
uuid- the uuid of this layout friendly url
-
toXmlString
- Specified by:
toXmlStringin interfaceLayoutFriendlyURLModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfaceBaseModel<LayoutFriendlyURL>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfaceBaseModel<LayoutFriendlyURL>
-
getStagedModelType
- Specified by:
getStagedModelTypein interfaceStagedModel
-
wrap
- Specified by:
wrapin classBaseModelWrapper<LayoutFriendlyURL>
-