@ProviderType public class FriendlyURLEntryWrapper extends java.lang.Object implements FriendlyURLEntry, com.liferay.portal.kernel.model.ModelWrapper<FriendlyURLEntry>
This class is a wrapper for FriendlyURLEntry
.
FriendlyURLEntry
,
Serialized FormFRIENDLY_URL_ENTRY_ID_ACCESSOR
Constructor and Description |
---|
FriendlyURLEntryWrapper(FriendlyURLEntry friendlyURLEntry) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
compareTo(FriendlyURLEntry friendlyURLEntry) |
boolean |
equals(java.lang.Object obj) |
java.lang.String[] |
getAvailableLanguageIds() |
java.lang.String |
getClassName()
Returns the fully qualified class name of this friendly url entry.
|
long |
getClassNameId()
Returns the class name ID of this friendly url entry.
|
long |
getClassPK()
Returns the class pk of this friendly url entry.
|
long |
getCompanyId()
Returns the company ID of this friendly url entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this friendly url entry.
|
java.lang.String |
getDefaultLanguageId()
Returns the default language ID of this friendly url entry.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getFriendlyURLEntryId()
Returns the friendly url entry ID of this friendly url entry.
|
long |
getGroupId()
Returns the group ID of this friendly url entry.
|
java.util.Map<java.lang.String,java.lang.String> |
getLanguageIdToUrlTitleMap() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date of this friendly url entry.
|
long |
getMvccVersion()
Returns the mvcc version of this friendly url entry.
|
long |
getPrimaryKey()
Returns the primary key of this friendly url entry.
|
java.io.Serializable |
getPrimaryKeyObj() |
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
java.lang.String |
getUrlTitle() |
java.lang.String |
getUrlTitle(java.lang.String languageId) |
java.lang.String |
getUrlTitle(java.lang.String languageId,
boolean useDefault) |
java.lang.String |
getUrlTitleMapAsXML() |
java.lang.String |
getUuid()
Returns the uuid of this friendly url entry.
|
FriendlyURLEntry |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isMain() |
boolean |
isNew() |
void |
persist() |
void |
resetOriginalValues() |
void |
setCachedModel(boolean cachedModel) |
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this friendly url entry.
|
void |
setClassPK(long classPK)
Sets the class pk of this friendly url entry.
|
void |
setCompanyId(long companyId)
Sets the company ID of this friendly url entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this friendly url entry.
|
void |
setDefaultLanguageId(java.lang.String defaultLanguageId)
Sets the default language ID of this friendly url entry.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setFriendlyURLEntryId(long friendlyURLEntryId)
Sets the friendly url entry ID of this friendly url entry.
|
void |
setGroupId(long groupId)
Sets the group ID of this friendly url entry.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this friendly url entry.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this friendly url entry.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this friendly url entry.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setUuid(java.lang.String uuid)
Sets the uuid of this friendly url entry.
|
com.liferay.portal.kernel.model.CacheModel<FriendlyURLEntry> |
toCacheModel() |
FriendlyURLEntry |
toEscapedModel() |
java.lang.String |
toString() |
FriendlyURLEntry |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public FriendlyURLEntryWrapper(FriendlyURLEntry friendlyURLEntry)
public java.lang.Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.model.ClassedModel
public java.lang.String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
public java.lang.Object clone()
clone
in interface FriendlyURLEntryModel
clone
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
clone
in interface com.liferay.portal.kernel.model.StagedModel
clone
in class java.lang.Object
public int compareTo(FriendlyURLEntry friendlyURLEntry)
compareTo
in interface FriendlyURLEntryModel
compareTo
in interface java.lang.Comparable<FriendlyURLEntry>
public java.lang.String[] getAvailableLanguageIds()
getAvailableLanguageIds
in interface FriendlyURLEntryModel
public java.lang.String getClassName()
getClassName
in interface FriendlyURLEntryModel
getClassName
in interface com.liferay.portal.kernel.model.TypedModel
public long getClassNameId()
getClassNameId
in interface FriendlyURLEntryModel
getClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
public long getClassPK()
getClassPK
in interface FriendlyURLEntryModel
getClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
public long getCompanyId()
getCompanyId
in interface FriendlyURLEntryModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
public java.util.Date getCreateDate()
getCreateDate
in interface FriendlyURLEntryModel
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
public java.lang.String getDefaultLanguageId()
getDefaultLanguageId
in interface FriendlyURLEntryModel
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface FriendlyURLEntryModel
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
public long getFriendlyURLEntryId()
getFriendlyURLEntryId
in interface FriendlyURLEntryModel
public long getGroupId()
getGroupId
in interface FriendlyURLEntryModel
public java.util.Map<java.lang.String,java.lang.String> getLanguageIdToUrlTitleMap()
getLanguageIdToUrlTitleMap
in interface FriendlyURLEntryModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface FriendlyURLEntryModel
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
public long getMvccVersion()
getMvccVersion
in interface FriendlyURLEntryModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public long getPrimaryKey()
getPrimaryKey
in interface FriendlyURLEntryModel
public java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface FriendlyURLEntryModel
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public java.lang.String getUrlTitle()
getUrlTitle
in interface FriendlyURLEntryModel
public java.lang.String getUrlTitle(java.lang.String languageId)
getUrlTitle
in interface FriendlyURLEntryModel
public java.lang.String getUrlTitle(java.lang.String languageId, boolean useDefault)
getUrlTitle
in interface FriendlyURLEntryModel
public java.lang.String getUrlTitleMapAsXML()
getUrlTitleMapAsXML
in interface FriendlyURLEntryModel
public java.lang.String getUuid()
getUuid
in interface FriendlyURLEntryModel
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
public int hashCode()
hashCode
in interface FriendlyURLEntryModel
hashCode
in class java.lang.Object
public boolean isCachedModel()
isCachedModel
in interface FriendlyURLEntryModel
isCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
public boolean isEscapedModel()
isEscapedModel
in interface FriendlyURLEntryModel
isEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
public boolean isMain() throws com.liferay.portal.kernel.exception.PortalException
isMain
in interface FriendlyURLEntry
com.liferay.portal.kernel.exception.PortalException
public boolean isNew()
isNew
in interface FriendlyURLEntryModel
isNew
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setCachedModel(boolean cachedModel)
setCachedModel
in interface FriendlyURLEntryModel
setCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
public void setClassName(java.lang.String className)
setClassName
in interface FriendlyURLEntryModel
public void setClassNameId(long classNameId)
setClassNameId
in interface FriendlyURLEntryModel
setClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
classNameId
- the class name ID of this friendly url entrypublic void setClassPK(long classPK)
setClassPK
in interface FriendlyURLEntryModel
setClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
classPK
- the class pk of this friendly url entrypublic void setCompanyId(long companyId)
setCompanyId
in interface FriendlyURLEntryModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
companyId
- the company ID of this friendly url entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface FriendlyURLEntryModel
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
createDate
- the create date of this friendly url entrypublic void setDefaultLanguageId(java.lang.String defaultLanguageId)
setDefaultLanguageId
in interface FriendlyURLEntryModel
defaultLanguageId
- the default language ID of this friendly url entrypublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface FriendlyURLEntryModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
public void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface FriendlyURLEntryModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface FriendlyURLEntryModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
public void setFriendlyURLEntryId(long friendlyURLEntryId)
setFriendlyURLEntryId
in interface FriendlyURLEntryModel
friendlyURLEntryId
- the friendly url entry ID of this friendly url entrypublic void setGroupId(long groupId)
setGroupId
in interface FriendlyURLEntryModel
groupId
- the group ID of this friendly url entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface FriendlyURLEntryModel
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
modifiedDate
- the modified date of this friendly url entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface FriendlyURLEntryModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this friendly url entrypublic void setNew(boolean n)
setNew
in interface FriendlyURLEntryModel
setNew
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface FriendlyURLEntryModel
primaryKey
- the primary key of this friendly url entrypublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface FriendlyURLEntryModel
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public void setUuid(java.lang.String uuid)
setUuid
in interface FriendlyURLEntryModel
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
uuid
- the uuid of this friendly url entrypublic com.liferay.portal.kernel.model.CacheModel<FriendlyURLEntry> toCacheModel()
toCacheModel
in interface FriendlyURLEntryModel
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
public FriendlyURLEntry toEscapedModel()
toEscapedModel
in interface FriendlyURLEntryModel
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
public java.lang.String toString()
toString
in interface FriendlyURLEntryModel
toString
in class java.lang.Object
public FriendlyURLEntry toUnescapedModel()
toUnescapedModel
in interface FriendlyURLEntryModel
toUnescapedModel
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
public java.lang.String toXmlString()
toXmlString
in interface FriendlyURLEntryModel
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType
in interface com.liferay.portal.kernel.model.StagedModel
public FriendlyURLEntry getWrappedModel()
getWrappedModel
in interface com.liferay.portal.kernel.model.ModelWrapper<FriendlyURLEntry>
public boolean isEntityCacheEnabled()
isEntityCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
public boolean isFinderCacheEnabled()
isFinderCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
public void resetOriginalValues()
resetOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>