Uses of Class
com.skava.model.responses.AttributeAPIResponse
Packages that use AttributeAPIResponse
Package
Description
This package contains the user service implementation classes.
This package contains the controller classes.
-
Uses of AttributeAPIResponse in com.skava.service.impl
Methods in com.skava.service.impl that return AttributeAPIResponseModifier and TypeMethodDescriptionCreateAttributeServiceImpl.process
(AttributeRequestInternal request) This method is used to create Attribute based on given Attribute request object.DeleteAttributeServiceImpl.process
(AttributeRequestInternal request) This method is used to create Attribute based on given Attribute request object.FindAttributeServiceImpl.process
(AttributeRequestInternal request) This method is used to load single Attribute based on given Attribute identifier.PatchUpdateAttributesServiceImpl.process
(AttributeRequestInternal request) This method is used to create Attribute based on given Attribute request object. -
Uses of AttributeAPIResponse in com.skava.web
Fields in com.skava.web declared as AttributeAPIResponseModifier and TypeFieldDescriptionstatic final AttributeAPIResponse
AttributeController.attributeResponse
Methods in com.skava.web that return types with arguments of type AttributeAPIResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AttributeAPIResponse>
AttributeController.deleteAttributeById
(String locale, String version, long storeId, Long collectionId, String authToken, String id) This method is used to delete single Attribute based on given Attribute Request.