@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 FormModifier 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 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
public long getPrimaryKey()
getPrimaryKey
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
public 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.ClassedModel
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
public 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.ClassedModel
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
public Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.model.ClassedModel
public String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
public 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.LayoutFriendlyURLModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public String getUuid()
getUuid
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
public void setUuid(String uuid)
setUuid
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
public String getOriginalUuid()
public long getLayoutFriendlyURLId()
getLayoutFriendlyURLId
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
public void setLayoutFriendlyURLId(long layoutFriendlyURLId)
setLayoutFriendlyURLId
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
public long getGroupId()
getGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
getGroupId
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
public void setGroupId(long groupId)
setGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
setGroupId
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
public long getOriginalGroupId()
public long getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
public void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
public long getOriginalCompanyId()
public long getUserId()
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
getUserId
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
public void setUserId(long userId)
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
setUserId
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
public String getUserUuid()
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
getUserUuid
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
public void setUserUuid(String userUuid)
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
setUserUuid
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
public String getUserName()
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
getUserName
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
public void setUserName(String userName)
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
setUserName
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
public Date getCreateDate()
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
public void setCreateDate(Date createDate)
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
public Date getModifiedDate()
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
public boolean hasSetModifiedDate()
public void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
setModifiedDate
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
public long getPlid()
getPlid
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
public void setPlid(long plid)
setPlid
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
public long getOriginalPlid()
public boolean getPrivateLayout()
getPrivateLayout
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
public boolean isPrivateLayout()
isPrivateLayout
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
public void setPrivateLayout(boolean privateLayout)
setPrivateLayout
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
public boolean getOriginalPrivateLayout()
public String getFriendlyURL()
getFriendlyURL
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
public void setFriendlyURL(String friendlyURL)
setFriendlyURL
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
public String getOriginalFriendlyURL()
public String getLanguageId()
getLanguageId
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
public void setLanguageId(String languageId)
setLanguageId
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
public String getOriginalLanguageId()
public Date getLastPublishDate()
getLastPublishDate
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
getLastPublishDate
in interface com.liferay.portal.kernel.model.StagedGroupedModel
public void setLastPublishDate(Date lastPublishDate)
setLastPublishDate
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
setLastPublishDate
in interface com.liferay.portal.kernel.model.StagedGroupedModel
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType
in interface com.liferay.portal.kernel.model.StagedModel
public 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.ClassedModel
getExpandoBridge
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
getExpandoBridge
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.LayoutFriendlyURLModel
setExpandoBridgeAttributes
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.LayoutFriendlyURLModel
toEscapedModel
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.LayoutFriendlyURLModel
clone
in interface com.liferay.portal.kernel.model.StagedModel
clone
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.LayoutFriendlyURLModel
compareTo
in interface Comparable<com.liferay.portal.kernel.model.LayoutFriendlyURL>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
hashCode
in class Object
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.LayoutFriendlyURLModel
toCacheModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutFriendlyURL>
public String toString()
toString
in interface com.liferay.portal.kernel.model.LayoutFriendlyURLModel
toString
in class Object
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