Interface BatchEngineImportTaskModel

All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<BatchEngineImportTask>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<BatchEngineImportTask>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedModel
All Known Subinterfaces:
BatchEngineImportTask
All Known Implementing Classes:
BatchEngineImportTaskWrapper

@ProviderType public interface BatchEngineImportTaskModel extends com.liferay.portal.kernel.model.BaseModel<BatchEngineImportTask>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedModel
The base model interface for the BatchEngineImportTask service. Represents a row in the "BatchEngineImportTask" database table, with each column mapped to a property of this class.

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.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    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.
    long
    Returns the primary key of this batch engine import task.
    int
    Returns the processed items count of this batch engine import task.
    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.
    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(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
    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(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
    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.
    default String
     

    Methods inherited from interface com.liferay.portal.kernel.model.BaseModel

    clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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.StagedModel

    clone, getStagedModelType
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this batch engine import task.
      Returns:
      the primary key of this batch engine import task
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this batch engine import task.
      Parameters:
      primaryKey - the primary key of this batch engine import task
    • getMvccVersion

      long getMvccVersion()
      Returns the mvcc version of this batch engine import task.
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this batch engine import task
    • setMvccVersion

      void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this batch engine import task.
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this batch engine import task
    • getUuid

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

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

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

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

      long getBatchEngineImportTaskId()
      Returns the batch engine import task ID of this batch engine import task.
      Returns:
      the batch engine import task ID of this batch engine import task
    • setBatchEngineImportTaskId

      void setBatchEngineImportTaskId(long batchEngineImportTaskId)
      Sets the batch engine import task ID of this batch engine import task.
      Parameters:
      batchEngineImportTaskId - the batch engine import task ID of this batch engine import task
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this batch engine import task.
      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
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this batch engine import task.
      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
    • getUserId

      long getUserId()
      Returns the user ID of this batch engine import task.
      Returns:
      the user ID of this batch engine import task
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this batch engine import task.
      Parameters:
      userId - the user ID of this batch engine import task
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this batch engine import task.
      Returns:
      the user uuid of this batch engine import task
    • setUserUuid

      void setUserUuid(String userUuid)
      Sets the user uuid of this batch engine import task.
      Parameters:
      userUuid - the user uuid of this batch engine import task
    • getCreateDate

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

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

      Date getModifiedDate()
      Returns the modified date of this batch engine import task.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the modified date of this batch engine import task
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this batch engine import task.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      modifiedDate - the modified date of this batch engine import task
    • getBatchSize

      long getBatchSize()
      Returns the batch size of this batch engine import task.
      Returns:
      the batch size of this batch engine import task
    • setBatchSize

      void setBatchSize(long batchSize)
      Sets the batch size of this batch engine import task.
      Parameters:
      batchSize - the batch size of this batch engine import task
    • getCallbackURL

      @AutoEscape String getCallbackURL()
      Returns the callback url of this batch engine import task.
      Returns:
      the callback url of this batch engine import task
    • setCallbackURL

      void setCallbackURL(String callbackURL)
      Sets the callback url of this batch engine import task.
      Parameters:
      callbackURL - the callback url of this batch engine import task
    • getClassName

      @AutoEscape String getClassName()
      Returns the class name of this batch engine import task.
      Returns:
      the class name of this batch engine import task
    • setClassName

      void setClassName(String className)
      Sets the class name of this batch engine import task.
      Parameters:
      className - the class name of this batch engine import task
    • getContent

      Blob getContent()
      Returns the content of this batch engine import task.
      Returns:
      the content of this batch engine import task
    • setContent

      void setContent(Blob content)
      Sets the content of this batch engine import task.
      Parameters:
      content - the content of this batch engine import task
    • getContentType

      @AutoEscape String getContentType()
      Returns the content type of this batch engine import task.
      Returns:
      the content type of this batch engine import task
    • setContentType

      void setContentType(String contentType)
      Sets the content type of this batch engine import task.
      Parameters:
      contentType - the content type of this batch engine import task
    • getEndTime

      Date getEndTime()
      Returns the end time of this batch engine import task.
      Returns:
      the end time of this batch engine import task
    • setEndTime

      void setEndTime(Date endTime)
      Sets the end time of this batch engine import task.
      Parameters:
      endTime - the end time of this batch engine import task
    • getErrorMessage

      @AutoEscape String getErrorMessage()
      Returns the error message of this batch engine import task.
      Returns:
      the error message of this batch engine import task
    • setErrorMessage

      void setErrorMessage(String errorMessage)
      Sets the error message of this batch engine import task.
      Parameters:
      errorMessage - the error message of this batch engine import task
    • getExecuteStatus

      @AutoEscape String getExecuteStatus()
      Returns the execute status of this batch engine import task.
      Returns:
      the execute status of this batch engine import task
    • setExecuteStatus

      void setExecuteStatus(String executeStatus)
      Sets the execute status of this batch engine import task.
      Parameters:
      executeStatus - the execute status of this batch engine import task
    • getFieldNameMapping

      Map<String,Serializable> getFieldNameMapping()
      Returns the field name mapping of this batch engine import task.
      Returns:
      the field name mapping of this batch engine import task
    • setFieldNameMapping

      void setFieldNameMapping(Map<String,Serializable> fieldNameMapping)
      Sets the field name mapping of this batch engine import task.
      Parameters:
      fieldNameMapping - the field name mapping of this batch engine import task
    • getImportStrategy

      int getImportStrategy()
      Returns the import strategy of this batch engine import task.
      Returns:
      the import strategy of this batch engine import task
    • setImportStrategy

      void setImportStrategy(int importStrategy)
      Sets the import strategy of this batch engine import task.
      Parameters:
      importStrategy - the import strategy of this batch engine import task
    • getOperation

      @AutoEscape String getOperation()
      Returns the operation of this batch engine import task.
      Returns:
      the operation of this batch engine import task
    • setOperation

      void setOperation(String operation)
      Sets the operation of this batch engine import task.
      Parameters:
      operation - the operation of this batch engine import task
    • getParameters

      Map<String,Serializable> getParameters()
      Returns the parameters of this batch engine import task.
      Returns:
      the parameters of this batch engine import task
    • setParameters

      void setParameters(Map<String,Serializable> parameters)
      Sets the parameters of this batch engine import task.
      Parameters:
      parameters - the parameters of this batch engine import task
    • getProcessedItemsCount

      int getProcessedItemsCount()
      Returns the processed items count of this batch engine import task.
      Returns:
      the processed items count of this batch engine import task
    • setProcessedItemsCount

      void setProcessedItemsCount(int processedItemsCount)
      Sets the processed items count of this batch engine import task.
      Parameters:
      processedItemsCount - the processed items count of this batch engine import task
    • getStartTime

      Date getStartTime()
      Returns the start time of this batch engine import task.
      Returns:
      the start time of this batch engine import task
    • setStartTime

      void setStartTime(Date startTime)
      Sets the start time of this batch engine import task.
      Parameters:
      startTime - the start time of this batch engine import task
    • getTaskItemDelegateName

      @AutoEscape String getTaskItemDelegateName()
      Returns the task item delegate name of this batch engine import task.
      Returns:
      the task item delegate name of this batch engine import task
    • setTaskItemDelegateName

      void setTaskItemDelegateName(String taskItemDelegateName)
      Sets the task item delegate name of this batch engine import task.
      Parameters:
      taskItemDelegateName - the task item delegate name of this batch engine import task
    • getTotalItemsCount

      int getTotalItemsCount()
      Returns the total items count of this batch engine import task.
      Returns:
      the total items count of this batch engine import task
    • setTotalItemsCount

      void setTotalItemsCount(int totalItemsCount)
      Sets the total items count of this batch engine import task.
      Parameters:
      totalItemsCount - the total items count of this batch engine import task
    • cloneWithOriginalValues

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

      default String toXmlString()