@ProviderType public interface FriendlyURLEntryModel extends com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>, com.liferay.portal.kernel.model.change.tracking.CTModel<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| Modifier and Type | Method and Description |
|---|---|
FriendlyURLEntry |
cloneWithOriginalValues() |
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.
|
long |
getCtCollectionId()
Returns the ct collection ID of this friendly url entry.
|
java.lang.String |
getDefaultLanguageId()
Returns the default language ID of this friendly url entry.
|
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.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.
|
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 |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this friendly url entry.
|
void |
setDefaultLanguageId(java.lang.String defaultLanguageId)
Sets the default language ID of this friendly url entry.
|
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 |
setPrimaryKey(long primaryKey)
Sets the primary key of this friendly url entry.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this friendly url entry.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModellong getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<FriendlyURLEntry>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<FriendlyURLEntry>primaryKey - the primary key of this friendly url entrylong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this friendly url entrylong getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<FriendlyURLEntry>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<FriendlyURLEntry>ctCollectionId - the ct collection ID of this friendly url entry@AutoEscape java.lang.String getUuid()
getUuid in interface com.liferay.portal.kernel.model.StagedModelvoid setUuid(java.lang.String uuid)
setUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - 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.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this friendly url entryjava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.StagedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this friendly url entryjava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.StagedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this friendly url entryjava.lang.String getClassName()
getClassName in interface com.liferay.portal.kernel.model.TypedModelvoid setClassName(java.lang.String className)
long getClassNameId()
getClassNameId in interface com.liferay.portal.kernel.model.TypedModelvoid setClassNameId(long classNameId)
setClassNameId in interface com.liferay.portal.kernel.model.TypedModelclassNameId - the class name ID of this friendly url entrylong getClassPK()
getClassPK in interface com.liferay.portal.kernel.model.AttachedModelvoid setClassPK(long classPK)
setClassPK in interface com.liferay.portal.kernel.model.AttachedModelclassPK - 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()
FriendlyURLEntry cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<FriendlyURLEntry>default java.lang.String toXmlString()