Class ProductDisplayWorker


  • public final class ProductDisplayWorker
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String module  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Map<java.lang.String,​java.lang.Object> getQuickReorderProducts​(javax.servlet.ServletRequest request)  
      static java.util.List<GenericValue> getRandomCartProductAssoc​(javax.servlet.ServletRequest request, boolean checkViewAllow)  
      static java.util.List<GenericValue> productOrderByMap​(java.util.List<GenericValue> values, java.util.Map<java.lang.String,​java.lang.Object> orderByMap, boolean descending)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • module

        public static final java.lang.String module
    • Method Detail

      • getRandomCartProductAssoc

        public static java.util.List<GenericValue> getRandomCartProductAssoc​(javax.servlet.ServletRequest request,
                                                                             boolean checkViewAllow)
      • getQuickReorderProducts

        public static java.util.Map<java.lang.String,​java.lang.Object> getQuickReorderProducts​(javax.servlet.ServletRequest request)
      • productOrderByMap

        public static java.util.List<GenericValue> productOrderByMap​(java.util.List<GenericValue> values,
                                                                     java.util.Map<java.lang.String,​java.lang.Object> orderByMap,
                                                                     boolean descending)