Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class LayoutFriendlyURLImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<LayoutFriendlyURL>
      extended by com.liferay.portal.model.impl.LayoutFriendlyURLModelImpl
          extended by com.liferay.portal.model.impl.LayoutFriendlyURLBaseImpl
              extended by com.liferay.portal.model.impl.LayoutFriendlyURLImpl
All Implemented Interfaces:
AuditedModel, BaseModel<LayoutFriendlyURL>, ClassedModel, GroupedModel, LayoutFriendlyURL, LayoutFriendlyURLModel, PersistedModel, StagedGroupedModel, StagedModel, Serializable, Cloneable, Comparable<LayoutFriendlyURL>

public class LayoutFriendlyURLImpl
extends LayoutFriendlyURLBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.LayoutFriendlyURLModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, FRIENDLYURL_COLUMN_BITMASK, GROUPID_COLUMN_BITMASK, LANGUAGEID_COLUMN_BITMASK, LAYOUTFRIENDLYURLID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, PLID_COLUMN_BITMASK, PRIVATELAYOUT_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, UUID_COLUMN_BITMASK
 
Constructor Summary
LayoutFriendlyURLImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.LayoutFriendlyURLBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.LayoutFriendlyURLModelImpl
clone, compareTo, equals, getColumnBitmask, getCompanyId, getCreateDate, getExpandoBridge, getFriendlyURL, getGroupId, getLanguageId, getLayoutFriendlyURLId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getOriginalCompanyId, getOriginalFriendlyURL, getOriginalGroupId, getOriginalLanguageId, getOriginalPlid, getOriginalPrivateLayout, getOriginalUuid, getPlid, getPrimaryKey, getPrimaryKeyObj, getPrivateLayout, getStagedModelType, getUserId, getUserName, getUserUuid, getUuid, hashCode, isPrivateLayout, resetOriginalValues, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setFriendlyURL, setGroupId, setLanguageId, setLayoutFriendlyURLId, setModelAttributes, setModifiedDate, setPlid, setPrimaryKey, setPrimaryKeyObj, setPrivateLayout, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toXmlString
 
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
clone, compareTo, getCompanyId, getCreateDate, getExpandoBridge, getFriendlyURL, getGroupId, getLanguageId, getLayoutFriendlyURLId, getModifiedDate, getPlid, getPrimaryKey, getPrimaryKeyObj, getPrivateLayout, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, isPrivateLayout, setCachedModel, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFriendlyURL, setGroupId, setLanguageId, setLayoutFriendlyURLId, setModifiedDate, setNew, setPlid, setPrimaryKey, setPrimaryKeyObj, setPrivateLayout, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 

Constructor Detail

LayoutFriendlyURLImpl

public LayoutFriendlyURLImpl()

Liferay 6.2-ce-ga5