@Service public class BankingProductsService extends Object
| Constructor and Description |
|---|
BankingProductsService(BankingProductsRepository productsRepository,
BankingProductDetailsRepository productDetailsRepository) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<BankingProduct> |
findProductsLike(ParamEffective effective,
BankingProduct bankingProduct,
org.springframework.data.domain.Pageable pageable) |
BankingProductDetail |
getProductDetail(String productId) |
@Autowired public BankingProductsService(BankingProductsRepository productsRepository, BankingProductDetailsRepository productDetailsRepository)
public org.springframework.data.domain.Page<BankingProduct> findProductsLike(ParamEffective effective, BankingProduct bankingProduct, org.springframework.data.domain.Pageable pageable)
public BankingProductDetail getProductDetail(String productId)
Copyright © 2019. All rights reserved.