Class SamlIdpSsoSessionWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlIdpSsoSession>
com.liferay.saml.persistence.model.SamlIdpSsoSessionWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<SamlIdpSsoSession>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<SamlIdpSsoSession>,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,SamlIdpSsoSession,SamlIdpSsoSessionModel,Serializable,Cloneable,Comparable<SamlIdpSsoSession>
public class SamlIdpSsoSessionWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlIdpSsoSession>
implements com.liferay.portal.kernel.model.ModelWrapper<SamlIdpSsoSession>, SamlIdpSsoSession
This class is a wrapper for SamlIdpSsoSession.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.saml.persistence.model.SamlIdpSsoSession
SAML_IDP_SSO_SESSION_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this saml idp sso session.Returns the create date of this saml idp sso session.Returns the modified date of this saml idp sso session.longReturns the primary key of this saml idp sso session.longReturns the saml idp sso session ID of this saml idp sso session.Returns the saml idp sso session key of this saml idp sso session.longReturns the user ID of this saml idp sso session.Returns the user name of this saml idp sso session.Returns the user uuid of this saml idp sso session.booleanvoidpersist()voidsetCompanyId(long companyId) Sets the company ID of this saml idp sso session.voidsetCreateDate(Date createDate) Sets the create date of this saml idp sso session.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this saml idp sso session.voidsetPrimaryKey(long primaryKey) Sets the primary key of this saml idp sso session.voidsetSamlIdpSsoSessionId(long samlIdpSsoSessionId) Sets the saml idp sso session ID of this saml idp sso session.voidsetSamlIdpSsoSessionKey(String samlIdpSsoSessionKey) Sets the saml idp sso session key of this saml idp sso session.voidsetUserId(long userId) Sets the user ID of this saml idp sso session.voidsetUserName(String userName) Sets the user name of this saml idp sso session.voidsetUserUuid(String userUuid) Sets the user uuid of this saml idp sso session.protected SamlIdpSsoSessionWrapperwrap(SamlIdpSsoSession samlIdpSsoSession) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
SamlIdpSsoSessionWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<SamlIdpSsoSession>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<SamlIdpSsoSession>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<SamlIdpSsoSession>- Specified by:
cloneWithOriginalValuesin interfaceSamlIdpSsoSessionModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this saml idp sso session.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceSamlIdpSsoSessionModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this saml idp sso session
-
getCreateDate
Returns the create date of this saml idp sso session.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceSamlIdpSsoSessionModel- Returns:
- the create date of this saml idp sso session
-
getModifiedDate
Returns the modified date of this saml idp sso session.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceSamlIdpSsoSessionModel- Returns:
- the modified date of this saml idp sso session
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this saml idp sso session.- Specified by:
getPrimaryKeyin interfaceSamlIdpSsoSessionModel- Returns:
- the primary key of this saml idp sso session
-
getSamlIdpSsoSessionId
public long getSamlIdpSsoSessionId()Returns the saml idp sso session ID of this saml idp sso session.- Specified by:
getSamlIdpSsoSessionIdin interfaceSamlIdpSsoSessionModel- Returns:
- the saml idp sso session ID of this saml idp sso session
-
getSamlIdpSsoSessionKey
Returns the saml idp sso session key of this saml idp sso session.- Specified by:
getSamlIdpSsoSessionKeyin interfaceSamlIdpSsoSessionModel- Returns:
- the saml idp sso session key of this saml idp sso session
-
getUserId
public long getUserId()Returns the user ID of this saml idp sso session.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceSamlIdpSsoSessionModel- Returns:
- the user ID of this saml idp sso session
-
getUserName
Returns the user name of this saml idp sso session.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceSamlIdpSsoSessionModel- Returns:
- the user name of this saml idp sso session
-
getUserUuid
Returns the user uuid of this saml idp sso session.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceSamlIdpSsoSessionModel- Returns:
- the user uuid of this saml idp sso session
-
isExpired
public boolean isExpired()- Specified by:
isExpiredin interfaceSamlIdpSsoSession
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this saml idp sso session.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceSamlIdpSsoSessionModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this saml idp sso session
-
setCreateDate
Sets the create date of this saml idp sso session.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceSamlIdpSsoSessionModel- Parameters:
createDate- the create date of this saml idp sso session
-
setModifiedDate
Sets the modified date of this saml idp sso session.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceSamlIdpSsoSessionModel- Parameters:
modifiedDate- the modified date of this saml idp sso session
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this saml idp sso session.- Specified by:
setPrimaryKeyin interfaceSamlIdpSsoSessionModel- Parameters:
primaryKey- the primary key of this saml idp sso session
-
setSamlIdpSsoSessionId
public void setSamlIdpSsoSessionId(long samlIdpSsoSessionId) Sets the saml idp sso session ID of this saml idp sso session.- Specified by:
setSamlIdpSsoSessionIdin interfaceSamlIdpSsoSessionModel- Parameters:
samlIdpSsoSessionId- the saml idp sso session ID of this saml idp sso session
-
setSamlIdpSsoSessionKey
Sets the saml idp sso session key of this saml idp sso session.- Specified by:
setSamlIdpSsoSessionKeyin interfaceSamlIdpSsoSessionModel- Parameters:
samlIdpSsoSessionKey- the saml idp sso session key of this saml idp sso session
-
setUserId
public void setUserId(long userId) Sets the user ID of this saml idp sso session.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceSamlIdpSsoSessionModel- Parameters:
userId- the user ID of this saml idp sso session
-
setUserName
Sets the user name of this saml idp sso session.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceSamlIdpSsoSessionModel- Parameters:
userName- the user name of this saml idp sso session
-
setUserUuid
Sets the user uuid of this saml idp sso session.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceSamlIdpSsoSessionModel- Parameters:
userUuid- the user uuid of this saml idp sso session
-
toXmlString
- Specified by:
toXmlStringin interfaceSamlIdpSsoSessionModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlIdpSsoSession>
-