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
modelFields inherited from interface com.liferay.exportimport.kernel.model.ExportImportConfiguration
EXPORT_IMPORT_CONFIGURATION_ID_ACCESSOR -
Constructor Summary
ConstructorsConstructorDescriptionExportImportConfigurationWrapper(ExportImportConfiguration exportImportConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionlongReturns 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.longReturns the export import configuration ID of this export import configuration.longReturns the group ID of this export import configuration.Returns the modified date of this export import configuration.longReturns the mvcc version of this export import configuration.getName()Returns the name of this export import configuration.longReturns the primary key of this export import configuration.Returns the settings of this export import configuration.intReturns the status of this export import configuration.longReturns 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.longReturns the class primary key of the trash entry for this export import configuration.intgetType()Returns the type of this export import configuration.longReturns 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.booleanReturnstrueif this export import configuration is approved.booleanisDenied()Returnstrueif this export import configuration is denied.booleanisDraft()Returnstrueif this export import configuration is a draft.booleanReturnstrueif this export import configuration is expired.booleanReturnstrueif this export import configuration is inactive.booleanReturnstrueif this export import configuration is incomplete.booleanReturnstrueif this export import configuration is in the Recycle Bin.booleanReturnstrueif this export import configuration is pending.booleanReturnstrueif this export import configuration is scheduled.voidpersist()Updates this model instance in the database or adds it if it does not yet exist.voidsetCompanyId(long companyId) Sets the company ID of this export import configuration.voidsetCreateDate(Date createDate) Sets the create date of this export import configuration.voidsetDescription(String description) Sets the description of this export import configuration.voidsetExportImportConfigurationId(long exportImportConfigurationId) Sets the export import configuration ID of this export import configuration.voidsetGroupId(long groupId) Sets the group ID of this export import configuration.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this export import configuration.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this export import configuration.voidSets the name of this export import configuration.voidsetPrimaryKey(long primaryKey) Sets the primary key of this export import configuration.voidsetSettings(String settings) Sets the settings of this export import configuration.voidsetStatus(int status) Sets the status of this export import configuration.voidsetStatusByUserId(long statusByUserId) Sets the status by user ID of this export import configuration.voidsetStatusByUserName(String statusByUserName) Sets the status by user name of this export import configuration.voidsetStatusByUserUuid(String statusByUserUuid) Sets the status by user uuid of this export import configuration.voidsetStatusDate(Date statusDate) Sets the status date of this export import configuration.voidsetType(int type) Sets the type of this export import configuration.voidsetUserId(long userId) Sets the user ID of this export import configuration.voidsetUserName(String userName) Sets the user name of this export import configuration.voidsetUserUuid(String userUuid) Sets the user uuid of this export import configuration.protected ExportImportConfigurationWrapperwrap(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, 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
-
ExportImportConfigurationWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<ExportImportConfiguration>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<ExportImportConfiguration>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<ExportImportConfiguration>- Specified by:
cloneWithOriginalValuesin interfaceExportImportConfigurationModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this export import configuration.- Specified by:
getCompanyIdin interfaceAuditedModel- Specified by:
getCompanyIdin interfaceExportImportConfigurationModel- Specified by:
getCompanyIdin interfaceShardedModel- Returns:
- the company ID of this export import configuration
-
getCreateDate
Returns the create date of this export import configuration.- Specified by:
getCreateDatein interfaceAuditedModel- Specified by:
getCreateDatein interfaceExportImportConfigurationModel- Returns:
- the create date of this export import configuration
-
getDescription
Returns the description of this export import configuration.- Specified by:
getDescriptionin 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:
getExportImportConfigurationIdin 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:
getGroupIdin interfaceExportImportConfigurationModel- Specified by:
getGroupIdin interfaceGroupedModel- Returns:
- the group ID of this export import configuration
-
getModifiedDate
Returns the modified date of this export import configuration.- Specified by:
getModifiedDatein interfaceAuditedModel- Specified by:
getModifiedDatein 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:
getMvccVersionin interfaceExportImportConfigurationModel- Specified by:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this export import configuration
-
getName
Returns the name of this export import configuration.- Specified by:
getNamein interfaceExportImportConfigurationModel- Returns:
- the name of this export import configuration
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this export import configuration.- Specified by:
getPrimaryKeyin interfaceExportImportConfigurationModel- Returns:
- the primary key of this export import configuration
-
getSettings
Returns the settings of this export import configuration.- Specified by:
getSettingsin interfaceExportImportConfigurationModel- Returns:
- the settings of this export import configuration
-
getSettingsMap
- Specified by:
getSettingsMapin interfaceExportImportConfiguration
-
getStatus
public int getStatus()Returns the status of this export import configuration.- Specified by:
getStatusin interfaceExportImportConfigurationModel- Specified by:
getStatusin interfaceTrashedModel- Specified by:
getStatusin 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:
getStatusByUserIdin interfaceExportImportConfigurationModel- Specified by:
getStatusByUserIdin 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:
getStatusByUserNamein interfaceExportImportConfigurationModel- Specified by:
getStatusByUserNamein 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:
getStatusByUserUuidin interfaceExportImportConfigurationModel- Specified by:
getStatusByUserUuidin interfaceWorkflowedModel- Returns:
- the status by user uuid of this export import configuration
-
getStatusDate
Returns the status date of this export import configuration.- Specified by:
getStatusDatein interfaceExportImportConfigurationModel- Specified by:
getStatusDatein 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:
getTrashEntryClassPKin interfaceExportImportConfigurationModel- Specified by:
getTrashEntryClassPKin 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:
getTypein interfaceExportImportConfigurationModel- Returns:
- the type of this export import configuration
-
getUserId
public long getUserId()Returns the user ID of this export import configuration.- Specified by:
getUserIdin interfaceAuditedModel- Specified by:
getUserIdin interfaceExportImportConfigurationModel- Returns:
- the user ID of this export import configuration
-
getUserName
Returns the user name of this export import configuration.- Specified by:
getUserNamein interfaceAuditedModel- Specified by:
getUserNamein interfaceExportImportConfigurationModel- Returns:
- the user name of this export import configuration
-
getUserUuid
Returns the user uuid of this export import configuration.- Specified by:
getUserUuidin interfaceAuditedModel- Specified by:
getUserUuidin interfaceExportImportConfigurationModel- Returns:
- the user uuid of this export import configuration
-
isApproved
public boolean isApproved()Returnstrueif this export import configuration is approved.- Specified by:
isApprovedin interfaceExportImportConfigurationModel- Specified by:
isApprovedin interfaceWorkflowedModel- Returns:
trueif this export import configuration is approved;falseotherwise
-
isDenied
public boolean isDenied()Returnstrueif this export import configuration is denied.- Specified by:
isDeniedin interfaceExportImportConfigurationModel- Specified by:
isDeniedin interfaceWorkflowedModel- Returns:
trueif this export import configuration is denied;falseotherwise
-
isDraft
public boolean isDraft()Returnstrueif this export import configuration is a draft.- Specified by:
isDraftin interfaceExportImportConfigurationModel- Specified by:
isDraftin interfaceWorkflowedModel- Returns:
trueif this export import configuration is a draft;falseotherwise
-
isExpired
public boolean isExpired()Returnstrueif this export import configuration is expired.- Specified by:
isExpiredin interfaceExportImportConfigurationModel- Specified by:
isExpiredin interfaceWorkflowedModel- Returns:
trueif this export import configuration is expired;falseotherwise
-
isInactive
public boolean isInactive()Returnstrueif this export import configuration is inactive.- Specified by:
isInactivein interfaceExportImportConfigurationModel- Specified by:
isInactivein interfaceWorkflowedModel- Returns:
trueif this export import configuration is inactive;falseotherwise
-
isIncomplete
public boolean isIncomplete()Returnstrueif this export import configuration is incomplete.- Specified by:
isIncompletein interfaceExportImportConfigurationModel- Specified by:
isIncompletein interfaceWorkflowedModel- Returns:
trueif this export import configuration is incomplete;falseotherwise
-
isInTrash
public boolean isInTrash()Returnstrueif this export import configuration is in the Recycle Bin.- Specified by:
isInTrashin interfaceExportImportConfigurationModel- Specified by:
isInTrashin interfaceTrashedModel- Returns:
trueif this export import configuration is in the Recycle Bin;falseotherwise
-
isPending
public boolean isPending()Returnstrueif this export import configuration is pending.- Specified by:
isPendingin interfaceExportImportConfigurationModel- Specified by:
isPendingin interfaceWorkflowedModel- Returns:
trueif this export import configuration is pending;falseotherwise
-
isScheduled
public boolean isScheduled()Returnstrueif this export import configuration is scheduled.- Specified by:
isScheduledin interfaceExportImportConfigurationModel- Specified by:
isScheduledin interfaceWorkflowedModel- Returns:
trueif this export import configuration is scheduled;falseotherwise
-
persist
public void persist()Description copied from interface:PersistedModelUpdates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persistin interfacePersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this export import configuration.- Specified by:
setCompanyIdin interfaceAuditedModel- Specified by:
setCompanyIdin interfaceExportImportConfigurationModel- Specified by:
setCompanyIdin interfaceShardedModel- Parameters:
companyId- the company ID of this export import configuration
-
setCreateDate
Sets the create date of this export import configuration.- Specified by:
setCreateDatein interfaceAuditedModel- Specified by:
setCreateDatein interfaceExportImportConfigurationModel- Parameters:
createDate- the create date of this export import configuration
-
setDescription
Sets the description of this export import configuration.- Specified by:
setDescriptionin 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:
setExportImportConfigurationIdin 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:
setGroupIdin interfaceExportImportConfigurationModel- Specified by:
setGroupIdin interfaceGroupedModel- Parameters:
groupId- the group ID of this export import configuration
-
setModifiedDate
Sets the modified date of this export import configuration.- Specified by:
setModifiedDatein interfaceAuditedModel- Specified by:
setModifiedDatein 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:
setMvccVersionin interfaceExportImportConfigurationModel- Specified by:
setMvccVersionin interfaceMVCCModel- Parameters:
mvccVersion- the mvcc version of this export import configuration
-
setName
Sets the name of this export import configuration.- Specified by:
setNamein 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:
setPrimaryKeyin interfaceExportImportConfigurationModel- Parameters:
primaryKey- the primary key of this export import configuration
-
setSettings
Sets the settings of this export import configuration.- Specified by:
setSettingsin 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:
setStatusin interfaceExportImportConfigurationModel- Specified by:
setStatusin 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:
setStatusByUserIdin interfaceExportImportConfigurationModel- Specified by:
setStatusByUserIdin 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:
setStatusByUserNamein interfaceExportImportConfigurationModel- Specified by:
setStatusByUserNamein 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:
setStatusByUserUuidin interfaceExportImportConfigurationModel- Specified by:
setStatusByUserUuidin 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:
setStatusDatein interfaceExportImportConfigurationModel- Specified by:
setStatusDatein 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:
setTypein 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:
setUserIdin interfaceAuditedModel- Specified by:
setUserIdin interfaceExportImportConfigurationModel- Parameters:
userId- the user ID of this export import configuration
-
setUserName
Sets the user name of this export import configuration.- Specified by:
setUserNamein interfaceAuditedModel- Specified by:
setUserNamein interfaceExportImportConfigurationModel- Parameters:
userName- the user name of this export import configuration
-
setUserUuid
Sets the user uuid of this export import configuration.- Specified by:
setUserUuidin interfaceAuditedModel- Specified by:
setUserUuidin interfaceExportImportConfigurationModel- Parameters:
userUuid- the user uuid of this export import configuration
-
toXmlString
- Specified by:
toXmlStringin interfaceExportImportConfigurationModel
-
wrap
protected ExportImportConfigurationWrapper wrap(ExportImportConfiguration exportImportConfiguration) - Specified by:
wrapin classBaseModelWrapper<ExportImportConfiguration>
-