Class SamlSpAuthRequestWrapper

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

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

This class is a wrapper for SamlSpAuthRequest.

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.SamlSpAuthRequest

    SAML_SP_AUTHN_REQUEST_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this saml sp auth request.
    Returns the create date of this saml sp auth request.
     
    long
    Returns the primary key of this saml sp auth request.
    Returns the saml idp entity ID of this saml sp auth request.
    Returns the saml relay state of this saml sp auth request.
    long
    Returns the saml sp authn request ID of this saml sp auth request.
    Returns the saml sp auth request key of this saml sp auth request.
    void
     
    void
    setCompanyId(long companyId)
    Sets the company ID of this saml sp auth request.
    void
    setCreateDate(Date createDate)
    Sets the create date of this saml sp auth request.
    void
     
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this saml sp auth request.
    void
    setSamlIdpEntityId(String samlIdpEntityId)
    Sets the saml idp entity ID of this saml sp auth request.
    void
    setSamlRelayState(String samlRelayState)
    Sets the saml relay state of this saml sp auth request.
    void
    setSamlSpAuthnRequestId(long samlSpAuthnRequestId)
    Sets the saml sp authn request ID of this saml sp auth request.
    void
    setSamlSpAuthRequestKey(String samlSpAuthRequestKey)
    Sets the saml sp auth request key of this saml sp auth request.
     
    wrap(SamlSpAuthRequest samlSpAuthRequest)
     

    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

    • SamlSpAuthRequestWrapper

      public SamlSpAuthRequestWrapper(SamlSpAuthRequest samlSpAuthRequest)
  • Method Details

    • getModelAttributes

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

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

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

      public long getCompanyId()
      Returns the company ID of this saml sp auth request.
      Specified by:
      getCompanyId in interface SamlSpAuthRequestModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this saml sp auth request
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this saml sp auth request.
      Specified by:
      getCreateDate in interface SamlSpAuthRequestModel
      Returns:
      the create date of this saml sp auth request
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this saml sp auth request.
      Specified by:
      getPrimaryKey in interface SamlSpAuthRequestModel
      Returns:
      the primary key of this saml sp auth request
    • getSamlIdpEntityId

      public String getSamlIdpEntityId()
      Returns the saml idp entity ID of this saml sp auth request.
      Specified by:
      getSamlIdpEntityId in interface SamlSpAuthRequestModel
      Returns:
      the saml idp entity ID of this saml sp auth request
    • getSamlRelayState

      public String getSamlRelayState()
      Returns the saml relay state of this saml sp auth request.
      Specified by:
      getSamlRelayState in interface SamlSpAuthRequestModel
      Returns:
      the saml relay state of this saml sp auth request
    • getSamlSpAuthnRequestId

      public long getSamlSpAuthnRequestId()
      Returns the saml sp authn request ID of this saml sp auth request.
      Specified by:
      getSamlSpAuthnRequestId in interface SamlSpAuthRequestModel
      Returns:
      the saml sp authn request ID of this saml sp auth request
    • getSamlSpAuthRequestKey

      public String getSamlSpAuthRequestKey()
      Returns the saml sp auth request key of this saml sp auth request.
      Specified by:
      getSamlSpAuthRequestKey in interface SamlSpAuthRequestModel
      Returns:
      the saml sp auth request key of this saml sp auth request
    • 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 sp auth request.
      Specified by:
      setCompanyId in interface SamlSpAuthRequestModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this saml sp auth request
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this saml sp auth request.
      Specified by:
      setCreateDate in interface SamlSpAuthRequestModel
      Parameters:
      createDate - the create date of this saml sp auth request
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this saml sp auth request.
      Specified by:
      setPrimaryKey in interface SamlSpAuthRequestModel
      Parameters:
      primaryKey - the primary key of this saml sp auth request
    • setSamlIdpEntityId

      public void setSamlIdpEntityId(String samlIdpEntityId)
      Sets the saml idp entity ID of this saml sp auth request.
      Specified by:
      setSamlIdpEntityId in interface SamlSpAuthRequestModel
      Parameters:
      samlIdpEntityId - the saml idp entity ID of this saml sp auth request
    • setSamlRelayState

      public void setSamlRelayState(String samlRelayState)
      Sets the saml relay state of this saml sp auth request.
      Specified by:
      setSamlRelayState in interface SamlSpAuthRequestModel
      Parameters:
      samlRelayState - the saml relay state of this saml sp auth request
    • setSamlSpAuthnRequestId

      public void setSamlSpAuthnRequestId(long samlSpAuthnRequestId)
      Sets the saml sp authn request ID of this saml sp auth request.
      Specified by:
      setSamlSpAuthnRequestId in interface SamlSpAuthRequestModel
      Parameters:
      samlSpAuthnRequestId - the saml sp authn request ID of this saml sp auth request
    • setSamlSpAuthRequestKey

      public void setSamlSpAuthRequestKey(String samlSpAuthRequestKey)
      Sets the saml sp auth request key of this saml sp auth request.
      Specified by:
      setSamlSpAuthRequestKey in interface SamlSpAuthRequestModel
      Parameters:
      samlSpAuthRequestKey - the saml sp auth request key of this saml sp auth request
    • toXmlString

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

      protected SamlSpAuthRequestWrapper wrap(SamlSpAuthRequest samlSpAuthRequest)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlSpAuthRequest>