Class SamlIdpSpSessionWrapper

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

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

This class is a wrapper for SamlIdpSpSession.

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

    SAML_IDP_SP_SESSION_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this saml idp sp session.
    Returns the create date of this saml idp sp session.
     
    Returns the modified date of this saml idp sp session.
    long
    Returns the primary key of this saml idp sp session.
    long
    Returns the saml idp sp session ID of this saml idp sp session.
    long
    Returns the saml idp sso session ID of this saml idp sp session.
    long
    Returns the saml peer binding ID of this saml idp sp session.
    long
    Returns the user ID of this saml idp sp session.
    Returns the user name of this saml idp sp session.
    Returns the user uuid of this saml idp sp session.
    void
     
    void
    setCompanyId(long companyId)
    Sets the company ID of this saml idp sp session.
    void
    setCreateDate(Date createDate)
    Sets the create date of this saml idp sp session.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this saml idp sp session.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this saml idp sp session.
    void
    setSamlIdpSpSessionId(long samlIdpSpSessionId)
    Sets the saml idp sp session ID of this saml idp sp session.
    void
    setSamlIdpSsoSessionId(long samlIdpSsoSessionId)
    Sets the saml idp sso session ID of this saml idp sp session.
    void
    setSamlPeerBindingId(long samlPeerBindingId)
    Sets the saml peer binding ID of this saml idp sp session.
    void
    setUserId(long userId)
    Sets the user ID of this saml idp sp session.
    void
    setUserName(String userName)
    Sets the user name of this saml idp sp session.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this saml idp sp session.
     
    wrap(SamlIdpSpSession samlIdpSpSession)
     

    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

    • SamlIdpSpSessionWrapper

      public SamlIdpSpSessionWrapper(SamlIdpSpSession samlIdpSpSession)
  • Method Details

    • getModelAttributes

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

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

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

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

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

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

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

      public long getSamlIdpSpSessionId()
      Returns the saml idp sp session ID of this saml idp sp session.
      Specified by:
      getSamlIdpSpSessionId in interface SamlIdpSpSessionModel
      Returns:
      the saml idp sp session ID of this saml idp sp session
    • getSamlIdpSsoSessionId

      public long getSamlIdpSsoSessionId()
      Returns the saml idp sso session ID of this saml idp sp session.
      Specified by:
      getSamlIdpSsoSessionId in interface SamlIdpSpSessionModel
      Returns:
      the saml idp sso session ID of this saml idp sp session
    • getSamlPeerBindingId

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

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

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

      public String getUserUuid()
      Returns the user uuid of this saml idp sp session.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface SamlIdpSpSessionModel
      Returns:
      the user uuid of this saml idp sp session
    • 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 idp sp session.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface SamlIdpSpSessionModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this saml idp sp session
    • setCreateDate

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

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

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

      public void setSamlIdpSpSessionId(long samlIdpSpSessionId)
      Sets the saml idp sp session ID of this saml idp sp session.
      Specified by:
      setSamlIdpSpSessionId in interface SamlIdpSpSessionModel
      Parameters:
      samlIdpSpSessionId - the saml idp sp session ID of this saml idp sp session
    • setSamlIdpSsoSessionId

      public void setSamlIdpSsoSessionId(long samlIdpSsoSessionId)
      Sets the saml idp sso session ID of this saml idp sp session.
      Specified by:
      setSamlIdpSsoSessionId in interface SamlIdpSpSessionModel
      Parameters:
      samlIdpSsoSessionId - the saml idp sso session ID of this saml idp sp session
    • setSamlPeerBindingId

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

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

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

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

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

      protected SamlIdpSpSessionWrapper wrap(SamlIdpSpSession samlIdpSpSession)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlIdpSpSession>