Interface SamlIdpSpSessionModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<SamlIdpSpSession>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<SamlIdpSpSession>,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
SamlIdpSpSession
- All Known Implementing Classes:
SamlIdpSpSessionWrapper
@ProviderType
public interface SamlIdpSpSessionModel
extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<SamlIdpSpSession>, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the SamlIdpSpSession service. Represents a row in the "SamlIdpSpSession" database table, with each column mapped to a property of this class.
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.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this saml idp sp session.Returns the create date of this saml idp sp session.Returns the modified date of this saml idp sp session.longReturns the primary key of this saml idp sp session.longReturns the saml idp sp session ID of this saml idp sp session.longReturns the saml idp sso session ID of this saml idp sp session.longReturns the saml peer binding ID of this saml idp sp session.longReturns the user ID of this saml idp sp session.Returns the user name of this saml idp sp session.Returns the user uuid of this saml idp sp session.voidsetCompanyId(long companyId) Sets the company ID of this saml idp sp session.voidsetCreateDate(Date createDate) Sets the create date of this saml idp sp session.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this saml idp sp session.voidsetPrimaryKey(long primaryKey) Sets the primary key of this saml idp sp session.voidsetSamlIdpSpSessionId(long samlIdpSpSessionId) Sets the saml idp sp session ID of this saml idp sp session.voidsetSamlIdpSsoSessionId(long samlIdpSsoSessionId) Sets the saml idp sso session ID of this saml idp sp session.voidsetSamlPeerBindingId(long samlPeerBindingId) Sets the saml peer binding ID of this saml idp sp session.voidsetUserId(long userId) Sets the user ID of this saml idp sp session.voidsetUserName(String userName) Sets the user name of this saml idp sp session.voidsetUserUuid(String userUuid) Sets the user uuid of this saml idp 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 idp sp session.- Returns:
- the primary key of this saml idp sp session
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this saml idp sp session.- Parameters:
primaryKey- the primary key of this saml idp sp session
-
getSamlIdpSpSessionId
long getSamlIdpSpSessionId()Returns the saml idp sp session ID of this saml idp sp session.- Returns:
- the saml idp sp session ID of this saml idp sp session
-
setSamlIdpSpSessionId
void setSamlIdpSpSessionId(long samlIdpSpSessionId) Sets the saml idp sp session ID of this saml idp sp session.- Parameters:
samlIdpSpSessionId- the saml idp sp session ID of this saml idp sp session
-
getCompanyId
long getCompanyId()Returns the company ID of this saml idp 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 idp sp session
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this saml idp 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 idp sp session
-
getUserId
long getUserId()Returns the user ID of this saml idp sp session.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user ID of this saml idp sp session
-
setUserId
void setUserId(long userId) Sets the user ID of this saml idp sp session.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userId- the user ID of this saml idp sp session
-
getUserUuid
String getUserUuid()Returns the user uuid of this saml idp sp session.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid of this saml idp sp session
-
setUserUuid
Sets the user uuid of this saml idp sp session.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userUuid- the user uuid of this saml idp sp session
-
getUserName
Returns the user name of this saml idp sp session.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user name of this saml idp sp session
-
setUserName
Sets the user name of this saml idp sp session.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userName- the user name of this saml idp sp session
-
getCreateDate
Date getCreateDate()Returns the create date of this saml idp sp session.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the create date of this saml idp sp session
-
setCreateDate
Sets the create date of this saml idp sp session.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
createDate- the create date of this saml idp sp session
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this saml idp sp session.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the modified date of this saml idp sp session
-
setModifiedDate
Sets the modified date of this saml idp sp session.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
modifiedDate- the modified date of this saml idp sp session
-
getSamlIdpSsoSessionId
long getSamlIdpSsoSessionId()Returns the saml idp sso session ID of this saml idp sp session.- Returns:
- the saml idp sso session ID of this saml idp sp session
-
setSamlIdpSsoSessionId
void setSamlIdpSsoSessionId(long samlIdpSsoSessionId) Sets the saml idp sso session ID of this saml idp sp session.- Parameters:
samlIdpSsoSessionId- the saml idp sso session ID of this saml idp sp session
-
getSamlPeerBindingId
long getSamlPeerBindingId()Returns the saml peer binding ID of this saml idp sp session.- Returns:
- the saml peer binding ID of this saml idp sp session
-
setSamlPeerBindingId
void setSamlPeerBindingId(long samlPeerBindingId) Sets the saml peer binding ID of this saml idp sp session.- Parameters:
samlPeerBindingId- the saml peer binding ID of this saml idp sp session
-
cloneWithOriginalValues
SamlIdpSpSession cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<SamlIdpSpSession>
-
toXmlString
-