@JSON(strict=true) @ProviderType public class MDRRuleModelImpl extends com.liferay.portal.kernel.model.impl.BaseModelImpl<MDRRule> implements MDRRuleModel
This implementation and its corresponding interface MDRRuleModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in MDRRuleImpl
.
MDRRuleImpl
,
MDRRule
,
MDRRuleModel
,
Serialized FormModifier and Type | Field and Description |
---|---|
static boolean |
COLUMN_BITMASK_ENABLED |
static long |
COMPANYID_COLUMN_BITMASK |
static long |
CREATEDATE_COLUMN_BITMASK |
static java.lang.String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
GROUPID_COLUMN_BITMASK |
static long |
LOCK_EXPIRATION_TIME |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static long |
RULEGROUPID_COLUMN_BITMASK |
static java.lang.String |
SESSION_FACTORY |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.util.Map<java.lang.String,java.lang.Integer> |
TABLE_COLUMNS_MAP |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TABLE_SQL_CREATE |
static java.lang.String |
TABLE_SQL_DROP |
static java.lang.String |
TX_MANAGER |
static long |
UUID_COLUMN_BITMASK |
Constructor and Description |
---|
MDRRuleModelImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
compareTo(MDRRule mdrRule) |
boolean |
equals(java.lang.Object obj) |
java.lang.String[] |
getAvailableLanguageIds() |
long |
getColumnBitmask() |
long |
getCompanyId()
Returns the company ID of this mdr rule.
|
java.util.Date |
getCreateDate()
Returns the create date of this mdr rule.
|
java.lang.String |
getDefaultLanguageId() |
java.lang.String |
getDescription()
Returns the description of this mdr rule.
|
java.lang.String |
getDescription(java.util.Locale locale)
Returns the localized description of this mdr rule in the language.
|
java.lang.String |
getDescription(java.util.Locale locale,
boolean useDefault)
Returns the localized description of this mdr rule in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getDescription(java.lang.String languageId)
Returns the localized description of this mdr rule in the language.
|
java.lang.String |
getDescription(java.lang.String languageId,
boolean useDefault)
Returns the localized description of this mdr rule in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getDescriptionCurrentLanguageId() |
java.lang.String |
getDescriptionCurrentValue() |
java.util.Map<java.util.Locale,java.lang.String> |
getDescriptionMap()
Returns a map of the locales and localized descriptions of this mdr rule.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId()
Returns the group ID of this mdr rule.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this mdr rule.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date of this mdr rule.
|
java.lang.String |
getName()
Returns the name of this mdr rule.
|
java.lang.String |
getName(java.util.Locale locale)
Returns the localized name of this mdr rule in the language.
|
java.lang.String |
getName(java.util.Locale locale,
boolean useDefault)
Returns the localized name of this mdr rule in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getName(java.lang.String languageId)
Returns the localized name of this mdr rule in the language.
|
java.lang.String |
getName(java.lang.String languageId,
boolean useDefault)
Returns the localized name of this mdr rule in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getNameCurrentLanguageId() |
java.lang.String |
getNameCurrentValue() |
java.util.Map<java.util.Locale,java.lang.String> |
getNameMap()
Returns a map of the locales and localized names of this mdr rule.
|
long |
getOriginalCompanyId() |
long |
getOriginalGroupId() |
long |
getOriginalRuleGroupId() |
java.lang.String |
getOriginalUuid() |
long |
getPrimaryKey()
Returns the primary key of this mdr rule.
|
java.io.Serializable |
getPrimaryKeyObj() |
long |
getRuleGroupId()
Returns the rule group ID of this mdr rule.
|
long |
getRuleId()
Returns the rule ID of this mdr rule.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
java.lang.String |
getType()
Returns the type of this mdr rule.
|
java.lang.String |
getTypeSettings()
Returns the type settings of this mdr rule.
|
long |
getUserId()
Returns the user ID of this mdr rule.
|
java.lang.String |
getUserName()
Returns the user name of this mdr rule.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this mdr rule.
|
java.lang.String |
getUuid()
Returns the uuid of this mdr rule.
|
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) |
void |
resetOriginalValues() |
void |
setCompanyId(long companyId)
Sets the company ID of this mdr rule.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this mdr rule.
|
void |
setDescription(java.lang.String description)
Sets the description of this mdr rule.
|
void |
setDescription(java.lang.String description,
java.util.Locale locale)
Sets the localized description of this mdr rule in the language.
|
void |
setDescription(java.lang.String description,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized description of this mdr rule in the language, and sets the default locale.
|
void |
setDescriptionCurrentLanguageId(java.lang.String languageId) |
void |
setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap)
Sets the localized descriptions of this mdr rule from the map of locales and localized descriptions.
|
void |
setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.util.Locale defaultLocale)
Sets the localized descriptions of this mdr rule from the map of locales and localized descriptions, and sets the default locale.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId)
Sets the group ID of this mdr rule.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this mdr rule.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this mdr rule.
|
void |
setName(java.lang.String name)
Sets the name of this mdr rule.
|
void |
setName(java.lang.String name,
java.util.Locale locale)
Sets the localized name of this mdr rule in the language.
|
void |
setName(java.lang.String name,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized name of this mdr rule in the language, and sets the default locale.
|
void |
setNameCurrentLanguageId(java.lang.String languageId) |
void |
setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap)
Sets the localized names of this mdr rule from the map of locales and localized names.
|
void |
setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Locale defaultLocale)
Sets the localized names of this mdr rule from the map of locales and localized names, and sets the default locale.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this mdr rule.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setRuleGroupId(long ruleGroupId)
Sets the rule group ID of this mdr rule.
|
void |
setRuleId(long ruleId)
Sets the rule ID of this mdr rule.
|
void |
setType(java.lang.String type)
Sets the type of this mdr rule.
|
void |
setTypeSettings(java.lang.String typeSettings)
Sets the type settings of this mdr rule.
|
void |
setUserId(long userId)
Sets the user ID of this mdr rule.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this mdr rule.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this mdr rule.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this mdr rule.
|
com.liferay.portal.kernel.model.CacheModel<MDRRule> |
toCacheModel() |
MDRRule |
toEscapedModel() |
static MDRRule |
toModel(MDRRuleSoap soapModel)
Converts the soap model instance into a normal model instance.
|
static java.util.List<MDRRule> |
toModels(MDRRuleSoap[] soapModels)
Converts the soap model instances into normal model instances.
|
java.lang.String |
toString() |
java.lang.String |
toXmlString() |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
finalize, getClass, notify, notifyAll, wait, wait, wait
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
public static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.util.Map<java.lang.String,java.lang.Integer> TABLE_COLUMNS_MAP
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.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 RULEGROUPID_COLUMN_BITMASK
public static final long UUID_COLUMN_BITMASK
public static final long CREATEDATE_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public static MDRRule toModel(MDRRuleSoap soapModel)
soapModel
- the soap model instance to convertpublic static java.util.List<MDRRule> toModels(MDRRuleSoap[] soapModels)
soapModels
- the soap model instances to convertpublic long getPrimaryKey()
MDRRuleModel
getPrimaryKey
in interface MDRRuleModel
public void setPrimaryKey(long primaryKey)
MDRRuleModel
setPrimaryKey
in interface MDRRuleModel
primaryKey
- the primary key of this mdr rulepublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface MDRRuleModel
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<MDRRule>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface MDRRuleModel
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<MDRRule>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public java.lang.Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.model.ClassedModel
public java.lang.String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
@JSON public java.lang.String getUuid()
MDRRuleModel
getUuid
in interface MDRRuleModel
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
public void setUuid(java.lang.String uuid)
MDRRuleModel
setUuid
in interface MDRRuleModel
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
uuid
- the uuid of this mdr rulepublic java.lang.String getOriginalUuid()
@JSON public long getRuleId()
MDRRuleModel
getRuleId
in interface MDRRuleModel
public void setRuleId(long ruleId)
MDRRuleModel
setRuleId
in interface MDRRuleModel
ruleId
- the rule ID of this mdr rule@JSON public long getGroupId()
MDRRuleModel
getGroupId
in interface MDRRuleModel
getGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
public void setGroupId(long groupId)
MDRRuleModel
setGroupId
in interface MDRRuleModel
setGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
groupId
- the group ID of this mdr rulepublic long getOriginalGroupId()
@JSON public long getCompanyId()
MDRRuleModel
getCompanyId
in interface MDRRuleModel
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
public void setCompanyId(long companyId)
MDRRuleModel
setCompanyId
in interface MDRRuleModel
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
companyId
- the company ID of this mdr rulepublic long getOriginalCompanyId()
@JSON public long getUserId()
MDRRuleModel
getUserId
in interface MDRRuleModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public void setUserId(long userId)
MDRRuleModel
setUserId
in interface MDRRuleModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this mdr rulepublic java.lang.String getUserUuid()
MDRRuleModel
getUserUuid
in interface MDRRuleModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public void setUserUuid(java.lang.String userUuid)
MDRRuleModel
setUserUuid
in interface MDRRuleModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this mdr rule@JSON public java.lang.String getUserName()
MDRRuleModel
getUserName
in interface MDRRuleModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
public void setUserName(java.lang.String userName)
MDRRuleModel
setUserName
in interface MDRRuleModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this mdr rule@JSON public java.util.Date getCreateDate()
MDRRuleModel
getCreateDate
in interface MDRRuleModel
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
public void setCreateDate(java.util.Date createDate)
MDRRuleModel
setCreateDate
in interface MDRRuleModel
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
createDate
- the create date of this mdr rule@JSON public java.util.Date getModifiedDate()
MDRRuleModel
getModifiedDate
in interface MDRRuleModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
public boolean hasSetModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
MDRRuleModel
setModifiedDate
in interface MDRRuleModel
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
modifiedDate
- the modified date of this mdr rule@JSON public long getRuleGroupId()
MDRRuleModel
getRuleGroupId
in interface MDRRuleModel
public void setRuleGroupId(long ruleGroupId)
MDRRuleModel
setRuleGroupId
in interface MDRRuleModel
ruleGroupId
- the rule group ID of this mdr rulepublic long getOriginalRuleGroupId()
@JSON public java.lang.String getName()
MDRRuleModel
getName
in interface MDRRuleModel
public java.lang.String getName(java.util.Locale locale)
MDRRuleModel
getName
in interface MDRRuleModel
locale
- the locale of the languagepublic java.lang.String getName(java.util.Locale locale, boolean useDefault)
MDRRuleModel
getName
in interface MDRRuleModel
locale
- the local of the languageuseDefault
- whether to use the default language if no localization exists for the requested languageuseDefault
is false
and no localization exists for the requested language, an empty string will be returned.public java.lang.String getName(java.lang.String languageId)
MDRRuleModel
getName
in interface MDRRuleModel
languageId
- the ID of the languagepublic java.lang.String getName(java.lang.String languageId, boolean useDefault)
MDRRuleModel
getName
in interface MDRRuleModel
languageId
- the ID of the languageuseDefault
- whether to use the default language if no localization exists for the requested languagepublic java.lang.String getNameCurrentLanguageId()
getNameCurrentLanguageId
in interface MDRRuleModel
@JSON public java.lang.String getNameCurrentValue()
getNameCurrentValue
in interface MDRRuleModel
public java.util.Map<java.util.Locale,java.lang.String> getNameMap()
MDRRuleModel
getNameMap
in interface MDRRuleModel
public void setName(java.lang.String name)
MDRRuleModel
setName
in interface MDRRuleModel
name
- the name of this mdr rulepublic void setName(java.lang.String name, java.util.Locale locale)
MDRRuleModel
setName
in interface MDRRuleModel
name
- the localized name of this mdr rulelocale
- the locale of the languagepublic void setName(java.lang.String name, java.util.Locale locale, java.util.Locale defaultLocale)
MDRRuleModel
setName
in interface MDRRuleModel
name
- the localized name of this mdr rulelocale
- the locale of the languagedefaultLocale
- the default localepublic void setNameCurrentLanguageId(java.lang.String languageId)
setNameCurrentLanguageId
in interface MDRRuleModel
public void setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap)
MDRRuleModel
setNameMap
in interface MDRRuleModel
nameMap
- the locales and localized names of this mdr rulepublic void setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Locale defaultLocale)
MDRRuleModel
setNameMap
in interface MDRRuleModel
nameMap
- the locales and localized names of this mdr ruledefaultLocale
- the default locale@JSON public java.lang.String getDescription()
MDRRuleModel
getDescription
in interface MDRRuleModel
public java.lang.String getDescription(java.util.Locale locale)
MDRRuleModel
getDescription
in interface MDRRuleModel
locale
- the locale of the languagepublic java.lang.String getDescription(java.util.Locale locale, boolean useDefault)
MDRRuleModel
getDescription
in interface MDRRuleModel
locale
- the local of the languageuseDefault
- whether to use the default language if no localization exists for the requested languageuseDefault
is false
and no localization exists for the requested language, an empty string will be returned.public java.lang.String getDescription(java.lang.String languageId)
MDRRuleModel
getDescription
in interface MDRRuleModel
languageId
- the ID of the languagepublic java.lang.String getDescription(java.lang.String languageId, boolean useDefault)
MDRRuleModel
getDescription
in interface MDRRuleModel
languageId
- the ID of the languageuseDefault
- whether to use the default language if no localization exists for the requested languagepublic java.lang.String getDescriptionCurrentLanguageId()
getDescriptionCurrentLanguageId
in interface MDRRuleModel
@JSON public java.lang.String getDescriptionCurrentValue()
getDescriptionCurrentValue
in interface MDRRuleModel
public java.util.Map<java.util.Locale,java.lang.String> getDescriptionMap()
MDRRuleModel
getDescriptionMap
in interface MDRRuleModel
public void setDescription(java.lang.String description)
MDRRuleModel
setDescription
in interface MDRRuleModel
description
- the description of this mdr rulepublic void setDescription(java.lang.String description, java.util.Locale locale)
MDRRuleModel
setDescription
in interface MDRRuleModel
description
- the localized description of this mdr rulelocale
- the locale of the languagepublic void setDescription(java.lang.String description, java.util.Locale locale, java.util.Locale defaultLocale)
MDRRuleModel
setDescription
in interface MDRRuleModel
description
- the localized description of this mdr rulelocale
- the locale of the languagedefaultLocale
- the default localepublic void setDescriptionCurrentLanguageId(java.lang.String languageId)
setDescriptionCurrentLanguageId
in interface MDRRuleModel
public void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap)
MDRRuleModel
setDescriptionMap
in interface MDRRuleModel
descriptionMap
- the locales and localized descriptions of this mdr rulepublic void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.util.Locale defaultLocale)
MDRRuleModel
setDescriptionMap
in interface MDRRuleModel
descriptionMap
- the locales and localized descriptions of this mdr ruledefaultLocale
- the default locale@JSON public java.lang.String getType()
MDRRuleModel
getType
in interface MDRRuleModel
public void setType(java.lang.String type)
MDRRuleModel
setType
in interface MDRRuleModel
type
- the type of this mdr rule@JSON public java.lang.String getTypeSettings()
MDRRuleModel
getTypeSettings
in interface MDRRuleModel
public void setTypeSettings(java.lang.String typeSettings)
MDRRuleModel
setTypeSettings
in interface MDRRuleModel
typeSettings
- the type settings of this mdr rule@JSON public java.util.Date getLastPublishDate()
MDRRuleModel
getLastPublishDate
in interface MDRRuleModel
getLastPublishDate
in interface com.liferay.portal.kernel.model.StagedGroupedModel
public void setLastPublishDate(java.util.Date lastPublishDate)
MDRRuleModel
setLastPublishDate
in interface MDRRuleModel
setLastPublishDate
in interface com.liferay.portal.kernel.model.StagedGroupedModel
lastPublishDate
- the last publish date of this mdr rulepublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType
in interface com.liferay.portal.kernel.model.StagedModel
public long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface MDRRuleModel
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<MDRRule>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
getExpandoBridge
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<MDRRule>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface MDRRuleModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<MDRRule>
setExpandoBridgeAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<MDRRule>
public java.lang.String[] getAvailableLanguageIds()
getAvailableLanguageIds
in interface MDRRuleModel
getAvailableLanguageIds
in interface com.liferay.portal.kernel.model.LocalizedModel
public java.lang.String getDefaultLanguageId()
getDefaultLanguageId
in interface MDRRuleModel
getDefaultLanguageId
in interface com.liferay.portal.kernel.model.LocalizedModel
public void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport
in interface MDRRuleModel
prepareLocalizedFieldsForImport
in interface com.liferay.portal.kernel.model.LocalizedModel
com.liferay.portal.kernel.exception.LocaleException
public void prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport
in interface MDRRuleModel
prepareLocalizedFieldsForImport
in interface com.liferay.portal.kernel.model.LocalizedModel
com.liferay.portal.kernel.exception.LocaleException
public MDRRule toEscapedModel()
toEscapedModel
in interface MDRRuleModel
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<MDRRule>
toEscapedModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<MDRRule>
public java.lang.Object clone()
clone
in interface MDRRuleModel
clone
in interface com.liferay.portal.kernel.model.BaseModel<MDRRule>
clone
in interface com.liferay.portal.kernel.model.StagedModel
clone
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<MDRRule>
public int compareTo(MDRRule mdrRule)
compareTo
in interface MDRRuleModel
compareTo
in interface java.lang.Comparable<MDRRule>
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in interface MDRRuleModel
hashCode
in class java.lang.Object
public boolean isEntityCacheEnabled()
isEntityCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<MDRRule>
public boolean isFinderCacheEnabled()
isFinderCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<MDRRule>
public void resetOriginalValues()
public com.liferay.portal.kernel.model.CacheModel<MDRRule> toCacheModel()
toCacheModel
in interface MDRRuleModel
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<MDRRule>
toCacheModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<MDRRule>
public java.lang.String toString()
toString
in interface MDRRuleModel
toString
in class java.lang.Object
public java.lang.String toXmlString()
toXmlString
in interface MDRRuleModel
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<MDRRule>