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[]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.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.default StringMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods 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:
getPrimaryKeyin 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:
setPrimaryKeyin 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:
getMvccVersionin 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:
setMvccVersionin 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:
getCtCollectionIdin 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:
setCtCollectionIdin 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:
getCompanyIdin 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:
setCompanyIdin 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
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.- 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:
getAvailableLanguageIdsin interfacecom.liferay.portal.kernel.model.LocalizedModel
-
getDefaultLanguageId
String getDefaultLanguageId()- Specified by:
getDefaultLanguageIdin interfacecom.liferay.portal.kernel.model.LocalizedModel
-
prepareLocalizedFieldsForImport
void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException- Specified by:
prepareLocalizedFieldsForImportin 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:
prepareLocalizedFieldsForImportin interfacecom.liferay.portal.kernel.model.LocalizedModel- Throws:
com.liferay.portal.kernel.exception.LocaleException
-
cloneWithOriginalValues
LayoutSEOEntryCustomMetaTag cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<LayoutSEOEntryCustomMetaTag>
-
toXmlString
-