Class CatalogIndexableType

  • All Implemented Interfaces:
    Serializable

    public class CatalogIndexableType
    extends com.broadleafcommerce.search.api.type.IndexableType
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.broadleafcommerce.search.api.type.IndexableType

        com.broadleafcommerce.search.api.type.IndexableType.IndexableTypeConverter
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.broadleafcommerce.search.api.type.IndexableType CATALOG  
      static com.broadleafcommerce.search.api.type.IndexableType PRODUCT  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected CatalogIndexableType​(String value, String label, com.broadleafcommerce.search.api.type.IndexableType parent, boolean translatable, com.broadleafcommerce.data.tracking.core.TrackableBehavior... behaviors)  
    • Method Summary

      • Methods inherited from class com.broadleafcommerce.search.api.type.IndexableType

        canEqual, equals, fromString, getAllIndexableTypes, getBehaviors, getChildren, getInstance, getLabel, getParent, getTopLevelAncestor, getTrackableBehaviorPackage, getType, hashCode, hasTrackableBehavior, isTranslatable, isVendorBehavior, toString
    • Field Detail

      • CATALOG

        public static final com.broadleafcommerce.search.api.type.IndexableType CATALOG
      • PRODUCT

        public static final com.broadleafcommerce.search.api.type.IndexableType PRODUCT
    • Constructor Detail

      • CatalogIndexableType

        protected CatalogIndexableType​(String value,
                                       String label,
                                       @Nullable
                                       com.broadleafcommerce.search.api.type.IndexableType parent,
                                       boolean translatable,
                                       com.broadleafcommerce.data.tracking.core.TrackableBehavior... behaviors)