|
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.impl.BaseModelImpl<LayoutFriendlyURL>
com.liferay.portal.model.impl.LayoutFriendlyURLModelImpl
@ProviderType public class LayoutFriendlyURLModelImpl
The base model implementation for the LayoutFriendlyURL service. Represents a row in the "LayoutFriendlyURL" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface LayoutFriendlyURLModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in LayoutFriendlyURLImpl.
LayoutFriendlyURLImpl,
LayoutFriendlyURL,
LayoutFriendlyURLModel,
Serialized Form| Field Summary | |
|---|---|
static boolean |
COLUMN_BITMASK_ENABLED
|
static long |
COMPANYID_COLUMN_BITMASK
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
FRIENDLYURL_COLUMN_BITMASK
|
static long |
GROUPID_COLUMN_BITMASK
|
static long |
LANGUAGEID_COLUMN_BITMASK
|
static long |
LAYOUTFRIENDLYURLID_COLUMN_BITMASK
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static long |
PLID_COLUMN_BITMASK
|
static long |
PRIVATELAYOUT_COLUMN_BITMASK
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static Map<String,Integer> |
TABLE_COLUMNS_MAP
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
static long |
UUID_COLUMN_BITMASK
|
| Constructor Summary | |
|---|---|
LayoutFriendlyURLModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(LayoutFriendlyURL layoutFriendlyURL)
|
boolean |
equals(Object obj)
|
long |
getColumnBitmask()
|
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 |
getOriginalCompanyId()
|
String |
getOriginalFriendlyURL()
|
long |
getOriginalGroupId()
|
String |
getOriginalLanguageId()
|
long |
getOriginalPlid()
|
boolean |
getOriginalPrivateLayout()
|
String |
getOriginalUuid()
|
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. |
int |
hashCode()
|
boolean |
hasSetModifiedDate()
|
boolean |
isEntityCacheEnabled()
Returns true if this model's entity cache is enabled. |
boolean |
isFinderCacheEnabled()
Returns true if this model's finder cache is enabled. |
boolean |
isPrivateLayout()
Returns true if this layout friendly u r l is private layout. |
void |
resetOriginalValues()
Reset all original fields to current values. |
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(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 |
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()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.model.LayoutFriendlyURLModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Field Detail |
|---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final Map<String,Integer> TABLE_COLUMNS_MAP
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long COMPANYID_COLUMN_BITMASK
public static final long FRIENDLYURL_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long LANGUAGEID_COLUMN_BITMASK
public static final long PLID_COLUMN_BITMASK
public static final long PRIVATELAYOUT_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
public static final long LAYOUTFRIENDLYURLID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public LayoutFriendlyURLModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
LayoutFriendlyURLModel
getPrimaryKey in interface LayoutFriendlyURLModelpublic void setPrimaryKey(long primaryKey)
LayoutFriendlyURLModel
setPrimaryKey in interface LayoutFriendlyURLModelprimaryKey - the primary key of this layout friendly u r lpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<LayoutFriendlyURL>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface LayoutFriendlyURLModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<LayoutFriendlyURL>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface LayoutFriendlyURLModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<LayoutFriendlyURL>getModelAttributes in class BaseModelImpl<LayoutFriendlyURL>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<LayoutFriendlyURL>setModelAttributes in class BaseModelImpl<LayoutFriendlyURL>public long getMvccVersion()
LayoutFriendlyURLModel
getMvccVersion in interface LayoutFriendlyURLModelgetMvccVersion in interface MVCCModelpublic void setMvccVersion(long mvccVersion)
LayoutFriendlyURLModel
setMvccVersion in interface LayoutFriendlyURLModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this layout friendly u r lpublic String getUuid()
LayoutFriendlyURLModel
getUuid in interface LayoutFriendlyURLModelgetUuid in interface StagedModelpublic void setUuid(String uuid)
LayoutFriendlyURLModel
setUuid in interface LayoutFriendlyURLModelsetUuid in interface StagedModeluuid - the uuid of this layout friendly u r lpublic String getOriginalUuid()
public long getLayoutFriendlyURLId()
LayoutFriendlyURLModel
getLayoutFriendlyURLId in interface LayoutFriendlyURLModelpublic void setLayoutFriendlyURLId(long layoutFriendlyURLId)
LayoutFriendlyURLModel
setLayoutFriendlyURLId in interface LayoutFriendlyURLModellayoutFriendlyURLId - the layout friendly u r l ID of this layout friendly u r lpublic long getGroupId()
LayoutFriendlyURLModel
getGroupId in interface GroupedModelgetGroupId in interface LayoutFriendlyURLModelpublic void setGroupId(long groupId)
LayoutFriendlyURLModel
setGroupId in interface GroupedModelsetGroupId in interface LayoutFriendlyURLModelgroupId - the group ID of this layout friendly u r lpublic long getOriginalGroupId()
public long getCompanyId()
LayoutFriendlyURLModel
getCompanyId in interface AuditedModelgetCompanyId in interface LayoutFriendlyURLModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelpublic void setCompanyId(long companyId)
LayoutFriendlyURLModel
setCompanyId in interface AuditedModelsetCompanyId in interface LayoutFriendlyURLModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this layout friendly u r lpublic long getOriginalCompanyId()
public long getUserId()
LayoutFriendlyURLModel
getUserId in interface AuditedModelgetUserId in interface LayoutFriendlyURLModelpublic void setUserId(long userId)
LayoutFriendlyURLModel
setUserId in interface AuditedModelsetUserId in interface LayoutFriendlyURLModeluserId - the user ID of this layout friendly u r lpublic String getUserUuid()
LayoutFriendlyURLModel
getUserUuid in interface AuditedModelgetUserUuid in interface LayoutFriendlyURLModelpublic void setUserUuid(String userUuid)
LayoutFriendlyURLModel
setUserUuid in interface AuditedModelsetUserUuid in interface LayoutFriendlyURLModeluserUuid - the user uuid of this layout friendly u r lpublic String getUserName()
LayoutFriendlyURLModel
getUserName in interface AuditedModelgetUserName in interface LayoutFriendlyURLModelpublic void setUserName(String userName)
LayoutFriendlyURLModel
setUserName in interface AuditedModelsetUserName in interface LayoutFriendlyURLModeluserName - the user name of this layout friendly u r lpublic Date getCreateDate()
LayoutFriendlyURLModel
getCreateDate in interface AuditedModelgetCreateDate in interface LayoutFriendlyURLModelgetCreateDate in interface StagedModelpublic void setCreateDate(Date createDate)
LayoutFriendlyURLModel
setCreateDate in interface AuditedModelsetCreateDate in interface LayoutFriendlyURLModelsetCreateDate in interface StagedModelcreateDate - the create date of this layout friendly u r lpublic Date getModifiedDate()
LayoutFriendlyURLModel
getModifiedDate in interface AuditedModelgetModifiedDate in interface LayoutFriendlyURLModelgetModifiedDate in interface StagedModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(Date modifiedDate)
LayoutFriendlyURLModel
setModifiedDate in interface AuditedModelsetModifiedDate in interface LayoutFriendlyURLModelsetModifiedDate in interface StagedModelmodifiedDate - the modified date of this layout friendly u r lpublic long getPlid()
LayoutFriendlyURLModel
getPlid in interface LayoutFriendlyURLModelpublic void setPlid(long plid)
LayoutFriendlyURLModel
setPlid in interface LayoutFriendlyURLModelplid - the plid of this layout friendly u r lpublic long getOriginalPlid()
public boolean getPrivateLayout()
LayoutFriendlyURLModel
getPrivateLayout in interface LayoutFriendlyURLModelpublic boolean isPrivateLayout()
LayoutFriendlyURLModeltrue 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 setPrivateLayout(boolean privateLayout)
LayoutFriendlyURLModel
setPrivateLayout in interface LayoutFriendlyURLModelprivateLayout - the private layout of this layout friendly u r lpublic boolean getOriginalPrivateLayout()
public String getFriendlyURL()
LayoutFriendlyURLModel
getFriendlyURL in interface LayoutFriendlyURLModelpublic void setFriendlyURL(String friendlyURL)
LayoutFriendlyURLModel
setFriendlyURL in interface LayoutFriendlyURLModelfriendlyURL - the friendly u r l of this layout friendly u r lpublic String getOriginalFriendlyURL()
public String getLanguageId()
LayoutFriendlyURLModel
getLanguageId in interface LayoutFriendlyURLModelpublic void setLanguageId(String languageId)
LayoutFriendlyURLModel
setLanguageId in interface LayoutFriendlyURLModellanguageId - the language ID of this layout friendly u r lpublic String getOriginalLanguageId()
public Date getLastPublishDate()
LayoutFriendlyURLModel
getLastPublishDate in interface LayoutFriendlyURLModelgetLastPublishDate in interface StagedGroupedModelpublic void setLastPublishDate(Date lastPublishDate)
LayoutFriendlyURLModel
setLastPublishDate in interface LayoutFriendlyURLModelsetLastPublishDate in interface StagedGroupedModellastPublishDate - the last publish date of this layout friendly u r lpublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelpublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<LayoutFriendlyURL>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface LayoutFriendlyURLModelgetExpandoBridge in class BaseModelImpl<LayoutFriendlyURL>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<LayoutFriendlyURL>setExpandoBridgeAttributes in interface LayoutFriendlyURLModelsetExpandoBridgeAttributes in class BaseModelImpl<LayoutFriendlyURL>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public LayoutFriendlyURL toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<LayoutFriendlyURL>toEscapedModel in interface LayoutFriendlyURLModeltoEscapedModel in class BaseModelImpl<LayoutFriendlyURL>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<LayoutFriendlyURL>clone in interface LayoutFriendlyURLModelclone in interface StagedModelclone in class BaseModelImpl<LayoutFriendlyURL>public int compareTo(LayoutFriendlyURL layoutFriendlyURL)
compareTo in interface LayoutFriendlyURLModelcompareTo in interface Comparable<LayoutFriendlyURL>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface LayoutFriendlyURLModelhashCode in class Objectpublic 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>resetOriginalValues in class BaseModelImpl<LayoutFriendlyURL>public CacheModel<LayoutFriendlyURL> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<LayoutFriendlyURL>toCacheModel in interface LayoutFriendlyURLModeltoCacheModel in class BaseModelImpl<LayoutFriendlyURL>public String toString()
toString in interface LayoutFriendlyURLModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<LayoutFriendlyURL>toXmlString in interface LayoutFriendlyURLModel
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||