Package com.liferay.batch.engine.model
Class BatchEngineImportTaskWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<BatchEngineImportTask>
com.liferay.batch.engine.model.BatchEngineImportTaskWrapper
- All Implemented Interfaces:
BatchEngineImportTask
,BatchEngineImportTaskModel
,com.liferay.portal.kernel.model.BaseModel<BatchEngineImportTask>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ExternalReferenceCodeModel
,com.liferay.portal.kernel.model.ModelWrapper<BatchEngineImportTask>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedModel
,Serializable
,Cloneable
,Comparable<BatchEngineImportTask>
public class BatchEngineImportTaskWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<BatchEngineImportTask>
implements BatchEngineImportTask, com.liferay.portal.kernel.model.ModelWrapper<BatchEngineImportTask>
This class is a wrapper for BatchEngineImportTask
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.batch.engine.model.BatchEngineImportTask
BATCH_ENGINE_IMPORT_TASK_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
long
Returns the batch engine import task ID of this batch engine import task.long
Returns the batch size of this batch engine import task.Returns the callback url of this batch engine import task.Returns the class name of this batch engine import task.long
Returns the company ID of this batch engine import task.Returns the content of this batch engine import task.Returns the content type of this batch engine import task.Returns the create date of this batch engine import task.Returns the end time of this batch engine import task.Returns the error message of this batch engine import task.Returns the execute status of this batch engine import task.Returns the external reference code of this batch engine import task.Returns the field name mapping of this batch engine import task.int
Returns the import strategy of this batch engine import task.Returns the modified date of this batch engine import task.long
Returns the mvcc version of this batch engine import task.Returns the operation of this batch engine import task.Returns the parameters of this batch engine import task.getParameterValue
(String name) long
Returns the primary key of this batch engine import task.int
Returns the processed items count of this batch engine import task.com.liferay.exportimport.kernel.lar.StagedModelType
Returns the start time of this batch engine import task.Returns the task item delegate name of this batch engine import task.int
Returns the total items count of this batch engine import task.long
Returns the user ID of this batch engine import task.Returns the user uuid of this batch engine import task.getUuid()
Returns the uuid of this batch engine import task.void
persist()
void
setBatchEngineImportTaskId
(long batchEngineImportTaskId) Sets the batch engine import task ID of this batch engine import task.void
setBatchSize
(long batchSize) Sets the batch size of this batch engine import task.void
setCallbackURL
(String callbackURL) Sets the callback url of this batch engine import task.void
setClassName
(String className) Sets the class name of this batch engine import task.void
setCompanyId
(long companyId) Sets the company ID of this batch engine import task.void
setContent
(Blob content) Sets the content of this batch engine import task.void
setContentType
(String contentType) Sets the content type of this batch engine import task.void
setCreateDate
(Date createDate) Sets the create date of this batch engine import task.void
setEndTime
(Date endTime) Sets the end time of this batch engine import task.void
setErrorMessage
(String errorMessage) Sets the error message of this batch engine import task.void
setExecuteStatus
(String executeStatus) Sets the execute status of this batch engine import task.void
setExternalReferenceCode
(String externalReferenceCode) Sets the external reference code of this batch engine import task.void
setFieldNameMapping
(Map<String, Serializable> fieldNameMapping) Sets the field name mapping of this batch engine import task.void
setImportStrategy
(int importStrategy) Sets the import strategy of this batch engine import task.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this batch engine import task.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this batch engine import task.void
setOperation
(String operation) Sets the operation of this batch engine import task.void
setParameters
(Map<String, Serializable> parameters) Sets the parameters of this batch engine import task.void
setPrimaryKey
(long primaryKey) Sets the primary key of this batch engine import task.void
setProcessedItemsCount
(int processedItemsCount) Sets the processed items count of this batch engine import task.void
setStartTime
(Date startTime) Sets the start time of this batch engine import task.void
setTaskItemDelegateName
(String taskItemDelegateName) Sets the task item delegate name of this batch engine import task.void
setTotalItemsCount
(int totalItemsCount) Sets the total items count of this batch engine import task.void
setUserId
(long userId) Sets the user ID of this batch engine import task.void
setUserUuid
(String userUuid) Sets the user uuid of this batch engine import task.void
Sets the uuid of this batch engine import task.protected BatchEngineImportTaskWrapper
wrap
(BatchEngineImportTask batchEngineImportTask) 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
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
BatchEngineImportTaskWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<BatchEngineImportTask>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<BatchEngineImportTask>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<BatchEngineImportTask>
- Specified by:
cloneWithOriginalValues
in interfaceBatchEngineImportTaskModel
-
getBatchEngineImportTaskErrors
- Specified by:
getBatchEngineImportTaskErrors
in interfaceBatchEngineImportTask
-
getBatchEngineImportTaskErrorsCount
public int getBatchEngineImportTaskErrorsCount()- Specified by:
getBatchEngineImportTaskErrorsCount
in interfaceBatchEngineImportTask
-
getBatchEngineImportTaskId
public long getBatchEngineImportTaskId()Returns the batch engine import task ID of this batch engine import task.- Specified by:
getBatchEngineImportTaskId
in interfaceBatchEngineImportTaskModel
- Returns:
- the batch engine import task ID of this batch engine import task
-
getBatchSize
public long getBatchSize()Returns the batch size of this batch engine import task.- Specified by:
getBatchSize
in interfaceBatchEngineImportTaskModel
- Returns:
- the batch size of this batch engine import task
-
getCallbackURL
Returns the callback url of this batch engine import task.- Specified by:
getCallbackURL
in interfaceBatchEngineImportTaskModel
- Returns:
- the callback url of this batch engine import task
-
getClassName
Returns the class name of this batch engine import task.- Specified by:
getClassName
in interfaceBatchEngineImportTaskModel
- Returns:
- the class name of this batch engine import task
-
getCompanyId
public long getCompanyId()Returns the company ID of this batch engine import task.- Specified by:
getCompanyId
in interfaceBatchEngineImportTaskModel
- 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 batch engine import task
-
getContent
Returns the content of this batch engine import task.- Specified by:
getContent
in interfaceBatchEngineImportTaskModel
- Returns:
- the content of this batch engine import task
-
getContentType
Returns the content type of this batch engine import task.- Specified by:
getContentType
in interfaceBatchEngineImportTaskModel
- Returns:
- the content type of this batch engine import task
-
getCreateDate
Returns the create date of this batch engine import task.- Specified by:
getCreateDate
in interfaceBatchEngineImportTaskModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the create date of this batch engine import task
-
getEndTime
Returns the end time of this batch engine import task.- Specified by:
getEndTime
in interfaceBatchEngineImportTaskModel
- Returns:
- the end time of this batch engine import task
-
getErrorMessage
Returns the error message of this batch engine import task.- Specified by:
getErrorMessage
in interfaceBatchEngineImportTaskModel
- Returns:
- the error message of this batch engine import task
-
getExecuteStatus
Returns the execute status of this batch engine import task.- Specified by:
getExecuteStatus
in interfaceBatchEngineImportTaskModel
- Returns:
- the execute status of this batch engine import task
-
getExternalReferenceCode
Returns the external reference code of this batch engine import task.- Specified by:
getExternalReferenceCode
in interfaceBatchEngineImportTaskModel
- Specified by:
getExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
- Returns:
- the external reference code of this batch engine import task
-
getFieldNameMapping
Returns the field name mapping of this batch engine import task.- Specified by:
getFieldNameMapping
in interfaceBatchEngineImportTaskModel
- Returns:
- the field name mapping of this batch engine import task
-
getImportStrategy
public int getImportStrategy()Returns the import strategy of this batch engine import task.- Specified by:
getImportStrategy
in interfaceBatchEngineImportTaskModel
- Returns:
- the import strategy of this batch engine import task
-
getModifiedDate
Returns the modified date of this batch engine import task.- Specified by:
getModifiedDate
in interfaceBatchEngineImportTaskModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the modified date of this batch engine import task
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this batch engine import task.- Specified by:
getMvccVersion
in interfaceBatchEngineImportTaskModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this batch engine import task
-
getOperation
Returns the operation of this batch engine import task.- Specified by:
getOperation
in interfaceBatchEngineImportTaskModel
- Returns:
- the operation of this batch engine import task
-
getParameters
Returns the parameters of this batch engine import task.- Specified by:
getParameters
in interfaceBatchEngineImportTaskModel
- Returns:
- the parameters of this batch engine import task
-
getParameterValue
- Specified by:
getParameterValue
in interfaceBatchEngineImportTask
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this batch engine import task.- Specified by:
getPrimaryKey
in interfaceBatchEngineImportTaskModel
- Returns:
- the primary key of this batch engine import task
-
getProcessedItemsCount
public int getProcessedItemsCount()Returns the processed items count of this batch engine import task.- Specified by:
getProcessedItemsCount
in interfaceBatchEngineImportTaskModel
- Returns:
- the processed items count of this batch engine import task
-
getStartTime
Returns the start time of this batch engine import task.- Specified by:
getStartTime
in interfaceBatchEngineImportTaskModel
- Returns:
- the start time of this batch engine import task
-
getTaskItemDelegateName
Returns the task item delegate name of this batch engine import task.- Specified by:
getTaskItemDelegateName
in interfaceBatchEngineImportTaskModel
- Returns:
- the task item delegate name of this batch engine import task
-
getTotalItemsCount
public int getTotalItemsCount()Returns the total items count of this batch engine import task.- Specified by:
getTotalItemsCount
in interfaceBatchEngineImportTaskModel
- Returns:
- the total items count of this batch engine import task
-
getUserId
public long getUserId()Returns the user ID of this batch engine import task.- Specified by:
getUserId
in interfaceBatchEngineImportTaskModel
- Returns:
- the user ID of this batch engine import task
-
getUserUuid
Returns the user uuid of this batch engine import task.- Specified by:
getUserUuid
in interfaceBatchEngineImportTaskModel
- Returns:
- the user uuid of this batch engine import task
-
getUuid
Returns the uuid of this batch engine import task.- Specified by:
getUuid
in interfaceBatchEngineImportTaskModel
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the uuid of this batch engine import task
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setBatchEngineImportTaskId
public void setBatchEngineImportTaskId(long batchEngineImportTaskId) Sets the batch engine import task ID of this batch engine import task.- Specified by:
setBatchEngineImportTaskId
in interfaceBatchEngineImportTaskModel
- Parameters:
batchEngineImportTaskId
- the batch engine import task ID of this batch engine import task
-
setBatchSize
public void setBatchSize(long batchSize) Sets the batch size of this batch engine import task.- Specified by:
setBatchSize
in interfaceBatchEngineImportTaskModel
- Parameters:
batchSize
- the batch size of this batch engine import task
-
setCallbackURL
Sets the callback url of this batch engine import task.- Specified by:
setCallbackURL
in interfaceBatchEngineImportTaskModel
- Parameters:
callbackURL
- the callback url of this batch engine import task
-
setClassName
Sets the class name of this batch engine import task.- Specified by:
setClassName
in interfaceBatchEngineImportTaskModel
- Parameters:
className
- the class name of this batch engine import task
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this batch engine import task.- Specified by:
setCompanyId
in interfaceBatchEngineImportTaskModel
- 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 batch engine import task
-
setContent
Sets the content of this batch engine import task.- Specified by:
setContent
in interfaceBatchEngineImportTaskModel
- Parameters:
content
- the content of this batch engine import task
-
setContentType
Sets the content type of this batch engine import task.- Specified by:
setContentType
in interfaceBatchEngineImportTaskModel
- Parameters:
contentType
- the content type of this batch engine import task
-
setCreateDate
Sets the create date of this batch engine import task.- Specified by:
setCreateDate
in interfaceBatchEngineImportTaskModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
createDate
- the create date of this batch engine import task
-
setEndTime
Sets the end time of this batch engine import task.- Specified by:
setEndTime
in interfaceBatchEngineImportTaskModel
- Parameters:
endTime
- the end time of this batch engine import task
-
setErrorMessage
Sets the error message of this batch engine import task.- Specified by:
setErrorMessage
in interfaceBatchEngineImportTaskModel
- Parameters:
errorMessage
- the error message of this batch engine import task
-
setExecuteStatus
Sets the execute status of this batch engine import task.- Specified by:
setExecuteStatus
in interfaceBatchEngineImportTaskModel
- Parameters:
executeStatus
- the execute status of this batch engine import task
-
setExternalReferenceCode
Sets the external reference code of this batch engine import task.- Specified by:
setExternalReferenceCode
in interfaceBatchEngineImportTaskModel
- Specified by:
setExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
- Parameters:
externalReferenceCode
- the external reference code of this batch engine import task
-
setFieldNameMapping
Sets the field name mapping of this batch engine import task.- Specified by:
setFieldNameMapping
in interfaceBatchEngineImportTaskModel
- Parameters:
fieldNameMapping
- the field name mapping of this batch engine import task
-
setImportStrategy
public void setImportStrategy(int importStrategy) Sets the import strategy of this batch engine import task.- Specified by:
setImportStrategy
in interfaceBatchEngineImportTaskModel
- Parameters:
importStrategy
- the import strategy of this batch engine import task
-
setModifiedDate
Sets the modified date of this batch engine import task.- Specified by:
setModifiedDate
in interfaceBatchEngineImportTaskModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
modifiedDate
- the modified date of this batch engine import task
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this batch engine import task.- Specified by:
setMvccVersion
in interfaceBatchEngineImportTaskModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this batch engine import task
-
setOperation
Sets the operation of this batch engine import task.- Specified by:
setOperation
in interfaceBatchEngineImportTaskModel
- Parameters:
operation
- the operation of this batch engine import task
-
setParameters
Sets the parameters of this batch engine import task.- Specified by:
setParameters
in interfaceBatchEngineImportTaskModel
- Parameters:
parameters
- the parameters of this batch engine import task
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this batch engine import task.- Specified by:
setPrimaryKey
in interfaceBatchEngineImportTaskModel
- Parameters:
primaryKey
- the primary key of this batch engine import task
-
setProcessedItemsCount
public void setProcessedItemsCount(int processedItemsCount) Sets the processed items count of this batch engine import task.- Specified by:
setProcessedItemsCount
in interfaceBatchEngineImportTaskModel
- Parameters:
processedItemsCount
- the processed items count of this batch engine import task
-
setStartTime
Sets the start time of this batch engine import task.- Specified by:
setStartTime
in interfaceBatchEngineImportTaskModel
- Parameters:
startTime
- the start time of this batch engine import task
-
setTaskItemDelegateName
Sets the task item delegate name of this batch engine import task.- Specified by:
setTaskItemDelegateName
in interfaceBatchEngineImportTaskModel
- Parameters:
taskItemDelegateName
- the task item delegate name of this batch engine import task
-
setTotalItemsCount
public void setTotalItemsCount(int totalItemsCount) Sets the total items count of this batch engine import task.- Specified by:
setTotalItemsCount
in interfaceBatchEngineImportTaskModel
- Parameters:
totalItemsCount
- the total items count of this batch engine import task
-
setUserId
public void setUserId(long userId) Sets the user ID of this batch engine import task.- Specified by:
setUserId
in interfaceBatchEngineImportTaskModel
- Parameters:
userId
- the user ID of this batch engine import task
-
setUserUuid
Sets the user uuid of this batch engine import task.- Specified by:
setUserUuid
in interfaceBatchEngineImportTaskModel
- Parameters:
userUuid
- the user uuid of this batch engine import task
-
setUuid
Sets the uuid of this batch engine import task.- Specified by:
setUuid
in interfaceBatchEngineImportTaskModel
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
uuid
- the uuid of this batch engine import task
-
toXmlString
- Specified by:
toXmlString
in interfaceBatchEngineImportTaskModel
-
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<BatchEngineImportTask>
-