@ProviderType public interface FriendlyURLEntryModel extends com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedModel
This interface and its corresponding implementation com.liferay.friendly.url.model.impl.FriendlyURLEntryModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.friendly.url.model.impl.FriendlyURLEntryImpl
.
FriendlyURLEntry
,
com.liferay.friendly.url.model.impl.FriendlyURLEntryImpl
,
com.liferay.friendly.url.model.impl.FriendlyURLEntryModelImpl
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
compareTo(FriendlyURLEntry friendlyURLEntry) |
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.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() |
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.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
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 |
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() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this friendly url entrylong getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this friendly url entry@AutoEscape java.lang.String getUuid()
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
void setUuid(java.lang.String uuid)
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
uuid
- the uuid of this friendly url entry@AutoEscape java.lang.String getDefaultLanguageId()
void setDefaultLanguageId(java.lang.String defaultLanguageId)
defaultLanguageId
- the default language ID of this friendly url entrylong getFriendlyURLEntryId()
void setFriendlyURLEntryId(long friendlyURLEntryId)
friendlyURLEntryId
- the friendly url entry ID of this friendly url entrylong getGroupId()
void setGroupId(long groupId)
groupId
- the group ID of this friendly url entrylong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
void setCompanyId(long companyId)
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 entryjava.util.Date getCreateDate()
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
void setCreateDate(java.util.Date createDate)
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
createDate
- the create date of this friendly url entryjava.util.Date getModifiedDate()
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
modifiedDate
- the modified date of this friendly url entryjava.lang.String getClassName()
getClassName
in interface com.liferay.portal.kernel.model.TypedModel
void setClassName(java.lang.String className)
long getClassNameId()
getClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
void setClassNameId(long classNameId)
setClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
classNameId
- the class name ID of this friendly url entrylong getClassPK()
getClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
void setClassPK(long classPK)
setClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
classPK
- the class pk of this friendly url entryjava.lang.String[] getAvailableLanguageIds()
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.util.Map<java.lang.String,java.lang.String> getLanguageIdToUrlTitleMap()
boolean isNew()
isNew
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
void setNew(boolean n)
setNew
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
boolean isCachedModel()
isCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
void setCachedModel(boolean cachedModel)
setCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
boolean isEscapedModel()
isEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
java.lang.Object clone()
clone
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
clone
in interface com.liferay.portal.kernel.model.StagedModel
int compareTo(FriendlyURLEntry friendlyURLEntry)
compareTo
in interface java.lang.Comparable<FriendlyURLEntry>
int hashCode()
hashCode
in class java.lang.Object
com.liferay.portal.kernel.model.CacheModel<FriendlyURLEntry> toCacheModel()
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
FriendlyURLEntry toEscapedModel()
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
FriendlyURLEntry toUnescapedModel()
toUnescapedModel
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>
java.lang.String toString()
toString
in class java.lang.Object
java.lang.String toXmlString()
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>