@@ -1574,49 +1574,6 @@ under the License.
1574
1574
<attribute name =" drDataResourceName" mode =" IN" type =" String" optional =" false" />
1575
1575
</service >
1576
1576
1577
- <!-- Best Selling Category Services -->
1578
- <service name =" loadBestSellingCategory" engine =" simple"
1579
- location =" component://product/minilang/product/category/CategoryServices.xml" invoke =" loadBestSellingCategory" auth =" true" >
1580
- <description >Load data of best selling category by week.</description >
1581
- <attribute name =" productStoreId" mode =" IN" type =" String" optional =" false" />
1582
- </service >
1583
-
1584
- <service name =" RemoveProductFromBestSellCategory" engine =" simple"
1585
- location =" component://product/minilang/product/category/CategoryServices.xml" invoke =" RemoveProductFromBestSellCategory" auth =" true" >
1586
- <description >Remove products from best selling category.</description >
1587
- <attribute name =" prodCatalogId" mode =" IN" type =" String" optional =" false" />
1588
- </service >
1589
-
1590
- <service name =" AddProductToBestSellCategory" engine =" simple"
1591
- location =" component://product/minilang/product/category/CategoryServices.xml" invoke =" AddProductToBestSellCategory" auth =" true" >
1592
- <description >Add products to best selling category.</description >
1593
- <attribute name =" productStoreId" mode =" IN" type =" String" optional =" false" />
1594
- <attribute name =" prodCatalogId" mode =" IN" type =" String" optional =" false" />
1595
- <attribute name =" week" mode =" IN" type =" Long" optional =" false" />
1596
- <attribute name =" year" mode =" IN" type =" Long" optional =" false" />
1597
- </service >
1598
-
1599
- <service name =" FindCategoryChild" engine =" simple"
1600
- location =" component://product/minilang/product/category/CategoryServices.xml" invoke =" FindCategoryChild" auth =" true" >
1601
- <description >Find category child.</description >
1602
- <attribute name =" productStoreId" mode =" IN" type =" String" optional =" false" />
1603
- <attribute name =" productCategoryId" mode =" IN" type =" String" optional =" false" />
1604
- <attribute name =" primaryProductCategoryId" mode =" IN" type =" String" optional =" false" />
1605
- <attribute name =" week" mode =" IN" type =" Long" optional =" false" />
1606
- <attribute name =" year" mode =" IN" type =" Long" optional =" false" />
1607
- </service >
1608
-
1609
- <service name =" FindBestSellingProduct" engine =" simple"
1610
- location =" component://product/minilang/product/category/CategoryServices.xml" invoke =" FindBestSellingProduct" auth =" true" >
1611
- <description >Find best selling product.</description >
1612
- <attribute name =" productStoreId" mode =" IN" type =" String" optional =" false" />
1613
- <attribute name =" productCategoryId" mode =" IN" type =" String" optional =" false" />
1614
- <attribute name =" primaryProductCategoryId" mode =" IN" type =" String" optional =" false" />
1615
- <attribute name =" week" mode =" IN" type =" Long" optional =" false" />
1616
- <attribute name =" year" mode =" IN" type =" Long" optional =" false" />
1617
- <attribute name =" productCategoryId" mode =" OUT" type =" String" optional =" true" />
1618
- </service >
1619
-
1620
1577
<!-- Alternative URLs -->
1621
1578
<service name =" createMissingCategoryAndProductAltUrls" engine =" simple"
1622
1579
location =" component://product/minilang/product/catalog/CatalogServices.xml" invoke =" createMissingCategoryAndProductAltUrls" auth =" true" use-transaction =" false" >
0 commit comments