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.
|
java.lang.String |
toXmlString() |
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
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
public 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 SamlSpAuthRequestModel
public long getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface SamlSpAuthRequestModel
public java.util.Date getCreateDate()
getCreateDate
in interface SamlSpAuthRequestModel
public long getPrimaryKey()
getPrimaryKey
in interface SamlSpAuthRequestModel
public java.lang.String getSamlIdpEntityId()
getSamlIdpEntityId
in interface SamlSpAuthRequestModel
public long getSamlSpAuthnRequestId()
getSamlSpAuthnRequestId
in interface SamlSpAuthRequestModel
public java.lang.String getSamlSpAuthRequestKey()
getSamlSpAuthRequestKey
in interface SamlSpAuthRequestModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface SamlSpAuthRequestModel
companyId
- the company ID of this saml sp auth requestpublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface SamlSpAuthRequestModel
createDate
- the create date of this saml sp auth requestpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface SamlSpAuthRequestModel
primaryKey
- the primary key of this saml sp auth requestpublic void setSamlIdpEntityId(java.lang.String samlIdpEntityId)
setSamlIdpEntityId
in interface SamlSpAuthRequestModel
samlIdpEntityId
- the saml idp entity ID of this saml sp auth requestpublic void setSamlSpAuthnRequestId(long samlSpAuthnRequestId)
setSamlSpAuthnRequestId
in interface SamlSpAuthRequestModel
samlSpAuthnRequestId
- the saml sp authn request ID of this saml sp auth requestpublic void setSamlSpAuthRequestKey(java.lang.String samlSpAuthRequestKey)
setSamlSpAuthRequestKey
in interface SamlSpAuthRequestModel
samlSpAuthRequestKey
- the saml sp auth request key of this saml sp auth requestpublic java.lang.String toXmlString()
toXmlString
in interface SamlSpAuthRequestModel
protected SamlSpAuthRequestWrapper wrap(SamlSpAuthRequest samlSpAuthRequest)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlSpAuthRequest>