Class FindAccountServiceUtil

java.lang.Object
com.skava.accounts.util.FindAccountServiceUtil

@Service public class FindAccountServiceUtil extends Object
  • Field Details

    • accountCommonService

      @Autowired protected AccountCommonServices accountCommonService
      The account common service.
    • findAccountServiceTeamUtil

      @Autowired protected FindAccountServiceTeamUtil findAccountServiceTeamUtil
      The FindAccountServiceTeamUtil.
    • messageSource

      @Autowired protected org.springframework.context.MessageSource messageSource
      MessageSource.
    • accountRepository

      @Autowired protected AccountsRepository accountRepository
    • attributeRepository

      @Autowired protected AttributeRepository attributeRepository
  • Constructor Details

    • FindAccountServiceUtil

      public FindAccountServiceUtil()
  • Method Details

    • findById

      public AccountsDO findById(AccountsDO accountDO)
      This method is used to find Account based on given Account Request identifier.
      Parameters:
      accountDO - It contains the attributes required for loading Account.
      Returns:
      It returns the AccountsDO. throws ValidateException if any validation error occurs.
    • setAccountPropertySequence

      public void setAccountPropertySequence(Accounts account)
      This method is used to set property sequence.
      Parameters:
      account - the account do