Interface SamlSpSessionModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<SamlSpSession>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<SamlSpSession>,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
SamlSpSession
- All Known Implementing Classes:
SamlSpSessionWrapper
@ProviderType
public interface SamlSpSessionModel
extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<SamlSpSession>, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the SamlSpSession service. Represents a row in the "SamlSpSession" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.saml.persistence.model.impl.SamlSpSessionModelImpl 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.SamlSpSessionImpl.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the assertion xml of this saml sp session.longReturns the company ID of this saml sp session.Returns the create date of this saml sp session.Returns the j session ID of this saml sp session.Returns the modified date of this saml sp session.longReturns the primary key of this saml sp session.longReturns the saml peer binding ID of this saml sp session.longReturns the saml sp session ID of this saml sp session.Returns the saml sp session key of this saml sp session.Returns the session index of this saml sp session.booleanReturns the terminated of this saml sp session.longReturns the user ID of this saml sp session.Returns the user name of this saml sp session.Returns the user uuid of this saml sp session.booleanReturnstrueif this saml sp session is terminated.voidsetAssertionXml(String assertionXml) Sets the assertion xml of this saml sp session.voidsetCompanyId(long companyId) Sets the company ID of this saml sp session.voidsetCreateDate(Date createDate) Sets the create date of this saml sp session.voidsetJSessionId(String jSessionId) Sets the j session ID of this saml sp session.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this saml sp session.voidsetPrimaryKey(long primaryKey) Sets the primary key of this saml sp session.voidsetSamlPeerBindingId(long samlPeerBindingId) Sets the saml peer binding ID of this saml sp session.voidsetSamlSpSessionId(long samlSpSessionId) Sets the saml sp session ID of this saml sp session.voidsetSamlSpSessionKey(String samlSpSessionKey) Sets the saml sp session key of this saml sp session.voidsetSessionIndex(String sessionIndex) Sets the session index of this saml sp session.voidsetTerminated(boolean terminated) Sets whether this saml sp session is terminated.voidsetUserId(long userId) Sets the user ID of this saml sp session.voidsetUserName(String userName) Sets the user name of this saml sp session.voidsetUserUuid(String userUuid) Sets the user uuid of this saml sp session.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this saml sp session.- Returns:
- the primary key of this saml sp session
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this saml sp session.- Parameters:
primaryKey- the primary key of this saml sp session
-
getSamlSpSessionId
long getSamlSpSessionId()Returns the saml sp session ID of this saml sp session.- Returns:
- the saml sp session ID of this saml sp session
-
setSamlSpSessionId
void setSamlSpSessionId(long samlSpSessionId) Sets the saml sp session ID of this saml sp session.- Parameters:
samlSpSessionId- the saml sp session ID of this saml sp session
-
getCompanyId
long getCompanyId()Returns the company ID of this saml sp session.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this saml sp session
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this saml sp session.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this saml sp session
-
getUserId
long getUserId()Returns the user ID of this saml sp session.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user ID of this saml sp session
-
setUserId
void setUserId(long userId) Sets the user ID of this saml sp session.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userId- the user ID of this saml sp session
-
getUserUuid
String getUserUuid()Returns the user uuid of this saml sp session.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid of this saml sp session
-
setUserUuid
Sets the user uuid of this saml sp session.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userUuid- the user uuid of this saml sp session
-
getUserName
Returns the user name of this saml sp session.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user name of this saml sp session
-
setUserName
Sets the user name of this saml sp session.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userName- the user name of this saml sp session
-
getCreateDate
Date getCreateDate()Returns the create date of this saml sp session.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the create date of this saml sp session
-
setCreateDate
Sets the create date of this saml sp session.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
createDate- the create date of this saml sp session
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this saml sp session.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the modified date of this saml sp session
-
setModifiedDate
Sets the modified date of this saml sp session.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
modifiedDate- the modified date of this saml sp session
-
getSamlPeerBindingId
long getSamlPeerBindingId()Returns the saml peer binding ID of this saml sp session.- Returns:
- the saml peer binding ID of this saml sp session
-
setSamlPeerBindingId
void setSamlPeerBindingId(long samlPeerBindingId) Sets the saml peer binding ID of this saml sp session.- Parameters:
samlPeerBindingId- the saml peer binding ID of this saml sp session
-
getAssertionXml
Returns the assertion xml of this saml sp session.- Returns:
- the assertion xml of this saml sp session
-
setAssertionXml
Sets the assertion xml of this saml sp session.- Parameters:
assertionXml- the assertion xml of this saml sp session
-
getJSessionId
Returns the j session ID of this saml sp session.- Returns:
- the j session ID of this saml sp session
-
setJSessionId
Sets the j session ID of this saml sp session.- Parameters:
jSessionId- the j session ID of this saml sp session
-
getSamlSpSessionKey
Returns the saml sp session key of this saml sp session.- Returns:
- the saml sp session key of this saml sp session
-
setSamlSpSessionKey
Sets the saml sp session key of this saml sp session.- Parameters:
samlSpSessionKey- the saml sp session key of this saml sp session
-
getSessionIndex
Returns the session index of this saml sp session.- Returns:
- the session index of this saml sp session
-
setSessionIndex
Sets the session index of this saml sp session.- Parameters:
sessionIndex- the session index of this saml sp session
-
getTerminated
boolean getTerminated()Returns the terminated of this saml sp session.- Returns:
- the terminated of this saml sp session
-
isTerminated
boolean isTerminated()Returnstrueif this saml sp session is terminated.- Returns:
trueif this saml sp session is terminated;falseotherwise
-
setTerminated
void setTerminated(boolean terminated) Sets whether this saml sp session is terminated.- Parameters:
terminated- the terminated of this saml sp session
-
cloneWithOriginalValues
SamlSpSession cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<SamlSpSession>
-
toXmlString
-