public class NotificationRecipientSettingWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<NotificationRecipientSetting> implements com.liferay.portal.kernel.model.ModelWrapper<NotificationRecipientSetting>, NotificationRecipientSetting
This class is a wrapper for NotificationRecipientSetting.
NotificationRecipientSetting,
Serialized FormNOTIFICATION_RECIPIENT_SETTING_ID_ACCESSOR| Constructor and Description |
|---|
NotificationRecipientSettingWrapper(NotificationRecipientSetting notificationRecipientSetting) |
| Modifier and Type | Method and Description |
|---|---|
NotificationRecipientSetting |
cloneWithOriginalValues() |
java.lang.String[] |
getAvailableLanguageIds() |
long |
getCompanyId()
Returns the company ID of this notification recipient setting.
|
java.util.Date |
getCreateDate()
Returns the create date of this notification recipient setting.
|
java.lang.String |
getDefaultLanguageId() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this notification recipient setting.
|
long |
getMvccVersion()
Returns the mvcc version of this notification recipient setting.
|
java.lang.String |
getName()
Returns the name of this notification recipient setting.
|
long |
getNotificationRecipientId()
Returns the notification recipient ID of this notification recipient setting.
|
long |
getNotificationRecipientSettingId()
Returns the notification recipient setting ID of this notification recipient setting.
|
long |
getPrimaryKey()
Returns the primary key of this notification recipient setting.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
long |
getUserId()
Returns the user ID of this notification recipient setting.
|
java.lang.String |
getUserName()
Returns the user name of this notification recipient setting.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this notification recipient setting.
|
java.lang.String |
getUuid()
Returns the uuid of this notification recipient setting.
|
java.lang.String |
getValue()
Returns the value of this notification recipient setting.
|
java.lang.String |
getValue(java.util.Locale locale)
Returns the localized value of this notification recipient setting in the language.
|
java.lang.String |
getValue(java.util.Locale locale,
boolean useDefault)
Returns the localized value of this notification recipient setting in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getValue(java.lang.String languageId)
Returns the localized value of this notification recipient setting in the language.
|
java.lang.String |
getValue(java.lang.String languageId,
boolean useDefault)
Returns the localized value of this notification recipient setting in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getValueCurrentLanguageId() |
java.lang.String |
getValueCurrentValue() |
java.util.Map<java.util.Locale,java.lang.String> |
getValueMap()
Returns a map of the locales and localized values of this notification recipient setting.
|
void |
persist() |
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) |
void |
setCompanyId(long companyId)
Sets the company ID of this notification recipient setting.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this notification recipient setting.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this notification recipient setting.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this notification recipient setting.
|
void |
setName(java.lang.String name)
Sets the name of this notification recipient setting.
|
void |
setNotificationRecipientId(long notificationRecipientId)
Sets the notification recipient ID of this notification recipient setting.
|
void |
setNotificationRecipientSettingId(long notificationRecipientSettingId)
Sets the notification recipient setting ID of this notification recipient setting.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this notification recipient setting.
|
void |
setUserId(long userId)
Sets the user ID of this notification recipient setting.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this notification recipient setting.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this notification recipient setting.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this notification recipient setting.
|
void |
setValue(java.lang.String value)
Sets the value of this notification recipient setting.
|
void |
setValue(java.lang.String value,
java.util.Locale locale)
Sets the localized value of this notification recipient setting in the language.
|
void |
setValue(java.lang.String value,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized value of this notification recipient setting in the language, and sets the default locale.
|
void |
setValueCurrentLanguageId(java.lang.String languageId) |
void |
setValueMap(java.util.Map<java.util.Locale,java.lang.String> valueMap)
Sets the localized values of this notification recipient setting from the map of locales and localized values.
|
void |
setValueMap(java.util.Map<java.util.Locale,java.lang.String> valueMap,
java.util.Locale defaultLocale)
Sets the localized values of this notification recipient setting from the map of locales and localized values, and sets the default locale.
|
java.lang.String |
toXmlString() |
protected NotificationRecipientSettingWrapper |
wrap(NotificationRecipientSetting notificationRecipientSetting) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic NotificationRecipientSettingWrapper(NotificationRecipientSetting notificationRecipientSetting)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<NotificationRecipientSetting>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<NotificationRecipientSetting>public NotificationRecipientSetting cloneWithOriginalValues()
cloneWithOriginalValues in interface NotificationRecipientSettingModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<NotificationRecipientSetting>public java.lang.String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface NotificationRecipientSettingModelgetAvailableLanguageIds in interface com.liferay.portal.kernel.model.LocalizedModelpublic long getCompanyId()
getCompanyId in interface NotificationRecipientSettingModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic java.util.Date getCreateDate()
getCreateDate in interface NotificationRecipientSettingModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic java.lang.String getDefaultLanguageId()
getDefaultLanguageId in interface NotificationRecipientSettingModelgetDefaultLanguageId in interface com.liferay.portal.kernel.model.LocalizedModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface NotificationRecipientSettingModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getMvccVersion()
getMvccVersion in interface NotificationRecipientSettingModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic java.lang.String getName()
getName in interface NotificationRecipientSettingModelpublic long getNotificationRecipientId()
getNotificationRecipientId in interface NotificationRecipientSettingModelpublic long getNotificationRecipientSettingId()
getNotificationRecipientSettingId in interface NotificationRecipientSettingModelpublic long getPrimaryKey()
getPrimaryKey in interface NotificationRecipientSettingModelpublic long getUserId()
getUserId in interface NotificationRecipientSettingModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface NotificationRecipientSettingModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface NotificationRecipientSettingModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUuid()
getUuid in interface NotificationRecipientSettingModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic java.lang.String getValue()
getValue in interface NotificationRecipientSettingModelpublic java.lang.String getValue(java.util.Locale locale)
getValue in interface NotificationRecipientSettingModellocale - the locale of the languagepublic java.lang.String getValue(java.util.Locale locale,
boolean useDefault)
getValue in interface NotificationRecipientSettingModellocale - 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 getValue(java.lang.String languageId)
getValue in interface NotificationRecipientSettingModellanguageId - the ID of the languagepublic java.lang.String getValue(java.lang.String languageId,
boolean useDefault)
getValue in interface NotificationRecipientSettingModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested languagepublic java.lang.String getValueCurrentLanguageId()
getValueCurrentLanguageId in interface NotificationRecipientSettingModelpublic java.lang.String getValueCurrentValue()
getValueCurrentValue in interface NotificationRecipientSettingModelpublic java.util.Map<java.util.Locale,java.lang.String> getValueMap()
getValueMap in interface NotificationRecipientSettingModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void prepareLocalizedFieldsForImport()
throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport in interface NotificationRecipientSettingModelprepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModelcom.liferay.portal.kernel.exception.LocaleExceptionpublic void prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale)
throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport in interface NotificationRecipientSettingModelprepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModelcom.liferay.portal.kernel.exception.LocaleExceptionpublic void setCompanyId(long companyId)
setCompanyId in interface NotificationRecipientSettingModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this notification recipient settingpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface NotificationRecipientSettingModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this notification recipient settingpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface NotificationRecipientSettingModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this notification recipient settingpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface NotificationRecipientSettingModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this notification recipient settingpublic void setName(java.lang.String name)
setName in interface NotificationRecipientSettingModelname - the name of this notification recipient settingpublic void setNotificationRecipientId(long notificationRecipientId)
setNotificationRecipientId in interface NotificationRecipientSettingModelnotificationRecipientId - the notification recipient ID of this notification recipient settingpublic void setNotificationRecipientSettingId(long notificationRecipientSettingId)
setNotificationRecipientSettingId in interface NotificationRecipientSettingModelnotificationRecipientSettingId - the notification recipient setting ID of this notification recipient settingpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface NotificationRecipientSettingModelprimaryKey - the primary key of this notification recipient settingpublic void setUserId(long userId)
setUserId in interface NotificationRecipientSettingModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this notification recipient settingpublic void setUserName(java.lang.String userName)
setUserName in interface NotificationRecipientSettingModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this notification recipient settingpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface NotificationRecipientSettingModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this notification recipient settingpublic void setUuid(java.lang.String uuid)
setUuid in interface NotificationRecipientSettingModelsetUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this notification recipient settingpublic void setValue(java.lang.String value)
setValue in interface NotificationRecipientSettingModelvalue - the value of this notification recipient settingpublic void setValue(java.lang.String value,
java.util.Locale locale)
setValue in interface NotificationRecipientSettingModelvalue - the localized value of this notification recipient settinglocale - the locale of the languagepublic void setValue(java.lang.String value,
java.util.Locale locale,
java.util.Locale defaultLocale)
setValue in interface NotificationRecipientSettingModelvalue - the localized value of this notification recipient settinglocale - the locale of the languagedefaultLocale - the default localepublic void setValueCurrentLanguageId(java.lang.String languageId)
setValueCurrentLanguageId in interface NotificationRecipientSettingModelpublic void setValueMap(java.util.Map<java.util.Locale,java.lang.String> valueMap)
setValueMap in interface NotificationRecipientSettingModelvalueMap - the locales and localized values of this notification recipient settingpublic void setValueMap(java.util.Map<java.util.Locale,java.lang.String> valueMap,
java.util.Locale defaultLocale)
setValueMap in interface NotificationRecipientSettingModelvalueMap - the locales and localized values of this notification recipient settingdefaultLocale - the default localepublic java.lang.String toXmlString()
toXmlString in interface NotificationRecipientSettingModelpublic com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelprotected NotificationRecipientSettingWrapper wrap(NotificationRecipientSetting notificationRecipientSetting)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<NotificationRecipientSetting>