@JSON(strict=true)
public class LayoutPrototypeModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutPrototype>
implements com.liferay.portal.kernel.model.LayoutPrototypeModel
This implementation and its corresponding interface LayoutPrototypeModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in LayoutPrototypeImpl.
LayoutPrototypeImpl,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static long |
ACTIVE_COLUMN_BITMASK |
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 |
LAYOUTPROTOTYPEID_COLUMN_BITMASK |
static long |
LOCK_EXPIRATION_TIME |
static String |
ORDER_BY_JPQL |
static String |
ORDER_BY_SQL |
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 |
UUID_COLUMN_BITMASK |
| Constructor and Description |
|---|
LayoutPrototypeModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
int |
compareTo(com.liferay.portal.kernel.model.LayoutPrototype layoutPrototype) |
boolean |
equals(Object obj) |
boolean |
getActive() |
Map<String,Function<com.liferay.portal.kernel.model.LayoutPrototype,Object>> |
getAttributeGetterFunctions() |
Map<String,BiConsumer<com.liferay.portal.kernel.model.LayoutPrototype,Object>> |
getAttributeSetterBiConsumers() |
String[] |
getAvailableLanguageIds() |
long |
getColumnBitmask() |
long |
getCompanyId() |
Date |
getCreateDate() |
String |
getDefaultLanguageId() |
String |
getDescription() |
String |
getDescription(Locale locale) |
String |
getDescription(Locale locale,
boolean useDefault) |
String |
getDescription(String languageId) |
String |
getDescription(String languageId,
boolean useDefault) |
String |
getDescriptionCurrentLanguageId() |
String |
getDescriptionCurrentValue() |
Map<Locale,String> |
getDescriptionMap() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getLayoutPrototypeId() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
Date |
getModifiedDate() |
long |
getMvccVersion() |
String |
getName() |
String |
getName(Locale locale) |
String |
getName(Locale locale,
boolean useDefault) |
String |
getName(String languageId) |
String |
getName(String languageId,
boolean useDefault) |
String |
getNameCurrentLanguageId() |
String |
getNameCurrentValue() |
Map<Locale,String> |
getNameMap() |
boolean |
getOriginalActive() |
long |
getOriginalCompanyId() |
String |
getOriginalUuid() |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
String |
getSettings() |
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
long |
getUserId() |
String |
getUserName() |
String |
getUserUuid() |
String |
getUuid() |
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isActive() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(Locale defaultImportLocale) |
void |
resetOriginalValues() |
void |
setActive(boolean active) |
void |
setCompanyId(long companyId) |
void |
setCreateDate(Date createDate) |
void |
setDescription(String description) |
void |
setDescription(String description,
Locale locale) |
void |
setDescription(String description,
Locale locale,
Locale defaultLocale) |
void |
setDescriptionCurrentLanguageId(String languageId) |
void |
setDescriptionMap(Map<Locale,String> descriptionMap) |
void |
setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setLayoutPrototypeId(long layoutPrototypeId) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setModifiedDate(Date modifiedDate) |
void |
setMvccVersion(long mvccVersion) |
void |
setName(String name) |
void |
setName(String name,
Locale locale) |
void |
setName(String name,
Locale locale,
Locale defaultLocale) |
void |
setNameCurrentLanguageId(String languageId) |
void |
setNameMap(Map<Locale,String> nameMap) |
void |
setNameMap(Map<Locale,String> nameMap,
Locale defaultLocale) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setSettings(String settings) |
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.LayoutPrototype> |
toCacheModel() |
com.liferay.portal.kernel.model.LayoutPrototype |
toEscapedModel() |
static com.liferay.portal.kernel.model.LayoutPrototype |
toModel(com.liferay.portal.kernel.model.LayoutPrototypeSoap soapModel)
Converts the soap model instance into a normal model instance.
|
static List<com.liferay.portal.kernel.model.LayoutPrototype> |
toModels(com.liferay.portal.kernel.model.LayoutPrototypeSoap[] soapModels)
Converts the soap model instances into normal model instances.
|
String |
toString() |
String |
toXmlString() |
public static final String TABLE_NAME
LayoutPrototype 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 ACTIVE_COLUMN_BITMASK
public static final long COMPANYID_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
public static final long LAYOUTPROTOTYPEID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public static com.liferay.portal.kernel.model.LayoutPrototype toModel(com.liferay.portal.kernel.model.LayoutPrototypeSoap soapModel)
soapModel - the soap model instance to convertpublic static List<com.liferay.portal.kernel.model.LayoutPrototype> toModels(com.liferay.portal.kernel.model.LayoutPrototypeSoap[] soapModels)
soapModels - the soap model instances to convertpublic long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutPrototype>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.LayoutPrototype>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.LayoutPrototype>getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutPrototype>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutPrototype>setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutPrototype>public Map<String,Function<com.liferay.portal.kernel.model.LayoutPrototype,Object>> getAttributeGetterFunctions()
public Map<String,BiConsumer<com.liferay.portal.kernel.model.LayoutPrototype,Object>> getAttributeSetterBiConsumers()
@JSON public long getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.LayoutPrototypeModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.LayoutPrototypeModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel@JSON public String getUuid()
getUuid in interface com.liferay.portal.kernel.model.LayoutPrototypeModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic void setUuid(String uuid)
setUuid in interface com.liferay.portal.kernel.model.LayoutPrototypeModelsetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic String getOriginalUuid()
@JSON public long getLayoutPrototypeId()
getLayoutPrototypeId in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic void setLayoutPrototypeId(long layoutPrototypeId)
setLayoutPrototypeId in interface com.liferay.portal.kernel.model.LayoutPrototypeModel@JSON public long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.LayoutPrototypeModelgetCompanyId 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.LayoutPrototypeModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic long getOriginalCompanyId()
@JSON public long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelgetUserId in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModelsetUserId in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelgetUserUuid in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic void setUserUuid(String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModelsetUserUuid in interface com.liferay.portal.kernel.model.LayoutPrototypeModel@JSON public String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelgetUserName in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic void setUserName(String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModelsetUserName in interface com.liferay.portal.kernel.model.LayoutPrototypeModel@JSON public Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.LayoutPrototypeModelgetCreateDate 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.LayoutPrototypeModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModel@JSON public Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.LayoutPrototypeModelgetModifiedDate 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.LayoutPrototypeModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModel@JSON public String getName()
getName in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic String getName(Locale locale)
getName in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic String getName(Locale locale,
boolean useDefault)
getName in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic String getName(String languageId)
getName in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic String getName(String languageId,
boolean useDefault)
getName in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic String getNameCurrentLanguageId()
getNameCurrentLanguageId in interface com.liferay.portal.kernel.model.LayoutPrototypeModel@JSON public String getNameCurrentValue()
getNameCurrentValue in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic Map<Locale,String> getNameMap()
getNameMap in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic void setName(String name)
setName in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic void setName(String name,
Locale locale)
setName in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic void setName(String name,
Locale locale,
Locale defaultLocale)
setName in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic void setNameCurrentLanguageId(String languageId)
setNameCurrentLanguageId in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic void setNameMap(Map<Locale,String> nameMap)
setNameMap in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic void setNameMap(Map<Locale,String> nameMap,
Locale defaultLocale)
setNameMap in interface com.liferay.portal.kernel.model.LayoutPrototypeModel@JSON public String getDescription()
getDescription in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic String getDescription(Locale locale)
getDescription in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic String getDescription(Locale locale,
boolean useDefault)
getDescription in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic String getDescription(String languageId)
getDescription in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic String getDescription(String languageId,
boolean useDefault)
getDescription in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic String getDescriptionCurrentLanguageId()
getDescriptionCurrentLanguageId in interface com.liferay.portal.kernel.model.LayoutPrototypeModel@JSON public String getDescriptionCurrentValue()
getDescriptionCurrentValue in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic Map<Locale,String> getDescriptionMap()
getDescriptionMap in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic void setDescription(String description)
setDescription in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic void setDescription(String description,
Locale locale)
setDescription in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic void setDescription(String description,
Locale locale,
Locale defaultLocale)
setDescription in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic void setDescriptionCurrentLanguageId(String languageId)
setDescriptionCurrentLanguageId in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic void setDescriptionMap(Map<Locale,String> descriptionMap)
setDescriptionMap in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic void setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale)
setDescriptionMap in interface com.liferay.portal.kernel.model.LayoutPrototypeModel@JSON public String getSettings()
getSettings in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic void setSettings(String settings)
setSettings in interface com.liferay.portal.kernel.model.LayoutPrototypeModel@JSON public boolean getActive()
getActive in interface com.liferay.portal.kernel.model.LayoutPrototypeModel@JSON public boolean isActive()
isActive in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic void setActive(boolean active)
setActive in interface com.liferay.portal.kernel.model.LayoutPrototypeModelpublic boolean getOriginalActive()
public 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.LayoutPrototype>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutPrototype>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutPrototype>setExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutPrototype>public String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface com.liferay.portal.kernel.model.LayoutPrototypeModelgetAvailableLanguageIds in interface com.liferay.portal.kernel.model.LocalizedModelpublic String getDefaultLanguageId()
getDefaultLanguageId in interface com.liferay.portal.kernel.model.LayoutPrototypeModelgetDefaultLanguageId in interface com.liferay.portal.kernel.model.LocalizedModelpublic void prepareLocalizedFieldsForImport()
throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LayoutPrototypeModelprepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModelcom.liferay.portal.kernel.exception.LocaleExceptionpublic void prepareLocalizedFieldsForImport(Locale defaultImportLocale)
throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LayoutPrototypeModelprepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModelcom.liferay.portal.kernel.exception.LocaleExceptionpublic com.liferay.portal.kernel.model.LayoutPrototype toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutPrototype>toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutPrototype>public Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutPrototype>clone in interface com.liferay.portal.kernel.model.StagedModelclone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutPrototype>public int compareTo(com.liferay.portal.kernel.model.LayoutPrototype layoutPrototype)
compareTo in interface Comparable<com.liferay.portal.kernel.model.LayoutPrototype>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.LayoutPrototype>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutPrototype>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutPrototype>resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutPrototype>public com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.LayoutPrototype> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutPrototype>toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.LayoutPrototype>public String toString()
toString in class Objectpublic String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.LayoutPrototype>