|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.LayoutFriendlyURLWrapper
@ProviderType public class LayoutFriendlyURLWrapper
This class is a wrapper for LayoutFriendlyURL.
LayoutFriendlyURL,
Serialized Form| Field Summary |
|---|
| Fields inherited from interface com.liferay.portal.model.LayoutFriendlyURL |
|---|
LAYOUT_FRIENDLY_U_R_L_ID_ACCESSOR |
| Constructor Summary | |
|---|---|
LayoutFriendlyURLWrapper(LayoutFriendlyURL layoutFriendlyURL)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(LayoutFriendlyURL layoutFriendlyURL)
|
boolean |
equals(Object obj)
|
long |
getCompanyId()
Returns the company ID of this layout friendly u r l. |
Date |
getCreateDate()
Returns the create date of this layout friendly u r l. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
String |
getFriendlyURL()
Returns the friendly u r l of this layout friendly u r l. |
long |
getGroupId()
Returns the group ID of this layout friendly u r l. |
String |
getLanguageId()
Returns the language ID of this layout friendly u r l. |
Date |
getLastPublishDate()
Returns the last publish date of this layout friendly u r l. |
long |
getLayoutFriendlyURLId()
Returns the layout friendly u r l ID of this layout friendly u r l. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this layout friendly u r l. |
long |
getMvccVersion()
Returns the mvcc version of this layout friendly u r l. |
long |
getPlid()
Returns the plid of this layout friendly u r l. |
long |
getPrimaryKey()
Returns the primary key of this layout friendly u r l. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
boolean |
getPrivateLayout()
Returns the private layout of this layout friendly u r l. |
StagedModelType |
getStagedModelType()
|
long |
getUserId()
Returns the user ID of this layout friendly u r l. |
String |
getUserName()
Returns the user name of this layout friendly u r l. |
String |
getUserUuid()
Returns the user uuid of this layout friendly u r l. |
String |
getUuid()
Returns the uuid of this layout friendly u r l. |
LayoutFriendlyURL |
getWrappedModel()
|
int |
hashCode()
|
boolean |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
boolean |
isNew()
Returns true if this model instance does not yet exist in
the database. |
boolean |
isPrivateLayout()
Returns true if this layout friendly u r l is private layout. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet exist. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
void |
setCompanyId(long companyId)
Sets the company ID of this layout friendly u r l. |
void |
setCreateDate(Date createDate)
Sets the create date of this layout friendly u r l. |
void |
setExpandoBridgeAttributes(BaseModel<?> baseModel)
|
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setFriendlyURL(String friendlyURL)
Sets the friendly u r l of this layout friendly u r l. |
void |
setGroupId(long groupId)
Sets the group ID of this layout friendly u r l. |
void |
setLanguageId(String languageId)
Sets the language ID of this layout friendly u r l. |
void |
setLastPublishDate(Date lastPublishDate)
Sets the last publish date of this layout friendly u r l. |
void |
setLayoutFriendlyURLId(long layoutFriendlyURLId)
Sets the layout friendly u r l ID of this layout friendly u r l. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this layout friendly u r l. |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this layout friendly u r l. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPlid(long plid)
Sets the plid of this layout friendly u r l. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this layout friendly u r l. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setPrivateLayout(boolean privateLayout)
Sets whether this layout friendly u r l is private layout. |
void |
setUserId(long userId)
Sets the user ID of this layout friendly u r l. |
void |
setUserName(String userName)
Sets the user name of this layout friendly u r l. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this layout friendly u r l. |
void |
setUuid(String uuid)
Sets the uuid of this layout friendly u r l. |
CacheModel<LayoutFriendlyURL> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
LayoutFriendlyURL |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
String |
toString()
|
LayoutFriendlyURL |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LayoutFriendlyURLWrapper(LayoutFriendlyURL layoutFriendlyURL)
| Method Detail |
|---|
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<LayoutFriendlyURL>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<LayoutFriendlyURL>public Object clone()
BaseModel
clone in interface BaseModel<LayoutFriendlyURL>clone in interface LayoutFriendlyURLModelclone in interface StagedModelclone in class Objectpublic int compareTo(LayoutFriendlyURL layoutFriendlyURL)
compareTo in interface LayoutFriendlyURLModelcompareTo in interface Comparable<LayoutFriendlyURL>public long getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface LayoutFriendlyURLModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelpublic Date getCreateDate()
getCreateDate in interface AuditedModelgetCreateDate in interface LayoutFriendlyURLModelgetCreateDate in interface StagedModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<LayoutFriendlyURL>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface LayoutFriendlyURLModelpublic String getFriendlyURL()
getFriendlyURL in interface LayoutFriendlyURLModelpublic long getGroupId()
getGroupId in interface GroupedModelgetGroupId in interface LayoutFriendlyURLModelpublic String getLanguageId()
getLanguageId in interface LayoutFriendlyURLModelpublic Date getLastPublishDate()
getLastPublishDate in interface LayoutFriendlyURLModelgetLastPublishDate in interface StagedGroupedModelpublic long getLayoutFriendlyURLId()
getLayoutFriendlyURLId in interface LayoutFriendlyURLModelpublic Date getModifiedDate()
getModifiedDate in interface AuditedModelgetModifiedDate in interface LayoutFriendlyURLModelgetModifiedDate in interface StagedModelpublic long getMvccVersion()
getMvccVersion in interface LayoutFriendlyURLModelgetMvccVersion in interface MVCCModelpublic long getPlid()
getPlid in interface LayoutFriendlyURLModelpublic long getPrimaryKey()
getPrimaryKey in interface LayoutFriendlyURLModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<LayoutFriendlyURL>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface LayoutFriendlyURLModelpublic boolean getPrivateLayout()
getPrivateLayout in interface LayoutFriendlyURLModelpublic long getUserId()
getUserId in interface AuditedModelgetUserId in interface LayoutFriendlyURLModelpublic String getUserName()
getUserName in interface AuditedModelgetUserName in interface LayoutFriendlyURLModelpublic String getUserUuid()
getUserUuid in interface AuditedModelgetUserUuid in interface LayoutFriendlyURLModelpublic String getUuid()
getUuid in interface LayoutFriendlyURLModelgetUuid in interface StagedModelpublic int hashCode()
hashCode in interface LayoutFriendlyURLModelhashCode in class Objectpublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.
isCachedModel in interface BaseModel<LayoutFriendlyURL>isCachedModel in interface LayoutFriendlyURLModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.
isEscapedModel in interface BaseModel<LayoutFriendlyURL>isEscapedModel in interface LayoutFriendlyURLModeltrue if this model instance is escaped;
false otherwisepublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.
isNew in interface BaseModel<LayoutFriendlyURL>isNew in interface LayoutFriendlyURLModeltrue if this model instance does not yet exist in
the database; false otherwisepublic boolean isPrivateLayout()
true if this layout friendly u r l is private layout.
isPrivateLayout in interface LayoutFriendlyURLModeltrue if this layout friendly u r l is private layout; false otherwisepublic void persist()
PersistedModel
persist in interface PersistedModelpublic void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel in interface BaseModel<LayoutFriendlyURL>setCachedModel in interface LayoutFriendlyURLModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic void setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface LayoutFriendlyURLModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this layout friendly u r lpublic void setCreateDate(Date createDate)
setCreateDate in interface AuditedModelsetCreateDate in interface LayoutFriendlyURLModelsetCreateDate in interface StagedModelcreateDate - the create date of this layout friendly u r lpublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<LayoutFriendlyURL>setExpandoBridgeAttributes in interface LayoutFriendlyURLModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<LayoutFriendlyURL>setExpandoBridgeAttributes in interface LayoutFriendlyURLModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<LayoutFriendlyURL>setExpandoBridgeAttributes in interface LayoutFriendlyURLModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public void setFriendlyURL(String friendlyURL)
setFriendlyURL in interface LayoutFriendlyURLModelfriendlyURL - the friendly u r l of this layout friendly u r lpublic void setGroupId(long groupId)
setGroupId in interface GroupedModelsetGroupId in interface LayoutFriendlyURLModelgroupId - the group ID of this layout friendly u r lpublic void setLanguageId(String languageId)
setLanguageId in interface LayoutFriendlyURLModellanguageId - the language ID of this layout friendly u r lpublic void setLastPublishDate(Date lastPublishDate)
setLastPublishDate in interface LayoutFriendlyURLModelsetLastPublishDate in interface StagedGroupedModellastPublishDate - the last publish date of this layout friendly u r lpublic void setLayoutFriendlyURLId(long layoutFriendlyURLId)
setLayoutFriendlyURLId in interface LayoutFriendlyURLModellayoutFriendlyURLId - the layout friendly u r l ID of this layout friendly u r lpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelsetModifiedDate in interface LayoutFriendlyURLModelsetModifiedDate in interface StagedModelmodifiedDate - the modified date of this layout friendly u r lpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface LayoutFriendlyURLModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this layout friendly u r lpublic void setNew(boolean n)
BaseModel
setNew in interface BaseModel<LayoutFriendlyURL>setNew in interface LayoutFriendlyURLModeln - whether this model instance does not yet exist in the databasepublic void setPlid(long plid)
setPlid in interface LayoutFriendlyURLModelplid - the plid of this layout friendly u r lpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface LayoutFriendlyURLModelprimaryKey - the primary key of this layout friendly u r lpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<LayoutFriendlyURL>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface LayoutFriendlyURLModelprimaryKeyObj - the primary key of this model instancepublic void setPrivateLayout(boolean privateLayout)
setPrivateLayout in interface LayoutFriendlyURLModelprivateLayout - the private layout of this layout friendly u r lpublic void setUserId(long userId)
setUserId in interface AuditedModelsetUserId in interface LayoutFriendlyURLModeluserId - the user ID of this layout friendly u r lpublic void setUserName(String userName)
setUserName in interface AuditedModelsetUserName in interface LayoutFriendlyURLModeluserName - the user name of this layout friendly u r lpublic void setUserUuid(String userUuid)
setUserUuid in interface AuditedModelsetUserUuid in interface LayoutFriendlyURLModeluserUuid - the user uuid of this layout friendly u r lpublic void setUuid(String uuid)
setUuid in interface LayoutFriendlyURLModelsetUuid in interface StagedModeluuid - the uuid of this layout friendly u r lpublic CacheModel<LayoutFriendlyURL> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<LayoutFriendlyURL>toCacheModel in interface LayoutFriendlyURLModelpublic LayoutFriendlyURL toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<LayoutFriendlyURL>toEscapedModel in interface LayoutFriendlyURLModelAutoEscapeBeanHandlerpublic String toString()
toString in interface LayoutFriendlyURLModeltoString in class Objectpublic LayoutFriendlyURL toUnescapedModel()
toUnescapedModel in interface BaseModel<LayoutFriendlyURL>toUnescapedModel in interface LayoutFriendlyURLModelpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<LayoutFriendlyURL>toXmlString in interface LayoutFriendlyURLModelpublic boolean equals(Object obj)
equals in class Objectpublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelpublic LayoutFriendlyURL getWrappedModel()
getWrappedModel in interface ModelWrapper<LayoutFriendlyURL>public boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.
isEntityCacheEnabled in interface BaseModel<LayoutFriendlyURL>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.
isFinderCacheEnabled in interface BaseModel<LayoutFriendlyURL>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<LayoutFriendlyURL>
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||