public class SamlSpAuthRequestWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlSpAuthRequest> implements com.liferay.portal.kernel.model.ModelWrapper<SamlSpAuthRequest>, SamlSpAuthRequest
This class is a wrapper for SamlSpAuthRequest.
SamlSpAuthRequest,
Serialized FormSAML_SP_AUTHN_REQUEST_ID_ACCESSOR| Constructor and Description |
|---|
SamlSpAuthRequestWrapper(SamlSpAuthRequest samlSpAuthRequest) |
| Modifier and Type | Method and Description |
|---|---|
SamlSpAuthRequest |
cloneWithOriginalValues() |
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.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getPrimaryKey()
Returns the primary key of this saml sp auth request.
|
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.
|
void |
persist() |
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 |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this saml sp auth request.
|
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.
|
protected SamlSpAuthRequestWrapper |
wrap(SamlSpAuthRequest samlSpAuthRequest) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic SamlSpAuthRequestWrapper(SamlSpAuthRequest samlSpAuthRequest)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlSpAuthRequest>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlSpAuthRequest>public SamlSpAuthRequest cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<SamlSpAuthRequest>cloneWithOriginalValues in interface SamlSpAuthRequestModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface SamlSpAuthRequestModelpublic java.util.Date getCreateDate()
getCreateDate in interface SamlSpAuthRequestModelpublic long getPrimaryKey()
getPrimaryKey in interface SamlSpAuthRequestModelpublic java.lang.String getSamlIdpEntityId()
getSamlIdpEntityId in interface SamlSpAuthRequestModelpublic long getSamlSpAuthnRequestId()
getSamlSpAuthnRequestId in interface SamlSpAuthRequestModelpublic java.lang.String getSamlSpAuthRequestKey()
getSamlSpAuthRequestKey in interface SamlSpAuthRequestModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface SamlSpAuthRequestModelcompanyId - the company ID of this saml sp auth requestpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface SamlSpAuthRequestModelcreateDate - the create date of this saml sp auth requestpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface SamlSpAuthRequestModelprimaryKey - the primary key of this saml sp auth requestpublic void setSamlIdpEntityId(java.lang.String samlIdpEntityId)
setSamlIdpEntityId in interface SamlSpAuthRequestModelsamlIdpEntityId - the saml idp entity ID of this saml sp auth requestpublic void setSamlSpAuthnRequestId(long samlSpAuthnRequestId)
setSamlSpAuthnRequestId in interface SamlSpAuthRequestModelsamlSpAuthnRequestId - the saml sp authn request ID of this saml sp auth requestpublic void setSamlSpAuthRequestKey(java.lang.String samlSpAuthRequestKey)
setSamlSpAuthRequestKey in interface SamlSpAuthRequestModelsamlSpAuthRequestKey - the saml sp auth request key of this saml sp auth requestprotected SamlSpAuthRequestWrapper wrap(SamlSpAuthRequest samlSpAuthRequest)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlSpAuthRequest>