@ProviderType public interface SamlIdpSpSessionModel extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<SamlIdpSpSession>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.saml.persistence.model.impl.SamlIdpSpSessionModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.saml.persistence.model.impl.SamlIdpSpSessionImpl.
SamlIdpSpSession| Modifier and Type | Method and Description |
|---|---|
SamlIdpSpSession |
cloneWithOriginalValues() |
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.Date |
getModifiedDate()
Returns the modified date 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.
|
long |
getSamlPeerBindingId()
Returns the saml peer binding 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 |
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 |
setModifiedDate(java.util.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(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.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModellong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this saml idp sp sessionlong getSamlIdpSpSessionId()
void setSamlIdpSpSessionId(long samlIdpSpSessionId)
samlIdpSpSessionId - the saml idp sp session ID of this saml idp sp sessionlong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this saml idp sp sessionlong getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this saml idp sp sessionjava.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this saml idp sp session@AutoEscape java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this saml idp sp sessionjava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this saml idp sp sessionjava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this saml idp sp sessionlong getSamlIdpSsoSessionId()
void setSamlIdpSsoSessionId(long samlIdpSsoSessionId)
samlIdpSsoSessionId - the saml idp sso session ID of this saml idp sp sessionlong getSamlPeerBindingId()
void setSamlPeerBindingId(long samlPeerBindingId)
samlPeerBindingId - the saml peer binding ID of this saml idp sp sessionSamlIdpSpSession cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSpSession>default java.lang.String toXmlString()