Class SupplierProductServices


  • public class SupplierProductServices
    extends java.lang.Object
    Services for suppliers of products
    • Field Summary

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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Map<java.lang.String,​java.lang.Object> convertFeaturesForSupplier​(DispatchContext dctx, java.util.Map<java.lang.String,​? extends java.lang.Object> context)  
      static java.util.Map<java.lang.String,​java.lang.Object> getSuppliersForProduct​(DispatchContext dctx, java.util.Map<java.lang.String,​? extends java.lang.Object> context)  
      • 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
    • Constructor Detail

      • SupplierProductServices

        public SupplierProductServices()
    • Method Detail

      • getSuppliersForProduct

        public static java.util.Map<java.lang.String,​java.lang.Object> getSuppliersForProduct​(DispatchContext dctx,
                                                                                                    java.util.Map<java.lang.String,​? extends java.lang.Object> context)
      • convertFeaturesForSupplier

        public static java.util.Map<java.lang.String,​java.lang.Object> convertFeaturesForSupplier​(DispatchContext dctx,
                                                                                                        java.util.Map<java.lang.String,​? extends java.lang.Object> context)