Package | Description |
---|---|
com.dsg.category.controller | |
com.dsg.category.exception | |
com.dsg.category.service | |
com.dsg.category.service.impl |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<ResponseData> |
CategoryController.getCategoryDetails(String storeId,
List<String> seoTokens)
Gets the category details.
|
org.springframework.http.ResponseEntity<ResponseData> |
CategoryControllerV2.getCategoryDetailsWithBreadCrumb(String storeId,
List<String> seoTokens)
Gets the category details.
|
org.springframework.http.ResponseEntity<ResponseData> |
CategoryControllerV2.getCategoryDetailsWithBreadCrumb(String storeId,
String identifier) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<ResponseData> |
GlobalExceptionController.customExceptionHandler(CustomException ex)
Custom exception handler.
|
Modifier and Type | Method and Description |
---|---|
List<org.apache.wink.json4j.JSONObject> |
CategoryService.getCatBySeoTokens(String storeId,
List<String> seoTokens)
Gets the cat by seo tokens.
|
List<org.apache.wink.json4j.JSONObject> |
CategoryService.getCatBySeoTokenswithBC(String storeId,
List<String> seoTokens) |
org.apache.wink.json4j.JSONObject |
CategoryService.getCategoryByIdentifier(String storeId,
String identifier) |
Modifier and Type | Method and Description |
---|---|
org.apache.wink.json4j.JSONArray |
BreadCrumbHelper.getBcByIdentifier(String storeId,
String identifier)
Gets the breadcrumb by identifier.
|
List<org.apache.wink.json4j.JSONObject> |
CategoryServiceImpl.getCatBySeoTokens(String storeId,
List<String> seoTokens) |
List<org.apache.wink.json4j.JSONObject> |
CategoryServiceImpl.getCatBySeoTokenswithBC(String storeId,
List<String> seoTokens) |
org.apache.wink.json4j.JSONObject |
CategoryServiceImpl.getCategoryByIdentifier(String storeId,
String identifier) |
Copyright © 2021. All rights reserved.