Class SamlSpMessageWrapper

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

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

This class is a wrapper for SamlSpMessage.

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

    SAML_SP_MESSAGE_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this saml sp message.
    Returns the create date of this saml sp message.
    Returns the expiration date of this saml sp message.
     
    long
    Returns the primary key of this saml sp message.
    Returns the saml idp entity ID of this saml sp message.
    Returns the saml idp response key of this saml sp message.
    long
    Returns the saml sp message ID of this saml sp message.
    boolean
     
    void
     
    void
    setCompanyId(long companyId)
    Sets the company ID of this saml sp message.
    void
    setCreateDate(Date createDate)
    Sets the create date of this saml sp message.
    void
    setExpirationDate(Date expirationDate)
    Sets the expiration date of this saml sp message.
    void
     
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this saml sp message.
    void
    setSamlIdpEntityId(String samlIdpEntityId)
    Sets the saml idp entity ID of this saml sp message.
    void
    setSamlIdpResponseKey(String samlIdpResponseKey)
    Sets the saml idp response key of this saml sp message.
    void
    setSamlSpMessageId(long samlSpMessageId)
    Sets the saml sp message ID of this saml sp message.
     
    wrap(SamlSpMessage samlSpMessage)
     

    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

    • SamlSpMessageWrapper

      public SamlSpMessageWrapper(SamlSpMessage samlSpMessage)
  • Method Details

    • getModelAttributes

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

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

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

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

      public Date getCreateDate()
      Returns the create date of this saml sp message.
      Specified by:
      getCreateDate in interface SamlSpMessageModel
      Returns:
      the create date of this saml sp message
    • getExpirationDate

      public Date getExpirationDate()
      Returns the expiration date of this saml sp message.
      Specified by:
      getExpirationDate in interface SamlSpMessageModel
      Returns:
      the expiration date of this saml sp message
    • getPrimaryKey

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

      public String getSamlIdpEntityId()
      Returns the saml idp entity ID of this saml sp message.
      Specified by:
      getSamlIdpEntityId in interface SamlSpMessageModel
      Returns:
      the saml idp entity ID of this saml sp message
    • getSamlIdpResponseKey

      public String getSamlIdpResponseKey()
      Returns the saml idp response key of this saml sp message.
      Specified by:
      getSamlIdpResponseKey in interface SamlSpMessageModel
      Returns:
      the saml idp response key of this saml sp message
    • getSamlSpMessageId

      public long getSamlSpMessageId()
      Returns the saml sp message ID of this saml sp message.
      Specified by:
      getSamlSpMessageId in interface SamlSpMessageModel
      Returns:
      the saml sp message ID of this saml sp message
    • isExpired

      public boolean isExpired()
      Specified by:
      isExpired in interface SamlSpMessage
    • 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 message.
      Specified by:
      setCompanyId in interface SamlSpMessageModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this saml sp message
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this saml sp message.
      Specified by:
      setCreateDate in interface SamlSpMessageModel
      Parameters:
      createDate - the create date of this saml sp message
    • setExpirationDate

      public void setExpirationDate(Date expirationDate)
      Sets the expiration date of this saml sp message.
      Specified by:
      setExpirationDate in interface SamlSpMessageModel
      Parameters:
      expirationDate - the expiration date of this saml sp message
    • setPrimaryKey

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

      public void setSamlIdpEntityId(String samlIdpEntityId)
      Sets the saml idp entity ID of this saml sp message.
      Specified by:
      setSamlIdpEntityId in interface SamlSpMessageModel
      Parameters:
      samlIdpEntityId - the saml idp entity ID of this saml sp message
    • setSamlIdpResponseKey

      public void setSamlIdpResponseKey(String samlIdpResponseKey)
      Sets the saml idp response key of this saml sp message.
      Specified by:
      setSamlIdpResponseKey in interface SamlSpMessageModel
      Parameters:
      samlIdpResponseKey - the saml idp response key of this saml sp message
    • setSamlSpMessageId

      public void setSamlSpMessageId(long samlSpMessageId)
      Sets the saml sp message ID of this saml sp message.
      Specified by:
      setSamlSpMessageId in interface SamlSpMessageModel
      Parameters:
      samlSpMessageId - the saml sp message ID of this saml sp message
    • toXmlString

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

      protected SamlSpMessageWrapper wrap(SamlSpMessage samlSpMessage)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlSpMessage>