Class SamlSpSessionWrapper

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

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

This class is a wrapper for SamlSpSession.

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

    SAML_SP_SESSION_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns the assertion xml of this saml sp session.
    long
    Returns the company ID of this saml sp session.
    Returns the create date of this saml sp session.
    Returns the j session ID of this saml sp session.
     
    Returns the modified date of this saml sp session.
    long
    Returns the primary key of this saml sp session.
    long
    Returns the saml peer binding ID of this saml sp session.
    long
    Returns the saml sp session ID of this saml sp session.
    Returns the saml sp session key of this saml sp session.
    Returns the session index of this saml sp session.
    boolean
    Returns the terminated of this saml sp session.
    long
    Returns the user ID of this saml sp session.
    Returns the user name of this saml sp session.
    Returns the user uuid of this saml sp session.
    boolean
    Returns true if this saml sp session is terminated.
    void
     
    void
    setAssertionXml(String assertionXml)
    Sets the assertion xml of this saml sp session.
    void
    setCompanyId(long companyId)
    Sets the company ID of this saml sp session.
    void
    setCreateDate(Date createDate)
    Sets the create date of this saml sp session.
    void
    setJSessionId(String jSessionId)
    Sets the j session ID of this saml sp session.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this saml sp session.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this saml sp session.
    void
    setSamlPeerBindingId(long samlPeerBindingId)
    Sets the saml peer binding ID of this saml sp session.
    void
    setSamlSpSessionId(long samlSpSessionId)
    Sets the saml sp session ID of this saml sp session.
    void
    setSamlSpSessionKey(String samlSpSessionKey)
    Sets the saml sp session key of this saml sp session.
    void
    setSessionIndex(String sessionIndex)
    Sets the session index of this saml sp session.
    void
    setTerminated(boolean terminated)
    Sets whether this saml sp session is terminated.
    void
    setUserId(long userId)
    Sets the user ID of this saml sp session.
    void
    setUserName(String userName)
    Sets the user name of this saml sp session.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this saml sp session.
     
    wrap(SamlSpSession samlSpSession)
     

    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

    • SamlSpSessionWrapper

      public SamlSpSessionWrapper(SamlSpSession samlSpSession)
  • Method Details

    • getModelAttributes

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

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

      public SamlSpSession cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<SamlSpSession>
      Specified by:
      cloneWithOriginalValues in interface SamlSpSessionModel
    • getAssertionXml

      public String getAssertionXml()
      Returns the assertion xml of this saml sp session.
      Specified by:
      getAssertionXml in interface SamlSpSessionModel
      Returns:
      the assertion xml of this saml sp session
    • getCompanyId

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

      public Date getCreateDate()
      Returns the create date of this saml sp session.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface SamlSpSessionModel
      Returns:
      the create date of this saml sp session
    • getJSessionId

      public String getJSessionId()
      Returns the j session ID of this saml sp session.
      Specified by:
      getJSessionId in interface SamlSpSessionModel
      Returns:
      the j session ID of this saml sp session
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this saml sp session.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface SamlSpSessionModel
      Returns:
      the modified date of this saml sp session
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this saml sp session.
      Specified by:
      getPrimaryKey in interface SamlSpSessionModel
      Returns:
      the primary key of this saml sp session
    • getSamlPeerBindingId

      public long getSamlPeerBindingId()
      Returns the saml peer binding ID of this saml sp session.
      Specified by:
      getSamlPeerBindingId in interface SamlSpSessionModel
      Returns:
      the saml peer binding ID of this saml sp session
    • getSamlSpSessionId

      public long getSamlSpSessionId()
      Returns the saml sp session ID of this saml sp session.
      Specified by:
      getSamlSpSessionId in interface SamlSpSessionModel
      Returns:
      the saml sp session ID of this saml sp session
    • getSamlSpSessionKey

      public String getSamlSpSessionKey()
      Returns the saml sp session key of this saml sp session.
      Specified by:
      getSamlSpSessionKey in interface SamlSpSessionModel
      Returns:
      the saml sp session key of this saml sp session
    • getSessionIndex

      public String getSessionIndex()
      Returns the session index of this saml sp session.
      Specified by:
      getSessionIndex in interface SamlSpSessionModel
      Returns:
      the session index of this saml sp session
    • getTerminated

      public boolean getTerminated()
      Returns the terminated of this saml sp session.
      Specified by:
      getTerminated in interface SamlSpSessionModel
      Returns:
      the terminated of this saml sp session
    • getUserId

      public long getUserId()
      Returns the user ID of this saml sp session.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserId in interface SamlSpSessionModel
      Returns:
      the user ID of this saml sp session
    • getUserName

      public String getUserName()
      Returns the user name of this saml sp session.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserName in interface SamlSpSessionModel
      Returns:
      the user name of this saml sp session
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this saml sp session.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface SamlSpSessionModel
      Returns:
      the user uuid of this saml sp session
    • isTerminated

      public boolean isTerminated()
      Returns true if this saml sp session is terminated.
      Specified by:
      isTerminated in interface SamlSpSessionModel
      Returns:
      true if this saml sp session is terminated; false otherwise
    • persist

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

      public void setAssertionXml(String assertionXml)
      Sets the assertion xml of this saml sp session.
      Specified by:
      setAssertionXml in interface SamlSpSessionModel
      Parameters:
      assertionXml - the assertion xml of this saml sp session
    • setCompanyId

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

      public void setCreateDate(Date createDate)
      Sets the create date of this saml sp session.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface SamlSpSessionModel
      Parameters:
      createDate - the create date of this saml sp session
    • setJSessionId

      public void setJSessionId(String jSessionId)
      Sets the j session ID of this saml sp session.
      Specified by:
      setJSessionId in interface SamlSpSessionModel
      Parameters:
      jSessionId - the j session ID of this saml sp session
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this saml sp session.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface SamlSpSessionModel
      Parameters:
      modifiedDate - the modified date of this saml sp session
    • setPrimaryKey

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

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

      public void setSamlSpSessionId(long samlSpSessionId)
      Sets the saml sp session ID of this saml sp session.
      Specified by:
      setSamlSpSessionId in interface SamlSpSessionModel
      Parameters:
      samlSpSessionId - the saml sp session ID of this saml sp session
    • setSamlSpSessionKey

      public void setSamlSpSessionKey(String samlSpSessionKey)
      Sets the saml sp session key of this saml sp session.
      Specified by:
      setSamlSpSessionKey in interface SamlSpSessionModel
      Parameters:
      samlSpSessionKey - the saml sp session key of this saml sp session
    • setSessionIndex

      public void setSessionIndex(String sessionIndex)
      Sets the session index of this saml sp session.
      Specified by:
      setSessionIndex in interface SamlSpSessionModel
      Parameters:
      sessionIndex - the session index of this saml sp session
    • setTerminated

      public void setTerminated(boolean terminated)
      Sets whether this saml sp session is terminated.
      Specified by:
      setTerminated in interface SamlSpSessionModel
      Parameters:
      terminated - the terminated of this saml sp session
    • setUserId

      public void setUserId(long userId)
      Sets the user ID of this saml sp session.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserId in interface SamlSpSessionModel
      Parameters:
      userId - the user ID of this saml sp session
    • setUserName

      public void setUserName(String userName)
      Sets the user name of this saml sp session.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserName in interface SamlSpSessionModel
      Parameters:
      userName - the user name of this saml sp session
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this saml sp session.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setUserUuid in interface SamlSpSessionModel
      Parameters:
      userUuid - the user uuid of this saml sp session
    • toXmlString

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

      protected SamlSpSessionWrapper wrap(SamlSpSession samlSpSession)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlSpSession>