@ProviderType public interface SamlIdpSpSessionModel extends AuditedModel, BaseModel<SamlIdpSpSession>, 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 |
---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(SamlIdpSpSession samlIdpSpSession) |
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.
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
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()
Returns the primary key of this model instance.
|
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.
|
int |
hashCode() |
boolean |
isCachedModel()
Returns
true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns
true if this model instance is escaped. |
boolean |
isNew()
Returns
true if this model instance does not yet exist in
the database. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache.
|
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(BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the
attributes stored in the service context.
|
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)
Sets whether this model instance does not yet exist in the database.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this saml idp sp session.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
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.
|
CacheModel<SamlIdpSpSession> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
SamlIdpSpSession |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler . |
java.lang.String |
toString() |
SamlIdpSpSession |
toUnescapedModel() |
java.lang.String |
toXmlString()
Returns the XML representation of this model instance.
|
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
getModelClass, getModelClassName
long 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 AuditedModel
getCompanyId
in interface ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface AuditedModel
setCompanyId
in interface ShardedModel
companyId
- the company ID of this saml idp sp sessionlong getUserId()
getUserId
in interface AuditedModel
void setUserId(long userId)
setUserId
in interface AuditedModel
userId
- the user ID of this saml idp sp sessionjava.lang.String getUserUuid()
getUserUuid
in interface AuditedModel
void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface AuditedModel
userUuid
- the user uuid of this saml idp sp session@AutoEscape java.lang.String getUserName()
getUserName
in interface AuditedModel
void setUserName(java.lang.String userName)
setUserName
in interface AuditedModel
userName
- the user name of this saml idp sp sessionjava.util.Date getCreateDate()
getCreateDate
in interface AuditedModel
void setCreateDate(java.util.Date createDate)
setCreateDate
in interface AuditedModel
createDate
- the create date of this saml idp sp sessionjava.util.Date getModifiedDate()
getModifiedDate
in interface AuditedModel
void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface AuditedModel
modifiedDate
- 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 session@AutoEscape java.lang.String getSamlSpEntityId()
void setSamlSpEntityId(java.lang.String samlSpEntityId)
samlSpEntityId
- the saml sp entity ID of this saml idp sp session@AutoEscape java.lang.String getNameIdFormat()
void setNameIdFormat(java.lang.String nameIdFormat)
nameIdFormat
- the name ID format of this saml idp sp session@AutoEscape java.lang.String getNameIdValue()
void setNameIdValue(java.lang.String nameIdValue)
nameIdValue
- the name ID value of this saml idp sp sessionboolean isNew()
BaseModel
true
if this model instance does not yet exist in
the database.isNew
in interface BaseModel<SamlIdpSpSession>
true
if this model instance does not yet exist in
the database; false
otherwisevoid setNew(boolean n)
BaseModel
setNew
in interface BaseModel<SamlIdpSpSession>
n
- whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModel
true
if this model instance was retrieved from the
entity cache.isCachedModel
in interface BaseModel<SamlIdpSpSession>
true
if this model instance was retrieved from the
entity cache; false
otherwiseBaseModel.setCachedModel(boolean)
void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel
in interface BaseModel<SamlIdpSpSession>
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
boolean isEscapedModel()
BaseModel
true
if this model instance is escaped.isEscapedModel
in interface BaseModel<SamlIdpSpSession>
true
if this model instance is escaped;
false
otherwisejava.io.Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<SamlIdpSpSession>
getPrimaryKeyObj
in interface ClassedModel
void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<SamlIdpSpSession>
setPrimaryKeyObj
in interface ClassedModel
primaryKeyObj
- the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<SamlIdpSpSession>
getExpandoBridge
in interface ClassedModel
void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface BaseModel<SamlIdpSpSession>
void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface BaseModel<SamlIdpSpSession>
void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<SamlIdpSpSession>
serviceContext
- the service context to be appliedServiceContext.getExpandoBridgeAttributes()
java.lang.Object clone()
BaseModel
clone
in interface BaseModel<SamlIdpSpSession>
int compareTo(SamlIdpSpSession samlIdpSpSession)
compareTo
in interface java.lang.Comparable<SamlIdpSpSession>
int hashCode()
hashCode
in class java.lang.Object
CacheModel<SamlIdpSpSession> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<SamlIdpSpSession>
SamlIdpSpSession toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.toEscapedModel
in interface BaseModel<SamlIdpSpSession>
AutoEscapeBeanHandler
SamlIdpSpSession toUnescapedModel()
toUnescapedModel
in interface BaseModel<SamlIdpSpSession>
java.lang.String toString()
toString
in class java.lang.Object
java.lang.String toXmlString()
BaseModel
toXmlString
in interface BaseModel<SamlIdpSpSession>