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
.
SamlIdpSsoSession
,
Serialized FormSAML_IDP_SSO_SESSION_ID_ACCESSOR
Constructor and Description |
---|
SamlIdpSsoSessionWrapper(SamlIdpSsoSession samlIdpSsoSession) |
Modifier and Type | Method and Description |
---|---|
SamlIdpSsoSession |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this saml idp sso session.
|
java.util.Date |
getCreateDate()
Returns the create date of this saml idp sso session.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this saml idp sso session.
|
long |
getPrimaryKey()
Returns the primary key of this saml idp sso session.
|
long |
getSamlIdpSsoSessionId()
Returns the saml idp sso session ID of this saml idp sso session.
|
java.lang.String |
getSamlIdpSsoSessionKey()
Returns the saml idp sso session key of this saml idp sso session.
|
long |
getUserId()
Returns the user ID of this saml idp sso session.
|
java.lang.String |
getUserName()
Returns the user name of this saml idp sso session.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this saml idp sso session.
|
boolean |
isExpired() |
void |
persist() |
void |
setCompanyId(long companyId)
Sets the company ID of this saml idp sso session.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this saml idp sso session.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.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(java.lang.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(java.lang.String userName)
Sets the user name of this saml idp sso session.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this saml idp sso session.
|
java.lang.String |
toXmlString() |
protected SamlIdpSsoSessionWrapper |
wrap(SamlIdpSsoSession samlIdpSsoSession) |
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
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
public SamlIdpSsoSessionWrapper(SamlIdpSsoSession samlIdpSsoSession)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSsoSession>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSsoSession>
public SamlIdpSsoSession cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSsoSession>
cloneWithOriginalValues
in interface SamlIdpSsoSessionModel
public long getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface SamlIdpSsoSessionModel
public java.util.Date getCreateDate()
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
in interface SamlIdpSsoSessionModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface SamlIdpSsoSessionModel
public long getPrimaryKey()
getPrimaryKey
in interface SamlIdpSsoSessionModel
public long getSamlIdpSsoSessionId()
getSamlIdpSsoSessionId
in interface SamlIdpSsoSessionModel
public java.lang.String getSamlIdpSsoSessionKey()
getSamlIdpSsoSessionKey
in interface SamlIdpSsoSessionModel
public long getUserId()
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
getUserId
in interface SamlIdpSsoSessionModel
public java.lang.String getUserName()
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
getUserName
in interface SamlIdpSsoSessionModel
public java.lang.String getUserUuid()
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
getUserUuid
in interface SamlIdpSsoSessionModel
public boolean isExpired()
isExpired
in interface SamlIdpSsoSession
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface SamlIdpSsoSessionModel
companyId
- the company ID of this saml idp sso sessionpublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
in interface SamlIdpSsoSessionModel
createDate
- the create date of this saml idp sso sessionpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
setModifiedDate
in interface SamlIdpSsoSessionModel
modifiedDate
- the modified date of this saml idp sso sessionpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface SamlIdpSsoSessionModel
primaryKey
- the primary key of this saml idp sso sessionpublic void setSamlIdpSsoSessionId(long samlIdpSsoSessionId)
setSamlIdpSsoSessionId
in interface SamlIdpSsoSessionModel
samlIdpSsoSessionId
- the saml idp sso session ID of this saml idp sso sessionpublic void setSamlIdpSsoSessionKey(java.lang.String samlIdpSsoSessionKey)
setSamlIdpSsoSessionKey
in interface SamlIdpSsoSessionModel
samlIdpSsoSessionKey
- the saml idp sso session key of this saml idp sso sessionpublic void setUserId(long userId)
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
setUserId
in interface SamlIdpSsoSessionModel
userId
- the user ID of this saml idp sso sessionpublic void setUserName(java.lang.String userName)
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
setUserName
in interface SamlIdpSsoSessionModel
userName
- the user name of this saml idp sso sessionpublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
setUserUuid
in interface SamlIdpSsoSessionModel
userUuid
- the user uuid of this saml idp sso sessionpublic java.lang.String toXmlString()
toXmlString
in interface SamlIdpSsoSessionModel
protected SamlIdpSsoSessionWrapper wrap(SamlIdpSsoSession samlIdpSsoSession)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlIdpSsoSession>