Class OrderFulfillmentIndexableType

java.lang.Object
com.broadleafcommerce.search.api.type.IndexableType
com.broadleafcommerce.search.fulfillment.core.types.OrderFulfillmentIndexableType
All Implemented Interfaces:
Serializable

public class OrderFulfillmentIndexableType extends com.broadleafcommerce.search.api.type.IndexableType
Author:
Dima Myroniuk (dmyroniuk)
See Also:
  • 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 final com.broadleafcommerce.search.api.type.IndexableType
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    OrderFulfillmentIndexableType(String value, String label, boolean translatable, boolean vendorBehavior, 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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • ORDER_FULFILLMENT

      public static final com.broadleafcommerce.search.api.type.IndexableType ORDER_FULFILLMENT
  • Constructor Details

    • OrderFulfillmentIndexableType

      protected OrderFulfillmentIndexableType(String value, String label, boolean translatable, boolean vendorBehavior, com.broadleafcommerce.data.tracking.core.TrackableBehavior... behaviors)