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
modelFields inherited from interface com.liferay.batch.engine.model.BatchEngineImportTask
BATCH_ENGINE_IMPORT_TASK_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintlongReturns the batch engine import task ID of this batch engine import task.longReturns 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.longReturns 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.intReturns the import strategy of this batch engine import task.Returns the modified date of this batch engine import task.longReturns 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) longReturns the primary key of this batch engine import task.intReturns the processed items count of this batch engine import task.com.liferay.exportimport.kernel.lar.StagedModelTypeReturns the start time of this batch engine import task.Returns the task item delegate name of this batch engine import task.intReturns the total items count of this batch engine import task.longReturns 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.voidpersist()voidsetBatchEngineImportTaskId(long batchEngineImportTaskId) Sets the batch engine import task ID of this batch engine import task.voidsetBatchSize(long batchSize) Sets the batch size of this batch engine import task.voidsetCallbackURL(String callbackURL) Sets the callback url of this batch engine import task.voidsetClassName(String className) Sets the class name of this batch engine import task.voidsetCompanyId(long companyId) Sets the company ID of this batch engine import task.voidsetContent(Blob content) Sets the content of this batch engine import task.voidsetContentType(String contentType) Sets the content type of this batch engine import task.voidsetCreateDate(Date createDate) Sets the create date of this batch engine import task.voidsetEndTime(Date endTime) Sets the end time of this batch engine import task.voidsetErrorMessage(String errorMessage) Sets the error message of this batch engine import task.voidsetExecuteStatus(String executeStatus) Sets the execute status of this batch engine import task.voidsetExternalReferenceCode(String externalReferenceCode) Sets the external reference code of this batch engine import task.voidsetFieldNameMapping(Map<String, Serializable> fieldNameMapping) Sets the field name mapping of this batch engine import task.voidsetImportStrategy(int importStrategy) Sets the import strategy of this batch engine import task.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this batch engine import task.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this batch engine import task.voidsetOperation(String operation) Sets the operation of this batch engine import task.voidsetParameters(Map<String, Serializable> parameters) Sets the parameters of this batch engine import task.voidsetPrimaryKey(long primaryKey) Sets the primary key of this batch engine import task.voidsetProcessedItemsCount(int processedItemsCount) Sets the processed items count of this batch engine import task.voidsetStartTime(Date startTime) Sets the start time of this batch engine import task.voidsetTaskItemDelegateName(String taskItemDelegateName) Sets the task item delegate name of this batch engine import task.voidsetTotalItemsCount(int totalItemsCount) Sets the total items count of this batch engine import task.voidsetUserId(long userId) Sets the user ID of this batch engine import task.voidsetUserUuid(String userUuid) Sets the user uuid of this batch engine import task.voidSets the uuid of this batch engine import task.protected BatchEngineImportTaskWrapperwrap(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, 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
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
BatchEngineImportTaskWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<BatchEngineImportTask>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<BatchEngineImportTask>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<BatchEngineImportTask>- Specified by:
cloneWithOriginalValuesin interfaceBatchEngineImportTaskModel
-
getBatchEngineImportTaskErrors
- Specified by:
getBatchEngineImportTaskErrorsin interfaceBatchEngineImportTask
-
getBatchEngineImportTaskErrorsCount
public int getBatchEngineImportTaskErrorsCount()- Specified by:
getBatchEngineImportTaskErrorsCountin interfaceBatchEngineImportTask
-
getBatchEngineImportTaskId
public long getBatchEngineImportTaskId()Returns the batch engine import task ID of this batch engine import task.- Specified by:
getBatchEngineImportTaskIdin 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:
getBatchSizein interfaceBatchEngineImportTaskModel- Returns:
- the batch size of this batch engine import task
-
getCallbackURL
Returns the callback url of this batch engine import task.- Specified by:
getCallbackURLin interfaceBatchEngineImportTaskModel- Returns:
- the callback url of this batch engine import task
-
getClassName
Returns the class name of this batch engine import task.- Specified by:
getClassNamein 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:
getCompanyIdin interfaceBatchEngineImportTaskModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin 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:
getContentin interfaceBatchEngineImportTaskModel- Returns:
- the content of this batch engine import task
-
getContentType
Returns the content type of this batch engine import task.- Specified by:
getContentTypein interfaceBatchEngineImportTaskModel- Returns:
- the content type of this batch engine import task
-
getCreateDate
Returns the create date of this batch engine import task.- Specified by:
getCreateDatein interfaceBatchEngineImportTaskModel- Specified by:
getCreateDatein 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:
getEndTimein interfaceBatchEngineImportTaskModel- Returns:
- the end time of this batch engine import task
-
getErrorMessage
Returns the error message of this batch engine import task.- Specified by:
getErrorMessagein interfaceBatchEngineImportTaskModel- Returns:
- the error message of this batch engine import task
-
getExecuteStatus
Returns the execute status of this batch engine import task.- Specified by:
getExecuteStatusin 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:
getExternalReferenceCodein interfaceBatchEngineImportTaskModel- Specified by:
getExternalReferenceCodein 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:
getFieldNameMappingin 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:
getImportStrategyin interfaceBatchEngineImportTaskModel- Returns:
- the import strategy of this batch engine import task
-
getModifiedDate
Returns the modified date of this batch engine import task.- Specified by:
getModifiedDatein interfaceBatchEngineImportTaskModel- Specified by:
getModifiedDatein 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:
getMvccVersionin interfaceBatchEngineImportTaskModel- Specified by:
getMvccVersionin 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:
getOperationin interfaceBatchEngineImportTaskModel- Returns:
- the operation of this batch engine import task
-
getParameters
Returns the parameters of this batch engine import task.- Specified by:
getParametersin interfaceBatchEngineImportTaskModel- Returns:
- the parameters of this batch engine import task
-
getParameterValue
- Specified by:
getParameterValuein interfaceBatchEngineImportTask
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this batch engine import task.- Specified by:
getPrimaryKeyin 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:
getProcessedItemsCountin 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:
getStartTimein 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:
getTaskItemDelegateNamein 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:
getTotalItemsCountin 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:
getUserIdin interfaceBatchEngineImportTaskModel- Returns:
- the user ID of this batch engine import task
-
getUserUuid
Returns the user uuid of this batch engine import task.- Specified by:
getUserUuidin interfaceBatchEngineImportTaskModel- Returns:
- the user uuid of this batch engine import task
-
getUuid
Returns the uuid of this batch engine import task.- Specified by:
getUuidin interfaceBatchEngineImportTaskModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Returns:
- the uuid of this batch engine import task
-
persist
public void persist()- Specified by:
persistin 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:
setBatchEngineImportTaskIdin 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:
setBatchSizein 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:
setCallbackURLin 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:
setClassNamein 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:
setCompanyIdin interfaceBatchEngineImportTaskModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin 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:
setContentin interfaceBatchEngineImportTaskModel- Parameters:
content- the content of this batch engine import task
-
setContentType
Sets the content type of this batch engine import task.- Specified by:
setContentTypein 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:
setCreateDatein interfaceBatchEngineImportTaskModel- Specified by:
setCreateDatein 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:
setEndTimein 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:
setErrorMessagein 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:
setExecuteStatusin 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:
setExternalReferenceCodein interfaceBatchEngineImportTaskModel- Specified by:
setExternalReferenceCodein 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:
setFieldNameMappingin 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:
setImportStrategyin 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:
setModifiedDatein interfaceBatchEngineImportTaskModel- Specified by:
setModifiedDatein 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:
setMvccVersionin interfaceBatchEngineImportTaskModel- Specified by:
setMvccVersionin 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:
setOperationin interfaceBatchEngineImportTaskModel- Parameters:
operation- the operation of this batch engine import task
-
setParameters
Sets the parameters of this batch engine import task.- Specified by:
setParametersin 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:
setPrimaryKeyin 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:
setProcessedItemsCountin 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:
setStartTimein 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:
setTaskItemDelegateNamein 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:
setTotalItemsCountin 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:
setUserIdin 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:
setUserUuidin interfaceBatchEngineImportTaskModel- Parameters:
userUuid- the user uuid of this batch engine import task
-
setUuid
Sets the uuid of this batch engine import task.- Specified by:
setUuidin interfaceBatchEngineImportTaskModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Parameters:
uuid- the uuid of this batch engine import task
-
toXmlString
- Specified by:
toXmlStringin interfaceBatchEngineImportTaskModel
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<BatchEngineImportTask>
-