| Package | Description |
|---|---|
| org.broadleafcommerce.core.search.dao | |
| org.broadleafcommerce.core.search.domain |
| Modifier and Type | Method and Description |
|---|---|
List<SearchFacet> |
SearchFacetDao.readAllSearchFacets(FieldEntity entityType)
Returns all SearchFacets that are tagged with showOnSearch for the given entity type
|
List<SearchFacet> |
SearchFacetDaoImpl.readAllSearchFacets(FieldEntity entityType) |
List<Field> |
FieldDaoImpl.readFieldsByEntityType(FieldEntity entityType) |
List<Field> |
FieldDao.readFieldsByEntityType(FieldEntity entityType)
Finds all fields based on the entity type.
|
| Modifier and Type | Field and Description |
|---|---|
static FieldEntity |
FieldEntity.CUSTOMER |
static FieldEntity |
FieldEntity.OFFER |
static FieldEntity |
FieldEntity.ORDER |
static FieldEntity |
FieldEntity.ORDERITEM |
static FieldEntity |
FieldEntity.PRODUCT |
static FieldEntity |
FieldEntity.SKU |
| Modifier and Type | Method and Description |
|---|---|
FieldEntity |
FieldImpl.getEntityType() |
FieldEntity |
Field.getEntityType()
Gets the entityType of this Field
|
static FieldEntity |
FieldEntity.getInstance(String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldImpl.setEntityType(FieldEntity entityType) |
void |
Field.setEntityType(FieldEntity entityType)
Sets the entityType
|
Copyright © 2017. All rights reserved.