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.
SamlIdpSpSession,
Serialized FormSAML_IDP_SP_SESSION_ID_ACCESSOR| Constructor and Description |
|---|
SamlIdpSpSessionWrapper(SamlIdpSpSession samlIdpSpSession) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCompanyId()
Returns the company ID of this saml idp sp session.
|
java.util.Date |
getCreateDate()
Returns the create date of this saml idp sp session.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this saml idp sp session.
|
java.lang.String |
getNameIdFormat()
Returns the name ID format of this saml idp sp session.
|
java.lang.String |
getNameIdValue()
Returns the name ID value of this saml idp sp session.
|
long |
getPrimaryKey()
Returns the primary key of this saml idp sp session.
|
long |
getSamlIdpSpSessionId()
Returns the saml idp sp session ID of this saml idp sp session.
|
long |
getSamlIdpSsoSessionId()
Returns the saml idp sso session ID of this saml idp sp session.
|
java.lang.String |
getSamlSpEntityId()
Returns the saml sp entity ID of this saml idp sp session.
|
long |
getUserId()
Returns the user ID of this saml idp sp session.
|
java.lang.String |
getUserName()
Returns the user name of this saml idp sp session.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this saml idp sp session.
|
void |
persist() |
void |
setCompanyId(long companyId)
Sets the company ID of this saml idp sp session.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this saml idp sp 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 sp session.
|
void |
setNameIdFormat(java.lang.String nameIdFormat)
Sets the name ID format of this saml idp sp session.
|
void |
setNameIdValue(java.lang.String nameIdValue)
Sets the name ID value 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 |
setSamlSpEntityId(java.lang.String samlSpEntityId)
Sets the saml sp entity ID of this saml idp sp session.
|
void |
setUserId(long userId)
Sets the user ID of this saml idp sp session.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this saml idp sp session.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this saml idp sp session.
|
protected SamlIdpSpSessionWrapper |
wrap(SamlIdpSpSession samlIdpSpSession) |
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, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic SamlIdpSpSessionWrapper(SamlIdpSpSession samlIdpSpSession)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSpSession>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSpSession>public long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface SamlIdpSpSessionModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface SamlIdpSpSessionModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface SamlIdpSpSessionModelpublic java.lang.String getNameIdFormat()
getNameIdFormat in interface SamlIdpSpSessionModelpublic java.lang.String getNameIdValue()
getNameIdValue in interface SamlIdpSpSessionModelpublic long getPrimaryKey()
getPrimaryKey in interface SamlIdpSpSessionModelpublic long getSamlIdpSpSessionId()
getSamlIdpSpSessionId in interface SamlIdpSpSessionModelpublic long getSamlIdpSsoSessionId()
getSamlIdpSsoSessionId in interface SamlIdpSpSessionModelpublic java.lang.String getSamlSpEntityId()
getSamlSpEntityId in interface SamlIdpSpSessionModelpublic long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelgetUserId in interface SamlIdpSpSessionModelpublic java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelgetUserName in interface SamlIdpSpSessionModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelgetUserUuid in interface SamlIdpSpSessionModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface SamlIdpSpSessionModelcompanyId - the company ID of this saml idp sp sessionpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface SamlIdpSpSessionModelcreateDate - the create date of this saml idp sp sessionpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface SamlIdpSpSessionModelmodifiedDate - the modified date of this saml idp sp sessionpublic void setNameIdFormat(java.lang.String nameIdFormat)
setNameIdFormat in interface SamlIdpSpSessionModelnameIdFormat - the name ID format of this saml idp sp sessionpublic void setNameIdValue(java.lang.String nameIdValue)
setNameIdValue in interface SamlIdpSpSessionModelnameIdValue - the name ID value of this saml idp sp sessionpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface SamlIdpSpSessionModelprimaryKey - the primary key of this saml idp sp sessionpublic void setSamlIdpSpSessionId(long samlIdpSpSessionId)
setSamlIdpSpSessionId in interface SamlIdpSpSessionModelsamlIdpSpSessionId - the saml idp sp session ID of this saml idp sp sessionpublic void setSamlIdpSsoSessionId(long samlIdpSsoSessionId)
setSamlIdpSsoSessionId in interface SamlIdpSpSessionModelsamlIdpSsoSessionId - the saml idp sso session ID of this saml idp sp sessionpublic void setSamlSpEntityId(java.lang.String samlSpEntityId)
setSamlSpEntityId in interface SamlIdpSpSessionModelsamlSpEntityId - the saml sp entity ID of this saml idp sp sessionpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModelsetUserId in interface SamlIdpSpSessionModeluserId - the user ID of this saml idp sp sessionpublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModelsetUserName in interface SamlIdpSpSessionModeluserName - the user name of this saml idp sp sessionpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModelsetUserUuid in interface SamlIdpSpSessionModeluserUuid - the user uuid of this saml idp sp sessionprotected SamlIdpSpSessionWrapper wrap(SamlIdpSpSession samlIdpSpSession)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlIdpSpSession>