@ProviderType public interface SamlSpAuthRequestModel extends com.liferay.portal.kernel.model.BaseModel<SamlSpAuthRequest>, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.saml.persistence.model.impl.SamlSpAuthRequestModelImpl 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.SamlSpAuthRequestImpl.
SamlSpAuthRequest,
com.liferay.saml.persistence.model.impl.SamlSpAuthRequestImpl,
com.liferay.saml.persistence.model.impl.SamlSpAuthRequestModelImpl| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(SamlSpAuthRequest samlSpAuthRequest) |
long |
getCompanyId()
Returns the company ID of this saml sp auth request.
|
java.util.Date |
getCreateDate()
Returns the create date of this saml sp auth request.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getPrimaryKey()
Returns the primary key of this saml sp auth request.
|
java.io.Serializable |
getPrimaryKeyObj() |
java.lang.String |
getSamlIdpEntityId()
Returns the saml idp entity ID of this saml sp auth request.
|
long |
getSamlSpAuthnRequestId()
Returns the saml sp authn request ID of this saml sp auth request.
|
java.lang.String |
getSamlSpAuthRequestKey()
Returns the saml sp auth request key of this saml sp auth request.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
void |
setCachedModel(boolean cachedModel) |
void |
setCompanyId(long companyId)
Sets the company ID of this saml sp auth request.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this saml sp auth request.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this saml sp auth request.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setSamlIdpEntityId(java.lang.String samlIdpEntityId)
Sets the saml idp entity ID of this saml sp auth request.
|
void |
setSamlSpAuthnRequestId(long samlSpAuthnRequestId)
Sets the saml sp authn request ID of this saml sp auth request.
|
void |
setSamlSpAuthRequestKey(java.lang.String samlSpAuthRequestKey)
Sets the saml sp auth request key of this saml sp auth request.
|
com.liferay.portal.kernel.model.CacheModel<SamlSpAuthRequest> |
toCacheModel() |
SamlSpAuthRequest |
toEscapedModel() |
java.lang.String |
toString() |
SamlSpAuthRequest |
toUnescapedModel() |
java.lang.String |
toXmlString() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this saml sp auth requestlong getSamlSpAuthnRequestId()
void setSamlSpAuthnRequestId(long samlSpAuthnRequestId)
samlSpAuthnRequestId - the saml sp authn request ID of this saml sp auth requestlong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this saml sp auth requestjava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate - the create date of this saml sp auth request@AutoEscape java.lang.String getSamlIdpEntityId()
void setSamlIdpEntityId(java.lang.String samlIdpEntityId)
samlIdpEntityId - the saml idp entity ID of this saml sp auth request@AutoEscape java.lang.String getSamlSpAuthRequestKey()
void setSamlSpAuthRequestKey(java.lang.String samlSpAuthRequestKey)
samlSpAuthRequestKey - the saml sp auth request key of this saml sp auth requestboolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<SamlSpAuthRequest>void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<SamlSpAuthRequest>boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpAuthRequest>void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpAuthRequest>boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpAuthRequest>java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<SamlSpAuthRequest>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<SamlSpAuthRequest>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelcom.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<SamlSpAuthRequest>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelvoid setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlSpAuthRequest>void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlSpAuthRequest>void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlSpAuthRequest>java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<SamlSpAuthRequest>int compareTo(SamlSpAuthRequest samlSpAuthRequest)
compareTo in interface java.lang.Comparable<SamlSpAuthRequest>int hashCode()
hashCode in class java.lang.Objectcom.liferay.portal.kernel.model.CacheModel<SamlSpAuthRequest> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpAuthRequest>SamlSpAuthRequest toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpAuthRequest>SamlSpAuthRequest toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpAuthRequest>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<SamlSpAuthRequest>