@ProviderType public interface BatchEngineImportTaskModel extends com.liferay.portal.kernel.model.BaseModel<BatchEngineImportTask>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedModel
This interface and its corresponding implementation com.liferay.batch.engine.model.impl.BatchEngineImportTaskModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.batch.engine.model.impl.BatchEngineImportTaskImpl.
BatchEngineImportTask| Modifier and Type | Method and Description |
|---|---|
BatchEngineImportTask |
cloneWithOriginalValues() |
long |
getBatchEngineImportTaskId()
Returns the batch engine import task ID of this batch engine import task.
|
long |
getBatchSize()
Returns the batch size of this batch engine import task.
|
java.lang.String |
getCallbackURL()
Returns the callback url of this batch engine import task.
|
java.lang.String |
getClassName()
Returns the class name of this batch engine import task.
|
long |
getCompanyId()
Returns the company ID of this batch engine import task.
|
java.sql.Blob |
getContent()
Returns the content of this batch engine import task.
|
java.lang.String |
getContentType()
Returns the content type of this batch engine import task.
|
java.util.Date |
getCreateDate()
Returns the create date of this batch engine import task.
|
java.util.Date |
getEndTime()
Returns the end time of this batch engine import task.
|
java.lang.String |
getErrorMessage()
Returns the error message of this batch engine import task.
|
java.lang.String |
getExecuteStatus()
Returns the execute status of this batch engine import task.
|
java.lang.String |
getExternalReferenceCode()
Returns the external reference code of this batch engine import task.
|
java.util.Map<java.lang.String,java.io.Serializable> |
getFieldNameMapping()
Returns the field name mapping of this batch engine import task.
|
int |
getImportStrategy()
Returns the import strategy of this batch engine import task.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this batch engine import task.
|
long |
getMvccVersion()
Returns the mvcc version of this batch engine import task.
|
java.lang.String |
getOperation()
Returns the operation of this batch engine import task.
|
java.util.Map<java.lang.String,java.io.Serializable> |
getParameters()
Returns the parameters of this batch engine import task.
|
long |
getPrimaryKey()
Returns the primary key of this batch engine import task.
|
int |
getProcessedItemsCount()
Returns the processed items count of this batch engine import task.
|
java.util.Date |
getStartTime()
Returns the start time of this batch engine import task.
|
java.lang.String |
getTaskItemDelegateName()
Returns the task item delegate name of this batch engine import task.
|
int |
getTotalItemsCount()
Returns the total items count of this batch engine import task.
|
long |
getUserId()
Returns the user ID of this batch engine import task.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this batch engine import task.
|
java.lang.String |
getUuid()
Returns the uuid of this batch engine import task.
|
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(java.lang.String callbackURL)
Sets the callback url of this batch engine import task.
|
void |
setClassName(java.lang.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(java.sql.Blob content)
Sets the content of this batch engine import task.
|
void |
setContentType(java.lang.String contentType)
Sets the content type of this batch engine import task.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this batch engine import task.
|
void |
setEndTime(java.util.Date endTime)
Sets the end time of this batch engine import task.
|
void |
setErrorMessage(java.lang.String errorMessage)
Sets the error message of this batch engine import task.
|
void |
setExecuteStatus(java.lang.String executeStatus)
Sets the execute status of this batch engine import task.
|
void |
setExternalReferenceCode(java.lang.String externalReferenceCode)
Sets the external reference code of this batch engine import task.
|
void |
setFieldNameMapping(java.util.Map<java.lang.String,java.io.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 |
setModifiedDate(java.util.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(java.lang.String operation)
Sets the operation of this batch engine import task.
|
void |
setParameters(java.util.Map<java.lang.String,java.io.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(java.util.Date startTime)
Sets the start time of this batch engine import task.
|
void |
setTaskItemDelegateName(java.lang.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(java.lang.String userUuid)
Sets the user uuid of this batch engine import task.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this batch engine import task.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringlong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this batch engine import tasklong getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this batch engine import task@AutoEscape java.lang.String getUuid()
getUuid in interface com.liferay.portal.kernel.model.StagedModelvoid setUuid(java.lang.String uuid)
setUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this batch engine import task@AutoEscape java.lang.String getExternalReferenceCode()
void setExternalReferenceCode(java.lang.String externalReferenceCode)
externalReferenceCode - the external reference code of this batch engine import tasklong getBatchEngineImportTaskId()
void setBatchEngineImportTaskId(long batchEngineImportTaskId)
batchEngineImportTaskId - the batch engine import task ID of this batch engine import tasklong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this batch engine import tasklong getUserId()
void setUserId(long userId)
userId - the user ID of this batch engine import taskjava.lang.String getUserUuid()
void setUserUuid(java.lang.String userUuid)
userUuid - the user uuid of this batch engine import taskjava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.StagedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this batch engine import taskjava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.StagedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this batch engine import tasklong getBatchSize()
void setBatchSize(long batchSize)
batchSize - the batch size of this batch engine import task@AutoEscape java.lang.String getCallbackURL()
void setCallbackURL(java.lang.String callbackURL)
callbackURL - the callback url of this batch engine import task@AutoEscape java.lang.String getClassName()
void setClassName(java.lang.String className)
className - the class name of this batch engine import taskjava.sql.Blob getContent()
void setContent(java.sql.Blob content)
content - the content of this batch engine import task@AutoEscape java.lang.String getContentType()
void setContentType(java.lang.String contentType)
contentType - the content type of this batch engine import taskjava.util.Date getEndTime()
void setEndTime(java.util.Date endTime)
endTime - the end time of this batch engine import task@AutoEscape java.lang.String getErrorMessage()
void setErrorMessage(java.lang.String errorMessage)
errorMessage - the error message of this batch engine import task@AutoEscape java.lang.String getExecuteStatus()
void setExecuteStatus(java.lang.String executeStatus)
executeStatus - the execute status of this batch engine import taskjava.util.Map<java.lang.String,java.io.Serializable> getFieldNameMapping()
void setFieldNameMapping(java.util.Map<java.lang.String,java.io.Serializable> fieldNameMapping)
fieldNameMapping - the field name mapping of this batch engine import taskint getImportStrategy()
void setImportStrategy(int importStrategy)
importStrategy - the import strategy of this batch engine import task@AutoEscape java.lang.String getOperation()
void setOperation(java.lang.String operation)
operation - the operation of this batch engine import taskjava.util.Map<java.lang.String,java.io.Serializable> getParameters()
void setParameters(java.util.Map<java.lang.String,java.io.Serializable> parameters)
parameters - the parameters of this batch engine import taskint getProcessedItemsCount()
void setProcessedItemsCount(int processedItemsCount)
processedItemsCount - the processed items count of this batch engine import taskjava.util.Date getStartTime()
void setStartTime(java.util.Date startTime)
startTime - the start time of this batch engine import task@AutoEscape java.lang.String getTaskItemDelegateName()
void setTaskItemDelegateName(java.lang.String taskItemDelegateName)
taskItemDelegateName - the task item delegate name of this batch engine import taskint getTotalItemsCount()
void setTotalItemsCount(int totalItemsCount)
totalItemsCount - the total items count of this batch engine import taskBatchEngineImportTask cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<BatchEngineImportTask>