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
modelFields 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[]longReturns 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.longReturns the ct collection ID of this layout seo entry custom meta tag.longReturns the group ID of this layout seo entry custom meta tag.longReturns the layout seo entry custom meta tag ID of this layout seo entry custom meta tag.longReturns the layout seo entry ID of this layout seo entry custom meta tag.longReturns the mvcc version of this layout seo entry custom meta tag.longReturns the primary key of this layout seo entry custom meta tag.Returns the property of this layout seo entry custom meta tag.voidvoidprepareLocalizedFieldsForImport(Locale defaultImportLocale) voidsetCompanyId(long companyId) Sets the company ID of this layout seo entry custom meta tag.voidsetContent(String content) Sets the content of this layout seo entry custom meta tag.voidsetContent(String content, Locale locale) Sets the localized content of this layout seo entry custom meta tag in the language.voidsetContent(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.voidsetContentCurrentLanguageId(String languageId) voidsetContentMap(Map<Locale, String> contentMap) Sets the localized contents of this layout seo entry custom meta tag from the map of locales and localized contents.voidsetContentMap(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.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this layout seo entry custom meta tag.voidsetGroupId(long groupId) Sets the group ID of this layout seo entry custom meta tag.voidsetLayoutSEOEntryCustomMetaTagId(long layoutSEOEntryCustomMetaTagId) Sets the layout seo entry custom meta tag ID of this layout seo entry custom meta tag.voidsetLayoutSEOEntryId(long layoutSEOEntryId) Sets the layout seo entry ID of this layout seo entry custom meta tag.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this layout seo entry custom meta tag.voidsetPrimaryKey(long primaryKey) Sets the primary key of this layout seo entry custom meta tag.voidsetProperty(String property) Sets the property of this layout seo entry custom meta tag.protected LayoutSEOEntryCustomMetaTagWrapperwrap(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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
LayoutSEOEntryCustomMetaTagWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<LayoutSEOEntryCustomMetaTag>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<LayoutSEOEntryCustomMetaTag>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<LayoutSEOEntryCustomMetaTag>- Specified by:
cloneWithOriginalValuesin interfaceLayoutSEOEntryCustomMetaTagModel
-
getAvailableLanguageIds
- Specified by:
getAvailableLanguageIdsin interfaceLayoutSEOEntryCustomMetaTagModel- Specified by:
getAvailableLanguageIdsin interfacecom.liferay.portal.kernel.model.LocalizedModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this layout seo entry custom meta tag.- Specified by:
getCompanyIdin interfaceLayoutSEOEntryCustomMetaTagModel- Specified by:
getCompanyIdin 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:
getContentin 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:
getContentin 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:
getContentin 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
useDefaultisfalseand 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:
getContentin 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:
getContentin 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:
getContentCurrentLanguageIdin interfaceLayoutSEOEntryCustomMetaTagModel
-
getContentCurrentValue
- Specified by:
getContentCurrentValuein interfaceLayoutSEOEntryCustomMetaTagModel
-
getContentMap
Returns a map of the locales and localized contents of this layout seo entry custom meta tag.- Specified by:
getContentMapin 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:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutSEOEntryCustomMetaTag>- Specified by:
getCtCollectionIdin interfaceLayoutSEOEntryCustomMetaTagModel- Returns:
- the ct collection ID of this layout seo entry custom meta tag
-
getDefaultLanguageId
- Specified by:
getDefaultLanguageIdin interfaceLayoutSEOEntryCustomMetaTagModel- Specified by:
getDefaultLanguageIdin interfacecom.liferay.portal.kernel.model.LocalizedModel
-
getGroupId
public long getGroupId()Returns the group ID of this layout seo entry custom meta tag.- Specified by:
getGroupIdin 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:
getLayoutSEOEntryCustomMetaTagIdin 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:
getLayoutSEOEntryIdin 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:
getMvccVersionin interfaceLayoutSEOEntryCustomMetaTagModel- Specified by:
getMvccVersionin 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:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutSEOEntryCustomMetaTag>- Specified by:
getPrimaryKeyin 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:
getPropertyin 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:
prepareLocalizedFieldsForImportin interfaceLayoutSEOEntryCustomMetaTagModel- Specified by:
prepareLocalizedFieldsForImportin 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:
prepareLocalizedFieldsForImportin interfaceLayoutSEOEntryCustomMetaTagModel- Specified by:
prepareLocalizedFieldsForImportin 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:
setCompanyIdin interfaceLayoutSEOEntryCustomMetaTagModel- Specified by:
setCompanyIdin 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:
setContentin 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:
setContentin 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:
setContentin 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:
setContentCurrentLanguageIdin interfaceLayoutSEOEntryCustomMetaTagModel
-
setContentMap
Sets the localized contents of this layout seo entry custom meta tag from the map of locales and localized contents.- Specified by:
setContentMapin 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:
setContentMapin 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:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutSEOEntryCustomMetaTag>- Specified by:
setCtCollectionIdin 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:
setGroupIdin 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:
setLayoutSEOEntryCustomMetaTagIdin 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:
setLayoutSEOEntryIdin 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:
setMvccVersionin interfaceLayoutSEOEntryCustomMetaTagModel- Specified by:
setMvccVersionin 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:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutSEOEntryCustomMetaTag>- Specified by:
setPrimaryKeyin 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:
setPropertyin interfaceLayoutSEOEntryCustomMetaTagModel- Parameters:
property- the property of this layout seo entry custom meta tag
-
toXmlString
- Specified by:
toXmlStringin interfaceLayoutSEOEntryCustomMetaTagModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<LayoutSEOEntryCustomMetaTag>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<LayoutSEOEntryCustomMetaTag>
-
wrap
protected LayoutSEOEntryCustomMetaTagWrapper wrap(LayoutSEOEntryCustomMetaTag layoutSEOEntryCustomMetaTag) - Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LayoutSEOEntryCustomMetaTag>
-