Package com.liferay.layout.seo.model
Class LayoutSEOSiteWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LayoutSEOSite>
com.liferay.layout.seo.model.LayoutSEOSiteWrapper
- All Implemented Interfaces:
LayoutSEOSite,LayoutSEOSiteModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<LayoutSEOSite>,com.liferay.portal.kernel.model.change.tracking.CTModel<LayoutSEOSite>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.LocalizedModel,com.liferay.portal.kernel.model.ModelWrapper<LayoutSEOSite>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel,Serializable,Cloneable,Comparable<LayoutSEOSite>
public class LayoutSEOSiteWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LayoutSEOSite>
implements LayoutSEOSite, com.liferay.portal.kernel.model.ModelWrapper<LayoutSEOSite>
This class is a wrapper for LayoutSEOSite.
- 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.LayoutSEOSite
LAYOUT_SEO_SITE_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]longReturns the company ID of this layout seo site.Returns the create date of this layout seo site.longReturns the ct collection ID of this layout seo site.longReturns the group ID of this layout seo site.longReturns the layout seo site ID of this layout seo site.Returns the modified date of this layout seo site.longReturns the mvcc version of this layout seo site.booleanReturns the open graph enabled of this layout seo site.Returns the open graph image alt of this layout seo site.getOpenGraphImageAlt(String languageId) Returns the localized open graph image alt of this layout seo site in the language.getOpenGraphImageAlt(String languageId, boolean useDefault) Returns the localized open graph image alt of this layout seo site in the language, optionally using the default language if no localization exists for the requested language.getOpenGraphImageAlt(Locale locale) Returns the localized open graph image alt of this layout seo site in the language.getOpenGraphImageAlt(Locale locale, boolean useDefault) Returns the localized open graph image alt of this layout seo site in the language, optionally using the default language if no localization exists for the requested language.Returns a map of the locales and localized open graph image alts of this layout seo site.longReturns the open graph image file entry ID of this layout seo site.longReturns the primary key of this layout seo site.com.liferay.exportimport.kernel.lar.StagedModelTypelongReturns the user ID of this layout seo site.Returns the user name of this layout seo site.Returns the user uuid of this layout seo site.getUuid()Returns the uuid of this layout seo site.booleanReturnstrueif this layout seo site is open graph enabled.voidpersist()voidvoidprepareLocalizedFieldsForImport(Locale defaultImportLocale) voidsetCompanyId(long companyId) Sets the company ID of this layout seo site.voidsetCreateDate(Date createDate) Sets the create date of this layout seo site.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this layout seo site.voidsetGroupId(long groupId) Sets the group ID of this layout seo site.voidsetLayoutSEOSiteId(long layoutSEOSiteId) Sets the layout seo site ID of this layout seo site.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this layout seo site.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this layout seo site.voidsetOpenGraphEnabled(boolean openGraphEnabled) Sets whether this layout seo site is open graph enabled.voidsetOpenGraphImageAlt(String openGraphImageAlt) Sets the open graph image alt of this layout seo site.voidsetOpenGraphImageAlt(String openGraphImageAlt, Locale locale) Sets the localized open graph image alt of this layout seo site in the language.voidsetOpenGraphImageAlt(String openGraphImageAlt, Locale locale, Locale defaultLocale) Sets the localized open graph image alt of this layout seo site in the language, and sets the default locale.voidsetOpenGraphImageAltCurrentLanguageId(String languageId) voidsetOpenGraphImageAltMap(Map<Locale, String> openGraphImageAltMap) Sets the localized open graph image alts of this layout seo site from the map of locales and localized open graph image alts.voidsetOpenGraphImageAltMap(Map<Locale, String> openGraphImageAltMap, Locale defaultLocale) Sets the localized open graph image alts of this layout seo site from the map of locales and localized open graph image alts, and sets the default locale.voidsetOpenGraphImageFileEntryId(long openGraphImageFileEntryId) Sets the open graph image file entry ID of this layout seo site.voidsetPrimaryKey(long primaryKey) Sets the primary key of this layout seo site.voidsetUserId(long userId) Sets the user ID of this layout seo site.voidsetUserName(String userName) Sets the user name of this layout seo site.voidsetUserUuid(String userUuid) Sets the user uuid of this layout seo site.voidSets the uuid of this layout seo site.protected LayoutSEOSiteWrapperwrap(LayoutSEOSite layoutSEOSite) 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
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
LayoutSEOSiteWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<LayoutSEOSite>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<LayoutSEOSite>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<LayoutSEOSite>- Specified by:
cloneWithOriginalValuesin interfaceLayoutSEOSiteModel
-
getAvailableLanguageIds
- Specified by:
getAvailableLanguageIdsin interfaceLayoutSEOSiteModel- Specified by:
getAvailableLanguageIdsin interfacecom.liferay.portal.kernel.model.LocalizedModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this layout seo site.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceLayoutSEOSiteModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this layout seo site
-
getCreateDate
Returns the create date of this layout seo site.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceLayoutSEOSiteModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this layout seo site
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this layout seo site.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutSEOSite>- Specified by:
getCtCollectionIdin interfaceLayoutSEOSiteModel- Returns:
- the ct collection ID of this layout seo site
-
getDefaultLanguageId
- Specified by:
getDefaultLanguageIdin interfaceLayoutSEOSiteModel- Specified by:
getDefaultLanguageIdin interfacecom.liferay.portal.kernel.model.LocalizedModel
-
getGroupId
public long getGroupId()Returns the group ID of this layout seo site.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
getGroupIdin interfaceLayoutSEOSiteModel- Returns:
- the group ID of this layout seo site
-
getLayoutSEOSiteId
public long getLayoutSEOSiteId()Returns the layout seo site ID of this layout seo site.- Specified by:
getLayoutSEOSiteIdin interfaceLayoutSEOSiteModel- Returns:
- the layout seo site ID of this layout seo site
-
getModifiedDate
Returns the modified date of this layout seo site.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceLayoutSEOSiteModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this layout seo site
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this layout seo site.- Specified by:
getMvccVersionin interfaceLayoutSEOSiteModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this layout seo site
-
getOpenGraphEnabled
public boolean getOpenGraphEnabled()Returns the open graph enabled of this layout seo site.- Specified by:
getOpenGraphEnabledin interfaceLayoutSEOSiteModel- Returns:
- the open graph enabled of this layout seo site
-
getOpenGraphImageAlt
Returns the open graph image alt of this layout seo site.- Specified by:
getOpenGraphImageAltin interfaceLayoutSEOSiteModel- Returns:
- the open graph image alt of this layout seo site
-
getOpenGraphImageAlt
Returns the localized open graph image alt of this layout seo site in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getOpenGraphImageAltin interfaceLayoutSEOSiteModel- Parameters:
locale- the locale of the language- Returns:
- the localized open graph image alt of this layout seo site
-
getOpenGraphImageAlt
Returns the localized open graph image alt of this layout seo site in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getOpenGraphImageAltin interfaceLayoutSEOSiteModel- Parameters:
locale- the local of the languageuseDefault- whether to use the default language if no localization exists for the requested language- Returns:
- the localized open graph image alt of this layout seo site. If
useDefaultisfalseand no localization exists for the requested language, an empty string will be returned.
-
getOpenGraphImageAlt
Returns the localized open graph image alt of this layout seo site in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getOpenGraphImageAltin interfaceLayoutSEOSiteModel- Parameters:
languageId- the ID of the language- Returns:
- the localized open graph image alt of this layout seo site
-
getOpenGraphImageAlt
Returns the localized open graph image alt of this layout seo site in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getOpenGraphImageAltin interfaceLayoutSEOSiteModel- Parameters:
languageId- the ID of the languageuseDefault- whether to use the default language if no localization exists for the requested language- Returns:
- the localized open graph image alt of this layout seo site
-
getOpenGraphImageAltCurrentLanguageId
- Specified by:
getOpenGraphImageAltCurrentLanguageIdin interfaceLayoutSEOSiteModel
-
getOpenGraphImageAltCurrentValue
- Specified by:
getOpenGraphImageAltCurrentValuein interfaceLayoutSEOSiteModel
-
getOpenGraphImageAltMap
Returns a map of the locales and localized open graph image alts of this layout seo site.- Specified by:
getOpenGraphImageAltMapin interfaceLayoutSEOSiteModel- Returns:
- the locales and localized open graph image alts of this layout seo site
-
getOpenGraphImageFileEntryId
public long getOpenGraphImageFileEntryId()Returns the open graph image file entry ID of this layout seo site.- Specified by:
getOpenGraphImageFileEntryIdin interfaceLayoutSEOSiteModel- Returns:
- the open graph image file entry ID of this layout seo site
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this layout seo site.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutSEOSite>- Specified by:
getPrimaryKeyin interfaceLayoutSEOSiteModel- Returns:
- the primary key of this layout seo site
-
getUserId
public long getUserId()Returns the user ID of this layout seo site.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceLayoutSEOSiteModel- Returns:
- the user ID of this layout seo site
-
getUserName
Returns the user name of this layout seo site.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceLayoutSEOSiteModel- Returns:
- the user name of this layout seo site
-
getUserUuid
Returns the user uuid of this layout seo site.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceLayoutSEOSiteModel- Returns:
- the user uuid of this layout seo site
-
getUuid
Returns the uuid of this layout seo site.- Specified by:
getUuidin interfaceLayoutSEOSiteModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this layout seo site
-
isOpenGraphEnabled
public boolean isOpenGraphEnabled()Returnstrueif this layout seo site is open graph enabled.- Specified by:
isOpenGraphEnabledin interfaceLayoutSEOSiteModel- Returns:
trueif this layout seo site is open graph enabled;falseotherwise
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
prepareLocalizedFieldsForImport
public void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException- Specified by:
prepareLocalizedFieldsForImportin interfaceLayoutSEOSiteModel- 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 interfaceLayoutSEOSiteModel- 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 site.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceLayoutSEOSiteModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
companyId- the company ID of this layout seo site
-
setCreateDate
Sets the create date of this layout seo site.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceLayoutSEOSiteModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this layout seo site
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this layout seo site.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutSEOSite>- Specified by:
setCtCollectionIdin interfaceLayoutSEOSiteModel- Parameters:
ctCollectionId- the ct collection ID of this layout seo site
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this layout seo site.- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
setGroupIdin interfaceLayoutSEOSiteModel- Parameters:
groupId- the group ID of this layout seo site
-
setLayoutSEOSiteId
public void setLayoutSEOSiteId(long layoutSEOSiteId) Sets the layout seo site ID of this layout seo site.- Specified by:
setLayoutSEOSiteIdin interfaceLayoutSEOSiteModel- Parameters:
layoutSEOSiteId- the layout seo site ID of this layout seo site
-
setModifiedDate
Sets the modified date of this layout seo site.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceLayoutSEOSiteModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this layout seo site
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this layout seo site.- Specified by:
setMvccVersionin interfaceLayoutSEOSiteModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this layout seo site
-
setOpenGraphEnabled
public void setOpenGraphEnabled(boolean openGraphEnabled) Sets whether this layout seo site is open graph enabled.- Specified by:
setOpenGraphEnabledin interfaceLayoutSEOSiteModel- Parameters:
openGraphEnabled- the open graph enabled of this layout seo site
-
setOpenGraphImageAlt
Sets the open graph image alt of this layout seo site.- Specified by:
setOpenGraphImageAltin interfaceLayoutSEOSiteModel- Parameters:
openGraphImageAlt- the open graph image alt of this layout seo site
-
setOpenGraphImageAlt
Sets the localized open graph image alt of this layout seo site in the language.- Specified by:
setOpenGraphImageAltin interfaceLayoutSEOSiteModel- Parameters:
openGraphImageAlt- the localized open graph image alt of this layout seo sitelocale- the locale of the language
-
setOpenGraphImageAlt
Sets the localized open graph image alt of this layout seo site in the language, and sets the default locale.- Specified by:
setOpenGraphImageAltin interfaceLayoutSEOSiteModel- Parameters:
openGraphImageAlt- the localized open graph image alt of this layout seo sitelocale- the locale of the languagedefaultLocale- the default locale
-
setOpenGraphImageAltCurrentLanguageId
- Specified by:
setOpenGraphImageAltCurrentLanguageIdin interfaceLayoutSEOSiteModel
-
setOpenGraphImageAltMap
Sets the localized open graph image alts of this layout seo site from the map of locales and localized open graph image alts.- Specified by:
setOpenGraphImageAltMapin interfaceLayoutSEOSiteModel- Parameters:
openGraphImageAltMap- the locales and localized open graph image alts of this layout seo site
-
setOpenGraphImageAltMap
Sets the localized open graph image alts of this layout seo site from the map of locales and localized open graph image alts, and sets the default locale.- Specified by:
setOpenGraphImageAltMapin interfaceLayoutSEOSiteModel- Parameters:
openGraphImageAltMap- the locales and localized open graph image alts of this layout seo sitedefaultLocale- the default locale
-
setOpenGraphImageFileEntryId
public void setOpenGraphImageFileEntryId(long openGraphImageFileEntryId) Sets the open graph image file entry ID of this layout seo site.- Specified by:
setOpenGraphImageFileEntryIdin interfaceLayoutSEOSiteModel- Parameters:
openGraphImageFileEntryId- the open graph image file entry ID of this layout seo site
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this layout seo site.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<LayoutSEOSite>- Specified by:
setPrimaryKeyin interfaceLayoutSEOSiteModel- Parameters:
primaryKey- the primary key of this layout seo site
-
setUserId
public void setUserId(long userId) Sets the user ID of this layout seo site.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceLayoutSEOSiteModel- Parameters:
userId- the user ID of this layout seo site
-
setUserName
Sets the user name of this layout seo site.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceLayoutSEOSiteModel- Parameters:
userName- the user name of this layout seo site
-
setUserUuid
Sets the user uuid of this layout seo site.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceLayoutSEOSiteModel- Parameters:
userUuid- the user uuid of this layout seo site
-
setUuid
Sets the uuid of this layout seo site.- Specified by:
setUuidin interfaceLayoutSEOSiteModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this layout seo site
-
toXmlString
- Specified by:
toXmlStringin interfaceLayoutSEOSiteModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<LayoutSEOSite>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<LayoutSEOSite>
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<LayoutSEOSite>
-