Class AccountSellerServiceImpl

java.lang.Object
com.skava.accounts.service.impl.AccountSellerServiceImpl
Direct Known Subclasses:
FindAllAccountForTheSellerServiceImpl

@Service public class AccountSellerServiceImpl extends Object
The Class FindAccountServiceImpl is used for finding account based on the provided information.
Author:
Infosys Equinox
  • Field Details

    • accountSellerRepository

      @Autowired protected AccountSellerRepository accountSellerRepository
    • accountCommonServices

      @Autowired protected AccountCommonServices accountCommonServices
      AccountCommonServices
    • messageSource

      @Autowired protected org.springframework.context.MessageSource messageSource
      MessageSource.
  • Constructor Details

    • AccountSellerServiceImpl

      public AccountSellerServiceImpl()