Interface SamlPeerBindingModel

All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<SamlPeerBinding>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<SamlPeerBinding>, Serializable, com.liferay.portal.kernel.model.ShardedModel
All Known Subinterfaces:
SamlPeerBinding
All Known Implementing Classes:
SamlPeerBindingWrapper

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

This interface and its corresponding implementation com.liferay.saml.persistence.model.impl.SamlPeerBindingModelImpl 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.saml.persistence.model.impl.SamlPeerBindingImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this saml peer binding.
    Returns the create date of this saml peer binding.
    boolean
    Returns the deleted of this saml peer binding.
    long
    Returns the primary key of this saml peer binding.
    Returns the saml name ID format of this saml peer binding.
    Returns the saml name ID name qualifier of this saml peer binding.
    Returns the saml name ID sp name qualifier of this saml peer binding.
    Returns the saml name ID sp provided ID of this saml peer binding.
    Returns the saml name ID value of this saml peer binding.
    long
    Returns the saml peer binding ID of this saml peer binding.
    Returns the saml peer entity ID of this saml peer binding.
    long
    Returns the user ID of this saml peer binding.
    Returns the user name of this saml peer binding.
    Returns the user uuid of this saml peer binding.
    boolean
    Returns true if this saml peer binding is deleted.
    void
    setCompanyId(long companyId)
    Sets the company ID of this saml peer binding.
    void
    setCreateDate(Date createDate)
    Sets the create date of this saml peer binding.
    void
    setDeleted(boolean deleted)
    Sets whether this saml peer binding is deleted.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this saml peer binding.
    void
    setSamlNameIdFormat(String samlNameIdFormat)
    Sets the saml name ID format of this saml peer binding.
    void
    setSamlNameIdNameQualifier(String samlNameIdNameQualifier)
    Sets the saml name ID name qualifier of this saml peer binding.
    void
    setSamlNameIdSpNameQualifier(String samlNameIdSpNameQualifier)
    Sets the saml name ID sp name qualifier of this saml peer binding.
    void
    setSamlNameIdSpProvidedId(String samlNameIdSpProvidedId)
    Sets the saml name ID sp provided ID of this saml peer binding.
    void
    setSamlNameIdValue(String samlNameIdValue)
    Sets the saml name ID value of this saml peer binding.
    void
    setSamlPeerBindingId(long samlPeerBindingId)
    Sets the saml peer binding ID of this saml peer binding.
    void
    setSamlPeerEntityId(String samlPeerEntityId)
    Sets the saml peer entity ID of this saml peer binding.
    void
    setUserId(long userId)
    Sets the user ID of this saml peer binding.
    void
    setUserName(String userName)
    Sets the user name of this saml peer binding.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this saml peer binding.
    default String
     

    Methods inherited from interface com.liferay.portal.kernel.model.BaseModel

    clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel

    Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel

    getModelClass, getModelClassName

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this saml peer binding.
      Returns:
      the primary key of this saml peer binding
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this saml peer binding.
      Parameters:
      primaryKey - the primary key of this saml peer binding
    • getSamlPeerBindingId

      long getSamlPeerBindingId()
      Returns the saml peer binding ID of this saml peer binding.
      Returns:
      the saml peer binding ID of this saml peer binding
    • setSamlPeerBindingId

      void setSamlPeerBindingId(long samlPeerBindingId)
      Sets the saml peer binding ID of this saml peer binding.
      Parameters:
      samlPeerBindingId - the saml peer binding ID of this saml peer binding
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this saml peer binding.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this saml peer binding
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this saml peer binding.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this saml peer binding
    • getCreateDate

      Date getCreateDate()
      Returns the create date of this saml peer binding.
      Returns:
      the create date of this saml peer binding
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this saml peer binding.
      Parameters:
      createDate - the create date of this saml peer binding
    • getUserId

      long getUserId()
      Returns the user ID of this saml peer binding.
      Returns:
      the user ID of this saml peer binding
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this saml peer binding.
      Parameters:
      userId - the user ID of this saml peer binding
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this saml peer binding.
      Returns:
      the user uuid of this saml peer binding
    • setUserUuid

      void setUserUuid(String userUuid)
      Sets the user uuid of this saml peer binding.
      Parameters:
      userUuid - the user uuid of this saml peer binding
    • getUserName

      @AutoEscape String getUserName()
      Returns the user name of this saml peer binding.
      Returns:
      the user name of this saml peer binding
    • setUserName

      void setUserName(String userName)
      Sets the user name of this saml peer binding.
      Parameters:
      userName - the user name of this saml peer binding
    • getDeleted

      boolean getDeleted()
      Returns the deleted of this saml peer binding.
      Returns:
      the deleted of this saml peer binding
    • isDeleted

      boolean isDeleted()
      Returns true if this saml peer binding is deleted.
      Returns:
      true if this saml peer binding is deleted; false otherwise
    • setDeleted

      void setDeleted(boolean deleted)
      Sets whether this saml peer binding is deleted.
      Parameters:
      deleted - the deleted of this saml peer binding
    • getSamlNameIdFormat

      @AutoEscape String getSamlNameIdFormat()
      Returns the saml name ID format of this saml peer binding.
      Returns:
      the saml name ID format of this saml peer binding
    • setSamlNameIdFormat

      void setSamlNameIdFormat(String samlNameIdFormat)
      Sets the saml name ID format of this saml peer binding.
      Parameters:
      samlNameIdFormat - the saml name ID format of this saml peer binding
    • getSamlNameIdNameQualifier

      @AutoEscape String getSamlNameIdNameQualifier()
      Returns the saml name ID name qualifier of this saml peer binding.
      Returns:
      the saml name ID name qualifier of this saml peer binding
    • setSamlNameIdNameQualifier

      void setSamlNameIdNameQualifier(String samlNameIdNameQualifier)
      Sets the saml name ID name qualifier of this saml peer binding.
      Parameters:
      samlNameIdNameQualifier - the saml name ID name qualifier of this saml peer binding
    • getSamlNameIdSpNameQualifier

      @AutoEscape String getSamlNameIdSpNameQualifier()
      Returns the saml name ID sp name qualifier of this saml peer binding.
      Returns:
      the saml name ID sp name qualifier of this saml peer binding
    • setSamlNameIdSpNameQualifier

      void setSamlNameIdSpNameQualifier(String samlNameIdSpNameQualifier)
      Sets the saml name ID sp name qualifier of this saml peer binding.
      Parameters:
      samlNameIdSpNameQualifier - the saml name ID sp name qualifier of this saml peer binding
    • getSamlNameIdSpProvidedId

      @AutoEscape String getSamlNameIdSpProvidedId()
      Returns the saml name ID sp provided ID of this saml peer binding.
      Returns:
      the saml name ID sp provided ID of this saml peer binding
    • setSamlNameIdSpProvidedId

      void setSamlNameIdSpProvidedId(String samlNameIdSpProvidedId)
      Sets the saml name ID sp provided ID of this saml peer binding.
      Parameters:
      samlNameIdSpProvidedId - the saml name ID sp provided ID of this saml peer binding
    • getSamlNameIdValue

      @AutoEscape String getSamlNameIdValue()
      Returns the saml name ID value of this saml peer binding.
      Returns:
      the saml name ID value of this saml peer binding
    • setSamlNameIdValue

      void setSamlNameIdValue(String samlNameIdValue)
      Sets the saml name ID value of this saml peer binding.
      Parameters:
      samlNameIdValue - the saml name ID value of this saml peer binding
    • getSamlPeerEntityId

      @AutoEscape String getSamlPeerEntityId()
      Returns the saml peer entity ID of this saml peer binding.
      Returns:
      the saml peer entity ID of this saml peer binding
    • setSamlPeerEntityId

      void setSamlPeerEntityId(String samlPeerEntityId)
      Sets the saml peer entity ID of this saml peer binding.
      Parameters:
      samlPeerEntityId - the saml peer entity ID of this saml peer binding
    • cloneWithOriginalValues

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

      default String toXmlString()