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
model
Fields inherited from interface com.liferay.commerce.product.model.CPConfigurationList
CP_CONFIGURATION_LIST_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this cp configuration list.long
Returns the cp configuration list ID of this cp configuration list.Returns the create date of this cp configuration list.long
Returns 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.long
Returns the group ID of this cp configuration list.Returns the last publish date of this cp configuration list.boolean
Returns the master of this cp configuration list.Returns the modified date of this cp configuration list.long
Returns the mvcc version of this cp configuration list.getName()
Returns the name of this cp configuration list.long
Returns the parent cp configuration list ID of this cp configuration list.long
Returns the primary key of this cp configuration list.double
Returns the priority of this cp configuration list.com.liferay.exportimport.kernel.lar.StagedModelType
int
Returns the status of this cp configuration list.long
Returns 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.long
long
Returns 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.boolean
Returnstrue
if this cp configuration list is approved.boolean
isDenied()
Returnstrue
if this cp configuration list is denied.boolean
isDraft()
Returnstrue
if this cp configuration list is a draft.boolean
Returnstrue
if this cp configuration list is expired.boolean
Returnstrue
if this cp configuration list is inactive.boolean
Returnstrue
if this cp configuration list is incomplete.boolean
isMaster()
Returnstrue
if this cp configuration list is master.boolean
Returnstrue
if this cp configuration list is pending.boolean
Returnstrue
if this cp configuration list is scheduled.void
persist()
void
setCompanyId
(long companyId) Sets the company ID of this cp configuration list.void
setCPConfigurationListId
(long CPConfigurationListId) Sets the cp configuration list ID of this cp configuration list.void
setCreateDate
(Date createDate) Sets the create date of this cp configuration list.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this cp configuration list.void
setDisplayDate
(Date displayDate) Sets the display date of this cp configuration list.void
setExpirationDate
(Date expirationDate) Sets the expiration date of this cp configuration list.void
setExternalReferenceCode
(String externalReferenceCode) Sets the external reference code of this cp configuration list.void
setGroupId
(long groupId) Sets the group ID of this cp configuration list.void
setLastPublishDate
(Date lastPublishDate) Sets the last publish date of this cp configuration list.void
setMaster
(boolean master) Sets whether this cp configuration list is master.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this cp configuration list.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this cp configuration list.void
Sets the name of this cp configuration list.void
setParentCPConfigurationListId
(long parentCPConfigurationListId) Sets the parent cp configuration list ID of this cp configuration list.void
setPrimaryKey
(long primaryKey) Sets the primary key of this cp configuration list.void
setPriority
(double priority) Sets the priority of this cp configuration list.void
setStatus
(int status) Sets the status of this cp configuration list.void
setStatusByUserId
(long statusByUserId) Sets the status by user ID of this cp configuration list.void
setStatusByUserName
(String statusByUserName) Sets the status by user name of this cp configuration list.void
setStatusByUserUuid
(String statusByUserUuid) Sets the status by user uuid of this cp configuration list.void
setStatusDate
(Date statusDate) Sets the status date of this cp configuration list.void
setUserId
(long userId) Sets the user ID of this cp configuration list.void
setUserName
(String userName) Sets the user name of this cp configuration list.void
setUserUuid
(String userUuid) Sets the user uuid of this cp configuration list.void
Sets the uuid of this cp configuration list.protected CPConfigurationListWrapper
wrap
(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, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
CPConfigurationListWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CPConfigurationList>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<CPConfigurationList>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CPConfigurationList>
- Specified by:
cloneWithOriginalValues
in interfaceCPConfigurationListModel
-
fetchCommerceCatalog
- Specified by:
fetchCommerceCatalog
in interfaceCPConfigurationList
-
fetchTemplateCPConfigurationEntry
- Specified by:
fetchTemplateCPConfigurationEntry
in interfaceCPConfigurationList
-
getCompanyId
public long getCompanyId()Returns the company ID of this cp configuration list.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceCPConfigurationListModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in 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:
getCPConfigurationListId
in interfaceCPConfigurationListModel
- Returns:
- the cp configuration list ID of this cp configuration list
-
getCreateDate
Returns the create date of this cp configuration list.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceCPConfigurationListModel
- Specified by:
getCreateDate
in 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:
getCtCollectionId
in interfaceCPConfigurationListModel
- Specified by:
getCtCollectionId
in 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:
getDisplayDate
in interfaceCPConfigurationListModel
- Returns:
- the display date of this cp configuration list
-
getExpirationDate
Returns the expiration date of this cp configuration list.- Specified by:
getExpirationDate
in interfaceCPConfigurationListModel
- Returns:
- the expiration date of this cp configuration list
-
getExternalReferenceCode
Returns the external reference code of this cp configuration list.- Specified by:
getExternalReferenceCode
in interfaceCPConfigurationListModel
- Specified by:
getExternalReferenceCode
in 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:
getGroupId
in interfaceCPConfigurationListModel
- Specified by:
getGroupId
in 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:
getLastPublishDate
in interfaceCPConfigurationListModel
- Specified by:
getLastPublishDate
in 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:
getMaster
in interfaceCPConfigurationListModel
- Returns:
- the master of this cp configuration list
-
getModifiedDate
Returns the modified date of this cp configuration list.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceCPConfigurationListModel
- Specified by:
getModifiedDate
in 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:
getMvccVersion
in interfaceCPConfigurationListModel
- Specified by:
getMvccVersion
in 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:
getName
in interfaceCPConfigurationListModel
- Returns:
- the name of this cp configuration list
-
getParentCPConfigurationList
public CPConfigurationList getParentCPConfigurationList() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getParentCPConfigurationList
in 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:
getParentCPConfigurationListId
in 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:
getPrimaryKey
in interfaceCPConfigurationListModel
- Specified by:
getPrimaryKey
in 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:
getPriority
in interfaceCPConfigurationListModel
- Returns:
- the priority of this cp configuration list
-
getStatus
public int getStatus()Returns the status of this cp configuration list.- Specified by:
getStatus
in interfaceCPConfigurationListModel
- Specified by:
getStatus
in 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:
getStatusByUserId
in interfaceCPConfigurationListModel
- Specified by:
getStatusByUserId
in 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:
getStatusByUserName
in interfaceCPConfigurationListModel
- Specified by:
getStatusByUserName
in 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:
getStatusByUserUuid
in interfaceCPConfigurationListModel
- Specified by:
getStatusByUserUuid
in 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:
getStatusDate
in interfaceCPConfigurationListModel
- Specified by:
getStatusDate
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status date of this cp configuration list
-
getTemplateCPConfigurationEntryId
public long getTemplateCPConfigurationEntryId()- Specified by:
getTemplateCPConfigurationEntryId
in interfaceCPConfigurationList
-
getUserId
public long getUserId()Returns the user ID of this cp configuration list.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceCPConfigurationListModel
- Returns:
- the user ID of this cp configuration list
-
getUserName
Returns the user name of this cp configuration list.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceCPConfigurationListModel
- Returns:
- the user name of this cp configuration list
-
getUserUuid
Returns the user uuid of this cp configuration list.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceCPConfigurationListModel
- Returns:
- the user uuid of this cp configuration list
-
getUuid
Returns the uuid of this cp configuration list.- Specified by:
getUuid
in interfaceCPConfigurationListModel
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the uuid of this cp configuration list
-
isApproved
public boolean isApproved()Returnstrue
if this cp configuration list is approved.- Specified by:
isApproved
in interfaceCPConfigurationListModel
- Specified by:
isApproved
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this cp configuration list is approved;false
otherwise
-
isDenied
public boolean isDenied()Returnstrue
if this cp configuration list is denied.- Specified by:
isDenied
in interfaceCPConfigurationListModel
- Specified by:
isDenied
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this cp configuration list is denied;false
otherwise
-
isDraft
public boolean isDraft()Returnstrue
if this cp configuration list is a draft.- Specified by:
isDraft
in interfaceCPConfigurationListModel
- Specified by:
isDraft
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this cp configuration list is a draft;false
otherwise
-
isExpired
public boolean isExpired()Returnstrue
if this cp configuration list is expired.- Specified by:
isExpired
in interfaceCPConfigurationListModel
- Specified by:
isExpired
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this cp configuration list is expired;false
otherwise
-
isInactive
public boolean isInactive()Returnstrue
if this cp configuration list is inactive.- Specified by:
isInactive
in interfaceCPConfigurationListModel
- Specified by:
isInactive
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this cp configuration list is inactive;false
otherwise
-
isIncomplete
public boolean isIncomplete()Returnstrue
if this cp configuration list is incomplete.- Specified by:
isIncomplete
in interfaceCPConfigurationListModel
- Specified by:
isIncomplete
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this cp configuration list is incomplete;false
otherwise
-
isMaster
public boolean isMaster()Returnstrue
if this cp configuration list is master.- Specified by:
isMaster
in interfaceCPConfigurationListModel
- Returns:
true
if this cp configuration list is master;false
otherwise
-
isPending
public boolean isPending()Returnstrue
if this cp configuration list is pending.- Specified by:
isPending
in interfaceCPConfigurationListModel
- Specified by:
isPending
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this cp configuration list is pending;false
otherwise
-
isScheduled
public boolean isScheduled()Returnstrue
if this cp configuration list is scheduled.- Specified by:
isScheduled
in interfaceCPConfigurationListModel
- Specified by:
isScheduled
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this cp configuration list is scheduled;false
otherwise
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this cp configuration list.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceCPConfigurationListModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in 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:
setCPConfigurationListId
in 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:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceCPConfigurationListModel
- Specified by:
setCreateDate
in 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:
setCtCollectionId
in interfaceCPConfigurationListModel
- Specified by:
setCtCollectionId
in 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:
setDisplayDate
in interfaceCPConfigurationListModel
- Parameters:
displayDate
- the display date of this cp configuration list
-
setExpirationDate
Sets the expiration date of this cp configuration list.- Specified by:
setExpirationDate
in interfaceCPConfigurationListModel
- Parameters:
expirationDate
- the expiration date of this cp configuration list
-
setExternalReferenceCode
Sets the external reference code of this cp configuration list.- Specified by:
setExternalReferenceCode
in interfaceCPConfigurationListModel
- Specified by:
setExternalReferenceCode
in 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:
setGroupId
in interfaceCPConfigurationListModel
- Specified by:
setGroupId
in 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:
setLastPublishDate
in interfaceCPConfigurationListModel
- Specified by:
setLastPublishDate
in 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:
setMaster
in interfaceCPConfigurationListModel
- Parameters:
master
- the master of this cp configuration list
-
setModifiedDate
Sets the modified date of this cp configuration list.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceCPConfigurationListModel
- Specified by:
setModifiedDate
in 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:
setMvccVersion
in interfaceCPConfigurationListModel
- Specified by:
setMvccVersion
in 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:
setName
in 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:
setParentCPConfigurationListId
in 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:
setPrimaryKey
in interfaceCPConfigurationListModel
- Specified by:
setPrimaryKey
in 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:
setPriority
in 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:
setStatus
in interfaceCPConfigurationListModel
- Specified by:
setStatus
in 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:
setStatusByUserId
in interfaceCPConfigurationListModel
- Specified by:
setStatusByUserId
in 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:
setStatusByUserName
in interfaceCPConfigurationListModel
- Specified by:
setStatusByUserName
in 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:
setStatusByUserUuid
in interfaceCPConfigurationListModel
- Specified by:
setStatusByUserUuid
in 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:
setStatusDate
in interfaceCPConfigurationListModel
- Specified by:
setStatusDate
in 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:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceCPConfigurationListModel
- Parameters:
userId
- the user ID of this cp configuration list
-
setUserName
Sets the user name of this cp configuration list.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceCPConfigurationListModel
- Parameters:
userName
- the user name of this cp configuration list
-
setUserUuid
Sets the user uuid of this cp configuration list.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceCPConfigurationListModel
- Parameters:
userUuid
- the user uuid of this cp configuration list
-
setUuid
Sets the uuid of this cp configuration list.- Specified by:
setUuid
in interfaceCPConfigurationListModel
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
uuid
- the uuid of this cp configuration list
-
toXmlString
- Specified by:
toXmlString
in interfaceCPConfigurationListModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<CPConfigurationList>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<CPConfigurationList>
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelType
in interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPConfigurationList>
-