Interface OrganizationModel

All Superinterfaces:
AuditedModel, BaseModel<Organization>, ClassedModel, Cloneable, Comparable<Organization>, CTModel<Organization>, ExternalReferenceCodeModel, MVCCModel, Serializable, ShardedModel, StagedAuditedModel, StagedModel
All Known Subinterfaces:
Organization
All Known Implementing Classes:
OrganizationWrapper

@ProviderType public interface OrganizationModel extends BaseModel<Organization>, CTModel<Organization>, ExternalReferenceCodeModel, MVCCModel, ShardedModel, StagedAuditedModel
The base model interface for the Organization service. Represents a row in the "Organization_" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.portal.model.impl.OrganizationModelImpl 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.portal.model.impl.OrganizationImpl.

Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this organization.
      Specified by:
      getPrimaryKey in interface CTModel<Organization>
      Returns:
      the primary key of this organization
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this organization.
      Specified by:
      setPrimaryKey in interface CTModel<Organization>
      Parameters:
      primaryKey - the primary key of this organization
    • getMvccVersion

      long getMvccVersion()
      Returns the mvcc version of this organization.
      Specified by:
      getMvccVersion in interface MVCCModel
      Returns:
      the mvcc version of this organization
    • setMvccVersion

      void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this organization.
      Specified by:
      setMvccVersion in interface MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this organization
    • getCtCollectionId

      long getCtCollectionId()
      Returns the ct collection ID of this organization.
      Specified by:
      getCtCollectionId in interface CTModel<Organization>
      Returns:
      the ct collection ID of this organization
    • setCtCollectionId

      void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this organization.
      Specified by:
      setCtCollectionId in interface CTModel<Organization>
      Parameters:
      ctCollectionId - the ct collection ID of this organization
    • getUuid

      @AutoEscape String getUuid()
      Returns the uuid of this organization.
      Specified by:
      getUuid in interface StagedModel
      Returns:
      the uuid of this organization
    • setUuid

      void setUuid(String uuid)
      Sets the uuid of this organization.
      Specified by:
      setUuid in interface StagedModel
      Parameters:
      uuid - the uuid of this organization
    • getExternalReferenceCode

      @AutoEscape String getExternalReferenceCode()
      Returns the external reference code of this organization.
      Specified by:
      getExternalReferenceCode in interface ExternalReferenceCodeModel
      Returns:
      the external reference code of this organization
    • setExternalReferenceCode

      void setExternalReferenceCode(String externalReferenceCode)
      Sets the external reference code of this organization.
      Specified by:
      setExternalReferenceCode in interface ExternalReferenceCodeModel
      Parameters:
      externalReferenceCode - the external reference code of this organization
    • getOrganizationId

      long getOrganizationId()
      Returns the organization ID of this organization.
      Returns:
      the organization ID of this organization
    • setOrganizationId

      void setOrganizationId(long organizationId)
      Sets the organization ID of this organization.
      Parameters:
      organizationId - the organization ID of this organization
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this organization.
      Specified by:
      getCompanyId in interface AuditedModel
      Specified by:
      getCompanyId in interface ShardedModel
      Specified by:
      getCompanyId in interface StagedModel
      Returns:
      the company ID of this organization
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this organization.
      Specified by:
      setCompanyId in interface AuditedModel
      Specified by:
      setCompanyId in interface ShardedModel
      Specified by:
      setCompanyId in interface StagedModel
      Parameters:
      companyId - the company ID of this organization
    • getUserId

      long getUserId()
      Returns the user ID of this organization.
      Specified by:
      getUserId in interface AuditedModel
      Returns:
      the user ID of this organization
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this organization.
      Specified by:
      setUserId in interface AuditedModel
      Parameters:
      userId - the user ID of this organization
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this organization.
      Specified by:
      getUserUuid in interface AuditedModel
      Returns:
      the user uuid of this organization
    • setUserUuid

      void setUserUuid(String userUuid)
      Sets the user uuid of this organization.
      Specified by:
      setUserUuid in interface AuditedModel
      Parameters:
      userUuid - the user uuid of this organization
    • getUserName

      @AutoEscape String getUserName()
      Returns the user name of this organization.
      Specified by:
      getUserName in interface AuditedModel
      Returns:
      the user name of this organization
    • setUserName

      void setUserName(String userName)
      Sets the user name of this organization.
      Specified by:
      setUserName in interface AuditedModel
      Parameters:
      userName - the user name of this organization
    • getCreateDate

      Date getCreateDate()
      Returns the create date of this organization.
      Specified by:
      getCreateDate in interface AuditedModel
      Specified by:
      getCreateDate in interface StagedModel
      Returns:
      the create date of this organization
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this organization.
      Specified by:
      setCreateDate in interface AuditedModel
      Specified by:
      setCreateDate in interface StagedModel
      Parameters:
      createDate - the create date of this organization
    • getModifiedDate

      Date getModifiedDate()
      Returns the modified date of this organization.
      Specified by:
      getModifiedDate in interface AuditedModel
      Specified by:
      getModifiedDate in interface StagedModel
      Returns:
      the modified date of this organization
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this organization.
      Specified by:
      setModifiedDate in interface AuditedModel
      Specified by:
      setModifiedDate in interface StagedModel
      Parameters:
      modifiedDate - the modified date of this organization
    • getParentOrganizationId

      long getParentOrganizationId()
      Returns the parent organization ID of this organization.
      Returns:
      the parent organization ID of this organization
    • setParentOrganizationId

      void setParentOrganizationId(long parentOrganizationId)
      Sets the parent organization ID of this organization.
      Parameters:
      parentOrganizationId - the parent organization ID of this organization
    • getTreePath

      @AutoEscape String getTreePath()
      Returns the tree path of this organization.
      Returns:
      the tree path of this organization
    • setTreePath

      void setTreePath(String treePath)
      Sets the tree path of this organization.
      Parameters:
      treePath - the tree path of this organization
    • getName

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

      void setName(String name)
      Sets the name of this organization.
      Parameters:
      name - the name of this organization
    • getType

      String getType()
      Returns the type of this organization.
      Returns:
      the type of this organization
    • setType

      void setType(String type)
      Sets the type of this organization.
      Parameters:
      type - the type of this organization
    • getRecursable

      boolean getRecursable()
      Returns the recursable of this organization.
      Returns:
      the recursable of this organization
    • isRecursable

      boolean isRecursable()
      Returns true if this organization is recursable.
      Returns:
      true if this organization is recursable; false otherwise
    • setRecursable

      void setRecursable(boolean recursable)
      Sets whether this organization is recursable.
      Parameters:
      recursable - the recursable of this organization
    • getRegionId

      long getRegionId()
      Returns the region ID of this organization.
      Returns:
      the region ID of this organization
    • setRegionId

      void setRegionId(long regionId)
      Sets the region ID of this organization.
      Parameters:
      regionId - the region ID of this organization
    • getCountryId

      long getCountryId()
      Returns the country ID of this organization.
      Returns:
      the country ID of this organization
    • setCountryId

      void setCountryId(long countryId)
      Sets the country ID of this organization.
      Parameters:
      countryId - the country ID of this organization
    • getStatusListTypeId

      long getStatusListTypeId()
      Returns the status list type ID of this organization.
      Returns:
      the status list type ID of this organization
    • setStatusListTypeId

      void setStatusListTypeId(long statusListTypeId)
      Sets the status list type ID of this organization.
      Parameters:
      statusListTypeId - the status list type ID of this organization
    • getComments

      @AutoEscape String getComments()
      Returns the comments of this organization.
      Returns:
      the comments of this organization
    • setComments

      void setComments(String comments)
      Sets the comments of this organization.
      Parameters:
      comments - the comments of this organization
    • getLogoId

      long getLogoId()
      Returns the logo ID of this organization.
      Returns:
      the logo ID of this organization
    • setLogoId

      void setLogoId(long logoId)
      Sets the logo ID of this organization.
      Parameters:
      logoId - the logo ID of this organization
    • cloneWithOriginalValues

      Organization cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface BaseModel<Organization>
    • toXmlString

      default String toXmlString()