Class FindAllAttributeServiceImpl

java.lang.Object
com.skava.catalog.service.impl.FindAllAttributeServiceImpl
All Implemented Interfaces:
FindAllAttributeService, com.skava.core.EcommService<AttributeRequestInternal,AttributesAPIResponse>

@Service public class FindAllAttributeServiceImpl extends Object implements FindAllAttributeService
The Class FindAllAttributeServiceImpl
Author:
Infosys Equinox
  • Constructor Details

    • FindAllAttributeServiceImpl

      public FindAllAttributeServiceImpl()
  • Method Details

    • process

      This method is used to load all Attribute based on given Attribute.
      Specified by:
      process in interface com.skava.core.EcommService<AttributeRequestInternal,AttributesAPIResponse>
      Parameters:
      request - It contains the attributes required for the load all Attribute.
      Returns:
      It returns the AttributesResponse.
    • getValidator

      public List<com.skava.core.validation.ValidatorComponent> getValidator()
      This method is used to validation the given request.
      Specified by:
      getValidator in interface com.skava.core.EcommService<AttributeRequestInternal,AttributesAPIResponse>
      Returns:
      It returns the ValidatorComponent.