Class JpaDataFeedProcess

java.lang.Object
com.broadleafcommerce.datafeed.provider.jpa.domain.JpaDataFeedProcess
All Implemented Interfaces:
com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware, com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware, com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable, com.broadleafcommerce.data.tracking.core.TenantTrackable<com.broadleafcommerce.data.tracking.jpa.filtering.domain.TenantJpaTracking>, com.broadleafcommerce.data.tracking.core.Trackable, com.broadleafcommerce.data.tracking.core.TypedTrackable<com.broadleafcommerce.data.tracking.jpa.filtering.domain.TenantJpaTracking>, Serializable

@Entity public class JpaDataFeedProcess extends Object implements com.broadleafcommerce.data.tracking.core.TenantTrackable<com.broadleafcommerce.data.tracking.jpa.filtering.domain.TenantJpaTracking>, com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable, com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware, Serializable
JPA-persisted counterpart of DataFeedProcess.
See Also:
  • Constructor Details

    • JpaDataFeedProcess

      public JpaDataFeedProcess()
  • Method Details

    • getBusinessDomainType

      public Class<?> getBusinessDomainType()
      Specified by:
      getBusinessDomainType in interface com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
    • fromMe

      public org.modelmapper.ModelMapper fromMe()
      Specified by:
      fromMe in interface com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
    • toMe

      public org.modelmapper.ModelMapper toMe()
      Specified by:
      toMe in interface com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
    • getContextId

      public String getContextId()
      The context ID of this process.
      Specified by:
      getContextId in interface com.broadleafcommerce.data.tracking.core.Trackable
      Returns:
      the id of this data feed process
      See Also:
    • getDisplayName

      public String getDisplayName()
      See Also:
    • getDescription

      @Nullable public String getDescription()
      See Also:
    • getProcessType

      public String getProcessType()
      See Also:
    • getDataFeedPublicationConfigurationIds

      public List<String> getDataFeedPublicationConfigurationIds()
      See Also:
    • getApplicationId

      public String getApplicationId()
      See Also:
    • isEnabled

      public boolean isEnabled()
      See Also:
    • getFilterString

      @Nullable public String getFilterString()
      See Also:
    • getTracking

      public com.broadleafcommerce.data.tracking.jpa.filtering.domain.TenantJpaTracking getTracking()
      Specified by:
      getTracking in interface com.broadleafcommerce.data.tracking.core.Trackable
      Returns:
      the TenantJpaTracking information for this
      See Also:
      • TenantJpaTracking
    • setContextId

      public void setContextId(String contextId)
      The context ID of this process.
      Specified by:
      setContextId in interface com.broadleafcommerce.data.tracking.core.Trackable
      Parameters:
      contextId - the id of this data feed process
      See Also:
    • setDisplayName

      public void setDisplayName(String displayName)
      See Also:
    • setDescription

      public void setDescription(@Nullable String description)
      See Also:
    • setProcessType

      public void setProcessType(String processType)
      See Also:
    • setDataFeedPublicationConfigurationIds

      public void setDataFeedPublicationConfigurationIds(List<String> dataFeedPublicationConfigurationIds)
      See Also:
    • setApplicationId

      public void setApplicationId(String applicationId)
      See Also:
    • setEnabled

      public void setEnabled(boolean enabled)
      See Also:
    • setFilterString

      public void setFilterString(@Nullable String filterString)
      See Also:
    • setTracking

      public void setTracking(com.broadleafcommerce.data.tracking.jpa.filtering.domain.TenantJpaTracking tracking)
      Specified by:
      setTracking in interface com.broadleafcommerce.data.tracking.core.TypedTrackable<com.broadleafcommerce.data.tracking.jpa.filtering.domain.TenantJpaTracking>
      Parameters:
      tracking - the TenantJpaTracking information for this
      See Also:
      • TenantJpaTracking
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object