Class SamlPeerBindingWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlPeerBinding>
com.liferay.saml.persistence.model.SamlPeerBindingWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<SamlPeerBinding>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<SamlPeerBinding>,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,SamlPeerBinding,SamlPeerBindingModel,Serializable,Cloneable,Comparable<SamlPeerBinding>
public class SamlPeerBindingWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlPeerBinding>
implements com.liferay.portal.kernel.model.ModelWrapper<SamlPeerBinding>, SamlPeerBinding
This class is a wrapper for SamlPeerBinding.
- 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.SamlPeerBinding
SAML_PEER_BINDING_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this saml peer binding.Returns the create date of this saml peer binding.booleanReturns the deleted of this saml peer binding.longReturns the primary key of this saml peer binding.Returns the saml name ID format of this saml peer binding.Returns the saml name ID name qualifier of this saml peer binding.Returns the saml name ID sp name qualifier of this saml peer binding.Returns the saml name ID sp provided ID of this saml peer binding.Returns the saml name ID value of this saml peer binding.longReturns the saml peer binding ID of this saml peer binding.Returns the saml peer entity ID of this saml peer binding.longReturns the user ID of this saml peer binding.Returns the user name of this saml peer binding.Returns the user uuid of this saml peer binding.booleanReturnstrueif this saml peer binding is deleted.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this saml peer binding.voidsetCreateDate(Date createDate) Sets the create date of this saml peer binding.voidsetDeleted(boolean deleted) Sets whether this saml peer binding is deleted.voidsetModelAttributes(Map<String, Object> attributes) voidsetPrimaryKey(long primaryKey) Sets the primary key of this saml peer binding.voidsetSamlNameIdFormat(String samlNameIdFormat) Sets the saml name ID format of this saml peer binding.voidsetSamlNameIdNameQualifier(String samlNameIdNameQualifier) Sets the saml name ID name qualifier of this saml peer binding.voidsetSamlNameIdSpNameQualifier(String samlNameIdSpNameQualifier) Sets the saml name ID sp name qualifier of this saml peer binding.voidsetSamlNameIdSpProvidedId(String samlNameIdSpProvidedId) Sets the saml name ID sp provided ID of this saml peer binding.voidsetSamlNameIdValue(String samlNameIdValue) Sets the saml name ID value of this saml peer binding.voidsetSamlPeerBindingId(long samlPeerBindingId) Sets the saml peer binding ID of this saml peer binding.voidsetSamlPeerEntityId(String samlPeerEntityId) Sets the saml peer entity ID of this saml peer binding.voidsetUserId(long userId) Sets the user ID of this saml peer binding.voidsetUserName(String userName) Sets the user name of this saml peer binding.voidsetUserUuid(String userUuid) Sets the user uuid of this saml peer binding.protected SamlPeerBindingWrapperwrap(SamlPeerBinding samlPeerBinding) 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
-
SamlPeerBindingWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<SamlPeerBinding>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<SamlPeerBinding>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<SamlPeerBinding>- Specified by:
cloneWithOriginalValuesin interfaceSamlPeerBindingModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this saml peer binding.- Specified by:
getCompanyIdin interfaceSamlPeerBindingModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this saml peer binding
-
getCreateDate
Returns the create date of this saml peer binding.- Specified by:
getCreateDatein interfaceSamlPeerBindingModel- Returns:
- the create date of this saml peer binding
-
getDeleted
public boolean getDeleted()Returns the deleted of this saml peer binding.- Specified by:
getDeletedin interfaceSamlPeerBindingModel- Returns:
- the deleted of this saml peer binding
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this saml peer binding.- Specified by:
getPrimaryKeyin interfaceSamlPeerBindingModel- Returns:
- the primary key of this saml peer binding
-
getSamlNameIdFormat
Returns the saml name ID format of this saml peer binding.- Specified by:
getSamlNameIdFormatin interfaceSamlPeerBindingModel- Returns:
- the saml name ID format of this saml peer binding
-
getSamlNameIdNameQualifier
Returns the saml name ID name qualifier of this saml peer binding.- Specified by:
getSamlNameIdNameQualifierin interfaceSamlPeerBindingModel- Returns:
- the saml name ID name qualifier of this saml peer binding
-
getSamlNameIdSpNameQualifier
Returns the saml name ID sp name qualifier of this saml peer binding.- Specified by:
getSamlNameIdSpNameQualifierin interfaceSamlPeerBindingModel- Returns:
- the saml name ID sp name qualifier of this saml peer binding
-
getSamlNameIdSpProvidedId
Returns the saml name ID sp provided ID of this saml peer binding.- Specified by:
getSamlNameIdSpProvidedIdin interfaceSamlPeerBindingModel- Returns:
- the saml name ID sp provided ID of this saml peer binding
-
getSamlNameIdValue
Returns the saml name ID value of this saml peer binding.- Specified by:
getSamlNameIdValuein interfaceSamlPeerBindingModel- Returns:
- the saml name ID value of this saml peer binding
-
getSamlPeerBindingId
public long getSamlPeerBindingId()Returns the saml peer binding ID of this saml peer binding.- Specified by:
getSamlPeerBindingIdin interfaceSamlPeerBindingModel- Returns:
- the saml peer binding ID of this saml peer binding
-
getSamlPeerEntityId
Returns the saml peer entity ID of this saml peer binding.- Specified by:
getSamlPeerEntityIdin interfaceSamlPeerBindingModel- Returns:
- the saml peer entity ID of this saml peer binding
-
getUserId
public long getUserId()Returns the user ID of this saml peer binding.- Specified by:
getUserIdin interfaceSamlPeerBindingModel- Returns:
- the user ID of this saml peer binding
-
getUserName
Returns the user name of this saml peer binding.- Specified by:
getUserNamein interfaceSamlPeerBindingModel- Returns:
- the user name of this saml peer binding
-
getUserUuid
Returns the user uuid of this saml peer binding.- Specified by:
getUserUuidin interfaceSamlPeerBindingModel- Returns:
- the user uuid of this saml peer binding
-
isDeleted
public boolean isDeleted()Returnstrueif this saml peer binding is deleted.- Specified by:
isDeletedin interfaceSamlPeerBindingModel- Returns:
trueif this saml peer binding is deleted;falseotherwise
-
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 peer binding.- Specified by:
setCompanyIdin interfaceSamlPeerBindingModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this saml peer binding
-
setCreateDate
Sets the create date of this saml peer binding.- Specified by:
setCreateDatein interfaceSamlPeerBindingModel- Parameters:
createDate- the create date of this saml peer binding
-
setDeleted
public void setDeleted(boolean deleted) Sets whether this saml peer binding is deleted.- Specified by:
setDeletedin interfaceSamlPeerBindingModel- Parameters:
deleted- the deleted of this saml peer binding
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this saml peer binding.- Specified by:
setPrimaryKeyin interfaceSamlPeerBindingModel- Parameters:
primaryKey- the primary key of this saml peer binding
-
setSamlNameIdFormat
Sets the saml name ID format of this saml peer binding.- Specified by:
setSamlNameIdFormatin interfaceSamlPeerBindingModel- Parameters:
samlNameIdFormat- the saml name ID format of this saml peer binding
-
setSamlNameIdNameQualifier
Sets the saml name ID name qualifier of this saml peer binding.- Specified by:
setSamlNameIdNameQualifierin interfaceSamlPeerBindingModel- Parameters:
samlNameIdNameQualifier- the saml name ID name qualifier of this saml peer binding
-
setSamlNameIdSpNameQualifier
Sets the saml name ID sp name qualifier of this saml peer binding.- Specified by:
setSamlNameIdSpNameQualifierin interfaceSamlPeerBindingModel- Parameters:
samlNameIdSpNameQualifier- the saml name ID sp name qualifier of this saml peer binding
-
setSamlNameIdSpProvidedId
Sets the saml name ID sp provided ID of this saml peer binding.- Specified by:
setSamlNameIdSpProvidedIdin interfaceSamlPeerBindingModel- Parameters:
samlNameIdSpProvidedId- the saml name ID sp provided ID of this saml peer binding
-
setSamlNameIdValue
Sets the saml name ID value of this saml peer binding.- Specified by:
setSamlNameIdValuein interfaceSamlPeerBindingModel- Parameters:
samlNameIdValue- the saml name ID value of this saml peer binding
-
setSamlPeerBindingId
public void setSamlPeerBindingId(long samlPeerBindingId) Sets the saml peer binding ID of this saml peer binding.- Specified by:
setSamlPeerBindingIdin interfaceSamlPeerBindingModel- Parameters:
samlPeerBindingId- the saml peer binding ID of this saml peer binding
-
setSamlPeerEntityId
Sets the saml peer entity ID of this saml peer binding.- Specified by:
setSamlPeerEntityIdin interfaceSamlPeerBindingModel- Parameters:
samlPeerEntityId- the saml peer entity ID of this saml peer binding
-
setUserId
public void setUserId(long userId) Sets the user ID of this saml peer binding.- Specified by:
setUserIdin interfaceSamlPeerBindingModel- Parameters:
userId- the user ID of this saml peer binding
-
setUserName
Sets the user name of this saml peer binding.- Specified by:
setUserNamein interfaceSamlPeerBindingModel- Parameters:
userName- the user name of this saml peer binding
-
setUserUuid
Sets the user uuid of this saml peer binding.- Specified by:
setUserUuidin interfaceSamlPeerBindingModel- Parameters:
userUuid- the user uuid of this saml peer binding
-
toXmlString
- Specified by:
toXmlStringin interfaceSamlPeerBindingModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlPeerBinding>
-