Class SamlSpMessageWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlSpMessage>
com.liferay.saml.persistence.model.SamlSpMessageWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<SamlSpMessage>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<SamlSpMessage>,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,SamlSpMessage,SamlSpMessageModel,Serializable,Cloneable,Comparable<SamlSpMessage>
public class SamlSpMessageWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlSpMessage>
implements com.liferay.portal.kernel.model.ModelWrapper<SamlSpMessage>, SamlSpMessage
This class is a wrapper for SamlSpMessage.
- 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.SamlSpMessage
SAML_SP_MESSAGE_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this saml sp message.Returns the create date of this saml sp message.Returns the expiration date of this saml sp message.longReturns the primary key of this saml sp message.Returns the saml idp entity ID of this saml sp message.Returns the saml idp response key of this saml sp message.longReturns the saml sp message ID of this saml sp message.booleanvoidpersist()voidsetCompanyId(long companyId) Sets the company ID of this saml sp message.voidsetCreateDate(Date createDate) Sets the create date of this saml sp message.voidsetExpirationDate(Date expirationDate) Sets the expiration date of this saml sp message.voidsetModelAttributes(Map<String, Object> attributes) voidsetPrimaryKey(long primaryKey) Sets the primary key of this saml sp message.voidsetSamlIdpEntityId(String samlIdpEntityId) Sets the saml idp entity ID of this saml sp message.voidsetSamlIdpResponseKey(String samlIdpResponseKey) Sets the saml idp response key of this saml sp message.voidsetSamlSpMessageId(long samlSpMessageId) Sets the saml sp message ID of this saml sp message.protected SamlSpMessageWrapperwrap(SamlSpMessage samlSpMessage) 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
-
SamlSpMessageWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<SamlSpMessage>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<SamlSpMessage>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<SamlSpMessage>- Specified by:
cloneWithOriginalValuesin interfaceSamlSpMessageModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this saml sp message.- Specified by:
getCompanyIdin interfaceSamlSpMessageModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this saml sp message
-
getCreateDate
Returns the create date of this saml sp message.- Specified by:
getCreateDatein interfaceSamlSpMessageModel- Returns:
- the create date of this saml sp message
-
getExpirationDate
Returns the expiration date of this saml sp message.- Specified by:
getExpirationDatein interfaceSamlSpMessageModel- Returns:
- the expiration date of this saml sp message
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this saml sp message.- Specified by:
getPrimaryKeyin interfaceSamlSpMessageModel- Returns:
- the primary key of this saml sp message
-
getSamlIdpEntityId
Returns the saml idp entity ID of this saml sp message.- Specified by:
getSamlIdpEntityIdin interfaceSamlSpMessageModel- Returns:
- the saml idp entity ID of this saml sp message
-
getSamlIdpResponseKey
Returns the saml idp response key of this saml sp message.- Specified by:
getSamlIdpResponseKeyin interfaceSamlSpMessageModel- Returns:
- the saml idp response key of this saml sp message
-
getSamlSpMessageId
public long getSamlSpMessageId()Returns the saml sp message ID of this saml sp message.- Specified by:
getSamlSpMessageIdin interfaceSamlSpMessageModel- Returns:
- the saml sp message ID of this saml sp message
-
isExpired
public boolean isExpired()- Specified by:
isExpiredin interfaceSamlSpMessage
-
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 sp message.- Specified by:
setCompanyIdin interfaceSamlSpMessageModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this saml sp message
-
setCreateDate
Sets the create date of this saml sp message.- Specified by:
setCreateDatein interfaceSamlSpMessageModel- Parameters:
createDate- the create date of this saml sp message
-
setExpirationDate
Sets the expiration date of this saml sp message.- Specified by:
setExpirationDatein interfaceSamlSpMessageModel- Parameters:
expirationDate- the expiration date of this saml sp message
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this saml sp message.- Specified by:
setPrimaryKeyin interfaceSamlSpMessageModel- Parameters:
primaryKey- the primary key of this saml sp message
-
setSamlIdpEntityId
Sets the saml idp entity ID of this saml sp message.- Specified by:
setSamlIdpEntityIdin interfaceSamlSpMessageModel- Parameters:
samlIdpEntityId- the saml idp entity ID of this saml sp message
-
setSamlIdpResponseKey
Sets the saml idp response key of this saml sp message.- Specified by:
setSamlIdpResponseKeyin interfaceSamlSpMessageModel- Parameters:
samlIdpResponseKey- the saml idp response key of this saml sp message
-
setSamlSpMessageId
public void setSamlSpMessageId(long samlSpMessageId) Sets the saml sp message ID of this saml sp message.- Specified by:
setSamlSpMessageIdin interfaceSamlSpMessageModel- Parameters:
samlSpMessageId- the saml sp message ID of this saml sp message
-
toXmlString
- Specified by:
toXmlStringin interfaceSamlSpMessageModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlSpMessage>
-