Class CustomerIndexableType
java.lang.Object
com.broadleafcommerce.search.api.type.IndexableType
com.broadleafcommerce.search.customer.core.types.CustomerIndexableType
- All Implemented Interfaces:
Serializable
public class CustomerIndexableType
extends com.broadleafcommerce.search.api.type.IndexableType
- 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
FieldsModifier and TypeFieldDescriptionstatic final com.broadleafcommerce.search.api.type.IndexableType -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCustomerIndexableType(String value, String label, 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 Details
-
CUSTOMER
public static final com.broadleafcommerce.search.api.type.IndexableType CUSTOMER
-
-
Constructor Details
-
CustomerIndexableType
-