Interface DispatchTriggerModel

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

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

This interface and its corresponding implementation com.liferay.dispatch.model.impl.DispatchTriggerModelImpl 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.dispatch.model.impl.DispatchTriggerImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
    Returns the active of this dispatch trigger.
    long
    Returns the company ID of this dispatch trigger.
    Returns the create date of this dispatch trigger.
    Returns the cron expression of this dispatch trigger.
    int
    Returns the dispatch task cluster mode of this dispatch trigger.
    Returns the dispatch task executor type of this dispatch trigger.
    Returns the dispatch task settings of this dispatch trigger.
    long
    Returns the dispatch trigger ID of this dispatch trigger.
    Returns the end date of this dispatch trigger.
    Returns the external reference code of this dispatch trigger.
    Returns the modified date of this dispatch trigger.
    long
    Returns the mvcc version of this dispatch trigger.
    Returns the name of this dispatch trigger.
    boolean
    Returns the overlap allowed of this dispatch trigger.
    long
    Returns the primary key of this dispatch trigger.
    Returns the start date of this dispatch trigger.
    boolean
    Returns the system of this dispatch trigger.
    Returns the time zone ID of this dispatch trigger.
    long
    Returns the user ID of this dispatch trigger.
    Returns the user name of this dispatch trigger.
    Returns the user uuid of this dispatch trigger.
    Returns the uuid of this dispatch trigger.
    boolean
    Returns true if this dispatch trigger is active.
    boolean
    Returns true if this dispatch trigger is overlap allowed.
    boolean
    Returns true if this dispatch trigger is system.
    void
    setActive(boolean active)
    Sets whether this dispatch trigger is active.
    void
    setCompanyId(long companyId)
    Sets the company ID of this dispatch trigger.
    void
    setCreateDate(Date createDate)
    Sets the create date of this dispatch trigger.
    void
    setCronExpression(String cronExpression)
    Sets the cron expression of this dispatch trigger.
    void
    setDispatchTaskClusterMode(int dispatchTaskClusterMode)
    Sets the dispatch task cluster mode of this dispatch trigger.
    void
    setDispatchTaskExecutorType(String dispatchTaskExecutorType)
    Sets the dispatch task executor type of this dispatch trigger.
    void
    setDispatchTaskSettings(String dispatchTaskSettings)
    Sets the dispatch task settings of this dispatch trigger.
    void
    setDispatchTriggerId(long dispatchTriggerId)
    Sets the dispatch trigger ID of this dispatch trigger.
    void
    setEndDate(Date endDate)
    Sets the end date of this dispatch trigger.
    void
    setExternalReferenceCode(String externalReferenceCode)
    Sets the external reference code of this dispatch trigger.
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this dispatch trigger.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this dispatch trigger.
    void
    Sets the name of this dispatch trigger.
    void
    setOverlapAllowed(boolean overlapAllowed)
    Sets whether this dispatch trigger is overlap allowed.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this dispatch trigger.
    void
    setStartDate(Date startDate)
    Sets the start date of this dispatch trigger.
    void
    setSystem(boolean system)
    Sets whether this dispatch trigger is system.
    void
    setTimeZoneId(String timeZoneId)
    Sets the time zone ID of this dispatch trigger.
    void
    setUserId(long userId)
    Sets the user ID of this dispatch trigger.
    void
    setUserName(String userName)
    Sets the user name of this dispatch trigger.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this dispatch trigger.
    void
    Sets the uuid of this dispatch trigger.
    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 dispatch trigger.
      Returns:
      the primary key of this dispatch trigger
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this dispatch trigger.
      Parameters:
      primaryKey - the primary key of this dispatch trigger
    • getMvccVersion

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

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

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

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

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

      void setExternalReferenceCode(String externalReferenceCode)
      Sets the external reference code of this dispatch trigger.
      Specified by:
      setExternalReferenceCode in interface com.liferay.portal.kernel.model.ExternalReferenceCodeModel
      Parameters:
      externalReferenceCode - the external reference code of this dispatch trigger
    • getDispatchTriggerId

      long getDispatchTriggerId()
      Returns the dispatch trigger ID of this dispatch trigger.
      Returns:
      the dispatch trigger ID of this dispatch trigger
    • setDispatchTriggerId

      void setDispatchTriggerId(long dispatchTriggerId)
      Sets the dispatch trigger ID of this dispatch trigger.
      Parameters:
      dispatchTriggerId - the dispatch trigger ID of this dispatch trigger
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this dispatch trigger.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      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 dispatch trigger
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this dispatch trigger.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      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 dispatch trigger
    • getUserId

      long getUserId()
      Returns the user ID of this dispatch trigger.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user ID of this dispatch trigger
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this dispatch trigger.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userId - the user ID of this dispatch trigger
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this dispatch trigger.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user uuid of this dispatch trigger
    • setUserUuid

      void setUserUuid(String userUuid)
      Sets the user uuid of this dispatch trigger.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userUuid - the user uuid of this dispatch trigger
    • getUserName

      @AutoEscape String getUserName()
      Returns the user name of this dispatch trigger.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user name of this dispatch trigger
    • setUserName

      void setUserName(String userName)
      Sets the user name of this dispatch trigger.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userName - the user name of this dispatch trigger
    • getCreateDate

      Date getCreateDate()
      Returns the create date of this dispatch trigger.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the create date of this dispatch trigger
    • setCreateDate

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

      Date getModifiedDate()
      Returns the modified date of this dispatch trigger.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the modified date of this dispatch trigger
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this dispatch trigger.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      modifiedDate - the modified date of this dispatch trigger
    • getActive

      boolean getActive()
      Returns the active of this dispatch trigger.
      Returns:
      the active of this dispatch trigger
    • isActive

      boolean isActive()
      Returns true if this dispatch trigger is active.
      Returns:
      true if this dispatch trigger is active; false otherwise
    • setActive

      void setActive(boolean active)
      Sets whether this dispatch trigger is active.
      Parameters:
      active - the active of this dispatch trigger
    • getCronExpression

      @AutoEscape String getCronExpression()
      Returns the cron expression of this dispatch trigger.
      Returns:
      the cron expression of this dispatch trigger
    • setCronExpression

      void setCronExpression(String cronExpression)
      Sets the cron expression of this dispatch trigger.
      Parameters:
      cronExpression - the cron expression of this dispatch trigger
    • getDispatchTaskClusterMode

      int getDispatchTaskClusterMode()
      Returns the dispatch task cluster mode of this dispatch trigger.
      Returns:
      the dispatch task cluster mode of this dispatch trigger
    • setDispatchTaskClusterMode

      void setDispatchTaskClusterMode(int dispatchTaskClusterMode)
      Sets the dispatch task cluster mode of this dispatch trigger.
      Parameters:
      dispatchTaskClusterMode - the dispatch task cluster mode of this dispatch trigger
    • getDispatchTaskExecutorType

      @AutoEscape String getDispatchTaskExecutorType()
      Returns the dispatch task executor type of this dispatch trigger.
      Returns:
      the dispatch task executor type of this dispatch trigger
    • setDispatchTaskExecutorType

      void setDispatchTaskExecutorType(String dispatchTaskExecutorType)
      Sets the dispatch task executor type of this dispatch trigger.
      Parameters:
      dispatchTaskExecutorType - the dispatch task executor type of this dispatch trigger
    • getDispatchTaskSettings

      @AutoEscape String getDispatchTaskSettings()
      Returns the dispatch task settings of this dispatch trigger.
      Returns:
      the dispatch task settings of this dispatch trigger
    • setDispatchTaskSettings

      void setDispatchTaskSettings(String dispatchTaskSettings)
      Sets the dispatch task settings of this dispatch trigger.
      Parameters:
      dispatchTaskSettings - the dispatch task settings of this dispatch trigger
    • getEndDate

      Date getEndDate()
      Returns the end date of this dispatch trigger.
      Returns:
      the end date of this dispatch trigger
    • setEndDate

      void setEndDate(Date endDate)
      Sets the end date of this dispatch trigger.
      Parameters:
      endDate - the end date of this dispatch trigger
    • getName

      @AutoEscape String getName()
      Returns the name of this dispatch trigger.
      Returns:
      the name of this dispatch trigger
    • setName

      void setName(String name)
      Sets the name of this dispatch trigger.
      Parameters:
      name - the name of this dispatch trigger
    • getOverlapAllowed

      boolean getOverlapAllowed()
      Returns the overlap allowed of this dispatch trigger.
      Returns:
      the overlap allowed of this dispatch trigger
    • isOverlapAllowed

      boolean isOverlapAllowed()
      Returns true if this dispatch trigger is overlap allowed.
      Returns:
      true if this dispatch trigger is overlap allowed; false otherwise
    • setOverlapAllowed

      void setOverlapAllowed(boolean overlapAllowed)
      Sets whether this dispatch trigger is overlap allowed.
      Parameters:
      overlapAllowed - the overlap allowed of this dispatch trigger
    • getStartDate

      Date getStartDate()
      Returns the start date of this dispatch trigger.
      Returns:
      the start date of this dispatch trigger
    • setStartDate

      void setStartDate(Date startDate)
      Sets the start date of this dispatch trigger.
      Parameters:
      startDate - the start date of this dispatch trigger
    • getSystem

      boolean getSystem()
      Returns the system of this dispatch trigger.
      Returns:
      the system of this dispatch trigger
    • isSystem

      boolean isSystem()
      Returns true if this dispatch trigger is system.
      Returns:
      true if this dispatch trigger is system; false otherwise
    • setSystem

      void setSystem(boolean system)
      Sets whether this dispatch trigger is system.
      Parameters:
      system - the system of this dispatch trigger
    • getTimeZoneId

      @AutoEscape String getTimeZoneId()
      Returns the time zone ID of this dispatch trigger.
      Returns:
      the time zone ID of this dispatch trigger
    • setTimeZoneId

      void setTimeZoneId(String timeZoneId)
      Sets the time zone ID of this dispatch trigger.
      Parameters:
      timeZoneId - the time zone ID of this dispatch trigger
    • cloneWithOriginalValues

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

      default String toXmlString()