|
Liferay 6.1.2-ce-ga3 | |||||||||
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 FormField 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 |
LOCK_EXPIRATION_TIME
|
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()
|
LayoutSetPrototype |
toUnescapedModel()
|
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 |
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 |
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 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 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 LayoutSetPrototypeModel
public void setPrimaryKey(long primaryKey)
LayoutSetPrototypeModel
setPrimaryKey
in interface LayoutSetPrototypeModel
primaryKey
- the primary key of this layout set prototypepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<LayoutSetPrototype>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface LayoutSetPrototypeModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<LayoutSetPrototype>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface LayoutSetPrototypeModel
primaryKeyObj
- the primary key of this model instancepublic Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public 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 LayoutSetPrototypeModel
public void setUuid(String uuid)
LayoutSetPrototypeModel
setUuid
in interface LayoutSetPrototypeModel
uuid
- the uuid of this layout set prototypepublic String getOriginalUuid()
@JSON public long getLayoutSetPrototypeId()
LayoutSetPrototypeModel
getLayoutSetPrototypeId
in interface LayoutSetPrototypeModel
public void setLayoutSetPrototypeId(long layoutSetPrototypeId)
LayoutSetPrototypeModel
setLayoutSetPrototypeId
in interface LayoutSetPrototypeModel
layoutSetPrototypeId
- the layout set prototype ID of this layout set prototype@JSON public long getCompanyId()
LayoutSetPrototypeModel
getCompanyId
in interface LayoutSetPrototypeModel
public void setCompanyId(long companyId)
LayoutSetPrototypeModel
setCompanyId
in interface LayoutSetPrototypeModel
companyId
- the company ID of this layout set prototypepublic long getOriginalCompanyId()
@JSON public Date getCreateDate()
LayoutSetPrototypeModel
getCreateDate
in interface LayoutSetPrototypeModel
public void setCreateDate(Date createDate)
LayoutSetPrototypeModel
setCreateDate
in interface LayoutSetPrototypeModel
createDate
- the create date of this layout set prototype@JSON public Date getModifiedDate()
LayoutSetPrototypeModel
getModifiedDate
in interface LayoutSetPrototypeModel
public void setModifiedDate(Date modifiedDate)
LayoutSetPrototypeModel
setModifiedDate
in interface LayoutSetPrototypeModel
modifiedDate
- the modified date of this layout set prototype@JSON public String getName()
LayoutSetPrototypeModel
getName
in interface LayoutSetPrototypeModel
public String getName(Locale locale)
LayoutSetPrototypeModel
getName
in interface LayoutSetPrototypeModel
locale
- the locale of the language
public String getName(Locale locale, boolean useDefault)
LayoutSetPrototypeModel
getName
in interface LayoutSetPrototypeModel
locale
- 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 LayoutSetPrototypeModel
languageId
- the ID of the language
public String getName(String languageId, boolean useDefault)
LayoutSetPrototypeModel
getName
in interface LayoutSetPrototypeModel
languageId
- 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 LayoutSetPrototypeModel
public Map<Locale,String> getNameMap()
LayoutSetPrototypeModel
getNameMap
in interface LayoutSetPrototypeModel
public void setName(String name)
LayoutSetPrototypeModel
setName
in interface LayoutSetPrototypeModel
name
- the name of this layout set prototypepublic void setName(String name, Locale locale)
LayoutSetPrototypeModel
setName
in interface LayoutSetPrototypeModel
name
- the localized name of this layout set prototypelocale
- the locale of the languagepublic void setName(String name, Locale locale, Locale defaultLocale)
LayoutSetPrototypeModel
setName
in interface LayoutSetPrototypeModel
name
- the localized name of this layout set prototypelocale
- the locale of the languagedefaultLocale
- the default localepublic void setNameCurrentLanguageId(String languageId)
setNameCurrentLanguageId
in interface LayoutSetPrototypeModel
public void setNameMap(Map<Locale,String> nameMap)
LayoutSetPrototypeModel
setNameMap
in interface LayoutSetPrototypeModel
nameMap
- the locales and localized names of this layout set prototypepublic void setNameMap(Map<Locale,String> nameMap, Locale defaultLocale)
LayoutSetPrototypeModel
setNameMap
in interface LayoutSetPrototypeModel
nameMap
- the locales and localized names of this layout set prototypedefaultLocale
- the default locale@JSON public String getDescription()
LayoutSetPrototypeModel
getDescription
in interface LayoutSetPrototypeModel
public void setDescription(String description)
LayoutSetPrototypeModel
setDescription
in interface LayoutSetPrototypeModel
description
- the description of this layout set prototype@JSON public String getSettings()
LayoutSetPrototypeModel
getSettings
in interface LayoutSetPrototypeModel
public void setSettings(String settings)
LayoutSetPrototypeModel
setSettings
in interface LayoutSetPrototypeModel
settings
- the settings of this layout set prototype@JSON public boolean getActive()
LayoutSetPrototypeModel
getActive
in interface LayoutSetPrototypeModel
public boolean isActive()
LayoutSetPrototypeModel
true
if this layout set prototype is active.
isActive
in interface LayoutSetPrototypeModel
true
if this layout set prototype is active; false
otherwisepublic void setActive(boolean active)
LayoutSetPrototypeModel
setActive
in interface LayoutSetPrototypeModel
active
- the active of this layout set prototypepublic boolean getOriginalActive()
public long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<LayoutSetPrototype>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface LayoutSetPrototypeModel
getExpandoBridge
in class BaseModelImpl<LayoutSetPrototype>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<LayoutSetPrototype>
setExpandoBridgeAttributes
in interface LayoutSetPrototypeModel
setExpandoBridgeAttributes
in class BaseModelImpl<LayoutSetPrototype>
serviceContext
- the service contextServiceContext.getExpandoBridgeAttributes(
)
public void prepareLocalizedFieldsForImport(Locale defaultImportLocale) throws LocaleException
prepareLocalizedFieldsForImport
in interface LayoutSetPrototypeModel
LocaleException
public LayoutSetPrototype toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<LayoutSetPrototype>
toEscapedModel
in interface LayoutSetPrototypeModel
toEscapedModel
in class BaseModelImpl<LayoutSetPrototype>
AutoEscapeBeanHandler
public LayoutSetPrototype toUnescapedModel()
toUnescapedModel
in interface BaseModel<LayoutSetPrototype>
toUnescapedModel
in interface LayoutSetPrototypeModel
toUnescapedModel
in class BaseModelImpl<LayoutSetPrototype>
public Object clone()
BaseModel
clone
in interface BaseModel<LayoutSetPrototype>
clone
in interface LayoutSetPrototypeModel
clone
in class BaseModelImpl<LayoutSetPrototype>
public int compareTo(LayoutSetPrototype layoutSetPrototype)
compareTo
in interface LayoutSetPrototypeModel
compareTo
in interface Comparable<LayoutSetPrototype>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface LayoutSetPrototypeModel
hashCode
in class Object
public 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 LayoutSetPrototypeModel
toCacheModel
in class BaseModelImpl<LayoutSetPrototype>
public String toString()
toString
in interface LayoutSetPrototypeModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<LayoutSetPrototype>
toXmlString
in interface LayoutSetPrototypeModel
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |