Interface ActiveFlagAware


public interface ActiveFlagAware
Trackable Entity classes that wish to benefit from automatic active flag handling during querying should implement this interface.
Author:
Chad Harchar
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Whether the entity becomes active for storefront consumption.
  • Method Details

    • isActive

      boolean isActive()
      Whether the entity becomes active for storefront consumption. If true, this entity is considered active and online.
      Returns:
      Whether the entity becomes active for storefront consumption