Interface ObjectDefinitionModel

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<ObjectDefinition>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<ObjectDefinition>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.LocalizedModel, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel, com.liferay.portal.kernel.model.StagedModel
All Known Subinterfaces:
ObjectDefinition
All Known Implementing Classes:
ObjectDefinitionWrapper

@ProviderType public interface ObjectDefinitionModel extends com.liferay.portal.kernel.model.BaseModel<ObjectDefinition>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.LocalizedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel
The base model interface for the ObjectDefinition service. Represents a row in the "ObjectDefinition" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.object.model.impl.ObjectDefinitionModelImpl 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.object.model.impl.ObjectDefinitionImpl.

See Also:
Generated:
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this object definition.
      Returns:
      the primary key of this object definition
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this object definition.
      Parameters:
      primaryKey - the primary key of this object definition
    • getMvccVersion

      long getMvccVersion()
      Returns the mvcc version of this object definition.
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this object definition
    • setMvccVersion

      void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this object definition.
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this object definition
    • getUuid

      @AutoEscape String getUuid()
      Returns the uuid of this object definition.
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the uuid of this object definition
    • setUuid

      void setUuid(String uuid)
      Sets the uuid of this object definition.
      Specified by:
      setUuid in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      uuid - the uuid of this object definition
    • getExternalReferenceCode

      @AutoEscape String getExternalReferenceCode()
      Returns the external reference code of this object definition.
      Specified by:
      getExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Returns:
      the external reference code of this object definition
    • setExternalReferenceCode

      void setExternalReferenceCode(String externalReferenceCode)
      Sets the external reference code of this object definition.
      Specified by:
      setExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Parameters:
      externalReferenceCode - the external reference code of this object definition
    • getObjectDefinitionId

      long getObjectDefinitionId()
      Returns the object definition ID of this object definition.
      Returns:
      the object definition ID of this object definition
    • setObjectDefinitionId

      void setObjectDefinitionId(long objectDefinitionId)
      Sets the object definition ID of this object definition.
      Parameters:
      objectDefinitionId - the object definition ID of this object definition
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this object definition.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the company ID of this object definition
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this object definition.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      companyId - the company ID of this object definition
    • getUserId

      long getUserId()
      Returns the user ID of this object definition.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user ID of this object definition
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this object definition.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userId - the user ID of this object definition
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this object definition.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user uuid of this object definition
    • setUserUuid

      void setUserUuid(String userUuid)
      Sets the user uuid of this object definition.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userUuid - the user uuid of this object definition
    • getUserName

      @AutoEscape String getUserName()
      Returns the user name of this object definition.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user name of this object definition
    • setUserName

      void setUserName(String userName)
      Sets the user name of this object definition.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userName - the user name of this object definition
    • getCreateDate

      Date getCreateDate()
      Returns the create date of this object definition.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the create date of this object definition
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this object definition.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      createDate - the create date of this object definition
    • getModifiedDate

      Date getModifiedDate()
      Returns the modified date of this object definition.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the modified date of this object definition
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this object definition.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      modifiedDate - the modified date of this object definition
    • getAccountEntryRestrictedObjectFieldId

      long getAccountEntryRestrictedObjectFieldId()
      Returns the account entry restricted object field ID of this object definition.
      Returns:
      the account entry restricted object field ID of this object definition
    • setAccountEntryRestrictedObjectFieldId

      void setAccountEntryRestrictedObjectFieldId(long accountEntryRestrictedObjectFieldId)
      Sets the account entry restricted object field ID of this object definition.
      Parameters:
      accountEntryRestrictedObjectFieldId - the account entry restricted object field ID of this object definition
    • getDescriptionObjectFieldId

      long getDescriptionObjectFieldId()
      Returns the description object field ID of this object definition.
      Returns:
      the description object field ID of this object definition
    • setDescriptionObjectFieldId

      void setDescriptionObjectFieldId(long descriptionObjectFieldId)
      Sets the description object field ID of this object definition.
      Parameters:
      descriptionObjectFieldId - the description object field ID of this object definition
    • getObjectFolderId

      long getObjectFolderId()
      Returns the object folder ID of this object definition.
      Returns:
      the object folder ID of this object definition
    • setObjectFolderId

      void setObjectFolderId(long objectFolderId)
      Sets the object folder ID of this object definition.
      Parameters:
      objectFolderId - the object folder ID of this object definition
    • getRootObjectDefinitionId

      long getRootObjectDefinitionId()
      Returns the root object definition ID of this object definition.
      Returns:
      the root object definition ID of this object definition
    • setRootObjectDefinitionId

      void setRootObjectDefinitionId(long rootObjectDefinitionId)
      Sets the root object definition ID of this object definition.
      Parameters:
      rootObjectDefinitionId - the root object definition ID of this object definition
    • getTitleObjectFieldId

      long getTitleObjectFieldId()
      Returns the title object field ID of this object definition.
      Returns:
      the title object field ID of this object definition
    • setTitleObjectFieldId

      void setTitleObjectFieldId(long titleObjectFieldId)
      Sets the title object field ID of this object definition.
      Parameters:
      titleObjectFieldId - the title object field ID of this object definition
    • getAccountEntryRestricted

      boolean getAccountEntryRestricted()
      Returns the account entry restricted of this object definition.
      Returns:
      the account entry restricted of this object definition
    • isAccountEntryRestricted

      boolean isAccountEntryRestricted()
      Returns true if this object definition is account entry restricted.
      Returns:
      true if this object definition is account entry restricted; false otherwise
    • setAccountEntryRestricted

      void setAccountEntryRestricted(boolean accountEntryRestricted)
      Sets whether this object definition is account entry restricted.
      Parameters:
      accountEntryRestricted - the account entry restricted of this object definition
    • getActive

      boolean getActive()
      Returns the active of this object definition.
      Returns:
      the active of this object definition
    • isActive

      boolean isActive()
      Returns true if this object definition is active.
      Returns:
      true if this object definition is active; false otherwise
    • setActive

      void setActive(boolean active)
      Sets whether this object definition is active.
      Parameters:
      active - the active of this object definition
    • getClassName

      @AutoEscape String getClassName()
      Returns the class name of this object definition.
      Returns:
      the class name of this object definition
    • setClassName

      void setClassName(String className)
      Sets the class name of this object definition.
      Parameters:
      className - the class name of this object definition
    • getDBTableName

      @AutoEscape String getDBTableName()
      Returns the db table name of this object definition.
      Returns:
      the db table name of this object definition
    • setDBTableName

      void setDBTableName(String dbTableName)
      Sets the db table name of this object definition.
      Parameters:
      dbTableName - the db table name of this object definition
    • getEnableCategorization

      boolean getEnableCategorization()
      Returns the enable categorization of this object definition.
      Returns:
      the enable categorization of this object definition
    • isEnableCategorization

      boolean isEnableCategorization()
      Returns true if this object definition is enable categorization.
      Returns:
      true if this object definition is enable categorization; false otherwise
    • setEnableCategorization

      void setEnableCategorization(boolean enableCategorization)
      Sets whether this object definition is enable categorization.
      Parameters:
      enableCategorization - the enable categorization of this object definition
    • getEnableComments

      boolean getEnableComments()
      Returns the enable comments of this object definition.
      Returns:
      the enable comments of this object definition
    • isEnableComments

      boolean isEnableComments()
      Returns true if this object definition is enable comments.
      Returns:
      true if this object definition is enable comments; false otherwise
    • setEnableComments

      void setEnableComments(boolean enableComments)
      Sets whether this object definition is enable comments.
      Parameters:
      enableComments - the enable comments of this object definition
    • getEnableFriendlyURLCustomization

      boolean getEnableFriendlyURLCustomization()
      Returns the enable friendly url customization of this object definition.
      Returns:
      the enable friendly url customization of this object definition
    • isEnableFriendlyURLCustomization

      boolean isEnableFriendlyURLCustomization()
      Returns true if this object definition is enable friendly url customization.
      Returns:
      true if this object definition is enable friendly url customization; false otherwise
    • setEnableFriendlyURLCustomization

      void setEnableFriendlyURLCustomization(boolean enableFriendlyURLCustomization)
      Sets whether this object definition is enable friendly url customization.
      Parameters:
      enableFriendlyURLCustomization - the enable friendly url customization of this object definition
    • getEnableIndexSearch

      boolean getEnableIndexSearch()
      Returns the enable index search of this object definition.
      Returns:
      the enable index search of this object definition
    • isEnableIndexSearch

      boolean isEnableIndexSearch()
      Returns true if this object definition is enable index search.
      Returns:
      true if this object definition is enable index search; false otherwise
    • setEnableIndexSearch

      void setEnableIndexSearch(boolean enableIndexSearch)
      Sets whether this object definition is enable index search.
      Parameters:
      enableIndexSearch - the enable index search of this object definition
    • getEnableLocalization

      boolean getEnableLocalization()
      Returns the enable localization of this object definition.
      Returns:
      the enable localization of this object definition
    • isEnableLocalization

      boolean isEnableLocalization()
      Returns true if this object definition is enable localization.
      Returns:
      true if this object definition is enable localization; false otherwise
    • setEnableLocalization

      void setEnableLocalization(boolean enableLocalization)
      Sets whether this object definition is enable localization.
      Parameters:
      enableLocalization - the enable localization of this object definition
    • getEnableObjectEntryDraft

      boolean getEnableObjectEntryDraft()
      Returns the enable object entry draft of this object definition.
      Returns:
      the enable object entry draft of this object definition
    • isEnableObjectEntryDraft

      boolean isEnableObjectEntryDraft()
      Returns true if this object definition is enable object entry draft.
      Returns:
      true if this object definition is enable object entry draft; false otherwise
    • setEnableObjectEntryDraft

      void setEnableObjectEntryDraft(boolean enableObjectEntryDraft)
      Sets whether this object definition is enable object entry draft.
      Parameters:
      enableObjectEntryDraft - the enable object entry draft of this object definition
    • getEnableObjectEntryHistory

      boolean getEnableObjectEntryHistory()
      Returns the enable object entry history of this object definition.
      Returns:
      the enable object entry history of this object definition
    • isEnableObjectEntryHistory

      boolean isEnableObjectEntryHistory()
      Returns true if this object definition is enable object entry history.
      Returns:
      true if this object definition is enable object entry history; false otherwise
    • setEnableObjectEntryHistory

      void setEnableObjectEntryHistory(boolean enableObjectEntryHistory)
      Sets whether this object definition is enable object entry history.
      Parameters:
      enableObjectEntryHistory - the enable object entry history of this object definition
    • getLabel

      String getLabel()
      Returns the label of this object definition.
      Returns:
      the label of this object definition
    • getLabel

      @AutoEscape String getLabel(Locale locale)
      Returns the localized label of this object definition 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 label of this object definition
    • getLabel

      @AutoEscape String getLabel(Locale locale, boolean useDefault)
      Returns the localized label of this object definition in the language, optionally using the default language if no localization exists for the requested language.
      Parameters:
      locale - the local of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized label of this object definition. If useDefault is false and no localization exists for the requested language, an empty string will be returned.
    • getLabel

      @AutoEscape String getLabel(String languageId)
      Returns the localized label of this object definition 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 label of this object definition
    • getLabel

      @AutoEscape String getLabel(String languageId, boolean useDefault)
      Returns the localized label of this object definition in the language, optionally using the default language if no localization exists for the requested language.
      Parameters:
      languageId - the ID of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized label of this object definition
    • getLabelCurrentLanguageId

      @AutoEscape String getLabelCurrentLanguageId()
    • getLabelCurrentValue

      @AutoEscape String getLabelCurrentValue()
    • getLabelMap

      Map<Locale,String> getLabelMap()
      Returns a map of the locales and localized labels of this object definition.
      Returns:
      the locales and localized labels of this object definition
    • setLabel

      void setLabel(String label)
      Sets the label of this object definition.
      Parameters:
      label - the label of this object definition
    • setLabel

      void setLabel(String label, Locale locale)
      Sets the localized label of this object definition in the language.
      Parameters:
      label - the localized label of this object definition
      locale - the locale of the language
    • setLabel

      void setLabel(String label, Locale locale, Locale defaultLocale)
      Sets the localized label of this object definition in the language, and sets the default locale.
      Parameters:
      label - the localized label of this object definition
      locale - the locale of the language
      defaultLocale - the default locale
    • setLabelCurrentLanguageId

      void setLabelCurrentLanguageId(String languageId)
    • setLabelMap

      void setLabelMap(Map<Locale,String> labelMap)
      Sets the localized labels of this object definition from the map of locales and localized labels.
      Parameters:
      labelMap - the locales and localized labels of this object definition
    • setLabelMap

      void setLabelMap(Map<Locale,String> labelMap, Locale defaultLocale)
      Sets the localized labels of this object definition from the map of locales and localized labels, and sets the default locale.
      Parameters:
      labelMap - the locales and localized labels of this object definition
      defaultLocale - the default locale
    • getModifiable

      boolean getModifiable()
      Returns the modifiable of this object definition.
      Returns:
      the modifiable of this object definition
    • isModifiable

      boolean isModifiable()
      Returns true if this object definition is modifiable.
      Returns:
      true if this object definition is modifiable; false otherwise
    • setModifiable

      void setModifiable(boolean modifiable)
      Sets whether this object definition is modifiable.
      Parameters:
      modifiable - the modifiable of this object definition
    • getName

      @AutoEscape String getName()
      Returns the name of this object definition.
      Returns:
      the name of this object definition
    • setName

      void setName(String name)
      Sets the name of this object definition.
      Parameters:
      name - the name of this object definition
    • getPanelAppOrder

      @AutoEscape String getPanelAppOrder()
      Returns the panel app order of this object definition.
      Returns:
      the panel app order of this object definition
    • setPanelAppOrder

      void setPanelAppOrder(String panelAppOrder)
      Sets the panel app order of this object definition.
      Parameters:
      panelAppOrder - the panel app order of this object definition
    • getPanelCategoryKey

      @AutoEscape String getPanelCategoryKey()
      Returns the panel category key of this object definition.
      Returns:
      the panel category key of this object definition
    • setPanelCategoryKey

      void setPanelCategoryKey(String panelCategoryKey)
      Sets the panel category key of this object definition.
      Parameters:
      panelCategoryKey - the panel category key of this object definition
    • getPKObjectFieldDBColumnName

      @AutoEscape String getPKObjectFieldDBColumnName()
      Returns the pk object field db column name of this object definition.
      Returns:
      the pk object field db column name of this object definition
    • setPKObjectFieldDBColumnName

      void setPKObjectFieldDBColumnName(String pkObjectFieldDBColumnName)
      Sets the pk object field db column name of this object definition.
      Parameters:
      pkObjectFieldDBColumnName - the pk object field db column name of this object definition
    • getPKObjectFieldName

      @AutoEscape String getPKObjectFieldName()
      Returns the pk object field name of this object definition.
      Returns:
      the pk object field name of this object definition
    • setPKObjectFieldName

      void setPKObjectFieldName(String pkObjectFieldName)
      Sets the pk object field name of this object definition.
      Parameters:
      pkObjectFieldName - the pk object field name of this object definition
    • getPluralLabel

      String getPluralLabel()
      Returns the plural label of this object definition.
      Returns:
      the plural label of this object definition
    • getPluralLabel

      @AutoEscape String getPluralLabel(Locale locale)
      Returns the localized plural label of this object definition 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 plural label of this object definition
    • getPluralLabel

      @AutoEscape String getPluralLabel(Locale locale, boolean useDefault)
      Returns the localized plural label of this object definition in the language, optionally using the default language if no localization exists for the requested language.
      Parameters:
      locale - the local of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized plural label of this object definition. If useDefault is false and no localization exists for the requested language, an empty string will be returned.
    • getPluralLabel

      @AutoEscape String getPluralLabel(String languageId)
      Returns the localized plural label of this object definition 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 plural label of this object definition
    • getPluralLabel

      @AutoEscape String getPluralLabel(String languageId, boolean useDefault)
      Returns the localized plural label of this object definition in the language, optionally using the default language if no localization exists for the requested language.
      Parameters:
      languageId - the ID of the language
      useDefault - whether to use the default language if no localization exists for the requested language
      Returns:
      the localized plural label of this object definition
    • getPluralLabelCurrentLanguageId

      @AutoEscape String getPluralLabelCurrentLanguageId()
    • getPluralLabelCurrentValue

      @AutoEscape String getPluralLabelCurrentValue()
    • getPluralLabelMap

      Map<Locale,String> getPluralLabelMap()
      Returns a map of the locales and localized plural labels of this object definition.
      Returns:
      the locales and localized plural labels of this object definition
    • setPluralLabel

      void setPluralLabel(String pluralLabel)
      Sets the plural label of this object definition.
      Parameters:
      pluralLabel - the plural label of this object definition
    • setPluralLabel

      void setPluralLabel(String pluralLabel, Locale locale)
      Sets the localized plural label of this object definition in the language.
      Parameters:
      pluralLabel - the localized plural label of this object definition
      locale - the locale of the language
    • setPluralLabel

      void setPluralLabel(String pluralLabel, Locale locale, Locale defaultLocale)
      Sets the localized plural label of this object definition in the language, and sets the default locale.
      Parameters:
      pluralLabel - the localized plural label of this object definition
      locale - the locale of the language
      defaultLocale - the default locale
    • setPluralLabelCurrentLanguageId

      void setPluralLabelCurrentLanguageId(String languageId)
    • setPluralLabelMap

      void setPluralLabelMap(Map<Locale,String> pluralLabelMap)
      Sets the localized plural labels of this object definition from the map of locales and localized plural labels.
      Parameters:
      pluralLabelMap - the locales and localized plural labels of this object definition
    • setPluralLabelMap

      void setPluralLabelMap(Map<Locale,String> pluralLabelMap, Locale defaultLocale)
      Sets the localized plural labels of this object definition from the map of locales and localized plural labels, and sets the default locale.
      Parameters:
      pluralLabelMap - the locales and localized plural labels of this object definition
      defaultLocale - the default locale
    • getPortlet

      boolean getPortlet()
      Returns the portlet of this object definition.
      Returns:
      the portlet of this object definition
    • isPortlet

      boolean isPortlet()
      Returns true if this object definition is portlet.
      Returns:
      true if this object definition is portlet; false otherwise
    • setPortlet

      void setPortlet(boolean portlet)
      Sets whether this object definition is portlet.
      Parameters:
      portlet - the portlet of this object definition
    • getScope

      @AutoEscape String getScope()
      Returns the scope of this object definition.
      Returns:
      the scope of this object definition
    • setScope

      void setScope(String scope)
      Sets the scope of this object definition.
      Parameters:
      scope - the scope of this object definition
    • getStorageType

      @AutoEscape String getStorageType()
      Returns the storage type of this object definition.
      Returns:
      the storage type of this object definition
    • setStorageType

      void setStorageType(String storageType)
      Sets the storage type of this object definition.
      Parameters:
      storageType - the storage type of this object definition
    • getSystem

      boolean getSystem()
      Returns the system of this object definition.
      Returns:
      the system of this object definition
    • isSystem

      boolean isSystem()
      Returns true if this object definition is system.
      Returns:
      true if this object definition is system; false otherwise
    • setSystem

      void setSystem(boolean system)
      Sets whether this object definition is system.
      Parameters:
      system - the system of this object definition
    • getVersion

      int getVersion()
      Returns the version of this object definition.
      Returns:
      the version of this object definition
    • setVersion

      void setVersion(int version)
      Sets the version of this object definition.
      Parameters:
      version - the version of this object definition
    • getStatus

      int getStatus()
      Returns the status of this object definition.
      Returns:
      the status of this object definition
    • setStatus

      void setStatus(int status)
      Sets the status of this object definition.
      Parameters:
      status - the status of this object definition
    • getAvailableLanguageIds

      String[] getAvailableLanguageIds()
      Specified by:
      getAvailableLanguageIds in interface com.liferay.portal.kernel.model.LocalizedModel
    • getDefaultLanguageId

      String getDefaultLanguageId()
      Specified by:
      getDefaultLanguageId in interface com.liferay.portal.kernel.model.LocalizedModel
    • prepareLocalizedFieldsForImport

      void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException
      Specified by:
      prepareLocalizedFieldsForImport in interface com.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 interface com.liferay.portal.kernel.model.LocalizedModel
      Throws:
      com.liferay.portal.kernel.exception.LocaleException
    • cloneWithOriginalValues

      ObjectDefinition cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<ObjectDefinition>
    • toXmlString

      default String toXmlString()