Class SamlIdpSsoSessionWrapper

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

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

This class is a wrapper for SamlIdpSsoSession.

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

    SAML_IDP_SSO_SESSION_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this saml idp sso session.
    Returns the create date of this saml idp sso session.
     
    Returns the modified date of this saml idp sso session.
    long
    Returns the primary key of this saml idp sso session.
    long
    Returns the saml idp sso session ID of this saml idp sso session.
    Returns the saml idp sso session key of this saml idp sso session.
    long
    Returns the user ID of this saml idp sso session.
    Returns the user name of this saml idp sso session.
    Returns the user uuid of this saml idp sso session.
    boolean
     
    void
     
    void
    setCompanyId(long companyId)
    Sets the company ID of this saml idp sso session.
    void
    setCreateDate(Date createDate)
    Sets the create date of this saml idp sso session.
    void
     
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this saml idp sso session.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this saml idp sso session.
    void
    setSamlIdpSsoSessionId(long samlIdpSsoSessionId)
    Sets the saml idp sso session ID of this saml idp sso session.
    void
    setSamlIdpSsoSessionKey(String samlIdpSsoSessionKey)
    Sets the saml idp sso session key of this saml idp sso session.
    void
    setUserId(long userId)
    Sets the user ID of this saml idp sso session.
    void
    setUserName(String userName)
    Sets the user name of this saml idp sso session.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this saml idp sso session.
     
    wrap(SamlIdpSsoSession samlIdpSsoSession)
     

    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

    • SamlIdpSsoSessionWrapper

      public SamlIdpSsoSessionWrapper(SamlIdpSsoSession samlIdpSsoSession)
  • Method Details

    • getModelAttributes

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

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

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

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

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

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

      public long getPrimaryKey()
      Returns the primary key of this saml idp sso session.
      Specified by:
      getPrimaryKey in interface SamlIdpSsoSessionModel
      Returns:
      the primary key of this saml idp sso session
    • getSamlIdpSsoSessionId

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

      public String getSamlIdpSsoSessionKey()
      Returns the saml idp sso session key of this saml idp sso session.
      Specified by:
      getSamlIdpSsoSessionKey in interface SamlIdpSsoSessionModel
      Returns:
      the saml idp sso session key of this saml idp sso session
    • getUserId

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

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

      public String getUserUuid()
      Returns the user uuid of this saml idp sso session.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getUserUuid in interface SamlIdpSsoSessionModel
      Returns:
      the user uuid of this saml idp sso session
    • isExpired

      public boolean isExpired()
      Specified by:
      isExpired in interface SamlIdpSsoSession
    • 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 sso session.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface SamlIdpSsoSessionModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this saml idp sso session
    • setCreateDate

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

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

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

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

      public void setSamlIdpSsoSessionKey(String samlIdpSsoSessionKey)
      Sets the saml idp sso session key of this saml idp sso session.
      Specified by:
      setSamlIdpSsoSessionKey in interface SamlIdpSsoSessionModel
      Parameters:
      samlIdpSsoSessionKey - the saml idp sso session key of this saml idp sso session
    • setUserId

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

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

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

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

      protected SamlIdpSsoSessionWrapper wrap(SamlIdpSsoSession samlIdpSsoSession)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlIdpSsoSession>