- facetService - Variable in class com.broadleafcommerce.rest.api.endpoint.catalog.CatalogEndpoint
-
- fieldName - Variable in class com.broadleafcommerce.rest.api.wrapper.SearchFacetWrapper
-
- findActiveSubCategories(HttpServletRequest, Long, int, int) - Method in class com.broadleafcommerce.rest.api.endpoint.catalog.CatalogEndpoint
-
- findAddress(HttpServletRequest, String) - Method in class com.broadleafcommerce.rest.api.endpoint.customer.CustomerEndpoint
-
- findAddress(HttpServletRequest, Long, String) - Method in class com.broadleafcommerce.rest.api.endpoint.customer.CustomerEndpoint
-
- findAllAddresses(HttpServletRequest) - Method in class com.broadleafcommerce.rest.api.endpoint.customer.CustomerEndpoint
-
- findAllAddresses(HttpServletRequest, Long) - Method in class com.broadleafcommerce.rest.api.endpoint.customer.CustomerEndpoint
-
- findAllCategories(HttpServletRequest, String, int, int) - Method in class com.broadleafcommerce.rest.api.endpoint.catalog.CatalogEndpoint
-
- findAllCustomerPayments(HttpServletRequest) - Method in class com.broadleafcommerce.rest.api.endpoint.customer.CustomerEndpoint
-
- findAllCustomerPayments(HttpServletRequest, Long) - Method in class com.broadleafcommerce.rest.api.endpoint.customer.CustomerEndpoint
-
- findAllOrdersForCustomer(HttpServletRequest) - Method in class com.broadleafcommerce.rest.api.endpoint.order.OrderHistoryEndpoint
-
Finds all of the orders for the customer set on the request
- findCartById(HttpServletRequest, Long) - Method in class com.broadleafcommerce.rest.api.endpoint.order.CartEndpoint
-
- findCartForCustomer(HttpServletRequest) - Method in class com.broadleafcommerce.rest.api.endpoint.order.CartEndpoint
-
Search for Order
by Customer
- findCategoryAttributesForCategory(HttpServletRequest, Long) - Method in class com.broadleafcommerce.rest.api.endpoint.catalog.CatalogEndpoint
-
- findCategoryById(HttpServletRequest, Long, int, int, int, int) - Method in class com.broadleafcommerce.rest.api.endpoint.catalog.CatalogEndpoint
-
- findCategoryByIdOrName(HttpServletRequest, String, int, int, int, int) - Method in class com.broadleafcommerce.rest.api.endpoint.catalog.CatalogEndpoint
-
Allows you to search for a category by ID or by name.
- findCrossSaleProductsByProduct(HttpServletRequest, Long, int, int) - Method in class com.broadleafcommerce.rest.api.endpoint.catalog.CatalogEndpoint
-
- findCustomer(HttpServletRequest, Long) - Method in class com.broadleafcommerce.rest.api.endpoint.customer.CustomerEndpoint
-
Returns the current customer via CustomerState
- findCustomerByEmail(HttpServletRequest, String) - Method in class com.broadleafcommerce.rest.api.endpoint.customer.CustomerEndpoint
-
- findCustomerPayment(HttpServletRequest, Long) - Method in class com.broadleafcommerce.rest.api.endpoint.customer.CustomerEndpoint
-
- findCustomerPayment(HttpServletRequest, Long, Long) - Method in class com.broadleafcommerce.rest.api.endpoint.customer.CustomerEndpoint
-
- findDefaultSkuByProductId(HttpServletRequest, Long) - Method in class com.broadleafcommerce.rest.api.endpoint.catalog.CatalogEndpoint
-
- findFulfillmentGroupsForOrder(HttpServletRequest, Long) - Method in class com.broadleafcommerce.rest.api.endpoint.order.FulfillmentEndpoint
-
Returns a list of all of the fulfillment groups for the order with id cartId
- findFulfillmentOptions(HttpServletRequest, String) - Method in class com.broadleafcommerce.rest.api.endpoint.order.FulfillmentEndpoint
-
- findInventoryForSkus(HttpServletRequest, List<Long>) - Method in class com.broadleafcommerce.rest.api.endpoint.catalog.CatalogEndpoint
-
- findMediaForCategory(HttpServletRequest, Long) - Method in class com.broadleafcommerce.rest.api.endpoint.catalog.CatalogEndpoint
-
- findMediaForProduct(HttpServletRequest, Long) - Method in class com.broadleafcommerce.rest.api.endpoint.catalog.CatalogEndpoint
-
- findMediaForSku(HttpServletRequest, Long) - Method in class com.broadleafcommerce.rest.api.endpoint.catalog.CatalogEndpoint
-
- findOrderById(HttpServletRequest, Long) - Method in class com.broadleafcommerce.rest.api.endpoint.order.OrderHistoryEndpoint
-
Finds order, if it exists, whose id is orderId
- findOrderByOrderNumber(HttpServletRequest, String) - Method in class com.broadleafcommerce.rest.api.endpoint.order.OrderHistoryEndpoint
-
- findOrdersForCustomer(HttpServletRequest, String, String) - Method in class com.broadleafcommerce.rest.api.endpoint.order.OrderHistoryEndpoint
-
Finds all of the orders with an order status of orderStatus
for the customer set on the request
- findPageByURI(HttpServletRequest, String) - Method in class com.broadleafcommerce.rest.api.endpoint.page.PageEndpoint
-
- findPageByURI(HttpServletRequest, String) - Method in interface com.broadleafcommerce.rest.api.service.PageRequestService
-
- findPageByURI(HttpServletRequest, String) - Method in class com.broadleafcommerce.rest.api.service.PageRequestServiceImpl
-
- findParentCategoriesForProduct(HttpServletRequest, Long) - Method in class com.broadleafcommerce.rest.api.endpoint.catalog.CatalogEndpoint
-
- findPaymentsForOrder(HttpServletRequest, Long) - Method in class com.broadleafcommerce.rest.api.endpoint.checkout.CheckoutEndpoint
-
- findProductAttributesForProduct(HttpServletRequest, Long) - Method in class com.broadleafcommerce.rest.api.endpoint.catalog.CatalogEndpoint
-
- findProductById(HttpServletRequest, Long) - Method in class com.broadleafcommerce.rest.api.endpoint.catalog.CatalogEndpoint
-
Search for Product
by product id
- findProductById(HttpServletRequest, Long, Boolean, Boolean) - Method in class com.broadleafcommerce.rest.api.endpoint.catalog.CatalogEndpoint
-
Search for Product
by product id
- findProductOptionsForSku(Long) - Method in class com.broadleafcommerce.rest.api.service.OrderRequestServiceImpl
-
- findPromotionMessagesForProduct(HttpServletRequest, Long) - Method in class com.broadleafcommerce.rest.api.endpoint.promotionmessage.PromotionMessageEndpoint
-
- findPromotionMessagesForProduct(HttpServletRequest, Long) - Method in interface com.broadleafcommerce.rest.api.wrapper.service.promotionmessage.PromotionMessageDTOWrapperService
-
Search for PromotionMessages
by Product
- findPromotionMessagesForProduct(HttpServletRequest, Long) - Method in class com.broadleafcommerce.rest.api.wrapper.service.promotionmessage.PromotionMessageDTOWrapperServiceImpl
-
- findSearchResultsByCategoryAndQuery(HttpServletRequest, Long, String, Integer, Integer, Boolean, Boolean) - Method in class com.broadleafcommerce.rest.api.endpoint.catalog.CatalogEndpoint
-
This uses Broadleaf's search service to search for products or skus within a category.
- findSearchResultsByQuery(HttpServletRequest, String, Integer, Integer, Boolean, Boolean) - Method in class com.broadleafcommerce.rest.api.endpoint.catalog.CatalogEndpoint
-
Queries for products or skus.
- findSkuAttributesForSku(HttpServletRequest, Long) - Method in class com.broadleafcommerce.rest.api.endpoint.catalog.CatalogEndpoint
-
- findSkuById(HttpServletRequest, Long) - Method in class com.broadleafcommerce.rest.api.endpoint.catalog.CatalogEndpoint
-
- findSkusByProductById(HttpServletRequest, Long) - Method in class com.broadleafcommerce.rest.api.endpoint.catalog.CatalogEndpoint
-
Search for Sku
instances for a given product
- findSubCategories(HttpServletRequest, Long, int, int, boolean) - Method in class com.broadleafcommerce.rest.api.endpoint.catalog.CatalogEndpoint
-
- findUpSaleProductsByProduct(HttpServletRequest, Long, int, int) - Method in class com.broadleafcommerce.rest.api.endpoint.catalog.CatalogEndpoint
-
- firstName - Variable in class com.broadleafcommerce.rest.api.wrapper.AddressWrapper
-
- firstName - Variable in class com.broadleafcommerce.rest.api.wrapper.CustomerWrapper
-
- friendlyName - Variable in class com.broadleafcommerce.rest.api.wrapper.BroadleafEnumerationTypeWrapper
-
- FULFILLMENT_GROUP_NOT_FOUND - Static variable in exception com.broadleafcommerce.rest.api.exception.BroadleafWebServicesException
-
- FULFILLMENT_OPTION_NOT_FOUND - Static variable in exception com.broadleafcommerce.rest.api.exception.BroadleafWebServicesException
-
- FulfillmentEndpoint - Class in com.broadleafcommerce.rest.api.endpoint.order
-
This endpoint depends on JAX-RS.
- FulfillmentEndpoint() - Constructor for class com.broadleafcommerce.rest.api.endpoint.order.FulfillmentEndpoint
-
- FulfillmentEstimationWrapper - Class in com.broadleafcommerce.rest.api.wrapper
-
- FulfillmentEstimationWrapper() - Constructor for class com.broadleafcommerce.rest.api.wrapper.FulfillmentEstimationWrapper
-
- fulfillmentGroupAdjustments - Variable in class com.broadleafcommerce.rest.api.wrapper.FulfillmentGroupWrapper
-
- fulfillmentGroupAdjustmentsValue - Variable in class com.broadleafcommerce.rest.api.wrapper.OrderWrapper
-
- fulfillmentGroupId - Variable in class com.broadleafcommerce.rest.api.wrapper.FulfillmentGroupItemWrapper
-
- fulfillmentGroupItems - Variable in class com.broadleafcommerce.rest.api.wrapper.FulfillmentGroupWrapper
-
- FulfillmentGroupItemWrapper - Class in com.broadleafcommerce.rest.api.wrapper
-
This is a JAXB wrapper around FulfillmentGroupItem.
- FulfillmentGroupItemWrapper() - Constructor for class com.broadleafcommerce.rest.api.wrapper.FulfillmentGroupItemWrapper
-
- fulfillmentGroups - Variable in class com.broadleafcommerce.rest.api.wrapper.OrderWrapper
-
- fulfillmentGroupService - Variable in class com.broadleafcommerce.rest.api.endpoint.order.FulfillmentEndpoint
-
- FulfillmentGroupWrapper - Class in com.broadleafcommerce.rest.api.wrapper
-
This is a JAXB wrapper around FulfillmentGroup.
- FulfillmentGroupWrapper() - Constructor for class com.broadleafcommerce.rest.api.wrapper.FulfillmentGroupWrapper
-
- fulfillmentOption - Variable in class com.broadleafcommerce.rest.api.wrapper.FulfillmentEstimationWrapper
-
- fulfillmentOption - Variable in class com.broadleafcommerce.rest.api.wrapper.FulfillmentGroupWrapper
-
- fulfillmentOptionService - Variable in class com.broadleafcommerce.rest.api.endpoint.order.FulfillmentEndpoint
-
- FulfillmentOptionWrapper - Class in com.broadleafcommerce.rest.api.wrapper
-
- FulfillmentOptionWrapper() - Constructor for class com.broadleafcommerce.rest.api.wrapper.FulfillmentOptionWrapper
-
- fulfillmentPrice - Variable in class com.broadleafcommerce.rest.api.wrapper.FulfillmentGroupWrapper
-
- fulfillmentPricingService - Variable in class com.broadleafcommerce.rest.api.endpoint.order.FulfillmentEndpoint
-
- fulfillmentType - Variable in class com.broadleafcommerce.rest.api.wrapper.FulfillmentGroupWrapper
-
- fulfillmentType - Variable in class com.broadleafcommerce.rest.api.wrapper.FulfillmentOptionWrapper
-