Uses of Class
com.skava.model.responses.AttributesAPIResponse
Packages that use AttributesAPIResponse
Package
Description
This package contains the user service implementation classes.
This package contains the controller classes.
-
Uses of AttributesAPIResponse in com.skava.service.impl
Methods in com.skava.service.impl that return AttributesAPIResponseModifier and TypeMethodDescriptionFindAllAttributesServiceImpl.process
(AttributeRequestInternal request) This method is used to load all Attribute based on given Attribute. -
Uses of AttributesAPIResponse in com.skava.web
Methods in com.skava.web that return types with arguments of type AttributesAPIResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AttributesAPIResponse>
AttributeController.findAllAttribute
(String locale, String version, long storeId, Long collectionId, String authToken, int page, int size, String filter, String sort) This method is used to find all Attributes based on given Attribute request.