public class LayoutSetVersionModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSetVersion>
implements com.liferay.portal.kernel.model.LayoutSetVersionModel
This implementation and its corresponding interface LayoutSetVersionModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in LayoutSetVersionImpl.
LayoutSetVersionImpl,
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 |
GROUPID_COLUMN_BITMASK |
static long |
LAYOUTSETID_COLUMN_BITMASK |
static long |
LAYOUTSETPROTOTYPEUUID_COLUMN_BITMASK |
static long |
LOCK_EXPIRATION_TIME |
static long |
LOGOID_COLUMN_BITMASK |
static String |
ORDER_BY_JPQL |
static String |
ORDER_BY_SQL |
static long |
PRIVATELAYOUT_COLUMN_BITMASK |
static String |
SESSION_FACTORY |
static Object[][] |
TABLE_COLUMNS |
static Map<String,Integer> |
TABLE_COLUMNS_MAP |
static String |
TABLE_NAME
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
static String |
TABLE_SQL_CREATE |
static String |
TABLE_SQL_DROP |
static String |
TX_MANAGER |
static long |
VERSION_COLUMN_BITMASK |
| Constructor and Description |
|---|
LayoutSetVersionModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
int |
compareTo(com.liferay.portal.kernel.model.LayoutSetVersion layoutSetVersion) |
boolean |
equals(Object obj) |
Map<String,Function<com.liferay.portal.kernel.model.LayoutSetVersion,Object>> |
getAttributeGetterFunctions() |
Map<String,BiConsumer<com.liferay.portal.kernel.model.LayoutSetVersion,Object>> |
getAttributeSetterBiConsumers() |
String |
getColorSchemeId() |
long |
getColumnBitmask() |
long |
getCompanyId() |
Date |
getCreateDate() |
String |
getCss() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId() |
long |
getLayoutSetId() |
boolean |
getLayoutSetPrototypeLinkEnabled() |
String |
getLayoutSetPrototypeUuid() |
long |
getLayoutSetVersionId() |
long |
getLogoId() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
Date |
getModifiedDate() |
long |
getOriginalCompanyId() |
long |
getOriginalGroupId() |
long |
getOriginalLayoutSetId() |
String |
getOriginalLayoutSetPrototypeUuid() |
long |
getOriginalLogoId() |
boolean |
getOriginalPrivateLayout() |
int |
getOriginalVersion() |
int |
getPageCount() |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
boolean |
getPrivateLayout() |
String |
getSettings() |
String |
getThemeId() |
int |
getVersion() |
long |
getVersionedModelId() |
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
boolean |
isLayoutSetPrototypeLinkEnabled() |
boolean |
isPrivateLayout() |
void |
populateVersionedModel(com.liferay.portal.kernel.model.LayoutSet layoutSet) |
void |
resetOriginalValues() |
void |
setColorSchemeId(String colorSchemeId) |
void |
setCompanyId(long companyId) |
void |
setCreateDate(Date createDate) |
void |
setCss(String css) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId) |
void |
setLayoutSetId(long layoutSetId) |
void |
setLayoutSetPrototypeLinkEnabled(boolean layoutSetPrototypeLinkEnabled) |
void |
setLayoutSetPrototypeUuid(String layoutSetPrototypeUuid) |
void |
setLayoutSetVersionId(long layoutSetVersionId) |
void |
setLogoId(long logoId) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setModifiedDate(Date modifiedDate) |
void |
setPageCount(int pageCount) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setPrivateLayout(boolean privateLayout) |
void |
setSettings(String settings) |
void |
setThemeId(String themeId) |
void |
setVersion(int version) |
void |
setVersionedModelId(long layoutSetId) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.LayoutSetVersion> |
toCacheModel() |
com.liferay.portal.kernel.model.LayoutSetVersion |
toEscapedModel() |
String |
toString() |
com.liferay.portal.kernel.model.LayoutSet |
toVersionedModel() |
String |
toXmlString() |
public static final String TABLE_NAME
LayoutSetVersion interface instead.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 GROUPID_COLUMN_BITMASK
public static final long LAYOUTSETID_COLUMN_BITMASK
public static final long LAYOUTSETPROTOTYPEUUID_COLUMN_BITMASK
public static final long LOGOID_COLUMN_BITMASK
public static final long PRIVATELAYOUT_COLUMN_BITMASK
public static final long VERSION_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.LayoutSetVersionModelgetPrimaryKey in interface com.liferay.portal.kernel.model.version.VersionModel<com.liferay.portal.kernel.model.LayoutSet>public void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.LayoutSetVersionModelsetPrimaryKey in interface com.liferay.portal.kernel.model.version.VersionModel<com.liferay.portal.kernel.model.LayoutSet>public Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSetVersion>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSetVersion>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic 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.LayoutSetVersion>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSetVersion>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSetVersion>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSetVersion>public Map<String,Function<com.liferay.portal.kernel.model.LayoutSetVersion,Object>> getAttributeGetterFunctions()
public Map<String,BiConsumer<com.liferay.portal.kernel.model.LayoutSetVersion,Object>> getAttributeSetterBiConsumers()
public long getVersionedModelId()
getVersionedModelId in interface com.liferay.portal.kernel.model.version.VersionModel<com.liferay.portal.kernel.model.LayoutSet>public void populateVersionedModel(com.liferay.portal.kernel.model.LayoutSet layoutSet)
populateVersionedModel in interface com.liferay.portal.kernel.model.version.VersionModel<com.liferay.portal.kernel.model.LayoutSet>public void setVersionedModelId(long layoutSetId)
setVersionedModelId in interface com.liferay.portal.kernel.model.version.VersionModel<com.liferay.portal.kernel.model.LayoutSet>public com.liferay.portal.kernel.model.LayoutSet toVersionedModel()
toVersionedModel in interface com.liferay.portal.kernel.model.version.VersionModel<com.liferay.portal.kernel.model.LayoutSet>public long getLayoutSetVersionId()
getLayoutSetVersionId in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic void setLayoutSetVersionId(long layoutSetVersionId)
setLayoutSetVersionId in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic int getVersion()
getVersion in interface com.liferay.portal.kernel.model.LayoutSetVersionModelgetVersion in interface com.liferay.portal.kernel.model.version.VersionModel<com.liferay.portal.kernel.model.LayoutSet>public void setVersion(int version)
setVersion in interface com.liferay.portal.kernel.model.LayoutSetVersionModelsetVersion in interface com.liferay.portal.kernel.model.version.VersionModel<com.liferay.portal.kernel.model.LayoutSet>public int getOriginalVersion()
public long getLayoutSetId()
getLayoutSetId in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic void setLayoutSetId(long layoutSetId)
setLayoutSetId in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic long getOriginalLayoutSetId()
public long getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic long getOriginalGroupId()
public long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.LayoutSetVersionModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.LayoutSetVersionModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic long getOriginalCompanyId()
public Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic void setCreateDate(Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic boolean getPrivateLayout()
getPrivateLayout in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic boolean isPrivateLayout()
isPrivateLayout in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic void setPrivateLayout(boolean privateLayout)
setPrivateLayout in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic boolean getOriginalPrivateLayout()
public long getLogoId()
getLogoId in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic void setLogoId(long logoId)
setLogoId in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic long getOriginalLogoId()
public String getThemeId()
getThemeId in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic void setThemeId(String themeId)
setThemeId in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic String getColorSchemeId()
getColorSchemeId in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic void setColorSchemeId(String colorSchemeId)
setColorSchemeId in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic String getCss()
getCss in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic void setCss(String css)
setCss in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic int getPageCount()
getPageCount in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic void setPageCount(int pageCount)
setPageCount in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic String getSettings()
getSettings in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic void setSettings(String settings)
setSettings in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic String getLayoutSetPrototypeUuid()
getLayoutSetPrototypeUuid in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic void setLayoutSetPrototypeUuid(String layoutSetPrototypeUuid)
setLayoutSetPrototypeUuid in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic String getOriginalLayoutSetPrototypeUuid()
public boolean getLayoutSetPrototypeLinkEnabled()
getLayoutSetPrototypeLinkEnabled in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic boolean isLayoutSetPrototypeLinkEnabled()
isLayoutSetPrototypeLinkEnabled in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic void setLayoutSetPrototypeLinkEnabled(boolean layoutSetPrototypeLinkEnabled)
setLayoutSetPrototypeLinkEnabled in interface com.liferay.portal.kernel.model.LayoutSetVersionModelpublic long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSetVersion>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSetVersion>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSetVersion>setExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSetVersion>public com.liferay.portal.kernel.model.LayoutSetVersion toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSetVersion>toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSetVersion>public Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSetVersion>clone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSetVersion>public int compareTo(com.liferay.portal.kernel.model.LayoutSetVersion layoutSetVersion)
compareTo in interface Comparable<com.liferay.portal.kernel.model.LayoutSetVersion>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSetVersion>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSetVersion>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSetVersion>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSetVersion>public com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.LayoutSetVersion> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSetVersion>toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutSetVersion>public String toString()
toString in class Objectpublic String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutSetVersion>