|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<LayoutSetPrototype>
com.liferay.portal.model.impl.LayoutSetPrototypeModelImpl
@JSON(strict=true) public class LayoutSetPrototypeModelImpl
The base model implementation for the LayoutSetPrototype service. Represents a row in the "LayoutSetPrototype" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface LayoutSetPrototypeModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in LayoutSetPrototypeImpl.
LayoutSetPrototypeImpl,
LayoutSetPrototype,
LayoutSetPrototypeModel,
Serialized Form| Field Summary | |
|---|---|
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 |
LAYOUTSETPROTOTYPEID_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 String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
static long |
UUID_COLUMN_BITMASK
|
| Constructor Summary | |
|---|---|
LayoutSetPrototypeModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(LayoutSetPrototype layoutSetPrototype)
|
boolean |
equals(Object obj)
|
boolean |
getActive()
Returns the active of this layout set prototype. |
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this layout set prototype. |
Date |
getCreateDate()
Returns the create date of this layout set prototype. |
String |
getDescription()
Returns the description of this layout set prototype. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getLayoutSetPrototypeId()
Returns the layout set prototype ID of this layout set prototype. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this layout set prototype. |
String |
getName()
Returns the name of this layout set prototype. |
String |
getName(Locale locale)
Returns the localized name of this layout set prototype in the language. |
String |
getName(Locale locale,
boolean useDefault)
Returns the localized name of this layout set prototype in the language, optionally using the default language if no localization exists for the requested language. |
String |
getName(String languageId)
Returns the localized name of this layout set prototype in the language. |
String |
getName(String languageId,
boolean useDefault)
Returns the localized name of this layout set prototype in the language, optionally using the default language if no localization exists for the requested language. |
String |
getNameCurrentLanguageId()
|
String |
getNameCurrentValue()
|
Map<Locale,String> |
getNameMap()
Returns a map of the locales and localized names of this layout set prototype. |
boolean |
getOriginalActive()
|
long |
getOriginalCompanyId()
|
String |
getOriginalUuid()
|
long |
getPrimaryKey()
Returns the primary key of this layout set prototype. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
String |
getSettings()
Returns the settings of this layout set prototype. |
String |
getUuid()
Returns the uuid of this layout set prototype. |
int |
hashCode()
|
boolean |
isActive()
Returns true if this layout set prototype is active. |
void |
prepareLocalizedFieldsForImport(Locale defaultImportLocale)
|
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setActive(boolean active)
Sets whether this layout set prototype is active. |
void |
setCompanyId(long companyId)
Sets the company ID of this layout set prototype. |
void |
setCreateDate(Date createDate)
Sets the create date of this layout set prototype. |
void |
setDescription(String description)
Sets the description of this layout set prototype. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setLayoutSetPrototypeId(long layoutSetPrototypeId)
Sets the layout set prototype ID of this layout set prototype. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this layout set prototype. |
void |
setName(String name)
Sets the name of this layout set prototype. |
void |
setName(String name,
Locale locale)
Sets the localized name of this layout set prototype in the language. |
void |
setName(String name,
Locale locale,
Locale defaultLocale)
Sets the localized name of this layout set prototype in the language, and sets the default locale. |
void |
setNameCurrentLanguageId(String languageId)
|
void |
setNameMap(Map<Locale,String> nameMap)
Sets the localized names of this layout set prototype from the map of locales and localized names. |
void |
setNameMap(Map<Locale,String> nameMap,
Locale defaultLocale)
Sets the localized names of this layout set prototype from the map of locales and localized names, and sets the default locale. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this layout set prototype. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setSettings(String settings)
Sets the settings of this layout set prototype. |
void |
setUuid(String uuid)
Sets the uuid of this layout set prototype. |
CacheModel<LayoutSetPrototype> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
LayoutSetPrototype |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static LayoutSetPrototype |
toModel(LayoutSetPrototypeSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<LayoutSetPrototype> |
toModels(LayoutSetPrototypeSoap[] soapModels)
Converts the soap model instances into normal model instances. |
String |
toString()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew, toUnescapedModel |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.model.LayoutSetPrototypeModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setNew, toUnescapedModel |
| Field Detail |
|---|
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 long ACTIVE_COLUMN_BITMASK
public static long COMPANYID_COLUMN_BITMASK
public static long UUID_COLUMN_BITMASK
public static long LAYOUTSETPROTOTYPEID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public LayoutSetPrototypeModelImpl()
| Method Detail |
|---|
public static LayoutSetPrototype toModel(LayoutSetPrototypeSoap soapModel)
soapModel - the soap model instance to convert
public static List<LayoutSetPrototype> toModels(LayoutSetPrototypeSoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
LayoutSetPrototypeModel
getPrimaryKey in interface LayoutSetPrototypeModelpublic void setPrimaryKey(long primaryKey)
LayoutSetPrototypeModel
setPrimaryKey in interface LayoutSetPrototypeModelprimaryKey - the primary key of this layout set prototypepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<LayoutSetPrototype>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface LayoutSetPrototypeModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<LayoutSetPrototype>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface LayoutSetPrototypeModelprimaryKeyObj - the primary key of this model instancepublic Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<LayoutSetPrototype>getModelAttributes in class BaseModelImpl<LayoutSetPrototype>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<LayoutSetPrototype>setModelAttributes in class BaseModelImpl<LayoutSetPrototype>@JSON public String getUuid()
LayoutSetPrototypeModel
getUuid in interface LayoutSetPrototypeModelpublic void setUuid(String uuid)
LayoutSetPrototypeModel
setUuid in interface LayoutSetPrototypeModeluuid - the uuid of this layout set prototypepublic String getOriginalUuid()
@JSON public long getLayoutSetPrototypeId()
LayoutSetPrototypeModel
getLayoutSetPrototypeId in interface LayoutSetPrototypeModelpublic void setLayoutSetPrototypeId(long layoutSetPrototypeId)
LayoutSetPrototypeModel
setLayoutSetPrototypeId in interface LayoutSetPrototypeModellayoutSetPrototypeId - the layout set prototype ID of this layout set prototype@JSON public long getCompanyId()
LayoutSetPrototypeModel
getCompanyId in interface LayoutSetPrototypeModelpublic void setCompanyId(long companyId)
LayoutSetPrototypeModel
setCompanyId in interface LayoutSetPrototypeModelcompanyId - the company ID of this layout set prototypepublic long getOriginalCompanyId()
@JSON public Date getCreateDate()
LayoutSetPrototypeModel
getCreateDate in interface LayoutSetPrototypeModelpublic void setCreateDate(Date createDate)
LayoutSetPrototypeModel
setCreateDate in interface LayoutSetPrototypeModelcreateDate - the create date of this layout set prototype@JSON public Date getModifiedDate()
LayoutSetPrototypeModel
getModifiedDate in interface LayoutSetPrototypeModelpublic void setModifiedDate(Date modifiedDate)
LayoutSetPrototypeModel
setModifiedDate in interface LayoutSetPrototypeModelmodifiedDate - the modified date of this layout set prototype@JSON public String getName()
LayoutSetPrototypeModel
getName in interface LayoutSetPrototypeModelpublic String getName(Locale locale)
LayoutSetPrototypeModel
getName in interface LayoutSetPrototypeModellocale - the locale of the language
public String getName(Locale locale,
boolean useDefault)
LayoutSetPrototypeModel
getName in interface LayoutSetPrototypeModellocale - the local of the languageuseDefault - whether to use the default language if no localization exists for the requested language
useDefault is false and no localization exists for the requested language, an empty string will be returned.public String getName(String languageId)
LayoutSetPrototypeModel
getName in interface LayoutSetPrototypeModellanguageId - the ID of the language
public String getName(String languageId,
boolean useDefault)
LayoutSetPrototypeModel
getName in interface LayoutSetPrototypeModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested language
public String getNameCurrentLanguageId()
getNameCurrentLanguageId in interface LayoutSetPrototypeModel@JSON public String getNameCurrentValue()
getNameCurrentValue in interface LayoutSetPrototypeModelpublic Map<Locale,String> getNameMap()
LayoutSetPrototypeModel
getNameMap in interface LayoutSetPrototypeModelpublic void setName(String name)
LayoutSetPrototypeModel
setName in interface LayoutSetPrototypeModelname - the name of this layout set prototype
public void setName(String name,
Locale locale)
LayoutSetPrototypeModel
setName in interface LayoutSetPrototypeModelname - the localized name of this layout set prototypelocale - the locale of the language
public void setName(String name,
Locale locale,
Locale defaultLocale)
LayoutSetPrototypeModel
setName in interface LayoutSetPrototypeModelname - the localized name of this layout set prototypelocale - the locale of the languagedefaultLocale - the default localepublic void setNameCurrentLanguageId(String languageId)
setNameCurrentLanguageId in interface LayoutSetPrototypeModelpublic void setNameMap(Map<Locale,String> nameMap)
LayoutSetPrototypeModel
setNameMap in interface LayoutSetPrototypeModelnameMap - the locales and localized names of this layout set prototype
public void setNameMap(Map<Locale,String> nameMap,
Locale defaultLocale)
LayoutSetPrototypeModel
setNameMap in interface LayoutSetPrototypeModelnameMap - the locales and localized names of this layout set prototypedefaultLocale - the default locale@JSON public String getDescription()
LayoutSetPrototypeModel
getDescription in interface LayoutSetPrototypeModelpublic void setDescription(String description)
LayoutSetPrototypeModel
setDescription in interface LayoutSetPrototypeModeldescription - the description of this layout set prototype@JSON public String getSettings()
LayoutSetPrototypeModel
getSettings in interface LayoutSetPrototypeModelpublic void setSettings(String settings)
LayoutSetPrototypeModel
setSettings in interface LayoutSetPrototypeModelsettings - the settings of this layout set prototype@JSON public boolean getActive()
LayoutSetPrototypeModel
getActive in interface LayoutSetPrototypeModelpublic boolean isActive()
LayoutSetPrototypeModeltrue if this layout set prototype is active.
isActive in interface LayoutSetPrototypeModeltrue if this layout set prototype is active; false otherwisepublic void setActive(boolean active)
LayoutSetPrototypeModel
setActive in interface LayoutSetPrototypeModelactive - the active of this layout set prototypepublic boolean getOriginalActive()
public long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<LayoutSetPrototype>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface LayoutSetPrototypeModelgetExpandoBridge in class BaseModelImpl<LayoutSetPrototype>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<LayoutSetPrototype>setExpandoBridgeAttributes in interface LayoutSetPrototypeModelsetExpandoBridgeAttributes in class BaseModelImpl<LayoutSetPrototype>serviceContext - the service contextServiceContext.getExpandoBridgeAttributes(
)
public void prepareLocalizedFieldsForImport(Locale defaultImportLocale)
throws LocaleException
prepareLocalizedFieldsForImport in interface LayoutSetPrototypeModelLocaleExceptionpublic LayoutSetPrototype toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<LayoutSetPrototype>toEscapedModel in interface LayoutSetPrototypeModeltoEscapedModel in class BaseModelImpl<LayoutSetPrototype>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<LayoutSetPrototype>clone in interface LayoutSetPrototypeModelclone in class BaseModelImpl<LayoutSetPrototype>public int compareTo(LayoutSetPrototype layoutSetPrototype)
compareTo in interface LayoutSetPrototypeModelcompareTo in interface Comparable<LayoutSetPrototype>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface LayoutSetPrototypeModelhashCode in class Objectpublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<LayoutSetPrototype>resetOriginalValues in class BaseModelImpl<LayoutSetPrototype>public CacheModel<LayoutSetPrototype> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<LayoutSetPrototype>toCacheModel in interface LayoutSetPrototypeModeltoCacheModel in class BaseModelImpl<LayoutSetPrototype>public String toString()
toString in interface LayoutSetPrototypeModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<LayoutSetPrototype>toXmlString in interface LayoutSetPrototypeModel
|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||