|
Liferay 6.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<DDMTemplate>
com.liferay.portlet.dynamicdatamapping.model.impl.DDMTemplateModelImpl
@JSON(strict=true) public class DDMTemplateModelImpl
The base model implementation for the DDMTemplate service. Represents a row in the "DDMTemplate" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface DDMTemplateModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in DDMTemplateImpl.
DDMTemplateImpl,
DDMTemplate,
DDMTemplateModel,
Serialized Form| Field Summary | |
|---|---|
static long |
CLASSNAMEID_COLUMN_BITMASK
|
static long |
CLASSPK_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 |
GROUPID_COLUMN_BITMASK
|
static long |
LANGUAGE_COLUMN_BITMASK
|
static long |
LOCK_EXPIRATION_TIME
|
static long |
MODE_COLUMN_BITMASK
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static String |
SESSION_FACTORY
|
static long |
SMALLIMAGEID_COLUMN_BITMASK
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static long |
TEMPLATEID_COLUMN_BITMASK
|
static long |
TEMPLATEKEY_COLUMN_BITMASK
|
static String |
TX_MANAGER
|
static long |
TYPE_COLUMN_BITMASK
|
static long |
UUID_COLUMN_BITMASK
|
| Constructor Summary | |
|---|---|
DDMTemplateModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(DDMTemplate ddmTemplate)
|
boolean |
equals(Object obj)
|
String[] |
getAvailableLanguageIds()
|
boolean |
getCacheable()
Returns the cacheable of this d d m template. |
String |
getClassName()
Returns the fully qualified class name of this d d m template. |
long |
getClassNameId()
Returns the class name ID of this d d m template. |
long |
getClassPK()
Returns the class p k of this d d m template. |
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this d d m template. |
Date |
getCreateDate()
Returns the create date of this d d m template. |
String |
getDefaultLanguageId()
|
String |
getDescription()
Returns the description of this d d m template. |
String |
getDescription(Locale locale)
Returns the localized description of this d d m template in the language. |
String |
getDescription(Locale locale,
boolean useDefault)
Returns the localized description of this d d m template in the language, optionally using the default language if no localization exists for the requested language. |
String |
getDescription(String languageId)
Returns the localized description of this d d m template in the language. |
String |
getDescription(String languageId,
boolean useDefault)
Returns the localized description of this d d m template in the language, optionally using the default language if no localization exists for the requested language. |
String |
getDescriptionCurrentLanguageId()
|
String |
getDescriptionCurrentValue()
|
Map<Locale,String> |
getDescriptionMap()
Returns a map of the locales and localized descriptions of this d d m template. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
long |
getGroupId()
Returns the group ID of this d d m template. |
String |
getLanguage()
Returns the language of this d d m template. |
String |
getMode()
Returns the mode of this d d m template. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this d d m template. |
String |
getName()
Returns the name of this d d m template. |
String |
getName(Locale locale)
Returns the localized name of this d d m template in the language. |
String |
getName(Locale locale,
boolean useDefault)
Returns the localized name of this d d m template 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 d d m template in the language. |
String |
getName(String languageId,
boolean useDefault)
Returns the localized name of this d d m template 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 d d m template. |
long |
getOriginalClassNameId()
|
long |
getOriginalClassPK()
|
long |
getOriginalCompanyId()
|
long |
getOriginalGroupId()
|
String |
getOriginalLanguage()
|
String |
getOriginalMode()
|
long |
getOriginalSmallImageId()
|
String |
getOriginalTemplateKey()
|
String |
getOriginalType()
|
String |
getOriginalUuid()
|
long |
getPrimaryKey()
Returns the primary key of this d d m template. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
String |
getScript()
Returns the script of this d d m template. |
boolean |
getSmallImage()
Returns the small image of this d d m template. |
long |
getSmallImageId()
Returns the small image ID of this d d m template. |
String |
getSmallImageURL()
Returns the small image u r l of this d d m template. |
StagedModelType |
getStagedModelType()
|
long |
getTemplateId()
Returns the template ID of this d d m template. |
String |
getTemplateKey()
Returns the template key of this d d m template. |
String |
getType()
Returns the type of this d d m template. |
long |
getUserId()
Returns the user ID of this d d m template. |
String |
getUserName()
Returns the user name of this d d m template. |
String |
getUserUuid()
Returns the user uuid of this d d m template. |
String |
getUuid()
Returns the uuid of this d d m template. |
int |
hashCode()
|
boolean |
isCacheable()
Returns true if this d d m template is cacheable. |
boolean |
isSmallImage()
Returns true if this d d m template is small image. |
void |
prepareLocalizedFieldsForImport()
|
void |
prepareLocalizedFieldsForImport(Locale defaultImportLocale)
|
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setCacheable(boolean cacheable)
Sets whether this d d m template is cacheable. |
void |
setClassName(String className)
|
void |
setClassNameId(long classNameId)
Sets the class name ID of this d d m template. |
void |
setClassPK(long classPK)
Sets the class p k of this d d m template. |
void |
setCompanyId(long companyId)
Sets the company ID of this d d m template. |
void |
setCreateDate(Date createDate)
Sets the create date of this d d m template. |
void |
setDescription(String description)
Sets the description of this d d m template. |
void |
setDescription(String description,
Locale locale)
Sets the localized description of this d d m template in the language. |
void |
setDescription(String description,
Locale locale,
Locale defaultLocale)
Sets the localized description of this d d m template in the language, and sets the default locale. |
void |
setDescriptionCurrentLanguageId(String languageId)
|
void |
setDescriptionMap(Map<Locale,String> descriptionMap)
Sets the localized descriptions of this d d m template from the map of locales and localized descriptions. |
void |
setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale)
Sets the localized descriptions of this d d m template from the map of locales and localized descriptions, and sets the default locale. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setGroupId(long groupId)
Sets the group ID of this d d m template. |
void |
setLanguage(String language)
Sets the language of this d d m template. |
void |
setMode(String mode)
Sets the mode of this d d m template. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this d d m template. |
void |
setName(String name)
Sets the name of this d d m template. |
void |
setName(String name,
Locale locale)
Sets the localized name of this d d m template in the language. |
void |
setName(String name,
Locale locale,
Locale defaultLocale)
Sets the localized name of this d d m template in the language, and sets the default locale. |
void |
setNameCurrentLanguageId(String languageId)
|
void |
setNameMap(Map<Locale,String> nameMap)
Sets the localized names of this d d m template from the map of locales and localized names. |
void |
setNameMap(Map<Locale,String> nameMap,
Locale defaultLocale)
Sets the localized names of this d d m template from the map of locales and localized names, and sets the default locale. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this d d m template. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setScript(String script)
Sets the script of this d d m template. |
void |
setSmallImage(boolean smallImage)
Sets whether this d d m template is small image. |
void |
setSmallImageId(long smallImageId)
Sets the small image ID of this d d m template. |
void |
setSmallImageURL(String smallImageURL)
Sets the small image u r l of this d d m template. |
void |
setTemplateId(long templateId)
Sets the template ID of this d d m template. |
void |
setTemplateKey(String templateKey)
Sets the template key of this d d m template. |
void |
setType(String type)
Sets the type of this d d m template. |
void |
setUserId(long userId)
Sets the user ID of this d d m template. |
void |
setUserName(String userName)
Sets the user name of this d d m template. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this d d m template. |
void |
setUuid(String uuid)
Sets the uuid of this d d m template. |
CacheModel<DDMTemplate> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
DDMTemplate |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler. |
static DDMTemplate |
toModel(DDMTemplateSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<DDMTemplate> |
toModels(DDMTemplateSoap[] 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, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.dynamicdatamapping.model.DDMTemplateModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, 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 CLASSNAMEID_COLUMN_BITMASK
public static long CLASSPK_COLUMN_BITMASK
public static long COMPANYID_COLUMN_BITMASK
public static long GROUPID_COLUMN_BITMASK
public static long LANGUAGE_COLUMN_BITMASK
public static long MODE_COLUMN_BITMASK
public static long SMALLIMAGEID_COLUMN_BITMASK
public static long TEMPLATEKEY_COLUMN_BITMASK
public static long TYPE_COLUMN_BITMASK
public static long UUID_COLUMN_BITMASK
public static long TEMPLATEID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public DDMTemplateModelImpl()
| Method Detail |
|---|
public static DDMTemplate toModel(DDMTemplateSoap soapModel)
soapModel - the soap model instance to convert
public static List<DDMTemplate> toModels(DDMTemplateSoap[] soapModels)
soapModels - the soap model instances to convert
public long getPrimaryKey()
DDMTemplateModel
getPrimaryKey in interface DDMTemplateModelpublic void setPrimaryKey(long primaryKey)
DDMTemplateModel
setPrimaryKey in interface DDMTemplateModelprimaryKey - the primary key of this d d m templatepublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<DDMTemplate>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface DDMTemplateModelpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj in interface BaseModel<DDMTemplate>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface DDMTemplateModelprimaryKeyObj - 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<DDMTemplate>getModelAttributes in class BaseModelImpl<DDMTemplate>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<DDMTemplate>setModelAttributes in class BaseModelImpl<DDMTemplate>@JSON public String getUuid()
DDMTemplateModel
getUuid in interface StagedModelgetUuid in interface DDMTemplateModelpublic void setUuid(String uuid)
DDMTemplateModel
setUuid in interface StagedModelsetUuid in interface DDMTemplateModeluuid - the uuid of this d d m templatepublic String getOriginalUuid()
@JSON public long getTemplateId()
DDMTemplateModel
getTemplateId in interface DDMTemplateModelpublic void setTemplateId(long templateId)
DDMTemplateModel
setTemplateId in interface DDMTemplateModeltemplateId - the template ID of this d d m template@JSON public long getGroupId()
DDMTemplateModel
getGroupId in interface GroupedModelgetGroupId in interface DDMTemplateModelpublic void setGroupId(long groupId)
DDMTemplateModel
setGroupId in interface GroupedModelsetGroupId in interface DDMTemplateModelgroupId - the group ID of this d d m templatepublic long getOriginalGroupId()
@JSON public long getCompanyId()
DDMTemplateModel
getCompanyId in interface AuditedModelgetCompanyId in interface StagedModelgetCompanyId in interface DDMTemplateModelpublic void setCompanyId(long companyId)
DDMTemplateModel
setCompanyId in interface AuditedModelsetCompanyId in interface StagedModelsetCompanyId in interface DDMTemplateModelcompanyId - the company ID of this d d m templatepublic long getOriginalCompanyId()
@JSON public long getUserId()
DDMTemplateModel
getUserId in interface AuditedModelgetUserId in interface DDMTemplateModelpublic void setUserId(long userId)
DDMTemplateModel
setUserId in interface AuditedModelsetUserId in interface DDMTemplateModeluserId - the user ID of this d d m template
public String getUserUuid()
throws SystemException
DDMTemplateModel
getUserUuid in interface AuditedModelgetUserUuid in interface DDMTemplateModelSystemException - if a system exception occurredpublic void setUserUuid(String userUuid)
DDMTemplateModel
setUserUuid in interface AuditedModelsetUserUuid in interface DDMTemplateModeluserUuid - the user uuid of this d d m template@JSON public String getUserName()
DDMTemplateModel
getUserName in interface AuditedModelgetUserName in interface DDMTemplateModelpublic void setUserName(String userName)
DDMTemplateModel
setUserName in interface AuditedModelsetUserName in interface DDMTemplateModeluserName - the user name of this d d m template@JSON public Date getCreateDate()
DDMTemplateModel
getCreateDate in interface AuditedModelgetCreateDate in interface StagedModelgetCreateDate in interface DDMTemplateModelpublic void setCreateDate(Date createDate)
DDMTemplateModel
setCreateDate in interface AuditedModelsetCreateDate in interface StagedModelsetCreateDate in interface DDMTemplateModelcreateDate - the create date of this d d m template@JSON public Date getModifiedDate()
DDMTemplateModel
getModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelgetModifiedDate in interface DDMTemplateModelpublic void setModifiedDate(Date modifiedDate)
DDMTemplateModel
setModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelsetModifiedDate in interface DDMTemplateModelmodifiedDate - the modified date of this d d m templatepublic String getClassName()
DDMTemplateModel
getClassName in interface TypedModelgetClassName in interface DDMTemplateModelpublic void setClassName(String className)
setClassName in interface DDMTemplateModel@JSON public long getClassNameId()
DDMTemplateModel
getClassNameId in interface TypedModelgetClassNameId in interface DDMTemplateModelpublic void setClassNameId(long classNameId)
DDMTemplateModel
setClassNameId in interface TypedModelsetClassNameId in interface DDMTemplateModelclassNameId - the class name ID of this d d m templatepublic long getOriginalClassNameId()
@JSON public long getClassPK()
DDMTemplateModel
getClassPK in interface AttachedModelgetClassPK in interface DDMTemplateModelpublic void setClassPK(long classPK)
DDMTemplateModel
setClassPK in interface AttachedModelsetClassPK in interface DDMTemplateModelclassPK - the class p k of this d d m templatepublic long getOriginalClassPK()
@JSON public String getTemplateKey()
DDMTemplateModel
getTemplateKey in interface DDMTemplateModelpublic void setTemplateKey(String templateKey)
DDMTemplateModel
setTemplateKey in interface DDMTemplateModeltemplateKey - the template key of this d d m templatepublic String getOriginalTemplateKey()
@JSON public String getName()
DDMTemplateModel
getName in interface DDMTemplateModelpublic String getName(Locale locale)
DDMTemplateModel
getName in interface DDMTemplateModellocale - the locale of the language
public String getName(Locale locale,
boolean useDefault)
DDMTemplateModel
getName in interface DDMTemplateModellocale - 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)
DDMTemplateModel
getName in interface DDMTemplateModellanguageId - the ID of the language
public String getName(String languageId,
boolean useDefault)
DDMTemplateModel
getName in interface DDMTemplateModellanguageId - 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 DDMTemplateModel@JSON public String getNameCurrentValue()
getNameCurrentValue in interface DDMTemplateModelpublic Map<Locale,String> getNameMap()
DDMTemplateModel
getNameMap in interface DDMTemplateModelpublic void setName(String name)
DDMTemplateModel
setName in interface DDMTemplateModelname - the name of this d d m template
public void setName(String name,
Locale locale)
DDMTemplateModel
setName in interface DDMTemplateModelname - the localized name of this d d m templatelocale - the locale of the language
public void setName(String name,
Locale locale,
Locale defaultLocale)
DDMTemplateModel
setName in interface DDMTemplateModelname - the localized name of this d d m templatelocale - the locale of the languagedefaultLocale - the default localepublic void setNameCurrentLanguageId(String languageId)
setNameCurrentLanguageId in interface DDMTemplateModelpublic void setNameMap(Map<Locale,String> nameMap)
DDMTemplateModel
setNameMap in interface DDMTemplateModelnameMap - the locales and localized names of this d d m template
public void setNameMap(Map<Locale,String> nameMap,
Locale defaultLocale)
DDMTemplateModel
setNameMap in interface DDMTemplateModelnameMap - the locales and localized names of this d d m templatedefaultLocale - the default locale@JSON public String getDescription()
DDMTemplateModel
getDescription in interface DDMTemplateModelpublic String getDescription(Locale locale)
DDMTemplateModel
getDescription in interface DDMTemplateModellocale - the locale of the language
public String getDescription(Locale locale,
boolean useDefault)
DDMTemplateModel
getDescription in interface DDMTemplateModellocale - 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 getDescription(String languageId)
DDMTemplateModel
getDescription in interface DDMTemplateModellanguageId - the ID of the language
public String getDescription(String languageId,
boolean useDefault)
DDMTemplateModel
getDescription in interface DDMTemplateModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested language
public String getDescriptionCurrentLanguageId()
getDescriptionCurrentLanguageId in interface DDMTemplateModel@JSON public String getDescriptionCurrentValue()
getDescriptionCurrentValue in interface DDMTemplateModelpublic Map<Locale,String> getDescriptionMap()
DDMTemplateModel
getDescriptionMap in interface DDMTemplateModelpublic void setDescription(String description)
DDMTemplateModel
setDescription in interface DDMTemplateModeldescription - the description of this d d m template
public void setDescription(String description,
Locale locale)
DDMTemplateModel
setDescription in interface DDMTemplateModeldescription - the localized description of this d d m templatelocale - the locale of the language
public void setDescription(String description,
Locale locale,
Locale defaultLocale)
DDMTemplateModel
setDescription in interface DDMTemplateModeldescription - the localized description of this d d m templatelocale - the locale of the languagedefaultLocale - the default localepublic void setDescriptionCurrentLanguageId(String languageId)
setDescriptionCurrentLanguageId in interface DDMTemplateModelpublic void setDescriptionMap(Map<Locale,String> descriptionMap)
DDMTemplateModel
setDescriptionMap in interface DDMTemplateModeldescriptionMap - the locales and localized descriptions of this d d m template
public void setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale)
DDMTemplateModel
setDescriptionMap in interface DDMTemplateModeldescriptionMap - the locales and localized descriptions of this d d m templatedefaultLocale - the default locale@JSON public String getType()
DDMTemplateModel
getType in interface DDMTemplateModelpublic void setType(String type)
DDMTemplateModel
setType in interface DDMTemplateModeltype - the type of this d d m templatepublic String getOriginalType()
@JSON public String getMode()
DDMTemplateModel
getMode in interface DDMTemplateModelpublic void setMode(String mode)
DDMTemplateModel
setMode in interface DDMTemplateModelmode - the mode of this d d m templatepublic String getOriginalMode()
@JSON public String getLanguage()
DDMTemplateModel
getLanguage in interface DDMTemplateModelpublic void setLanguage(String language)
DDMTemplateModel
setLanguage in interface DDMTemplateModellanguage - the language of this d d m templatepublic String getOriginalLanguage()
@JSON public String getScript()
DDMTemplateModel
getScript in interface DDMTemplateModelpublic void setScript(String script)
DDMTemplateModel
setScript in interface DDMTemplateModelscript - the script of this d d m template@JSON public boolean getCacheable()
DDMTemplateModel
getCacheable in interface DDMTemplateModelpublic boolean isCacheable()
DDMTemplateModeltrue if this d d m template is cacheable.
isCacheable in interface DDMTemplateModeltrue if this d d m template is cacheable; false otherwisepublic void setCacheable(boolean cacheable)
DDMTemplateModel
setCacheable in interface DDMTemplateModelcacheable - the cacheable of this d d m template@JSON public boolean getSmallImage()
DDMTemplateModel
getSmallImage in interface DDMTemplateModelpublic boolean isSmallImage()
DDMTemplateModeltrue if this d d m template is small image.
isSmallImage in interface DDMTemplateModeltrue if this d d m template is small image; false otherwisepublic void setSmallImage(boolean smallImage)
DDMTemplateModel
setSmallImage in interface DDMTemplateModelsmallImage - the small image of this d d m template@JSON public long getSmallImageId()
DDMTemplateModel
getSmallImageId in interface DDMTemplateModelpublic void setSmallImageId(long smallImageId)
DDMTemplateModel
setSmallImageId in interface DDMTemplateModelsmallImageId - the small image ID of this d d m templatepublic long getOriginalSmallImageId()
@JSON public String getSmallImageURL()
DDMTemplateModel
getSmallImageURL in interface DDMTemplateModelpublic void setSmallImageURL(String smallImageURL)
DDMTemplateModel
setSmallImageURL in interface DDMTemplateModelsmallImageURL - the small image u r l of this d d m templatepublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelpublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<DDMTemplate>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface DDMTemplateModelgetExpandoBridge in class BaseModelImpl<DDMTemplate>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<DDMTemplate>setExpandoBridgeAttributes in interface DDMTemplateModelsetExpandoBridgeAttributes in class BaseModelImpl<DDMTemplate>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface DDMTemplateModelpublic String getDefaultLanguageId()
getDefaultLanguageId in interface DDMTemplateModel
public void prepareLocalizedFieldsForImport()
throws LocaleException
prepareLocalizedFieldsForImport in interface DDMTemplateModelLocaleException
public void prepareLocalizedFieldsForImport(Locale defaultImportLocale)
throws LocaleException
prepareLocalizedFieldsForImport in interface DDMTemplateModelLocaleExceptionpublic DDMTemplate toEscapedModel()
BaseModelAutoEscapeBeanHandler.
toEscapedModel in interface BaseModel<DDMTemplate>toEscapedModel in interface DDMTemplateModeltoEscapedModel in class BaseModelImpl<DDMTemplate>AutoEscapeBeanHandlerpublic Object clone()
BaseModel
clone in interface BaseModel<DDMTemplate>clone in interface StagedModelclone in interface DDMTemplateModelclone in class BaseModelImpl<DDMTemplate>public int compareTo(DDMTemplate ddmTemplate)
compareTo in interface DDMTemplateModelcompareTo in interface Comparable<DDMTemplate>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface DDMTemplateModelhashCode in class Objectpublic void resetOriginalValues()
BaseModel
resetOriginalValues in interface BaseModel<DDMTemplate>resetOriginalValues in class BaseModelImpl<DDMTemplate>public CacheModel<DDMTemplate> toCacheModel()
BaseModel
toCacheModel in interface BaseModel<DDMTemplate>toCacheModel in interface DDMTemplateModeltoCacheModel in class BaseModelImpl<DDMTemplate>public String toString()
toString in interface DDMTemplateModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<DDMTemplate>toXmlString in interface DDMTemplateModel
|
Liferay 6.2-ce-ga3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||