Interface ObjectDefinition

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, ObjectDefinitionModel, com.liferay.portal.kernel.model.PersistedModel, Serializable, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel, com.liferay.portal.kernel.model.StagedModel
All Known Implementing Classes:
ObjectDefinitionWrapper

@ProviderType public interface ObjectDefinition extends ObjectDefinitionModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the ObjectDefinition service. Represents a row in the "ObjectDefinition" database table, with each column mapped to a property of this class.
See Also:
Generated:
  • Field Details

    • OBJECT_DEFINITION_ID_ACCESSOR

      static final com.liferay.portal.kernel.util.Accessor<ObjectDefinition,Long> OBJECT_DEFINITION_ID_ACCESSOR
  • Method Details

    • getDefaultLocale

      Locale getDefaultLocale()
    • getDestinationName

      String getDestinationName()
    • getExtensionDBTableName

      String getExtensionDBTableName()
    • getLocalizationDBTableName

      String getLocalizationDBTableName()
    • getObjectFolderExternalReferenceCode

      String getObjectFolderExternalReferenceCode()
    • getOSGiJaxRsName

      String getOSGiJaxRsName()
    • getOSGiJaxRsName

      String getOSGiJaxRsName(String className)
    • getPortletId

      String getPortletId()
    • getPreviousRESTContextPath

      String getPreviousRESTContextPath()
    • getResourceName

      String getResourceName()
    • getRESTContextPath

      String getRESTContextPath()
    • getRootObjectDefinitionExternalReferenceCode

      String getRootObjectDefinitionExternalReferenceCode()
    • getShortName

      String getShortName()
    • isApproved

      boolean isApproved()
    • isDefaultStorageType

      boolean isDefaultStorageType()
    • isLinkedToObjectFolder

      boolean isLinkedToObjectFolder(long objectFolderId)
    • isModifiableAndSystem

      boolean isModifiableAndSystem()
    • isNodeCandidate

      boolean isNodeCandidate()
    • isRootDescendantNode

      boolean isRootDescendantNode()
    • isRootNode

      boolean isRootNode()
    • isUnmodifiableSystemObject

      boolean isUnmodifiableSystemObject()
    • setPreviousRESTContextPath

      void setPreviousRESTContextPath(String previousRESTContextPath)