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:
  • Constructor Details

    • BatchEngineImportTaskWrapper

      public BatchEngineImportTaskWrapper(BatchEngineImportTask batchEngineImportTask)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<BatchEngineImportTask>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<BatchEngineImportTask>
    • cloneWithOriginalValues

      public BatchEngineImportTask cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<BatchEngineImportTask>
      Specified by:
      cloneWithOriginalValues in interface BatchEngineImportTaskModel
    • getBatchEngineImportTaskErrors

      public List<BatchEngineImportTaskError> getBatchEngineImportTaskErrors()
      Specified by:
      getBatchEngineImportTaskErrors in interface BatchEngineImportTask
    • getBatchEngineImportTaskErrorsCount

      public int getBatchEngineImportTaskErrorsCount()
      Specified by:
      getBatchEngineImportTaskErrorsCount in interface BatchEngineImportTask
    • getBatchEngineImportTaskId

      public long getBatchEngineImportTaskId()
      Returns the batch engine import task ID of this batch engine import task.
      Specified by:
      getBatchEngineImportTaskId in interface BatchEngineImportTaskModel
      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 interface BatchEngineImportTaskModel
      Returns:
      the batch size of this batch engine import task
    • getCallbackURL

      public String getCallbackURL()
      Returns the callback url of this batch engine import task.
      Specified by:
      getCallbackURL in interface BatchEngineImportTaskModel
      Returns:
      the callback url of this batch engine import task
    • getClassName

      public String getClassName()
      Returns the class name of this batch engine import task.
      Specified by:
      getClassName in interface BatchEngineImportTaskModel
      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 interface BatchEngineImportTaskModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the company ID of this batch engine import task
    • getContent

      public Blob getContent()
      Returns the content of this batch engine import task.
      Specified by:
      getContent in interface BatchEngineImportTaskModel
      Returns:
      the content of this batch engine import task
    • getContentType

      public String getContentType()
      Returns the content type of this batch engine import task.
      Specified by:
      getContentType in interface BatchEngineImportTaskModel
      Returns:
      the content type of this batch engine import task
    • getCreateDate

      public Date getCreateDate()
      Returns the create date of this batch engine import task.
      Specified by:
      getCreateDate in interface BatchEngineImportTaskModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the create date of this batch engine import task
    • getEndTime

      public Date getEndTime()
      Returns the end time of this batch engine import task.
      Specified by:
      getEndTime in interface BatchEngineImportTaskModel
      Returns:
      the end time of this batch engine import task
    • getErrorMessage

      public String getErrorMessage()
      Returns the error message of this batch engine import task.
      Specified by:
      getErrorMessage in interface BatchEngineImportTaskModel
      Returns:
      the error message of this batch engine import task
    • getExecuteStatus

      public String getExecuteStatus()
      Returns the execute status of this batch engine import task.
      Specified by:
      getExecuteStatus in interface BatchEngineImportTaskModel
      Returns:
      the execute status of this batch engine import task
    • getExternalReferenceCode

      public String getExternalReferenceCode()
      Returns the external reference code of this batch engine import task.
      Specified by:
      getExternalReferenceCode in interface BatchEngineImportTaskModel
      Specified by:
      getExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Returns:
      the external reference code of this batch engine import task
    • getFieldNameMapping

      public Map<String,Serializable> getFieldNameMapping()
      Returns the field name mapping of this batch engine import task.
      Specified by:
      getFieldNameMapping in interface BatchEngineImportTaskModel
      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 interface BatchEngineImportTaskModel
      Returns:
      the import strategy of this batch engine import task
    • getModifiedDate

      public Date getModifiedDate()
      Returns the modified date of this batch engine import task.
      Specified by:
      getModifiedDate in interface BatchEngineImportTaskModel
      Specified by:
      getModifiedDate in interface com.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 interface BatchEngineImportTaskModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this batch engine import task
    • getOperation

      public String getOperation()
      Returns the operation of this batch engine import task.
      Specified by:
      getOperation in interface BatchEngineImportTaskModel
      Returns:
      the operation of this batch engine import task
    • getParameters

      public Map<String,Serializable> getParameters()
      Returns the parameters of this batch engine import task.
      Specified by:
      getParameters in interface BatchEngineImportTaskModel
      Returns:
      the parameters of this batch engine import task
    • getParameterValue

      public String getParameterValue(String name)
      Specified by:
      getParameterValue in interface BatchEngineImportTask
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this batch engine import task.
      Specified by:
      getPrimaryKey in interface BatchEngineImportTaskModel
      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 interface BatchEngineImportTaskModel
      Returns:
      the processed items count of this batch engine import task
    • getStartTime

      public Date getStartTime()
      Returns the start time of this batch engine import task.
      Specified by:
      getStartTime in interface BatchEngineImportTaskModel
      Returns:
      the start time of this batch engine import task
    • getTaskItemDelegateName

      public String getTaskItemDelegateName()
      Returns the task item delegate name of this batch engine import task.
      Specified by:
      getTaskItemDelegateName in interface BatchEngineImportTaskModel
      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 interface BatchEngineImportTaskModel
      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 interface BatchEngineImportTaskModel
      Returns:
      the user ID of this batch engine import task
    • getUserUuid

      public String getUserUuid()
      Returns the user uuid of this batch engine import task.
      Specified by:
      getUserUuid in interface BatchEngineImportTaskModel
      Returns:
      the user uuid of this batch engine import task
    • getUuid

      public String getUuid()
      Returns the uuid of this batch engine import task.
      Specified by:
      getUuid in interface BatchEngineImportTaskModel
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the uuid of this batch engine import task
    • persist

      public void persist()
      Specified by:
      persist in interface com.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 interface BatchEngineImportTaskModel
      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 interface BatchEngineImportTaskModel
      Parameters:
      batchSize - the batch size of this batch engine import task
    • setCallbackURL

      public void setCallbackURL(String callbackURL)
      Sets the callback url of this batch engine import task.
      Specified by:
      setCallbackURL in interface BatchEngineImportTaskModel
      Parameters:
      callbackURL - the callback url of this batch engine import task
    • setClassName

      public void setClassName(String className)
      Sets the class name of this batch engine import task.
      Specified by:
      setClassName in interface BatchEngineImportTaskModel
      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 interface BatchEngineImportTaskModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      companyId - the company ID of this batch engine import task
    • setContent

      public void setContent(Blob content)
      Sets the content of this batch engine import task.
      Specified by:
      setContent in interface BatchEngineImportTaskModel
      Parameters:
      content - the content of this batch engine import task
    • setContentType

      public void setContentType(String contentType)
      Sets the content type of this batch engine import task.
      Specified by:
      setContentType in interface BatchEngineImportTaskModel
      Parameters:
      contentType - the content type of this batch engine import task
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the create date of this batch engine import task.
      Specified by:
      setCreateDate in interface BatchEngineImportTaskModel
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      createDate - the create date of this batch engine import task
    • setEndTime

      public void setEndTime(Date endTime)
      Sets the end time of this batch engine import task.
      Specified by:
      setEndTime in interface BatchEngineImportTaskModel
      Parameters:
      endTime - the end time of this batch engine import task
    • setErrorMessage

      public void setErrorMessage(String errorMessage)
      Sets the error message of this batch engine import task.
      Specified by:
      setErrorMessage in interface BatchEngineImportTaskModel
      Parameters:
      errorMessage - the error message of this batch engine import task
    • setExecuteStatus

      public void setExecuteStatus(String executeStatus)
      Sets the execute status of this batch engine import task.
      Specified by:
      setExecuteStatus in interface BatchEngineImportTaskModel
      Parameters:
      executeStatus - the execute status of this batch engine import task
    • setExternalReferenceCode

      public void setExternalReferenceCode(String externalReferenceCode)
      Sets the external reference code of this batch engine import task.
      Specified by:
      setExternalReferenceCode in interface BatchEngineImportTaskModel
      Specified by:
      setExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Parameters:
      externalReferenceCode - the external reference code of this batch engine import task
    • setFieldNameMapping

      public void setFieldNameMapping(Map<String,Serializable> fieldNameMapping)
      Sets the field name mapping of this batch engine import task.
      Specified by:
      setFieldNameMapping in interface BatchEngineImportTaskModel
      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 interface BatchEngineImportTaskModel
      Parameters:
      importStrategy - the import strategy of this batch engine import task
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Sets the modified date of this batch engine import task.
      Specified by:
      setModifiedDate in interface BatchEngineImportTaskModel
      Specified by:
      setModifiedDate in interface com.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 interface BatchEngineImportTaskModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this batch engine import task
    • setOperation

      public void setOperation(String operation)
      Sets the operation of this batch engine import task.
      Specified by:
      setOperation in interface BatchEngineImportTaskModel
      Parameters:
      operation - the operation of this batch engine import task
    • setParameters

      public void setParameters(Map<String,Serializable> parameters)
      Sets the parameters of this batch engine import task.
      Specified by:
      setParameters in interface BatchEngineImportTaskModel
      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 interface BatchEngineImportTaskModel
      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 interface BatchEngineImportTaskModel
      Parameters:
      processedItemsCount - the processed items count of this batch engine import task
    • setStartTime

      public void setStartTime(Date startTime)
      Sets the start time of this batch engine import task.
      Specified by:
      setStartTime in interface BatchEngineImportTaskModel
      Parameters:
      startTime - the start time of this batch engine import task
    • setTaskItemDelegateName

      public void setTaskItemDelegateName(String taskItemDelegateName)
      Sets the task item delegate name of this batch engine import task.
      Specified by:
      setTaskItemDelegateName in interface BatchEngineImportTaskModel
      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 interface BatchEngineImportTaskModel
      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 interface BatchEngineImportTaskModel
      Parameters:
      userId - the user ID of this batch engine import task
    • setUserUuid

      public void setUserUuid(String userUuid)
      Sets the user uuid of this batch engine import task.
      Specified by:
      setUserUuid in interface BatchEngineImportTaskModel
      Parameters:
      userUuid - the user uuid of this batch engine import task
    • setUuid

      public void setUuid(String uuid)
      Sets the uuid of this batch engine import task.
      Specified by:
      setUuid in interface BatchEngineImportTaskModel
      Specified by:
      setUuid in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      uuid - the uuid of this batch engine import task
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface BatchEngineImportTaskModel
    • getStagedModelType

      public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
      Specified by:
      getStagedModelType in interface com.liferay.portal.kernel.model.StagedModel
    • wrap

      protected BatchEngineImportTaskWrapper wrap(BatchEngineImportTask batchEngineImportTask)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<BatchEngineImportTask>