Package com.liferay.layout.seo.model
Interface LayoutSEOEntryCustomMetaTagModel
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<LayoutSEOEntryCustomMetaTag>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<LayoutSEOEntryCustomMetaTag>
,com.liferay.portal.kernel.model.change.tracking.CTModel<LayoutSEOEntryCustomMetaTag>
,com.liferay.portal.kernel.model.LocalizedModel
,com.liferay.portal.kernel.model.MVCCModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
LayoutSEOEntryCustomMetaTag
- All Known Implementing Classes:
LayoutSEOEntryCustomMetaTagWrapper
@ProviderType
public interface LayoutSEOEntryCustomMetaTagModel
extends com.liferay.portal.kernel.model.BaseModel<LayoutSEOEntryCustomMetaTag>, com.liferay.portal.kernel.model.change.tracking.CTModel<LayoutSEOEntryCustomMetaTag>, com.liferay.portal.kernel.model.LocalizedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the LayoutSEOEntryCustomMetaTag service. Represents a row in the "LayoutSEOEntryCustomMetaTag" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.layout.seo.model.impl.LayoutSEOEntryCustomMetaTagModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.layout.seo.model.impl.LayoutSEOEntryCustomMetaTagImpl
.
- See Also:
- Generated:
-
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
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.default String
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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
-
Method Details
-
getPrimaryKey
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>
- Returns:
- the primary key of this layout seo entry custom meta tag
-
setPrimaryKey
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>
- Parameters:
primaryKey
- the primary key of this layout seo entry custom meta tag
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this layout seo entry custom meta tag.- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this layout seo entry custom meta tag
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this layout seo entry custom meta tag.- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this layout seo entry custom meta tag
-
getCtCollectionId
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>
- Returns:
- the ct collection ID of this layout seo entry custom meta tag
-
setCtCollectionId
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>
- Parameters:
ctCollectionId
- the ct collection ID of this layout seo entry custom meta tag
-
getLayoutSEOEntryCustomMetaTagId
long getLayoutSEOEntryCustomMetaTagId()Returns the layout seo entry custom meta tag ID of this layout seo entry custom meta tag.- Returns:
- the layout seo entry custom meta tag ID of this layout seo entry custom meta tag
-
setLayoutSEOEntryCustomMetaTagId
void setLayoutSEOEntryCustomMetaTagId(long layoutSEOEntryCustomMetaTagId) Sets the layout seo entry custom meta tag ID of this layout seo entry custom meta tag.- Parameters:
layoutSEOEntryCustomMetaTagId
- the layout seo entry custom meta tag ID of this layout seo entry custom meta tag
-
getGroupId
long getGroupId()Returns the group ID of this layout seo entry custom meta tag.- Returns:
- the group ID of this layout seo entry custom meta tag
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this layout seo entry custom meta tag.- Parameters:
groupId
- the group ID of this layout seo entry custom meta tag
-
getCompanyId
long getCompanyId()Returns the company ID of this layout seo entry custom meta tag.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this layout seo entry custom meta tag
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this layout seo entry custom meta tag.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this layout seo entry custom meta tag
-
getLayoutSEOEntryId
long getLayoutSEOEntryId()Returns the layout seo entry ID of this layout seo entry custom meta tag.- Returns:
- the layout seo entry ID of this layout seo entry custom meta tag
-
setLayoutSEOEntryId
void setLayoutSEOEntryId(long layoutSEOEntryId) Sets the layout seo entry ID of this layout seo entry custom meta tag.- Parameters:
layoutSEOEntryId
- the layout seo entry ID of this layout seo entry custom meta tag
-
getContent
String getContent()Returns the content of this layout seo entry custom meta tag.- 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.- 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.- 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.- 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.- 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
-
getContentCurrentValue
-
getContentMap
Returns a map of the locales and localized contents of this layout seo entry custom meta tag.- Returns:
- the locales and localized contents of this layout seo entry custom meta tag
-
setContent
Sets the content of this layout seo entry custom meta tag.- 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.- 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.- Parameters:
content
- the localized content of this layout seo entry custom meta taglocale
- the locale of the languagedefaultLocale
- the default locale
-
setContentCurrentLanguageId
-
setContentMap
Sets the localized contents of this layout seo entry custom meta tag from the map of locales and localized contents.- 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.- Parameters:
contentMap
- the locales and localized contents of this layout seo entry custom meta tagdefaultLocale
- the default locale
-
getProperty
Returns the property of this layout seo entry custom meta tag.- Returns:
- the property of this layout seo entry custom meta tag
-
setProperty
Sets the property of this layout seo entry custom meta tag.- Parameters:
property
- the property of this layout seo entry custom meta tag
-
getAvailableLanguageIds
String[] getAvailableLanguageIds()- Specified by:
getAvailableLanguageIds
in interfacecom.liferay.portal.kernel.model.LocalizedModel
-
getDefaultLanguageId
String getDefaultLanguageId()- Specified by:
getDefaultLanguageId
in interfacecom.liferay.portal.kernel.model.LocalizedModel
-
prepareLocalizedFieldsForImport
void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException- Specified by:
prepareLocalizedFieldsForImport
in interfacecom.liferay.portal.kernel.model.LocalizedModel
- Throws:
com.liferay.portal.kernel.exception.LocaleException
-
prepareLocalizedFieldsForImport
void prepareLocalizedFieldsForImport(Locale defaultImportLocale) throws com.liferay.portal.kernel.exception.LocaleException - Specified by:
prepareLocalizedFieldsForImport
in interfacecom.liferay.portal.kernel.model.LocalizedModel
- Throws:
com.liferay.portal.kernel.exception.LocaleException
-
cloneWithOriginalValues
LayoutSEOEntryCustomMetaTag cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<LayoutSEOEntryCustomMetaTag>
-
toXmlString
-