@ProviderType public class SamlIdpSpSessionWrapper extends java.lang.Object implements SamlIdpSpSession, com.liferay.portal.kernel.model.ModelWrapper<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 |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(SamlIdpSpSession samlIdpSpSession) |
boolean |
equals(java.lang.Object obj) |
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.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
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.
|
java.io.Serializable |
getPrimaryKeyObj() |
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.
|
SamlIdpSpSession |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
void |
persist() |
void |
resetOriginalValues() |
void |
setCachedModel(boolean cachedModel) |
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 |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
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 |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this saml idp sp session.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
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.
|
com.liferay.portal.kernel.model.CacheModel<SamlIdpSpSession> |
toCacheModel() |
SamlIdpSpSession |
toEscapedModel() |
java.lang.String |
toString() |
SamlIdpSpSession |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public SamlIdpSpSessionWrapper(SamlIdpSpSession samlIdpSpSession)
public java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic 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 java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSpSession>clone in interface SamlIdpSpSessionModelclone in class java.lang.Objectpublic int compareTo(SamlIdpSpSession samlIdpSpSession)
compareTo in interface SamlIdpSpSessionModelcompareTo in interface java.lang.Comparable<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 com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSpSession>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge 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 java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSpSession>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelgetPrimaryKeyObj 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 int hashCode()
hashCode in interface SamlIdpSpSessionModelhashCode in class java.lang.Objectpublic boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSpSession>isCachedModel in interface SamlIdpSpSessionModelpublic boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSpSession>isEscapedModel in interface SamlIdpSpSessionModelpublic boolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSpSession>isNew in interface SamlIdpSpSessionModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSpSession>setCachedModel in interface SamlIdpSpSessionModelpublic 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 setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSpSession>setExpandoBridgeAttributes in interface SamlIdpSpSessionModelpublic void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSpSession>setExpandoBridgeAttributes in interface SamlIdpSpSessionModelpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSpSession>setExpandoBridgeAttributes in interface SamlIdpSpSessionModelpublic 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 setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSpSession>setNew in interface SamlIdpSpSessionModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface SamlIdpSpSessionModelprimaryKey - the primary key of this saml idp sp sessionpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSpSession>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelsetPrimaryKeyObj in interface SamlIdpSpSessionModelpublic 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 sessionpublic com.liferay.portal.kernel.model.CacheModel<SamlIdpSpSession> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSpSession>toCacheModel in interface SamlIdpSpSessionModelpublic SamlIdpSpSession toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSpSession>toEscapedModel in interface SamlIdpSpSessionModelpublic java.lang.String toString()
toString in interface SamlIdpSpSessionModeltoString in class java.lang.Objectpublic SamlIdpSpSession toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSpSession>toUnescapedModel in interface SamlIdpSpSessionModelpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSpSession>toXmlString in interface SamlIdpSpSessionModelpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic SamlIdpSpSession getWrappedModel()
getWrappedModel in interface com.liferay.portal.kernel.model.ModelWrapper<SamlIdpSpSession>public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSpSession>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSpSession>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSpSession>