@ProviderType public interface FriendlyURLEntryModel extends AttachedModel, BaseModel<FriendlyURLEntry>, CTModel<FriendlyURLEntry>, MVCCModel, ShardedModel, 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 |
|---|---|
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.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNameclone, getStagedModelTypelong getPrimaryKey()
getPrimaryKey in interface CTModel<FriendlyURLEntry>void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CTModel<FriendlyURLEntry>primaryKey - the primary key of this friendly url entrylong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this friendly url entrylong getCtCollectionId()
getCtCollectionId in interface CTModel<FriendlyURLEntry>void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface CTModel<FriendlyURLEntry>ctCollectionId - the ct collection ID of this friendly url entry@AutoEscape java.lang.String getUuid()
getUuid in interface StagedModelvoid setUuid(java.lang.String uuid)
setUuid in interface 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 ShardedModelgetCompanyId in interface StagedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this friendly url entryjava.util.Date getCreateDate()
getCreateDate in interface StagedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface StagedModelcreateDate - the create date of this friendly url entryjava.util.Date getModifiedDate()
getModifiedDate in interface StagedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface StagedModelmodifiedDate - the modified date of this friendly url entryjava.lang.String getClassName()
getClassName in interface TypedModelvoid setClassName(java.lang.String className)
long getClassNameId()
getClassNameId in interface TypedModelvoid setClassNameId(long classNameId)
setClassNameId in interface TypedModelclassNameId - the class name ID of this friendly url entrylong getClassPK()
getClassPK in interface AttachedModelvoid setClassPK(long classPK)
setClassPK in interface 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()