Class ExportImportConfigurationWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<ExportImportConfiguration>
com.liferay.exportimport.kernel.model.ExportImportConfigurationWrapper
- All Implemented Interfaces:
ExportImportConfiguration
,ExportImportConfigurationModel
,AuditedModel
,BaseModel<ExportImportConfiguration>
,ClassedModel
,GroupedModel
,ModelWrapper<ExportImportConfiguration>
,MVCCModel
,PersistedModel
,ShardedModel
,TrashedModel
,WorkflowedModel
,Serializable
,Cloneable
,Comparable<ExportImportConfiguration>
public class ExportImportConfigurationWrapper
extends BaseModelWrapper<ExportImportConfiguration>
implements ExportImportConfiguration, ModelWrapper<ExportImportConfiguration>
This class is a wrapper for ExportImportConfiguration
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.exportimport.kernel.model.ExportImportConfiguration
EXPORT_IMPORT_CONFIGURATION_ID_ACCESSOR
-
Constructor Summary
ConstructorsConstructorDescriptionExportImportConfigurationWrapper
(ExportImportConfiguration exportImportConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this export import configuration.Returns the create date of this export import configuration.Returns the description of this export import configuration.long
Returns the export import configuration ID of this export import configuration.long
Returns the group ID of this export import configuration.Returns the modified date of this export import configuration.long
Returns the mvcc version of this export import configuration.getName()
Returns the name of this export import configuration.long
Returns the primary key of this export import configuration.Returns the settings of this export import configuration.int
Returns the status of this export import configuration.long
Returns the status by user ID of this export import configuration.Returns the status by user name of this export import configuration.Returns the status by user uuid of this export import configuration.Returns the status date of this export import configuration.long
Returns the class primary key of the trash entry for this export import configuration.int
getType()
Returns the type of this export import configuration.long
Returns the user ID of this export import configuration.Returns the user name of this export import configuration.Returns the user uuid of this export import configuration.boolean
Returnstrue
if this export import configuration is approved.boolean
isDenied()
Returnstrue
if this export import configuration is denied.boolean
isDraft()
Returnstrue
if this export import configuration is a draft.boolean
Returnstrue
if this export import configuration is expired.boolean
Returnstrue
if this export import configuration is inactive.boolean
Returnstrue
if this export import configuration is incomplete.boolean
Returnstrue
if this export import configuration is in the Recycle Bin.boolean
Returnstrue
if this export import configuration is pending.boolean
Returnstrue
if this export import configuration is scheduled.void
persist()
Updates this model instance in the database or adds it if it does not yet exist.void
setCompanyId
(long companyId) Sets the company ID of this export import configuration.void
setCreateDate
(Date createDate) Sets the create date of this export import configuration.void
setDescription
(String description) Sets the description of this export import configuration.void
setExportImportConfigurationId
(long exportImportConfigurationId) Sets the export import configuration ID of this export import configuration.void
setGroupId
(long groupId) Sets the group ID of this export import configuration.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this export import configuration.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this export import configuration.void
Sets the name of this export import configuration.void
setPrimaryKey
(long primaryKey) Sets the primary key of this export import configuration.void
setSettings
(String settings) Sets the settings of this export import configuration.void
setStatus
(int status) Sets the status of this export import configuration.void
setStatusByUserId
(long statusByUserId) Sets the status by user ID of this export import configuration.void
setStatusByUserName
(String statusByUserName) Sets the status by user name of this export import configuration.void
setStatusByUserUuid
(String statusByUserUuid) Sets the status by user uuid of this export import configuration.void
setStatusDate
(Date statusDate) Sets the status date of this export import configuration.void
setType
(int type) Sets the type of this export import configuration.void
setUserId
(long userId) Sets the user ID of this export import configuration.void
setUserName
(String userName) Sets the user name of this export import configuration.void
setUserUuid
(String userUuid) Sets the user uuid of this export import configuration.protected ExportImportConfigurationWrapper
wrap
(ExportImportConfiguration exportImportConfiguration) 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, getAttributeGetterFunctions, getAttributeSetterBiConsumers, 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
-
Constructor Details
-
ExportImportConfigurationWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfaceBaseModel<ExportImportConfiguration>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfaceBaseModel<ExportImportConfiguration>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<ExportImportConfiguration>
- Specified by:
cloneWithOriginalValues
in interfaceExportImportConfigurationModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this export import configuration.- Specified by:
getCompanyId
in interfaceAuditedModel
- Specified by:
getCompanyId
in interfaceExportImportConfigurationModel
- Specified by:
getCompanyId
in interfaceShardedModel
- Returns:
- the company ID of this export import configuration
-
getCreateDate
Returns the create date of this export import configuration.- Specified by:
getCreateDate
in interfaceAuditedModel
- Specified by:
getCreateDate
in interfaceExportImportConfigurationModel
- Returns:
- the create date of this export import configuration
-
getDescription
Returns the description of this export import configuration.- Specified by:
getDescription
in interfaceExportImportConfigurationModel
- Returns:
- the description of this export import configuration
-
getExportImportConfigurationId
public long getExportImportConfigurationId()Returns the export import configuration ID of this export import configuration.- Specified by:
getExportImportConfigurationId
in interfaceExportImportConfigurationModel
- Returns:
- the export import configuration ID of this export import configuration
-
getGroupId
public long getGroupId()Returns the group ID of this export import configuration.- Specified by:
getGroupId
in interfaceExportImportConfigurationModel
- Specified by:
getGroupId
in interfaceGroupedModel
- Returns:
- the group ID of this export import configuration
-
getModifiedDate
Returns the modified date of this export import configuration.- Specified by:
getModifiedDate
in interfaceAuditedModel
- Specified by:
getModifiedDate
in interfaceExportImportConfigurationModel
- Returns:
- the modified date of this export import configuration
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this export import configuration.- Specified by:
getMvccVersion
in interfaceExportImportConfigurationModel
- Specified by:
getMvccVersion
in interfaceMVCCModel
- Returns:
- the mvcc version of this export import configuration
-
getName
Returns the name of this export import configuration.- Specified by:
getName
in interfaceExportImportConfigurationModel
- Returns:
- the name of this export import configuration
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this export import configuration.- Specified by:
getPrimaryKey
in interfaceExportImportConfigurationModel
- Returns:
- the primary key of this export import configuration
-
getSettings
Returns the settings of this export import configuration.- Specified by:
getSettings
in interfaceExportImportConfigurationModel
- Returns:
- the settings of this export import configuration
-
getSettingsMap
- Specified by:
getSettingsMap
in interfaceExportImportConfiguration
-
getStatus
public int getStatus()Returns the status of this export import configuration.- Specified by:
getStatus
in interfaceExportImportConfigurationModel
- Specified by:
getStatus
in interfaceTrashedModel
- Specified by:
getStatus
in interfaceWorkflowedModel
- Returns:
- the status of this export import configuration
-
getStatusByUserId
public long getStatusByUserId()Returns the status by user ID of this export import configuration.- Specified by:
getStatusByUserId
in interfaceExportImportConfigurationModel
- Specified by:
getStatusByUserId
in interfaceWorkflowedModel
- Returns:
- the status by user ID of this export import configuration
-
getStatusByUserName
Returns the status by user name of this export import configuration.- Specified by:
getStatusByUserName
in interfaceExportImportConfigurationModel
- Specified by:
getStatusByUserName
in interfaceWorkflowedModel
- Returns:
- the status by user name of this export import configuration
-
getStatusByUserUuid
Returns the status by user uuid of this export import configuration.- Specified by:
getStatusByUserUuid
in interfaceExportImportConfigurationModel
- Specified by:
getStatusByUserUuid
in interfaceWorkflowedModel
- Returns:
- the status by user uuid of this export import configuration
-
getStatusDate
Returns the status date of this export import configuration.- Specified by:
getStatusDate
in interfaceExportImportConfigurationModel
- Specified by:
getStatusDate
in interfaceWorkflowedModel
- Returns:
- the status date of this export import configuration
-
getTrashEntryClassPK
public long getTrashEntryClassPK()Returns the class primary key of the trash entry for this export import configuration.- Specified by:
getTrashEntryClassPK
in interfaceExportImportConfigurationModel
- Specified by:
getTrashEntryClassPK
in interfaceTrashedModel
- Returns:
- the class primary key of the trash entry for this export import configuration
-
getType
public int getType()Returns the type of this export import configuration.- Specified by:
getType
in interfaceExportImportConfigurationModel
- Returns:
- the type of this export import configuration
-
getUserId
public long getUserId()Returns the user ID of this export import configuration.- Specified by:
getUserId
in interfaceAuditedModel
- Specified by:
getUserId
in interfaceExportImportConfigurationModel
- Returns:
- the user ID of this export import configuration
-
getUserName
Returns the user name of this export import configuration.- Specified by:
getUserName
in interfaceAuditedModel
- Specified by:
getUserName
in interfaceExportImportConfigurationModel
- Returns:
- the user name of this export import configuration
-
getUserUuid
Returns the user uuid of this export import configuration.- Specified by:
getUserUuid
in interfaceAuditedModel
- Specified by:
getUserUuid
in interfaceExportImportConfigurationModel
- Returns:
- the user uuid of this export import configuration
-
isApproved
public boolean isApproved()Returnstrue
if this export import configuration is approved.- Specified by:
isApproved
in interfaceExportImportConfigurationModel
- Specified by:
isApproved
in interfaceWorkflowedModel
- Returns:
true
if this export import configuration is approved;false
otherwise
-
isDenied
public boolean isDenied()Returnstrue
if this export import configuration is denied.- Specified by:
isDenied
in interfaceExportImportConfigurationModel
- Specified by:
isDenied
in interfaceWorkflowedModel
- Returns:
true
if this export import configuration is denied;false
otherwise
-
isDraft
public boolean isDraft()Returnstrue
if this export import configuration is a draft.- Specified by:
isDraft
in interfaceExportImportConfigurationModel
- Specified by:
isDraft
in interfaceWorkflowedModel
- Returns:
true
if this export import configuration is a draft;false
otherwise
-
isExpired
public boolean isExpired()Returnstrue
if this export import configuration is expired.- Specified by:
isExpired
in interfaceExportImportConfigurationModel
- Specified by:
isExpired
in interfaceWorkflowedModel
- Returns:
true
if this export import configuration is expired;false
otherwise
-
isInactive
public boolean isInactive()Returnstrue
if this export import configuration is inactive.- Specified by:
isInactive
in interfaceExportImportConfigurationModel
- Specified by:
isInactive
in interfaceWorkflowedModel
- Returns:
true
if this export import configuration is inactive;false
otherwise
-
isIncomplete
public boolean isIncomplete()Returnstrue
if this export import configuration is incomplete.- Specified by:
isIncomplete
in interfaceExportImportConfigurationModel
- Specified by:
isIncomplete
in interfaceWorkflowedModel
- Returns:
true
if this export import configuration is incomplete;false
otherwise
-
isInTrash
public boolean isInTrash()Returnstrue
if this export import configuration is in the Recycle Bin.- Specified by:
isInTrash
in interfaceExportImportConfigurationModel
- Specified by:
isInTrash
in interfaceTrashedModel
- Returns:
true
if this export import configuration is in the Recycle Bin;false
otherwise
-
isPending
public boolean isPending()Returnstrue
if this export import configuration is pending.- Specified by:
isPending
in interfaceExportImportConfigurationModel
- Specified by:
isPending
in interfaceWorkflowedModel
- Returns:
true
if this export import configuration is pending;false
otherwise
-
isScheduled
public boolean isScheduled()Returnstrue
if this export import configuration is scheduled.- Specified by:
isScheduled
in interfaceExportImportConfigurationModel
- Specified by:
isScheduled
in interfaceWorkflowedModel
- Returns:
true
if this export import configuration is scheduled;false
otherwise
-
persist
public void persist()Description copied from interface:PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persist
in interfacePersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this export import configuration.- Specified by:
setCompanyId
in interfaceAuditedModel
- Specified by:
setCompanyId
in interfaceExportImportConfigurationModel
- Specified by:
setCompanyId
in interfaceShardedModel
- Parameters:
companyId
- the company ID of this export import configuration
-
setCreateDate
Sets the create date of this export import configuration.- Specified by:
setCreateDate
in interfaceAuditedModel
- Specified by:
setCreateDate
in interfaceExportImportConfigurationModel
- Parameters:
createDate
- the create date of this export import configuration
-
setDescription
Sets the description of this export import configuration.- Specified by:
setDescription
in interfaceExportImportConfigurationModel
- Parameters:
description
- the description of this export import configuration
-
setExportImportConfigurationId
public void setExportImportConfigurationId(long exportImportConfigurationId) Sets the export import configuration ID of this export import configuration.- Specified by:
setExportImportConfigurationId
in interfaceExportImportConfigurationModel
- Parameters:
exportImportConfigurationId
- the export import configuration ID of this export import configuration
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this export import configuration.- Specified by:
setGroupId
in interfaceExportImportConfigurationModel
- Specified by:
setGroupId
in interfaceGroupedModel
- Parameters:
groupId
- the group ID of this export import configuration
-
setModifiedDate
Sets the modified date of this export import configuration.- Specified by:
setModifiedDate
in interfaceAuditedModel
- Specified by:
setModifiedDate
in interfaceExportImportConfigurationModel
- Parameters:
modifiedDate
- the modified date of this export import configuration
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this export import configuration.- Specified by:
setMvccVersion
in interfaceExportImportConfigurationModel
- Specified by:
setMvccVersion
in interfaceMVCCModel
- Parameters:
mvccVersion
- the mvcc version of this export import configuration
-
setName
Sets the name of this export import configuration.- Specified by:
setName
in interfaceExportImportConfigurationModel
- Parameters:
name
- the name of this export import configuration
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this export import configuration.- Specified by:
setPrimaryKey
in interfaceExportImportConfigurationModel
- Parameters:
primaryKey
- the primary key of this export import configuration
-
setSettings
Sets the settings of this export import configuration.- Specified by:
setSettings
in interfaceExportImportConfigurationModel
- Parameters:
settings
- the settings of this export import configuration
-
setStatus
public void setStatus(int status) Sets the status of this export import configuration.- Specified by:
setStatus
in interfaceExportImportConfigurationModel
- Specified by:
setStatus
in interfaceWorkflowedModel
- Parameters:
status
- the status of this export import configuration
-
setStatusByUserId
public void setStatusByUserId(long statusByUserId) Sets the status by user ID of this export import configuration.- Specified by:
setStatusByUserId
in interfaceExportImportConfigurationModel
- Specified by:
setStatusByUserId
in interfaceWorkflowedModel
- Parameters:
statusByUserId
- the status by user ID of this export import configuration
-
setStatusByUserName
Sets the status by user name of this export import configuration.- Specified by:
setStatusByUserName
in interfaceExportImportConfigurationModel
- Specified by:
setStatusByUserName
in interfaceWorkflowedModel
- Parameters:
statusByUserName
- the status by user name of this export import configuration
-
setStatusByUserUuid
Sets the status by user uuid of this export import configuration.- Specified by:
setStatusByUserUuid
in interfaceExportImportConfigurationModel
- Specified by:
setStatusByUserUuid
in interfaceWorkflowedModel
- Parameters:
statusByUserUuid
- the status by user uuid of this export import configuration
-
setStatusDate
Sets the status date of this export import configuration.- Specified by:
setStatusDate
in interfaceExportImportConfigurationModel
- Specified by:
setStatusDate
in interfaceWorkflowedModel
- Parameters:
statusDate
- the status date of this export import configuration
-
setType
public void setType(int type) Sets the type of this export import configuration.- Specified by:
setType
in interfaceExportImportConfigurationModel
- Parameters:
type
- the type of this export import configuration
-
setUserId
public void setUserId(long userId) Sets the user ID of this export import configuration.- Specified by:
setUserId
in interfaceAuditedModel
- Specified by:
setUserId
in interfaceExportImportConfigurationModel
- Parameters:
userId
- the user ID of this export import configuration
-
setUserName
Sets the user name of this export import configuration.- Specified by:
setUserName
in interfaceAuditedModel
- Specified by:
setUserName
in interfaceExportImportConfigurationModel
- Parameters:
userName
- the user name of this export import configuration
-
setUserUuid
Sets the user uuid of this export import configuration.- Specified by:
setUserUuid
in interfaceAuditedModel
- Specified by:
setUserUuid
in interfaceExportImportConfigurationModel
- Parameters:
userUuid
- the user uuid of this export import configuration
-
toXmlString
- Specified by:
toXmlString
in interfaceExportImportConfigurationModel
-
wrap
protected ExportImportConfigurationWrapper wrap(ExportImportConfiguration exportImportConfiguration) - Specified by:
wrap
in classBaseModelWrapper<ExportImportConfiguration>
-