Class SamlPeerBindingWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlPeerBinding>
com.liferay.saml.persistence.model.SamlPeerBindingWrapper
All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<SamlPeerBinding>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<SamlPeerBinding>, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, SamlPeerBinding, SamlPeerBindingModel, Serializable, Cloneable, Comparable<SamlPeerBinding>

public class SamlPeerBindingWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlPeerBinding> implements com.liferay.portal.kernel.model.ModelWrapper<SamlPeerBinding>, SamlPeerBinding

This class is a wrapper for SamlPeerBinding.

See Also:
Generated:
  • Field Summary

    Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper

    model

    Fields inherited from interface com.liferay.saml.persistence.model.SamlPeerBinding

    SAML_PEER_BINDING_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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
     
    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
     
    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.
     
    wrap(SamlPeerBinding samlPeerBinding)
     

    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, toUnescapedModel

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

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

    clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, 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

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

    getWrappedModel
  • Constructor Details

    • SamlPeerBindingWrapper

      public SamlPeerBindingWrapper(SamlPeerBinding samlPeerBinding)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlPeerBinding>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlPeerBinding>
    • cloneWithOriginalValues

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

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

      public Date getCreateDate()
      Returns the create date of this saml peer binding.
      Specified by:
      getCreateDate in interface SamlPeerBindingModel
      Returns:
      the create date of this saml peer binding
    • getDeleted

      public boolean getDeleted()
      Returns the deleted of this saml peer binding.
      Specified by:
      getDeleted in interface SamlPeerBindingModel
      Returns:
      the deleted of this saml peer binding
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this saml peer binding.
      Specified by:
      getPrimaryKey in interface SamlPeerBindingModel
      Returns:
      the primary key of this saml peer binding
    • getSamlNameIdFormat

      public String getSamlNameIdFormat()
      Returns the saml name ID format of this saml peer binding.
      Specified by:
      getSamlNameIdFormat in interface SamlPeerBindingModel
      Returns:
      the saml name ID format of this saml peer binding
    • getSamlNameIdNameQualifier

      public String getSamlNameIdNameQualifier()
      Returns the saml name ID name qualifier of this saml peer binding.
      Specified by:
      getSamlNameIdNameQualifier in interface SamlPeerBindingModel
      Returns:
      the saml name ID name qualifier of this saml peer binding
    • getSamlNameIdSpNameQualifier

      public String getSamlNameIdSpNameQualifier()
      Returns the saml name ID sp name qualifier of this saml peer binding.
      Specified by:
      getSamlNameIdSpNameQualifier in interface SamlPeerBindingModel
      Returns:
      the saml name ID sp name qualifier of this saml peer binding
    • getSamlNameIdSpProvidedId

      public String getSamlNameIdSpProvidedId()
      Returns the saml name ID sp provided ID of this saml peer binding.
      Specified by:
      getSamlNameIdSpProvidedId in interface SamlPeerBindingModel
      Returns:
      the saml name ID sp provided ID of this saml peer binding
    • getSamlNameIdValue

      public String getSamlNameIdValue()
      Returns the saml name ID value of this saml peer binding.
      Specified by:
      getSamlNameIdValue in interface SamlPeerBindingModel
      Returns:
      the saml name ID value of this saml peer binding
    • getSamlPeerBindingId

      public long getSamlPeerBindingId()
      Returns the saml peer binding ID of this saml peer binding.
      Specified by:
      getSamlPeerBindingId in interface SamlPeerBindingModel
      Returns:
      the saml peer binding ID of this saml peer binding
    • getSamlPeerEntityId

      public String getSamlPeerEntityId()
      Returns the saml peer entity ID of this saml peer binding.
      Specified by:
      getSamlPeerEntityId in interface SamlPeerBindingModel
      Returns:
      the saml peer entity ID of this saml peer binding
    • getUserId

      public long getUserId()
      Returns the user ID of this saml peer binding.
      Specified by:
      getUserId in interface SamlPeerBindingModel
      Returns:
      the user ID of this saml peer binding
    • getUserName

      public String getUserName()
      Returns the user name of this saml peer binding.
      Specified by:
      getUserName in interface SamlPeerBindingModel
      Returns:
      the user name of this saml peer binding
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this saml peer binding.
      Specified by:
      getUserUuid in interface SamlPeerBindingModel
      Returns:
      the user uuid of this saml peer binding
    • isDeleted

      public boolean isDeleted()
      Returns true if this saml peer binding is deleted.
      Specified by:
      isDeleted in interface SamlPeerBindingModel
      Returns:
      true if this saml peer binding is deleted; false otherwise
    • persist

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • setCompanyId

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

      public void setCreateDate(Date createDate)
      Sets the create date of this saml peer binding.
      Specified by:
      setCreateDate in interface SamlPeerBindingModel
      Parameters:
      createDate - the create date of this saml peer binding
    • setDeleted

      public void setDeleted(boolean deleted)
      Sets whether this saml peer binding is deleted.
      Specified by:
      setDeleted in interface SamlPeerBindingModel
      Parameters:
      deleted - the deleted of this saml peer binding
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this saml peer binding.
      Specified by:
      setPrimaryKey in interface SamlPeerBindingModel
      Parameters:
      primaryKey - the primary key of this saml peer binding
    • setSamlNameIdFormat

      public void setSamlNameIdFormat(String samlNameIdFormat)
      Sets the saml name ID format of this saml peer binding.
      Specified by:
      setSamlNameIdFormat in interface SamlPeerBindingModel
      Parameters:
      samlNameIdFormat - the saml name ID format of this saml peer binding
    • setSamlNameIdNameQualifier

      public void setSamlNameIdNameQualifier(String samlNameIdNameQualifier)
      Sets the saml name ID name qualifier of this saml peer binding.
      Specified by:
      setSamlNameIdNameQualifier in interface SamlPeerBindingModel
      Parameters:
      samlNameIdNameQualifier - the saml name ID name qualifier of this saml peer binding
    • setSamlNameIdSpNameQualifier

      public void setSamlNameIdSpNameQualifier(String samlNameIdSpNameQualifier)
      Sets the saml name ID sp name qualifier of this saml peer binding.
      Specified by:
      setSamlNameIdSpNameQualifier in interface SamlPeerBindingModel
      Parameters:
      samlNameIdSpNameQualifier - the saml name ID sp name qualifier of this saml peer binding
    • setSamlNameIdSpProvidedId

      public void setSamlNameIdSpProvidedId(String samlNameIdSpProvidedId)
      Sets the saml name ID sp provided ID of this saml peer binding.
      Specified by:
      setSamlNameIdSpProvidedId in interface SamlPeerBindingModel
      Parameters:
      samlNameIdSpProvidedId - the saml name ID sp provided ID of this saml peer binding
    • setSamlNameIdValue

      public void setSamlNameIdValue(String samlNameIdValue)
      Sets the saml name ID value of this saml peer binding.
      Specified by:
      setSamlNameIdValue in interface SamlPeerBindingModel
      Parameters:
      samlNameIdValue - the saml name ID value of this saml peer binding
    • setSamlPeerBindingId

      public void setSamlPeerBindingId(long samlPeerBindingId)
      Sets the saml peer binding ID of this saml peer binding.
      Specified by:
      setSamlPeerBindingId in interface SamlPeerBindingModel
      Parameters:
      samlPeerBindingId - the saml peer binding ID of this saml peer binding
    • setSamlPeerEntityId

      public void setSamlPeerEntityId(String samlPeerEntityId)
      Sets the saml peer entity ID of this saml peer binding.
      Specified by:
      setSamlPeerEntityId in interface SamlPeerBindingModel
      Parameters:
      samlPeerEntityId - the saml peer entity ID of this saml peer binding
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this saml peer binding.
      Specified by:
      setUserId in interface SamlPeerBindingModel
      Parameters:
      userId - the user ID of this saml peer binding
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this saml peer binding.
      Specified by:
      setUserName in interface SamlPeerBindingModel
      Parameters:
      userName - the user name of this saml peer binding
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this saml peer binding.
      Specified by:
      setUserUuid in interface SamlPeerBindingModel
      Parameters:
      userUuid - the user uuid of this saml peer binding
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface SamlPeerBindingModel
    • wrap

      protected SamlPeerBindingWrapper wrap(SamlPeerBinding samlPeerBinding)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlPeerBinding>