public class LayoutSEOEntryWrapper extends BaseModelWrapper<LayoutSEOEntry> implements LayoutSEOEntry, ModelWrapper<LayoutSEOEntry>
This class is a wrapper for LayoutSEOEntry.
LayoutSEOEntry,
Serialized FormmodelLAYOUT_SEO_ENTRY_ID_ACCESSOR| Constructor and Description |
|---|
LayoutSEOEntryWrapper(LayoutSEOEntry layoutSEOEntry) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getAvailableLanguageIds() |
java.lang.String |
getCanonicalURL()
Returns the canonical url of this layout seo entry.
|
java.lang.String |
getCanonicalURL(java.util.Locale locale)
Returns the localized canonical url of this layout seo entry in the language.
|
java.lang.String |
getCanonicalURL(java.util.Locale locale,
boolean useDefault)
Returns the localized canonical url of this layout seo entry in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getCanonicalURL(java.lang.String languageId)
Returns the localized canonical url of this layout seo entry in the language.
|
java.lang.String |
getCanonicalURL(java.lang.String languageId,
boolean useDefault)
Returns the localized canonical url of this layout seo entry in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getCanonicalURLCurrentLanguageId() |
java.lang.String |
getCanonicalURLCurrentValue() |
boolean |
getCanonicalURLEnabled()
Returns the canonical url enabled of this layout seo entry.
|
java.util.Map<java.util.Locale,java.lang.String> |
getCanonicalURLMap()
Returns a map of the locales and localized canonical urls of this layout seo entry.
|
long |
getCompanyId()
Returns the company ID of this layout seo entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this layout seo entry.
|
long |
getDDMStorageId()
Returns the ddm storage ID of this layout seo entry.
|
java.lang.String |
getDefaultLanguageId() |
long |
getGroupId()
Returns the group ID of this layout seo entry.
|
java.util.Date |
getLastPublishDate()
Returns the last publish date of this layout seo entry.
|
long |
getLayoutId()
Returns the layout ID of this layout seo entry.
|
long |
getLayoutSEOEntryId()
Returns the layout seo entry ID of this layout seo entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this layout seo entry.
|
long |
getMvccVersion()
Returns the mvcc version of this layout seo entry.
|
java.lang.String |
getOpenGraphDescription()
Returns the open graph description of this layout seo entry.
|
java.lang.String |
getOpenGraphDescription(java.util.Locale locale)
Returns the localized open graph description of this layout seo entry in the language.
|
java.lang.String |
getOpenGraphDescription(java.util.Locale locale,
boolean useDefault)
Returns the localized open graph description of this layout seo entry in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getOpenGraphDescription(java.lang.String languageId)
Returns the localized open graph description of this layout seo entry in the language.
|
java.lang.String |
getOpenGraphDescription(java.lang.String languageId,
boolean useDefault)
Returns the localized open graph description of this layout seo entry in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getOpenGraphDescriptionCurrentLanguageId() |
java.lang.String |
getOpenGraphDescriptionCurrentValue() |
boolean |
getOpenGraphDescriptionEnabled()
Returns the open graph description enabled of this layout seo entry.
|
java.util.Map<java.util.Locale,java.lang.String> |
getOpenGraphDescriptionMap()
Returns a map of the locales and localized open graph descriptions of this layout seo entry.
|
java.lang.String |
getOpenGraphImageAlt()
Returns the open graph image alt of this layout seo entry.
|
java.lang.String |
getOpenGraphImageAlt(java.util.Locale locale)
Returns the localized open graph image alt of this layout seo entry in the language.
|
java.lang.String |
getOpenGraphImageAlt(java.util.Locale locale,
boolean useDefault)
Returns the localized open graph image alt of this layout seo entry in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getOpenGraphImageAlt(java.lang.String languageId)
Returns the localized open graph image alt of this layout seo entry in the language.
|
java.lang.String |
getOpenGraphImageAlt(java.lang.String languageId,
boolean useDefault)
Returns the localized open graph image alt of this layout seo entry in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getOpenGraphImageAltCurrentLanguageId() |
java.lang.String |
getOpenGraphImageAltCurrentValue() |
java.util.Map<java.util.Locale,java.lang.String> |
getOpenGraphImageAltMap()
Returns a map of the locales and localized open graph image alts of this layout seo entry.
|
long |
getOpenGraphImageFileEntryId()
Returns the open graph image file entry ID of this layout seo entry.
|
java.lang.String |
getOpenGraphTitle()
Returns the open graph title of this layout seo entry.
|
java.lang.String |
getOpenGraphTitle(java.util.Locale locale)
Returns the localized open graph title of this layout seo entry in the language.
|
java.lang.String |
getOpenGraphTitle(java.util.Locale locale,
boolean useDefault)
Returns the localized open graph title of this layout seo entry in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getOpenGraphTitle(java.lang.String languageId)
Returns the localized open graph title of this layout seo entry in the language.
|
java.lang.String |
getOpenGraphTitle(java.lang.String languageId,
boolean useDefault)
Returns the localized open graph title of this layout seo entry in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getOpenGraphTitleCurrentLanguageId() |
java.lang.String |
getOpenGraphTitleCurrentValue() |
boolean |
getOpenGraphTitleEnabled()
Returns the open graph title enabled of this layout seo entry.
|
java.util.Map<java.util.Locale,java.lang.String> |
getOpenGraphTitleMap()
Returns a map of the locales and localized open graph titles of this layout seo entry.
|
long |
getPrimaryKey()
Returns the primary key of this layout seo entry.
|
boolean |
getPrivateLayout()
Returns the private layout of this layout seo entry.
|
StagedModelType |
getStagedModelType() |
long |
getUserId()
Returns the user ID of this layout seo entry.
|
java.lang.String |
getUserName()
Returns the user name of this layout seo entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this layout seo entry.
|
java.lang.String |
getUuid()
Returns the uuid of this layout seo entry.
|
boolean |
isCanonicalURLEnabled()
Returns
true if this layout seo entry is canonical url enabled. |
boolean |
isOpenGraphDescriptionEnabled()
Returns
true if this layout seo entry is open graph description enabled. |
boolean |
isOpenGraphTitleEnabled()
Returns
true if this layout seo entry is open graph title enabled. |
boolean |
isPrivateLayout()
Returns
true if this layout seo entry is private layout. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) |
void |
setCanonicalURL(java.lang.String canonicalURL)
Sets the canonical url of this layout seo entry.
|
void |
setCanonicalURL(java.lang.String canonicalURL,
java.util.Locale locale)
Sets the localized canonical url of this layout seo entry in the language.
|
void |
setCanonicalURL(java.lang.String canonicalURL,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized canonical url of this layout seo entry in the language, and sets the default locale.
|
void |
setCanonicalURLCurrentLanguageId(java.lang.String languageId) |
void |
setCanonicalURLEnabled(boolean canonicalURLEnabled)
Sets whether this layout seo entry is canonical url enabled.
|
void |
setCanonicalURLMap(java.util.Map<java.util.Locale,java.lang.String> canonicalURLMap)
Sets the localized canonical urls of this layout seo entry from the map of locales and localized canonical urls.
|
void |
setCanonicalURLMap(java.util.Map<java.util.Locale,java.lang.String> canonicalURLMap,
java.util.Locale defaultLocale)
Sets the localized canonical urls of this layout seo entry from the map of locales and localized canonical urls, and sets the default locale.
|
void |
setCompanyId(long companyId)
Sets the company ID of this layout seo entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this layout seo entry.
|
void |
setDDMStorageId(long DDMStorageId)
Sets the ddm storage ID of this layout seo entry.
|
void |
setGroupId(long groupId)
Sets the group ID of this layout seo entry.
|
void |
setLastPublishDate(java.util.Date lastPublishDate)
Sets the last publish date of this layout seo entry.
|
void |
setLayoutId(long layoutId)
Sets the layout ID of this layout seo entry.
|
void |
setLayoutSEOEntryId(long layoutSEOEntryId)
Sets the layout seo entry ID of this layout seo entry.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this layout seo entry.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this layout seo entry.
|
void |
setOpenGraphDescription(java.lang.String openGraphDescription)
Sets the open graph description of this layout seo entry.
|
void |
setOpenGraphDescription(java.lang.String openGraphDescription,
java.util.Locale locale)
Sets the localized open graph description of this layout seo entry in the language.
|
void |
setOpenGraphDescription(java.lang.String openGraphDescription,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized open graph description of this layout seo entry in the language, and sets the default locale.
|
void |
setOpenGraphDescriptionCurrentLanguageId(java.lang.String languageId) |
void |
setOpenGraphDescriptionEnabled(boolean openGraphDescriptionEnabled)
Sets whether this layout seo entry is open graph description enabled.
|
void |
setOpenGraphDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> openGraphDescriptionMap)
Sets the localized open graph descriptions of this layout seo entry from the map of locales and localized open graph descriptions.
|
void |
setOpenGraphDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> openGraphDescriptionMap,
java.util.Locale defaultLocale)
Sets the localized open graph descriptions of this layout seo entry from the map of locales and localized open graph descriptions, and sets the default locale.
|
void |
setOpenGraphImageAlt(java.lang.String openGraphImageAlt)
Sets the open graph image alt of this layout seo entry.
|
void |
setOpenGraphImageAlt(java.lang.String openGraphImageAlt,
java.util.Locale locale)
Sets the localized open graph image alt of this layout seo entry in the language.
|
void |
setOpenGraphImageAlt(java.lang.String openGraphImageAlt,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized open graph image alt of this layout seo entry in the language, and sets the default locale.
|
void |
setOpenGraphImageAltCurrentLanguageId(java.lang.String languageId) |
void |
setOpenGraphImageAltMap(java.util.Map<java.util.Locale,java.lang.String> openGraphImageAltMap)
Sets the localized open graph image alts of this layout seo entry from the map of locales and localized open graph image alts.
|
void |
setOpenGraphImageAltMap(java.util.Map<java.util.Locale,java.lang.String> openGraphImageAltMap,
java.util.Locale defaultLocale)
Sets the localized open graph image alts of this layout seo entry from the map of locales and localized open graph image alts, and sets the default locale.
|
void |
setOpenGraphImageFileEntryId(long openGraphImageFileEntryId)
Sets the open graph image file entry ID of this layout seo entry.
|
void |
setOpenGraphTitle(java.lang.String openGraphTitle)
Sets the open graph title of this layout seo entry.
|
void |
setOpenGraphTitle(java.lang.String openGraphTitle,
java.util.Locale locale)
Sets the localized open graph title of this layout seo entry in the language.
|
void |
setOpenGraphTitle(java.lang.String openGraphTitle,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized open graph title of this layout seo entry in the language, and sets the default locale.
|
void |
setOpenGraphTitleCurrentLanguageId(java.lang.String languageId) |
void |
setOpenGraphTitleEnabled(boolean openGraphTitleEnabled)
Sets whether this layout seo entry is open graph title enabled.
|
void |
setOpenGraphTitleMap(java.util.Map<java.util.Locale,java.lang.String> openGraphTitleMap)
Sets the localized open graph titles of this layout seo entry from the map of locales and localized open graph titles.
|
void |
setOpenGraphTitleMap(java.util.Map<java.util.Locale,java.lang.String> openGraphTitleMap,
java.util.Locale defaultLocale)
Sets the localized open graph titles of this layout seo entry from the map of locales and localized open graph titles, and sets the default locale.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this layout seo entry.
|
void |
setPrivateLayout(boolean privateLayout)
Sets whether this layout seo entry is private layout.
|
void |
setUserId(long userId)
Sets the user ID of this layout seo entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this layout seo entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this layout seo entry.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this layout seo entry.
|
protected LayoutSEOEntryWrapper |
wrap(LayoutSEOEntry layoutSEOEntry) |
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, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNameclonegetWrappedModelpublic LayoutSEOEntryWrapper(LayoutSEOEntry layoutSEOEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<LayoutSEOEntry>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<LayoutSEOEntry>public java.lang.String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface LayoutSEOEntryModelgetAvailableLanguageIds in interface LocalizedModelpublic java.lang.String getCanonicalURL()
getCanonicalURL in interface LayoutSEOEntryModelpublic java.lang.String getCanonicalURL(java.util.Locale locale)
getCanonicalURL in interface LayoutSEOEntryModellocale - the locale of the languagepublic java.lang.String getCanonicalURL(java.util.Locale locale,
boolean useDefault)
getCanonicalURL in interface LayoutSEOEntryModellocale - 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 getCanonicalURL(java.lang.String languageId)
getCanonicalURL in interface LayoutSEOEntryModellanguageId - the ID of the languagepublic java.lang.String getCanonicalURL(java.lang.String languageId,
boolean useDefault)
getCanonicalURL in interface LayoutSEOEntryModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested languagepublic java.lang.String getCanonicalURLCurrentLanguageId()
getCanonicalURLCurrentLanguageId in interface LayoutSEOEntryModelpublic java.lang.String getCanonicalURLCurrentValue()
getCanonicalURLCurrentValue in interface LayoutSEOEntryModelpublic boolean getCanonicalURLEnabled()
getCanonicalURLEnabled in interface LayoutSEOEntryModelpublic java.util.Map<java.util.Locale,java.lang.String> getCanonicalURLMap()
getCanonicalURLMap in interface LayoutSEOEntryModelpublic long getCompanyId()
getCompanyId in interface LayoutSEOEntryModelgetCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelpublic java.util.Date getCreateDate()
getCreateDate in interface LayoutSEOEntryModelgetCreateDate in interface AuditedModelgetCreateDate in interface StagedModelpublic long getDDMStorageId()
getDDMStorageId in interface LayoutSEOEntryModelpublic java.lang.String getDefaultLanguageId()
getDefaultLanguageId in interface LayoutSEOEntryModelgetDefaultLanguageId in interface LocalizedModelpublic long getGroupId()
getGroupId in interface LayoutSEOEntryModelgetGroupId in interface GroupedModelpublic java.util.Date getLastPublishDate()
getLastPublishDate in interface LayoutSEOEntryModelgetLastPublishDate in interface StagedGroupedModelpublic long getLayoutId()
getLayoutId in interface LayoutSEOEntryModelpublic long getLayoutSEOEntryId()
getLayoutSEOEntryId in interface LayoutSEOEntryModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface LayoutSEOEntryModelgetModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelpublic long getMvccVersion()
getMvccVersion in interface LayoutSEOEntryModelgetMvccVersion in interface MVCCModelpublic java.lang.String getOpenGraphDescription()
getOpenGraphDescription in interface LayoutSEOEntryModelpublic java.lang.String getOpenGraphDescription(java.util.Locale locale)
getOpenGraphDescription in interface LayoutSEOEntryModellocale - the locale of the languagepublic java.lang.String getOpenGraphDescription(java.util.Locale locale,
boolean useDefault)
getOpenGraphDescription in interface LayoutSEOEntryModellocale - 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 getOpenGraphDescription(java.lang.String languageId)
getOpenGraphDescription in interface LayoutSEOEntryModellanguageId - the ID of the languagepublic java.lang.String getOpenGraphDescription(java.lang.String languageId,
boolean useDefault)
getOpenGraphDescription in interface LayoutSEOEntryModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested languagepublic java.lang.String getOpenGraphDescriptionCurrentLanguageId()
getOpenGraphDescriptionCurrentLanguageId in interface LayoutSEOEntryModelpublic java.lang.String getOpenGraphDescriptionCurrentValue()
getOpenGraphDescriptionCurrentValue in interface LayoutSEOEntryModelpublic boolean getOpenGraphDescriptionEnabled()
getOpenGraphDescriptionEnabled in interface LayoutSEOEntryModelpublic java.util.Map<java.util.Locale,java.lang.String> getOpenGraphDescriptionMap()
getOpenGraphDescriptionMap in interface LayoutSEOEntryModelpublic java.lang.String getOpenGraphImageAlt()
getOpenGraphImageAlt in interface LayoutSEOEntryModelpublic java.lang.String getOpenGraphImageAlt(java.util.Locale locale)
getOpenGraphImageAlt in interface LayoutSEOEntryModellocale - the locale of the languagepublic java.lang.String getOpenGraphImageAlt(java.util.Locale locale,
boolean useDefault)
getOpenGraphImageAlt in interface LayoutSEOEntryModellocale - 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 getOpenGraphImageAlt(java.lang.String languageId)
getOpenGraphImageAlt in interface LayoutSEOEntryModellanguageId - the ID of the languagepublic java.lang.String getOpenGraphImageAlt(java.lang.String languageId,
boolean useDefault)
getOpenGraphImageAlt in interface LayoutSEOEntryModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested languagepublic java.lang.String getOpenGraphImageAltCurrentLanguageId()
getOpenGraphImageAltCurrentLanguageId in interface LayoutSEOEntryModelpublic java.lang.String getOpenGraphImageAltCurrentValue()
getOpenGraphImageAltCurrentValue in interface LayoutSEOEntryModelpublic java.util.Map<java.util.Locale,java.lang.String> getOpenGraphImageAltMap()
getOpenGraphImageAltMap in interface LayoutSEOEntryModelpublic long getOpenGraphImageFileEntryId()
getOpenGraphImageFileEntryId in interface LayoutSEOEntryModelpublic java.lang.String getOpenGraphTitle()
getOpenGraphTitle in interface LayoutSEOEntryModelpublic java.lang.String getOpenGraphTitle(java.util.Locale locale)
getOpenGraphTitle in interface LayoutSEOEntryModellocale - the locale of the languagepublic java.lang.String getOpenGraphTitle(java.util.Locale locale,
boolean useDefault)
getOpenGraphTitle in interface LayoutSEOEntryModellocale - 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 getOpenGraphTitle(java.lang.String languageId)
getOpenGraphTitle in interface LayoutSEOEntryModellanguageId - the ID of the languagepublic java.lang.String getOpenGraphTitle(java.lang.String languageId,
boolean useDefault)
getOpenGraphTitle in interface LayoutSEOEntryModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested languagepublic java.lang.String getOpenGraphTitleCurrentLanguageId()
getOpenGraphTitleCurrentLanguageId in interface LayoutSEOEntryModelpublic java.lang.String getOpenGraphTitleCurrentValue()
getOpenGraphTitleCurrentValue in interface LayoutSEOEntryModelpublic boolean getOpenGraphTitleEnabled()
getOpenGraphTitleEnabled in interface LayoutSEOEntryModelpublic java.util.Map<java.util.Locale,java.lang.String> getOpenGraphTitleMap()
getOpenGraphTitleMap in interface LayoutSEOEntryModelpublic long getPrimaryKey()
getPrimaryKey in interface LayoutSEOEntryModelpublic boolean getPrivateLayout()
getPrivateLayout in interface LayoutSEOEntryModelpublic long getUserId()
getUserId in interface LayoutSEOEntryModelgetUserId in interface AuditedModelpublic java.lang.String getUserName()
getUserName in interface LayoutSEOEntryModelgetUserName in interface AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface LayoutSEOEntryModelgetUserUuid in interface AuditedModelpublic java.lang.String getUuid()
getUuid in interface LayoutSEOEntryModelgetUuid in interface StagedModelpublic boolean isCanonicalURLEnabled()
true if this layout seo entry is canonical url enabled.isCanonicalURLEnabled in interface LayoutSEOEntryModeltrue if this layout seo entry is canonical url enabled; false otherwisepublic boolean isOpenGraphDescriptionEnabled()
true if this layout seo entry is open graph description enabled.isOpenGraphDescriptionEnabled in interface LayoutSEOEntryModeltrue if this layout seo entry is open graph description enabled; false otherwisepublic boolean isOpenGraphTitleEnabled()
true if this layout seo entry is open graph title enabled.isOpenGraphTitleEnabled in interface LayoutSEOEntryModeltrue if this layout seo entry is open graph title enabled; false otherwisepublic boolean isPrivateLayout()
true if this layout seo entry is private layout.isPrivateLayout in interface LayoutSEOEntryModeltrue if this layout seo entry is private layout; false otherwisepublic void persist()
PersistedModelpersist in interface PersistedModelpublic void prepareLocalizedFieldsForImport()
throws LocaleException
prepareLocalizedFieldsForImport in interface LayoutSEOEntryModelprepareLocalizedFieldsForImport in interface LocalizedModelLocaleExceptionpublic void prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale)
throws LocaleException
prepareLocalizedFieldsForImport in interface LayoutSEOEntryModelprepareLocalizedFieldsForImport in interface LocalizedModelLocaleExceptionpublic void setCanonicalURL(java.lang.String canonicalURL)
setCanonicalURL in interface LayoutSEOEntryModelcanonicalURL - the canonical url of this layout seo entrypublic void setCanonicalURL(java.lang.String canonicalURL,
java.util.Locale locale)
setCanonicalURL in interface LayoutSEOEntryModelcanonicalURL - the localized canonical url of this layout seo entrylocale - the locale of the languagepublic void setCanonicalURL(java.lang.String canonicalURL,
java.util.Locale locale,
java.util.Locale defaultLocale)
setCanonicalURL in interface LayoutSEOEntryModelcanonicalURL - the localized canonical url of this layout seo entrylocale - the locale of the languagedefaultLocale - the default localepublic void setCanonicalURLCurrentLanguageId(java.lang.String languageId)
setCanonicalURLCurrentLanguageId in interface LayoutSEOEntryModelpublic void setCanonicalURLEnabled(boolean canonicalURLEnabled)
setCanonicalURLEnabled in interface LayoutSEOEntryModelcanonicalURLEnabled - the canonical url enabled of this layout seo entrypublic void setCanonicalURLMap(java.util.Map<java.util.Locale,java.lang.String> canonicalURLMap)
setCanonicalURLMap in interface LayoutSEOEntryModelcanonicalURLMap - the locales and localized canonical urls of this layout seo entrypublic void setCanonicalURLMap(java.util.Map<java.util.Locale,java.lang.String> canonicalURLMap,
java.util.Locale defaultLocale)
setCanonicalURLMap in interface LayoutSEOEntryModelcanonicalURLMap - the locales and localized canonical urls of this layout seo entrydefaultLocale - the default localepublic void setCompanyId(long companyId)
setCompanyId in interface LayoutSEOEntryModelsetCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this layout seo entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface LayoutSEOEntryModelsetCreateDate in interface AuditedModelsetCreateDate in interface StagedModelcreateDate - the create date of this layout seo entrypublic void setDDMStorageId(long DDMStorageId)
setDDMStorageId in interface LayoutSEOEntryModelDDMStorageId - the ddm storage ID of this layout seo entrypublic void setGroupId(long groupId)
setGroupId in interface LayoutSEOEntryModelsetGroupId in interface GroupedModelgroupId - the group ID of this layout seo entrypublic void setLastPublishDate(java.util.Date lastPublishDate)
setLastPublishDate in interface LayoutSEOEntryModelsetLastPublishDate in interface StagedGroupedModellastPublishDate - the last publish date of this layout seo entrypublic void setLayoutId(long layoutId)
setLayoutId in interface LayoutSEOEntryModellayoutId - the layout ID of this layout seo entrypublic void setLayoutSEOEntryId(long layoutSEOEntryId)
setLayoutSEOEntryId in interface LayoutSEOEntryModellayoutSEOEntryId - the layout seo entry ID of this layout seo entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface LayoutSEOEntryModelsetModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelmodifiedDate - the modified date of this layout seo entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface LayoutSEOEntryModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this layout seo entrypublic void setOpenGraphDescription(java.lang.String openGraphDescription)
setOpenGraphDescription in interface LayoutSEOEntryModelopenGraphDescription - the open graph description of this layout seo entrypublic void setOpenGraphDescription(java.lang.String openGraphDescription,
java.util.Locale locale)
setOpenGraphDescription in interface LayoutSEOEntryModelopenGraphDescription - the localized open graph description of this layout seo entrylocale - the locale of the languagepublic void setOpenGraphDescription(java.lang.String openGraphDescription,
java.util.Locale locale,
java.util.Locale defaultLocale)
setOpenGraphDescription in interface LayoutSEOEntryModelopenGraphDescription - the localized open graph description of this layout seo entrylocale - the locale of the languagedefaultLocale - the default localepublic void setOpenGraphDescriptionCurrentLanguageId(java.lang.String languageId)
setOpenGraphDescriptionCurrentLanguageId in interface LayoutSEOEntryModelpublic void setOpenGraphDescriptionEnabled(boolean openGraphDescriptionEnabled)
setOpenGraphDescriptionEnabled in interface LayoutSEOEntryModelopenGraphDescriptionEnabled - the open graph description enabled of this layout seo entrypublic void setOpenGraphDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> openGraphDescriptionMap)
setOpenGraphDescriptionMap in interface LayoutSEOEntryModelopenGraphDescriptionMap - the locales and localized open graph descriptions of this layout seo entrypublic void setOpenGraphDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> openGraphDescriptionMap,
java.util.Locale defaultLocale)
setOpenGraphDescriptionMap in interface LayoutSEOEntryModelopenGraphDescriptionMap - the locales and localized open graph descriptions of this layout seo entrydefaultLocale - the default localepublic void setOpenGraphImageAlt(java.lang.String openGraphImageAlt)
setOpenGraphImageAlt in interface LayoutSEOEntryModelopenGraphImageAlt - the open graph image alt of this layout seo entrypublic void setOpenGraphImageAlt(java.lang.String openGraphImageAlt,
java.util.Locale locale)
setOpenGraphImageAlt in interface LayoutSEOEntryModelopenGraphImageAlt - the localized open graph image alt of this layout seo entrylocale - the locale of the languagepublic void setOpenGraphImageAlt(java.lang.String openGraphImageAlt,
java.util.Locale locale,
java.util.Locale defaultLocale)
setOpenGraphImageAlt in interface LayoutSEOEntryModelopenGraphImageAlt - the localized open graph image alt of this layout seo entrylocale - the locale of the languagedefaultLocale - the default localepublic void setOpenGraphImageAltCurrentLanguageId(java.lang.String languageId)
setOpenGraphImageAltCurrentLanguageId in interface LayoutSEOEntryModelpublic void setOpenGraphImageAltMap(java.util.Map<java.util.Locale,java.lang.String> openGraphImageAltMap)
setOpenGraphImageAltMap in interface LayoutSEOEntryModelopenGraphImageAltMap - the locales and localized open graph image alts of this layout seo entrypublic void setOpenGraphImageAltMap(java.util.Map<java.util.Locale,java.lang.String> openGraphImageAltMap,
java.util.Locale defaultLocale)
setOpenGraphImageAltMap in interface LayoutSEOEntryModelopenGraphImageAltMap - the locales and localized open graph image alts of this layout seo entrydefaultLocale - the default localepublic void setOpenGraphImageFileEntryId(long openGraphImageFileEntryId)
setOpenGraphImageFileEntryId in interface LayoutSEOEntryModelopenGraphImageFileEntryId - the open graph image file entry ID of this layout seo entrypublic void setOpenGraphTitle(java.lang.String openGraphTitle)
setOpenGraphTitle in interface LayoutSEOEntryModelopenGraphTitle - the open graph title of this layout seo entrypublic void setOpenGraphTitle(java.lang.String openGraphTitle,
java.util.Locale locale)
setOpenGraphTitle in interface LayoutSEOEntryModelopenGraphTitle - the localized open graph title of this layout seo entrylocale - the locale of the languagepublic void setOpenGraphTitle(java.lang.String openGraphTitle,
java.util.Locale locale,
java.util.Locale defaultLocale)
setOpenGraphTitle in interface LayoutSEOEntryModelopenGraphTitle - the localized open graph title of this layout seo entrylocale - the locale of the languagedefaultLocale - the default localepublic void setOpenGraphTitleCurrentLanguageId(java.lang.String languageId)
setOpenGraphTitleCurrentLanguageId in interface LayoutSEOEntryModelpublic void setOpenGraphTitleEnabled(boolean openGraphTitleEnabled)
setOpenGraphTitleEnabled in interface LayoutSEOEntryModelopenGraphTitleEnabled - the open graph title enabled of this layout seo entrypublic void setOpenGraphTitleMap(java.util.Map<java.util.Locale,java.lang.String> openGraphTitleMap)
setOpenGraphTitleMap in interface LayoutSEOEntryModelopenGraphTitleMap - the locales and localized open graph titles of this layout seo entrypublic void setOpenGraphTitleMap(java.util.Map<java.util.Locale,java.lang.String> openGraphTitleMap,
java.util.Locale defaultLocale)
setOpenGraphTitleMap in interface LayoutSEOEntryModelopenGraphTitleMap - the locales and localized open graph titles of this layout seo entrydefaultLocale - the default localepublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface LayoutSEOEntryModelprimaryKey - the primary key of this layout seo entrypublic void setPrivateLayout(boolean privateLayout)
setPrivateLayout in interface LayoutSEOEntryModelprivateLayout - the private layout of this layout seo entrypublic void setUserId(long userId)
setUserId in interface LayoutSEOEntryModelsetUserId in interface AuditedModeluserId - the user ID of this layout seo entrypublic void setUserName(java.lang.String userName)
setUserName in interface LayoutSEOEntryModelsetUserName in interface AuditedModeluserName - the user name of this layout seo entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface LayoutSEOEntryModelsetUserUuid in interface AuditedModeluserUuid - the user uuid of this layout seo entrypublic void setUuid(java.lang.String uuid)
setUuid in interface LayoutSEOEntryModelsetUuid in interface StagedModeluuid - the uuid of this layout seo entrypublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelprotected LayoutSEOEntryWrapper wrap(LayoutSEOEntry layoutSEOEntry)
wrap in class BaseModelWrapper<LayoutSEOEntry>