Package com.liferay.layout.seo.model
Class LayoutSEOEntryCustomMetaTagWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LayoutSEOEntryCustomMetaTag>
com.liferay.layout.seo.model.LayoutSEOEntryCustomMetaTagWrapper
- All Implemented Interfaces:
LayoutSEOEntryCustomMetaTag
,LayoutSEOEntryCustomMetaTagModel
,com.liferay.portal.kernel.model.BaseModel<LayoutSEOEntryCustomMetaTag>
,com.liferay.portal.kernel.model.change.tracking.CTModel<LayoutSEOEntryCustomMetaTag>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.LocalizedModel
,com.liferay.portal.kernel.model.ModelWrapper<LayoutSEOEntryCustomMetaTag>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.ShardedModel
,Serializable
,Cloneable
,Comparable<LayoutSEOEntryCustomMetaTag>
public class LayoutSEOEntryCustomMetaTagWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LayoutSEOEntryCustomMetaTag>
implements LayoutSEOEntryCustomMetaTag, com.liferay.portal.kernel.model.ModelWrapper<LayoutSEOEntryCustomMetaTag>
This class is a wrapper for LayoutSEOEntryCustomMetaTag
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.layout.seo.model.LayoutSEOEntryCustomMetaTag
LAYOUT_SEO_ENTRY_CUSTOM_META_TAG_ID_ACCESSOR
-
Constructor Summary
ConstructorsConstructorDescriptionLayoutSEOEntryCustomMetaTagWrapper
(LayoutSEOEntryCustomMetaTag layoutSEOEntryCustomMetaTag) -
Method Summary
Modifier and TypeMethodDescriptionString[]
long
Returns the company ID of this layout seo entry custom meta tag.Returns the content of this layout seo entry custom meta tag.getContent
(String languageId) Returns the localized content of this layout seo entry custom meta tag in the language.getContent
(String languageId, boolean useDefault) Returns the localized content of this layout seo entry custom meta tag in the language, optionally using the default language if no localization exists for the requested language.getContent
(Locale locale) Returns the localized content of this layout seo entry custom meta tag in the language.getContent
(Locale locale, boolean useDefault) Returns the localized content of this layout seo entry custom meta tag in the language, optionally using the default language if no localization exists for the requested language.Returns a map of the locales and localized contents of this layout seo entry custom meta tag.long
Returns the ct collection ID of this layout seo entry custom meta tag.long
Returns the group ID of this layout seo entry custom meta tag.long
Returns the layout seo entry custom meta tag ID of this layout seo entry custom meta tag.long
Returns the layout seo entry ID of this layout seo entry custom meta tag.long
Returns the mvcc version of this layout seo entry custom meta tag.long
Returns the primary key of this layout seo entry custom meta tag.Returns the property of this layout seo entry custom meta tag.void
void
prepareLocalizedFieldsForImport
(Locale defaultImportLocale) void
setCompanyId
(long companyId) Sets the company ID of this layout seo entry custom meta tag.void
setContent
(String content) Sets the content of this layout seo entry custom meta tag.void
setContent
(String content, Locale locale) Sets the localized content of this layout seo entry custom meta tag in the language.void
setContent
(String content, Locale locale, Locale defaultLocale) Sets the localized content of this layout seo entry custom meta tag in the language, and sets the default locale.void
setContentCurrentLanguageId
(String languageId) void
setContentMap
(Map<Locale, String> contentMap) Sets the localized contents of this layout seo entry custom meta tag from the map of locales and localized contents.void
setContentMap
(Map<Locale, String> contentMap, Locale defaultLocale) Sets the localized contents of this layout seo entry custom meta tag from the map of locales and localized contents, and sets the default locale.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this layout seo entry custom meta tag.void
setGroupId
(long groupId) Sets the group ID of this layout seo entry custom meta tag.void
setLayoutSEOEntryCustomMetaTagId
(long layoutSEOEntryCustomMetaTagId) Sets the layout seo entry custom meta tag ID of this layout seo entry custom meta tag.void
setLayoutSEOEntryId
(long layoutSEOEntryId) Sets the layout seo entry ID of this layout seo entry custom meta tag.void
setModelAttributes
(Map<String, Object> attributes) void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this layout seo entry custom meta tag.void
setPrimaryKey
(long primaryKey) Sets the primary key of this layout seo entry custom meta tag.void
setProperty
(String property) Sets the property of this layout seo entry custom meta tag.protected LayoutSEOEntryCustomMetaTagWrapper
wrap
(LayoutSEOEntryCustomMetaTag layoutSEOEntryCustomMetaTag) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
LayoutSEOEntryCustomMetaTagWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<LayoutSEOEntryCustomMetaTag>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<LayoutSEOEntryCustomMetaTag>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<LayoutSEOEntryCustomMetaTag>
- Specified by:
cloneWithOriginalValues
in interfaceLayoutSEOEntryCustomMetaTagModel
-
getAvailableLanguageIds
- Specified by:
getAvailableLanguageIds
in interfaceLayoutSEOEntryCustomMetaTagModel
- Specified by:
getAvailableLanguageIds
in interfacecom.liferay.portal.kernel.model.LocalizedModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this layout seo entry custom meta tag.- Specified by:
getCompanyId
in interfaceLayoutSEOEntryCustomMetaTagModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this layout seo entry custom meta tag
-
getContent
Returns the content of this layout seo entry custom meta tag.- Specified by:
getContent
in interfaceLayoutSEOEntryCustomMetaTagModel
- Returns:
- the content of this layout seo entry custom meta tag
-
getContent
Returns the localized content of this layout seo entry custom meta tag in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getContent
in interfaceLayoutSEOEntryCustomMetaTagModel
- Parameters:
locale
- the locale of the language- Returns:
- the localized content of this layout seo entry custom meta tag
-
getContent
Returns the localized content of this layout seo entry custom meta tag in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getContent
in interfaceLayoutSEOEntryCustomMetaTagModel
- Parameters:
locale
- the local of the languageuseDefault
- whether to use the default language if no localization exists for the requested language- Returns:
- the localized content of this layout seo entry custom meta tag. If
useDefault
isfalse
and no localization exists for the requested language, an empty string will be returned.
-
getContent
Returns the localized content of this layout seo entry custom meta tag in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getContent
in interfaceLayoutSEOEntryCustomMetaTagModel
- Parameters:
languageId
- the ID of the language- Returns:
- the localized content of this layout seo entry custom meta tag
-
getContent
Returns the localized content of this layout seo entry custom meta tag in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getContent
in interfaceLayoutSEOEntryCustomMetaTagModel
- Parameters:
languageId
- the ID of the languageuseDefault
- whether to use the default language if no localization exists for the requested language- Returns:
- the localized content of this layout seo entry custom meta tag
-
getContentCurrentLanguageId
- Specified by:
getContentCurrentLanguageId
in interfaceLayoutSEOEntryCustomMetaTagModel
-
getContentCurrentValue
- Specified by:
getContentCurrentValue
in interfaceLayoutSEOEntryCustomMetaTagModel
-
getContentMap
Returns a map of the locales and localized contents of this layout seo entry custom meta tag.- Specified by:
getContentMap
in interfaceLayoutSEOEntryCustomMetaTagModel
- Returns:
- the locales and localized contents of this layout seo entry custom meta tag
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this layout seo entry custom meta tag.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutSEOEntryCustomMetaTag>
- Specified by:
getCtCollectionId
in interfaceLayoutSEOEntryCustomMetaTagModel
- Returns:
- the ct collection ID of this layout seo entry custom meta tag
-
getDefaultLanguageId
- Specified by:
getDefaultLanguageId
in interfaceLayoutSEOEntryCustomMetaTagModel
- Specified by:
getDefaultLanguageId
in interfacecom.liferay.portal.kernel.model.LocalizedModel
-
getGroupId
public long getGroupId()Returns the group ID of this layout seo entry custom meta tag.- Specified by:
getGroupId
in interfaceLayoutSEOEntryCustomMetaTagModel
- Returns:
- the group ID of this layout seo entry custom meta tag
-
getLayoutSEOEntryCustomMetaTagId
public long getLayoutSEOEntryCustomMetaTagId()Returns the layout seo entry custom meta tag ID of this layout seo entry custom meta tag.- Specified by:
getLayoutSEOEntryCustomMetaTagId
in interfaceLayoutSEOEntryCustomMetaTagModel
- Returns:
- the layout seo entry custom meta tag ID of this layout seo entry custom meta tag
-
getLayoutSEOEntryId
public long getLayoutSEOEntryId()Returns the layout seo entry ID of this layout seo entry custom meta tag.- Specified by:
getLayoutSEOEntryId
in interfaceLayoutSEOEntryCustomMetaTagModel
- Returns:
- the layout seo entry ID of this layout seo entry custom meta tag
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this layout seo entry custom meta tag.- Specified by:
getMvccVersion
in interfaceLayoutSEOEntryCustomMetaTagModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this layout seo entry custom meta tag
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this layout seo entry custom meta tag.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutSEOEntryCustomMetaTag>
- Specified by:
getPrimaryKey
in interfaceLayoutSEOEntryCustomMetaTagModel
- Returns:
- the primary key of this layout seo entry custom meta tag
-
getProperty
Returns the property of this layout seo entry custom meta tag.- Specified by:
getProperty
in interfaceLayoutSEOEntryCustomMetaTagModel
- Returns:
- the property of this layout seo entry custom meta tag
-
prepareLocalizedFieldsForImport
public void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException- Specified by:
prepareLocalizedFieldsForImport
in interfaceLayoutSEOEntryCustomMetaTagModel
- Specified by:
prepareLocalizedFieldsForImport
in interfacecom.liferay.portal.kernel.model.LocalizedModel
- Throws:
com.liferay.portal.kernel.exception.LocaleException
-
prepareLocalizedFieldsForImport
public void prepareLocalizedFieldsForImport(Locale defaultImportLocale) throws com.liferay.portal.kernel.exception.LocaleException - Specified by:
prepareLocalizedFieldsForImport
in interfaceLayoutSEOEntryCustomMetaTagModel
- Specified by:
prepareLocalizedFieldsForImport
in interfacecom.liferay.portal.kernel.model.LocalizedModel
- Throws:
com.liferay.portal.kernel.exception.LocaleException
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this layout seo entry custom meta tag.- Specified by:
setCompanyId
in interfaceLayoutSEOEntryCustomMetaTagModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this layout seo entry custom meta tag
-
setContent
Sets the content of this layout seo entry custom meta tag.- Specified by:
setContent
in interfaceLayoutSEOEntryCustomMetaTagModel
- Parameters:
content
- the content of this layout seo entry custom meta tag
-
setContent
Sets the localized content of this layout seo entry custom meta tag in the language.- Specified by:
setContent
in interfaceLayoutSEOEntryCustomMetaTagModel
- Parameters:
content
- the localized content of this layout seo entry custom meta taglocale
- the locale of the language
-
setContent
Sets the localized content of this layout seo entry custom meta tag in the language, and sets the default locale.- Specified by:
setContent
in interfaceLayoutSEOEntryCustomMetaTagModel
- Parameters:
content
- the localized content of this layout seo entry custom meta taglocale
- the locale of the languagedefaultLocale
- the default locale
-
setContentCurrentLanguageId
- Specified by:
setContentCurrentLanguageId
in interfaceLayoutSEOEntryCustomMetaTagModel
-
setContentMap
Sets the localized contents of this layout seo entry custom meta tag from the map of locales and localized contents.- Specified by:
setContentMap
in interfaceLayoutSEOEntryCustomMetaTagModel
- Parameters:
contentMap
- the locales and localized contents of this layout seo entry custom meta tag
-
setContentMap
Sets the localized contents of this layout seo entry custom meta tag from the map of locales and localized contents, and sets the default locale.- Specified by:
setContentMap
in interfaceLayoutSEOEntryCustomMetaTagModel
- Parameters:
contentMap
- the locales and localized contents of this layout seo entry custom meta tagdefaultLocale
- the default locale
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this layout seo entry custom meta tag.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutSEOEntryCustomMetaTag>
- Specified by:
setCtCollectionId
in interfaceLayoutSEOEntryCustomMetaTagModel
- Parameters:
ctCollectionId
- the ct collection ID of this layout seo entry custom meta tag
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this layout seo entry custom meta tag.- Specified by:
setGroupId
in interfaceLayoutSEOEntryCustomMetaTagModel
- Parameters:
groupId
- the group ID of this layout seo entry custom meta tag
-
setLayoutSEOEntryCustomMetaTagId
public void setLayoutSEOEntryCustomMetaTagId(long layoutSEOEntryCustomMetaTagId) Sets the layout seo entry custom meta tag ID of this layout seo entry custom meta tag.- Specified by:
setLayoutSEOEntryCustomMetaTagId
in interfaceLayoutSEOEntryCustomMetaTagModel
- Parameters:
layoutSEOEntryCustomMetaTagId
- the layout seo entry custom meta tag ID of this layout seo entry custom meta tag
-
setLayoutSEOEntryId
public void setLayoutSEOEntryId(long layoutSEOEntryId) Sets the layout seo entry ID of this layout seo entry custom meta tag.- Specified by:
setLayoutSEOEntryId
in interfaceLayoutSEOEntryCustomMetaTagModel
- Parameters:
layoutSEOEntryId
- the layout seo entry ID of this layout seo entry custom meta tag
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this layout seo entry custom meta tag.- Specified by:
setMvccVersion
in interfaceLayoutSEOEntryCustomMetaTagModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this layout seo entry custom meta tag
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this layout seo entry custom meta tag.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutSEOEntryCustomMetaTag>
- Specified by:
setPrimaryKey
in interfaceLayoutSEOEntryCustomMetaTagModel
- Parameters:
primaryKey
- the primary key of this layout seo entry custom meta tag
-
setProperty
Sets the property of this layout seo entry custom meta tag.- Specified by:
setProperty
in interfaceLayoutSEOEntryCustomMetaTagModel
- Parameters:
property
- the property of this layout seo entry custom meta tag
-
toXmlString
- Specified by:
toXmlString
in interfaceLayoutSEOEntryCustomMetaTagModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<LayoutSEOEntryCustomMetaTag>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<LayoutSEOEntryCustomMetaTag>
-
wrap
protected LayoutSEOEntryCustomMetaTagWrapper wrap(LayoutSEOEntryCustomMetaTag layoutSEOEntryCustomMetaTag) - Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LayoutSEOEntryCustomMetaTag>
-