@ProviderType
public class LayoutFriendlyURLModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
implements com.liferay.portal.kernel.model.LayoutFriendlyURLModel
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| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
LayoutFriendlyURLModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
int |
compareTo(com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL) |
boolean |
equals(Object obj) |
long |
getColumnBitmask() |
long |
getCompanyId() |
Date |
getCreateDate() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
String |
getFriendlyURL() |
long |
getGroupId() |
String |
getLanguageId() |
Date |
getLastPublishDate() |
long |
getLayoutFriendlyURLId() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
Date |
getModifiedDate() |
long |
getMvccVersion() |
long |
getOriginalCompanyId() |
String |
getOriginalFriendlyURL() |
long |
getOriginalGroupId() |
String |
getOriginalLanguageId() |
long |
getOriginalPlid() |
boolean |
getOriginalPrivateLayout() |
String |
getOriginalUuid() |
long |
getPlid() |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
boolean |
getPrivateLayout() |
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
long |
getUserId() |
String |
getUserName() |
String |
getUserUuid() |
String |
getUuid() |
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
boolean |
isPrivateLayout() |
void |
resetOriginalValues() |
void |
setCompanyId(long companyId) |
void |
setCreateDate(Date createDate) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setFriendlyURL(String friendlyURL) |
void |
setGroupId(long groupId) |
void |
setLanguageId(String languageId) |
void |
setLastPublishDate(Date lastPublishDate) |
void |
setLayoutFriendlyURLId(long layoutFriendlyURLId) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setModifiedDate(Date modifiedDate) |
void |
setMvccVersion(long mvccVersion) |
void |
setPlid(long plid) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setPrivateLayout(boolean privateLayout) |
void |
setUserId(long userId) |
void |
setUserName(String userName) |
void |
setUserUuid(String userUuid) |
void |
setUuid(String uuid) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.LayoutFriendlyURL> |
toCacheModel() |
com.liferay.portal.kernel.model.LayoutFriendlyURL |
toEscapedModel() |
String |
toString() |
String |
toXmlString() |
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
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
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelpublic Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelgetPrimaryKeyObj in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelsetPrimaryKeyObj in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelpublic Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>public long getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic String getUuid()
getUuid in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic void setUuid(String uuid)
setUuid in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelsetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic String getOriginalUuid()
public long getLayoutFriendlyURLId()
getLayoutFriendlyURLId in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelpublic void setLayoutFriendlyURLId(long layoutFriendlyURLId)
setLayoutFriendlyURLId in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelpublic long getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.GroupedModelgetGroupId in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupedModelsetGroupId in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelpublic long getOriginalGroupId()
public long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic long getOriginalCompanyId()
public long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelgetUserId in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModelsetUserId in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelpublic String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelgetUserUuid in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelpublic void setUserUuid(String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModelsetUserUuid in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelpublic String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelgetUserName in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelpublic void setUserName(String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModelsetUserName in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelpublic Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic void setCreateDate(Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getPlid()
getPlid in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelpublic void setPlid(long plid)
setPlid in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelpublic long getOriginalPlid()
public boolean getPrivateLayout()
getPrivateLayout in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelpublic boolean isPrivateLayout()
isPrivateLayout in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelpublic void setPrivateLayout(boolean privateLayout)
setPrivateLayout in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelpublic boolean getOriginalPrivateLayout()
public String getFriendlyURL()
getFriendlyURL in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelpublic void setFriendlyURL(String friendlyURL)
setFriendlyURL in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelpublic String getOriginalFriendlyURL()
public String getLanguageId()
getLanguageId in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelpublic void setLanguageId(String languageId)
setLanguageId in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelpublic String getOriginalLanguageId()
public Date getLastPublishDate()
getLastPublishDate in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelgetLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModelpublic void setLastPublishDate(Date lastPublishDate)
setLastPublishDate in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelsetLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModelpublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelpublic long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelgetExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelsetExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>public com.liferay.portal.kernel.model.LayoutFriendlyURL toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>toEscapedModel in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModeltoEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>public Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>clone in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelclone in interface com.liferay.portal.kernel.model.StagedModelclone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>public int compareTo(com.liferay.portal.kernel.model.LayoutFriendlyURL layoutFriendlyURL)
compareTo in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModelcompareTo in interface Comparable<com.liferay.portal.kernel.model.LayoutFriendlyURL>public int hashCode()
public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>public com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.LayoutFriendlyURL> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>toCacheModel in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModeltoCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>public String toString()
public String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutFriendlyURL>toXmlString in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel