Uses of Class
org.broadleafcommerce.core.extension.ExtensionResultStatusType

Packages that use ExtensionResultStatusType
org.broadleafcommerce.core.extension   
org.broadleafcommerce.core.offer.service   
org.broadleafcommerce.core.order.dao   
org.broadleafcommerce.core.order.service   
org.broadleafcommerce.core.search.service.solr   
 

Uses of ExtensionResultStatusType in org.broadleafcommerce.core.extension
 

Methods in org.broadleafcommerce.core.extension that return ExtensionResultStatusType
static ExtensionResultStatusType ExtensionResultStatusType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExtensionResultStatusType[] ExtensionResultStatusType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.broadleafcommerce.core.extension with parameters of type ExtensionResultStatusType
 boolean ExtensionManager.shouldContinue(ExtensionResultStatusType result, ExtensionHandler handler, Method method, Object[] args)
          Utility method that is useful for determining whether or not an ExtensionManager implementation should continue after processing a ExtensionHandler call.
 

Uses of ExtensionResultStatusType in org.broadleafcommerce.core.offer.service
 

Methods in org.broadleafcommerce.core.offer.service that return ExtensionResultStatusType
 ExtensionResultStatusType OfferServiceExtensionHandler.applyAdditionalFilters(List<Offer> offers)
           
 ExtensionResultStatusType AbstractOfferServiceExtensionHandler.applyAdditionalFilters(List<Offer> offers)
           
 

Uses of ExtensionResultStatusType in org.broadleafcommerce.core.order.dao
 

Methods in org.broadleafcommerce.core.order.dao that return ExtensionResultStatusType
 ExtensionResultStatusType OrderDaoExtensionHandler.applyAdditionalOrderLookupFilter(Customer customer, String name, List<Order> orders)
           
 ExtensionResultStatusType AbstractOrderDaoExtensionHandler.applyAdditionalOrderLookupFilter(Customer customer, String name, List<Order> orders)
           
 ExtensionResultStatusType OrderDaoExtensionHandler.attachAdditionalDataToNewCart(Customer customer, Order cart)
           
 ExtensionResultStatusType AbstractOrderDaoExtensionHandler.attachAdditionalDataToNewCart(Customer customer, Order cart)
           
 

Uses of ExtensionResultStatusType in org.broadleafcommerce.core.order.service
 

Methods in org.broadleafcommerce.core.order.service that return ExtensionResultStatusType
 ExtensionResultStatusType AbstractOrderServiceExtensionHandler.attachAdditionalDataToNewNamedCart(Customer customer, Order cart)
           
 ExtensionResultStatusType OrderServiceExtensionHandler.attachAdditionalDataToNewNamedCart(Customer customer, Order cart)
           
 ExtensionResultStatusType AbstractMergeCartServiceExtensionHandler.setNewCartOwnership(Order cart, Customer customer)
           
 ExtensionResultStatusType MergeCartServiceExtensionHandler.setNewCartOwnership(Order cart, Customer customer)
           
 

Uses of ExtensionResultStatusType in org.broadleafcommerce.core.search.service.solr
 

Methods in org.broadleafcommerce.core.search.service.solr that return ExtensionResultStatusType
 ExtensionResultStatusType SolrSearchServiceExtensionHandler.addPropertyValues(Product product, Field field, FieldType fieldType, Map<String,Object> values, String propertyName, List<Locale> locales)
          Given the input field, populates the values array with the fields needed for the passed in field.
 ExtensionResultStatusType I18nSolrSearchServiceExtensionHandler.addPropertyValues(Product product, Field field, FieldType fieldType, Map<String,Object> values, String propertyName, List<Locale> locales)
           
 ExtensionResultStatusType AbstractSolrSearchServiceExtensionHandler.addPropertyValues(Product product, Field field, FieldType fieldType, Map<String,Object> values, String propertyName, List<Locale> locales)
           
 ExtensionResultStatusType SolrSearchServiceExtensionHandler.attachAdditionalBasicFields(Product product, org.apache.solr.common.SolrInputDocument document, SolrHelperService shs)
          Allows the extension additional fields to the document that are not configured via the DB.
 ExtensionResultStatusType AbstractSolrSearchServiceExtensionHandler.attachAdditionalBasicFields(Product product, org.apache.solr.common.SolrInputDocument document, SolrHelperService shs)
           
 ExtensionResultStatusType SolrSearchServiceExtensionHandler.buildPrefixListForSearchableFacet(Field field, List<String> prefixList)
          Returns a prefix if required for the passed in facet.
 ExtensionResultStatusType I18nSolrSearchServiceExtensionHandler.buildPrefixListForSearchableFacet(Field field, List<String> prefixList)
           
 ExtensionResultStatusType AbstractSolrSearchServiceExtensionHandler.buildPrefixListForSearchableFacet(Field field, List<String> prefixList)
           
 ExtensionResultStatusType SolrSearchServiceExtensionHandler.buildPrefixListForSearchableField(Field field, FieldType searchableFieldType, List<String> prefixList)
          Returns a prefix if required for the passed in searchable field.
 ExtensionResultStatusType I18nSolrSearchServiceExtensionHandler.buildPrefixListForSearchableField(Field field, FieldType searchableFieldType, List<String> prefixList)
           
 ExtensionResultStatusType AbstractSolrSearchServiceExtensionHandler.buildPrefixListForSearchableField(Field field, FieldType searchableFieldType, List<String> prefixList)
           
 ExtensionResultStatusType SolrSearchServiceExtensionHandler.filterSearchFacetRanges(SearchFacetDTO dto, List<SearchFacetRange> ranges)
          Builds the search facet ranges for the provided dto.
 ExtensionResultStatusType AbstractSolrSearchServiceExtensionHandler.filterSearchFacetRanges(SearchFacetDTO dto, List<SearchFacetRange> ranges)
           
protected  ExtensionResultStatusType I18nSolrSearchServiceExtensionHandler.getLocalePrefix(Field field, List<String> prefixList)
          If the field is translatable, take the current locale and add that as a prefix.
 ExtensionResultStatusType SolrSearchServiceExtensionHandler.modifySolrQuery(org.apache.solr.client.solrj.SolrQuery query, String qualifiedSolrQuery, List<SearchFacetDTO> facets, ProductSearchCriteria searchCriteria, String defaultSort)
          Provides an extension point to modify the SolrQuery.
 ExtensionResultStatusType AbstractSolrSearchServiceExtensionHandler.modifySolrQuery(org.apache.solr.client.solrj.SolrQuery query, String qualifiedSolrQuery, List<SearchFacetDTO> facets, ProductSearchCriteria searchCriteria, String defaultSort)
           
 



Copyright © 2013. All Rights Reserved.