Class CPConfigurationListWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPConfigurationList>
com.liferay.commerce.product.model.CPConfigurationListWrapper
- All Implemented Interfaces:
CPConfigurationList,CPConfigurationListModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<CPConfigurationList>,com.liferay.portal.kernel.model.change.tracking.CTModel<CPConfigurationList>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,com.liferay.portal.kernel.model.GroupedModel,com.liferay.portal.kernel.model.ModelWrapper<CPConfigurationList>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedGroupedModel,com.liferay.portal.kernel.model.StagedModel,com.liferay.portal.kernel.model.WorkflowedModel,Serializable,Cloneable,Comparable<CPConfigurationList>
public class CPConfigurationListWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPConfigurationList>
implements CPConfigurationList, com.liferay.portal.kernel.model.ModelWrapper<CPConfigurationList>
This class is a wrapper for CPConfigurationList.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.commerce.product.model.CPConfigurationList
CP_CONFIGURATION_LIST_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this cp configuration list.longReturns the cp configuration list ID of this cp configuration list.Returns the create date of this cp configuration list.longReturns the ct collection ID of this cp configuration list.Returns the display date of this cp configuration list.Returns the expiration date of this cp configuration list.Returns the external reference code of this cp configuration list.longReturns the group ID of this cp configuration list.Returns the last publish date of this cp configuration list.booleanReturns the master of this cp configuration list.Returns the modified date of this cp configuration list.longReturns the mvcc version of this cp configuration list.getName()Returns the name of this cp configuration list.longReturns the parent cp configuration list ID of this cp configuration list.longReturns the primary key of this cp configuration list.doubleReturns the priority of this cp configuration list.com.liferay.exportimport.kernel.lar.StagedModelTypeintReturns the status of this cp configuration list.longReturns the status by user ID of this cp configuration list.Returns the status by user name of this cp configuration list.Returns the status by user uuid of this cp configuration list.Returns the status date of this cp configuration list.longlongReturns the user ID of this cp configuration list.Returns the user name of this cp configuration list.Returns the user uuid of this cp configuration list.getUuid()Returns the uuid of this cp configuration list.booleanReturnstrueif this cp configuration list is approved.booleanisDenied()Returnstrueif this cp configuration list is denied.booleanisDraft()Returnstrueif this cp configuration list is a draft.booleanReturnstrueif this cp configuration list is expired.booleanReturnstrueif this cp configuration list is inactive.booleanReturnstrueif this cp configuration list is incomplete.booleanisMaster()Returnstrueif this cp configuration list is master.booleanReturnstrueif this cp configuration list is pending.booleanReturnstrueif this cp configuration list is scheduled.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this cp configuration list.voidsetCPConfigurationListId(long CPConfigurationListId) Sets the cp configuration list ID of this cp configuration list.voidsetCreateDate(Date createDate) Sets the create date of this cp configuration list.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this cp configuration list.voidsetDisplayDate(Date displayDate) Sets the display date of this cp configuration list.voidsetExpirationDate(Date expirationDate) Sets the expiration date of this cp configuration list.voidsetExternalReferenceCode(String externalReferenceCode) Sets the external reference code of this cp configuration list.voidsetGroupId(long groupId) Sets the group ID of this cp configuration list.voidsetLastPublishDate(Date lastPublishDate) Sets the last publish date of this cp configuration list.voidsetMaster(boolean master) Sets whether this cp configuration list is master.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this cp configuration list.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this cp configuration list.voidSets the name of this cp configuration list.voidsetParentCPConfigurationListId(long parentCPConfigurationListId) Sets the parent cp configuration list ID of this cp configuration list.voidsetPrimaryKey(long primaryKey) Sets the primary key of this cp configuration list.voidsetPriority(double priority) Sets the priority of this cp configuration list.voidsetStatus(int status) Sets the status of this cp configuration list.voidsetStatusByUserId(long statusByUserId) Sets the status by user ID of this cp configuration list.voidsetStatusByUserName(String statusByUserName) Sets the status by user name of this cp configuration list.voidsetStatusByUserUuid(String statusByUserUuid) Sets the status by user uuid of this cp configuration list.voidsetStatusDate(Date statusDate) Sets the status date of this cp configuration list.voidsetUserId(long userId) Sets the user ID of this cp configuration list.voidsetUserName(String userName) Sets the user name of this cp configuration list.voidsetUserUuid(String userUuid) Sets the user uuid of this cp configuration list.voidSets the uuid of this cp configuration list.protected CPConfigurationListWrapperwrap(CPConfigurationList cpConfigurationList) 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, 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
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
CPConfigurationListWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CPConfigurationList>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<CPConfigurationList>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<CPConfigurationList>- Specified by:
cloneWithOriginalValuesin interfaceCPConfigurationListModel
-
fetchCommerceCatalog
- Specified by:
fetchCommerceCatalogin interfaceCPConfigurationList
-
fetchTemplateCPConfigurationEntry
- Specified by:
fetchTemplateCPConfigurationEntryin interfaceCPConfigurationList
-
getCompanyId
public long getCompanyId()Returns the company ID of this cp configuration list.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceCPConfigurationListModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the company ID of this cp configuration list
-
getCPConfigurationListId
public long getCPConfigurationListId()Returns the cp configuration list ID of this cp configuration list.- Specified by:
getCPConfigurationListIdin interfaceCPConfigurationListModel- Returns:
- the cp configuration list ID of this cp configuration list
-
getCreateDate
Returns the create date of this cp configuration list.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceCPConfigurationListModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the create date of this cp configuration list
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this cp configuration list.- Specified by:
getCtCollectionIdin interfaceCPConfigurationListModel- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CPConfigurationList>- Returns:
- the ct collection ID of this cp configuration list
-
getDisplayDate
Returns the display date of this cp configuration list.- Specified by:
getDisplayDatein interfaceCPConfigurationListModel- Returns:
- the display date of this cp configuration list
-
getExpirationDate
Returns the expiration date of this cp configuration list.- Specified by:
getExpirationDatein interfaceCPConfigurationListModel- Returns:
- the expiration date of this cp configuration list
-
getExternalReferenceCode
Returns the external reference code of this cp configuration list.- Specified by:
getExternalReferenceCodein interfaceCPConfigurationListModel- Specified by:
getExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Returns:
- the external reference code of this cp configuration list
-
getGroupId
public long getGroupId()Returns the group ID of this cp configuration list.- Specified by:
getGroupIdin interfaceCPConfigurationListModel- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Returns:
- the group ID of this cp configuration list
-
getLastPublishDate
Returns the last publish date of this cp configuration list.- Specified by:
getLastPublishDatein interfaceCPConfigurationListModel- Specified by:
getLastPublishDatein interfacecom.liferay.portal.kernel.model.StagedGroupedModel- Returns:
- the last publish date of this cp configuration list
-
getMaster
public boolean getMaster()Returns the master of this cp configuration list.- Specified by:
getMasterin interfaceCPConfigurationListModel- Returns:
- the master of this cp configuration list
-
getModifiedDate
Returns the modified date of this cp configuration list.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceCPConfigurationListModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the modified date of this cp configuration list
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this cp configuration list.- Specified by:
getMvccVersionin interfaceCPConfigurationListModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this cp configuration list
-
getName
Returns the name of this cp configuration list.- Specified by:
getNamein interfaceCPConfigurationListModel- Returns:
- the name of this cp configuration list
-
getParentCPConfigurationList
public CPConfigurationList getParentCPConfigurationList() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getParentCPConfigurationListin interfaceCPConfigurationList- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getParentCPConfigurationListId
public long getParentCPConfigurationListId()Returns the parent cp configuration list ID of this cp configuration list.- Specified by:
getParentCPConfigurationListIdin interfaceCPConfigurationListModel- Returns:
- the parent cp configuration list ID of this cp configuration list
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this cp configuration list.- Specified by:
getPrimaryKeyin interfaceCPConfigurationListModel- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CPConfigurationList>- Returns:
- the primary key of this cp configuration list
-
getPriority
public double getPriority()Returns the priority of this cp configuration list.- Specified by:
getPriorityin interfaceCPConfigurationListModel- Returns:
- the priority of this cp configuration list
-
getStatus
public int getStatus()Returns the status of this cp configuration list.- Specified by:
getStatusin interfaceCPConfigurationListModel- Specified by:
getStatusin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status of this cp configuration list
-
getStatusByUserId
public long getStatusByUserId()Returns the status by user ID of this cp configuration list.- Specified by:
getStatusByUserIdin interfaceCPConfigurationListModel- Specified by:
getStatusByUserIdin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status by user ID of this cp configuration list
-
getStatusByUserName
Returns the status by user name of this cp configuration list.- Specified by:
getStatusByUserNamein interfaceCPConfigurationListModel- Specified by:
getStatusByUserNamein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status by user name of this cp configuration list
-
getStatusByUserUuid
Returns the status by user uuid of this cp configuration list.- Specified by:
getStatusByUserUuidin interfaceCPConfigurationListModel- Specified by:
getStatusByUserUuidin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status by user uuid of this cp configuration list
-
getStatusDate
Returns the status date of this cp configuration list.- Specified by:
getStatusDatein interfaceCPConfigurationListModel- Specified by:
getStatusDatein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
- the status date of this cp configuration list
-
getTemplateCPConfigurationEntryId
public long getTemplateCPConfigurationEntryId()- Specified by:
getTemplateCPConfigurationEntryIdin interfaceCPConfigurationList
-
getUserId
public long getUserId()Returns the user ID of this cp configuration list.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceCPConfigurationListModel- Returns:
- the user ID of this cp configuration list
-
getUserName
Returns the user name of this cp configuration list.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceCPConfigurationListModel- Returns:
- the user name of this cp configuration list
-
getUserUuid
Returns the user uuid of this cp configuration list.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceCPConfigurationListModel- Returns:
- the user uuid of this cp configuration list
-
getUuid
Returns the uuid of this cp configuration list.- Specified by:
getUuidin interfaceCPConfigurationListModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this cp configuration list
-
isApproved
public boolean isApproved()Returnstrueif this cp configuration list is approved.- Specified by:
isApprovedin interfaceCPConfigurationListModel- Specified by:
isApprovedin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this cp configuration list is approved;falseotherwise
-
isDenied
public boolean isDenied()Returnstrueif this cp configuration list is denied.- Specified by:
isDeniedin interfaceCPConfigurationListModel- Specified by:
isDeniedin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this cp configuration list is denied;falseotherwise
-
isDraft
public boolean isDraft()Returnstrueif this cp configuration list is a draft.- Specified by:
isDraftin interfaceCPConfigurationListModel- Specified by:
isDraftin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this cp configuration list is a draft;falseotherwise
-
isExpired
public boolean isExpired()Returnstrueif this cp configuration list is expired.- Specified by:
isExpiredin interfaceCPConfigurationListModel- Specified by:
isExpiredin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this cp configuration list is expired;falseotherwise
-
isInactive
public boolean isInactive()Returnstrueif this cp configuration list is inactive.- Specified by:
isInactivein interfaceCPConfigurationListModel- Specified by:
isInactivein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this cp configuration list is inactive;falseotherwise
-
isIncomplete
public boolean isIncomplete()Returnstrueif this cp configuration list is incomplete.- Specified by:
isIncompletein interfaceCPConfigurationListModel- Specified by:
isIncompletein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this cp configuration list is incomplete;falseotherwise
-
isMaster
public boolean isMaster()Returnstrueif this cp configuration list is master.- Specified by:
isMasterin interfaceCPConfigurationListModel- Returns:
trueif this cp configuration list is master;falseotherwise
-
isPending
public boolean isPending()Returnstrueif this cp configuration list is pending.- Specified by:
isPendingin interfaceCPConfigurationListModel- Specified by:
isPendingin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this cp configuration list is pending;falseotherwise
-
isScheduled
public boolean isScheduled()Returnstrueif this cp configuration list is scheduled.- Specified by:
isScheduledin interfaceCPConfigurationListModel- Specified by:
isScheduledin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Returns:
trueif this cp configuration list is scheduled;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 cp configuration list.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceCPConfigurationListModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
companyId- the company ID of this cp configuration list
-
setCPConfigurationListId
public void setCPConfigurationListId(long CPConfigurationListId) Sets the cp configuration list ID of this cp configuration list.- Specified by:
setCPConfigurationListIdin interfaceCPConfigurationListModel- Parameters:
CPConfigurationListId- the cp configuration list ID of this cp configuration list
-
setCreateDate
Sets the create date of this cp configuration list.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceCPConfigurationListModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
createDate- the create date of this cp configuration list
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this cp configuration list.- Specified by:
setCtCollectionIdin interfaceCPConfigurationListModel- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CPConfigurationList>- Parameters:
ctCollectionId- the ct collection ID of this cp configuration list
-
setDisplayDate
Sets the display date of this cp configuration list.- Specified by:
setDisplayDatein interfaceCPConfigurationListModel- Parameters:
displayDate- the display date of this cp configuration list
-
setExpirationDate
Sets the expiration date of this cp configuration list.- Specified by:
setExpirationDatein interfaceCPConfigurationListModel- Parameters:
expirationDate- the expiration date of this cp configuration list
-
setExternalReferenceCode
Sets the external reference code of this cp configuration list.- Specified by:
setExternalReferenceCodein interfaceCPConfigurationListModel- Specified by:
setExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Parameters:
externalReferenceCode- the external reference code of this cp configuration list
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this cp configuration list.- Specified by:
setGroupIdin interfaceCPConfigurationListModel- Specified by:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Parameters:
groupId- the group ID of this cp configuration list
-
setLastPublishDate
Sets the last publish date of this cp configuration list.- Specified by:
setLastPublishDatein interfaceCPConfigurationListModel- Specified by:
setLastPublishDatein interfacecom.liferay.portal.kernel.model.StagedGroupedModel- Parameters:
lastPublishDate- the last publish date of this cp configuration list
-
setMaster
public void setMaster(boolean master) Sets whether this cp configuration list is master.- Specified by:
setMasterin interfaceCPConfigurationListModel- Parameters:
master- the master of this cp configuration list
-
setModifiedDate
Sets the modified date of this cp configuration list.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceCPConfigurationListModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
modifiedDate- the modified date of this cp configuration list
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this cp configuration list.- Specified by:
setMvccVersionin interfaceCPConfigurationListModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this cp configuration list
-
setName
Sets the name of this cp configuration list.- Specified by:
setNamein interfaceCPConfigurationListModel- Parameters:
name- the name of this cp configuration list
-
setParentCPConfigurationListId
public void setParentCPConfigurationListId(long parentCPConfigurationListId) Sets the parent cp configuration list ID of this cp configuration list.- Specified by:
setParentCPConfigurationListIdin interfaceCPConfigurationListModel- Parameters:
parentCPConfigurationListId- the parent cp configuration list ID of this cp configuration list
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this cp configuration list.- Specified by:
setPrimaryKeyin interfaceCPConfigurationListModel- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<CPConfigurationList>- Parameters:
primaryKey- the primary key of this cp configuration list
-
setPriority
public void setPriority(double priority) Sets the priority of this cp configuration list.- Specified by:
setPriorityin interfaceCPConfigurationListModel- Parameters:
priority- the priority of this cp configuration list
-
setStatus
public void setStatus(int status) Sets the status of this cp configuration list.- Specified by:
setStatusin interfaceCPConfigurationListModel- Specified by:
setStatusin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
status- the status of this cp configuration list
-
setStatusByUserId
public void setStatusByUserId(long statusByUserId) Sets the status by user ID of this cp configuration list.- Specified by:
setStatusByUserIdin interfaceCPConfigurationListModel- Specified by:
setStatusByUserIdin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusByUserId- the status by user ID of this cp configuration list
-
setStatusByUserName
Sets the status by user name of this cp configuration list.- Specified by:
setStatusByUserNamein interfaceCPConfigurationListModel- Specified by:
setStatusByUserNamein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusByUserName- the status by user name of this cp configuration list
-
setStatusByUserUuid
Sets the status by user uuid of this cp configuration list.- Specified by:
setStatusByUserUuidin interfaceCPConfigurationListModel- Specified by:
setStatusByUserUuidin interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusByUserUuid- the status by user uuid of this cp configuration list
-
setStatusDate
Sets the status date of this cp configuration list.- Specified by:
setStatusDatein interfaceCPConfigurationListModel- Specified by:
setStatusDatein interfacecom.liferay.portal.kernel.model.WorkflowedModel- Parameters:
statusDate- the status date of this cp configuration list
-
setUserId
public void setUserId(long userId) Sets the user ID of this cp configuration list.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceCPConfigurationListModel- Parameters:
userId- the user ID of this cp configuration list
-
setUserName
Sets the user name of this cp configuration list.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceCPConfigurationListModel- Parameters:
userName- the user name of this cp configuration list
-
setUserUuid
Sets the user uuid of this cp configuration list.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceCPConfigurationListModel- Parameters:
userUuid- the user uuid of this cp configuration list
-
setUuid
Sets the uuid of this cp configuration list.- Specified by:
setUuidin interfaceCPConfigurationListModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this cp configuration list
-
toXmlString
- Specified by:
toXmlStringin interfaceCPConfigurationListModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<CPConfigurationList>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<CPConfigurationList>
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPConfigurationList>
-