Uses of Class
es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductDetailDomain
Packages that use ProductDetailDomain
Package
Description
Package where all back office specific components will be placed.
In this package specific API components will be placed.
Classes required to implement the Core client component.
In this package specific API components will be placed.
In this package specific products endpoint classes will be placed.
Package to hold Minstait entities to Product mappers.
-
Uses of ProductDetailDomain in es.kukenan.smartfi.microservice.contracts.service.backoffice
Methods in es.kukenan.smartfi.microservice.contracts.service.backoffice that return ProductDetailDomainModifier and TypeMethodDescriptionProductDetailDomain<? extends es.kukenan.smartfi.microservice.contracts.api.products.ProductDto>BackofficeClient.findProduct(ProductSearchRequest searchRequest, String userToken) Extract the given user product details from the given (registered) product (must be supported, seewantsmethod).ProductDetailDomain<? extends es.kukenan.smartfi.microservice.contracts.api.products.ProductDto>ExtendedBackofficeClient.findProductPosition(ProductSearchRequest searchRequest, String userToken) Extract the given user product details from the given (registered) product (must be supported, seewantsmethod). -
Uses of ProductDetailDomain in es.kukenan.smartfi.microservice.contracts.service.backoffice.api
Methods in es.kukenan.smartfi.microservice.contracts.service.backoffice.api that return ProductDetailDomainModifier and TypeMethodDescriptionProductDetailDomain<? extends es.kukenan.smartfi.microservice.contracts.api.products.ProductDto>AbstractUnimplementedApiClient.findProduct(ProductSearchRequest searchRequest, String userToken) Find the given product if owned by the given user.ProductDetailDomain<? extends es.kukenan.smartfi.microservice.contracts.api.products.ProductDto>AbstractUnimplementedApiClient.findProductPosition(ProductSearchRequest searchRequest, String userToken) Find the given product position if owned by the given user. -
Uses of ProductDetailDomain in es.kukenan.smartfi.microservice.contracts.service.backoffice.core
Methods in es.kukenan.smartfi.microservice.contracts.service.backoffice.core that return ProductDetailDomainModifier and TypeMethodDescriptionProductDetailDomain<? extends es.kukenan.smartfi.microservice.contracts.api.products.ProductDto>CoreBackofficeClientAdapter.findProduct(ProductSearchRequest searchRequest, String userToken) ProductDetailDomain<? extends es.kukenan.smartfi.microservice.contracts.api.products.ProductDto>CoreBackofficeClientAdapter.findProductPosition(ProductSearchRequest searchRequest, String userToken) -
Uses of ProductDetailDomain in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis
Methods in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis that return ProductDetailDomainModifier and TypeMethodDescriptionProductDetailDomain<? extends es.kukenan.smartfi.microservice.contracts.api.products.ProductDto>AccountsCoreApiClient.findProduct(ProductSearchRequest searchRequest, String userToken) ProductDetailDomain<? extends es.kukenan.smartfi.microservice.contracts.api.products.ProductDto>CardsCoreApiClient.findProduct(ProductSearchRequest searchRequest, String userToken) ProductDetailDomain<? extends es.kukenan.smartfi.microservice.contracts.api.products.ProductDto>CreditsCoreApiClient.findProduct(ProductSearchRequest searchRequest, String userToken) ProductDetailDomain<es.kukenan.smartfi.microservice.contracts.api.products.details.DepositDetailDto>DepositsCoreApiClient.findProduct(ProductSearchRequest searchRequest, String userToken) Find the given product if owned by the given user.ProductDetailDomain<? extends es.kukenan.smartfi.microservice.contracts.api.products.ProductDto>EquitiesCoreApiClient.findProduct(ProductSearchRequest searchRequest, String userToken) ProductDetailDomain<? extends es.kukenan.smartfi.microservice.contracts.api.products.ProductDto>FundsCoreApiClient.findProduct(ProductSearchRequest searchRequest, String userToken) ProductDetailDomain<? extends es.kukenan.smartfi.microservice.contracts.api.products.ProductDto>GuaranteesCoreApiClient.findProduct(ProductSearchRequest searchRequest, String userToken) ProductDetailDomain<? extends es.kukenan.smartfi.microservice.contracts.api.products.ProductDto>KukenanWalletEquitiesCoreApiClient.findProduct(ProductSearchRequest searchRequest, String userToken) ProductDetailDomain<? extends es.kukenan.smartfi.microservice.contracts.api.products.ProductDto>LoansCoreApiClient.findProduct(ProductSearchRequest searchRequest, String userToken) ProductDetailDomain<? extends es.kukenan.smartfi.microservice.contracts.api.products.ProductDto>ManagedPortfoliosCoreApiClient.findProduct(ProductSearchRequest searchRequest, String userToken) ProductDetailDomain<? extends es.kukenan.smartfi.microservice.contracts.api.products.ProductDto>PensionsCoreApiClient.findProduct(ProductSearchRequest searchRequest, String userToken) ProductDetailDomain<? extends es.kukenan.smartfi.microservice.contracts.api.products.ProductDto>WalletsCoreApiClient.findProduct(ProductSearchRequest searchRequest, String userToken) ProductDetailDomain<? extends es.kukenan.smartfi.microservice.contracts.api.products.ProductDto>GuaranteesCoreApiClient.findProductPosition(ProductSearchRequest searchRequest, String userToken) ProductDetailDomain<? extends es.kukenan.smartfi.microservice.contracts.api.products.ProductDto>KukenanWalletEquitiesCoreApiClient.findProductPosition(ProductSearchRequest searchRequest, String userToken) -
Uses of ProductDetailDomain in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products
Methods in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products that return ProductDetailDomainModifier and TypeMethodDescriptionProductDetailDomain<es.kukenan.smartfi.microservice.contracts.api.products.details.AccountDetailDto>AccountsCoreEndpoint.findProduct(ProductSearchRequest searchRequest) Find the given product if owned by the given user.ProductDetailDomain<? extends es.kukenan.smartfi.microservice.contracts.api.products.ProductDto>CardsCoreEndpoint.findProduct(ProductSearchRequest searchRequest) Find the given product if owned by the given user.ProductDetailDomain<es.kukenan.smartfi.microservice.contracts.api.products.details.CreditDetailDto>CreditsCoreEndpoint.findProduct(ProductSearchRequest searchRequest) Find the given product if owned by the given user.ProductDetailDomain<es.kukenan.smartfi.microservice.contracts.api.products.details.DepositDetailDto>DepositsCoreEndpoint.findProduct(ProductSearchRequest searchRequest) Find the given product if owned by the given user.ProductDetailDomain<es.kukenan.smartfi.microservice.contracts.api.products.details.EquityDetailDto>EquitiesCoreEndpoint.findProduct(ProductSearchRequest searchRequest) Find the given product if owned by the given user.ProductDetailDomain<es.kukenan.smartfi.microservice.contracts.api.products.details.FundDetailDto>FundsCoreEndpoint.findProduct(ProductSearchRequest searchRequest) Find the given product if owned by the given user.ProductDetailDomain<? extends es.kukenan.smartfi.microservice.contracts.api.products.ProductDto>GenericProductsCoreEndpoint.findProduct(ProductSearchRequest searchRequest) Find the given product if owned by the given user.ProductDetailDomain<es.kukenan.smartfi.microservice.contracts.api.products.details.GuaranteeDetailDto>GuaranteesCoreEndpoint.findProduct(ProductSearchRequest searchRequest) Find the given product if owned by the given user.ProductDetailDomain<es.kukenan.smartfi.microservice.contracts.api.products.details.WalletEquityDetailDto>KukenanWalletEquitiesCoreEndpoint.findProduct(ProductSearchRequest searchRequest) Find the given product if owned by the given user.ProductDetailDomain<es.kukenan.smartfi.microservice.contracts.api.products.details.LoanDetailDto>LoansCoreEndpoint.findProduct(ProductSearchRequest searchRequest) Find the given product if owned by the given user.ProductDetailDomain<es.kukenan.smartfi.microservice.contracts.api.products.details.ManagedPortfolioDetailDto>ManagedPortfoliosCoreEndpoint.findProduct(ProductSearchRequest searchRequest) Find the given product if owned by the given user.ProductDetailDomain<es.kukenan.smartfi.microservice.contracts.api.products.details.PensionDetailDto>PensionsCoreEndpoint.findProduct(ProductSearchRequest searchRequest) Find the given product if owned by the given user.ProductDetailDomain<es.kukenan.smartfi.microservice.contracts.api.products.details.AccountDetailDto>WalletsCoreEndpoint.findProduct(ProductSearchRequest searchRequest) Find the given product if owned by the given user.ProductDetailDomain<? extends es.kukenan.smartfi.microservice.contracts.api.products.ProductDto>GenericProductsCoreEndpoint.findProductPosition(ProductSearchRequest searchRequest) Find the given product position if owned by the given user.ProductDetailDomain<es.kukenan.smartfi.microservice.contracts.api.products.position.GuaranteePositionDetailDto>GuaranteesCoreEndpoint.findProductPosition(ProductSearchRequest searchRequest) Find the given product if owned by the given user.ProductDetailDomain<es.kukenan.smartfi.microservice.contracts.api.products.position.WalletEquityPositionDetailDto>KukenanWalletEquitiesCoreEndpoint.findProductPosition(ProductSearchRequest searchRequest) Find the given product if owned by the given user. -
Uses of ProductDetailDomain in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product
Methods in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product that return ProductDetailDomainModifier and TypeMethodDescriptionProductDetailDomain<? extends es.kukenan.smartfi.microservice.contracts.api.products.ProductDto>Map the given core product into a domain object of typeProductDomain.ProductDetailDomain<? extends es.kukenan.smartfi.microservice.contracts.api.products.ProductDto>AbstractCoreProductMapper.mapItem(IT coreProductItem, ProductSearchRequest searchRequest) Map the given core product into a domain object of typeProductDomain.ProductDetailDomain<es.kukenan.smartfi.microservice.contracts.api.products.details.AccountDetailDto>CoreAccountToProductMapper.mapItem(es.kukenan.smartfi.microservice.backoffice.dtos.core.productdetail.AccountDetail accountDetail, List<es.kukenan.smartfi.microservice.backoffice.dtos.core.intervener.Intervener> interveners, ProductSearchRequest searchRequest) ProductDetailDomain<es.kukenan.smartfi.microservice.contracts.api.products.details.CardDetailDto>CoreCardToProductMapper.mapItem(es.kukenan.smartfi.microservice.backoffice.dtos.core.productdetail.CardDetail cardDetail, ProductSearchRequest searchRequest) Map the givenCardDetailto aProductDetailDomain.ProductDetailDomain<es.kukenan.smartfi.microservice.contracts.api.products.details.CreditDetailDto>CoreCreditToProductMapper.mapItem(es.kukenan.smartfi.microservice.backoffice.dtos.core.productdetail.CreditDetail creditDetail, List<es.kukenan.smartfi.microservice.backoffice.dtos.core.intervener.Intervener> interveners, ProductSearchRequest searchRequest) ProductDetailDomain<es.kukenan.smartfi.microservice.contracts.api.products.details.DepositDetailDto>CoreDepositToProductMapper.mapItem(es.kukenan.smartfi.microservice.backoffice.dtos.core.productdetail.DepositDetail depositDetail, List<es.kukenan.smartfi.microservice.backoffice.dtos.core.intervener.Intervener> interveners, ProductSearchRequest searchRequest) ProductDetailDomain<es.kukenan.smartfi.microservice.contracts.api.products.details.EquityDetailDto>CoreEquityToProductMapper.mapItem(es.kukenan.smartfi.microservice.backoffice.dtos.core.productdetail.EquityDetail equityDetail, List<es.kukenan.smartfi.microservice.backoffice.dtos.core.intervener.Intervener> interveners, ProductSearchRequest searchRequest) ProductDetailDomain<es.kukenan.smartfi.microservice.contracts.api.products.details.FundDetailDto>CoreFundToProductMapper.mapItem(es.kukenan.smartfi.microservice.backoffice.dtos.core.productdetail.FundDetail fundDetail, List<es.kukenan.smartfi.microservice.backoffice.dtos.core.intervener.Intervener> interveners, ProductSearchRequest searchRequest) ProductDetailDomain<es.kukenan.smartfi.microservice.contracts.api.products.details.GuaranteeDetailDto>CoreGuaranteeToProductMapper.mapItem(es.kukenan.smartfi.microservice.backoffice.dtos.core.productdetail.GuaranteeDetail guaranteeDetail, List<es.kukenan.smartfi.microservice.backoffice.dtos.core.intervener.Intervener> interveners, ProductSearchRequest searchRequest) ProductDetailDomain<es.kukenan.smartfi.microservice.contracts.api.products.details.WalletEquityDetailDto>CoreKukenanWalletEquityToProductMapper.mapItem(es.kukenan.smartfi.microservice.backoffice.dtos.core.productdetail.EquityDetail equityDetail, List<es.kukenan.smartfi.microservice.backoffice.dtos.core.intervener.Intervener> interveners, ProductSearchRequest searchRequest) ProductDetailDomain<es.kukenan.smartfi.microservice.contracts.api.products.details.LoanDetailDto>CoreLoanToProductMapper.mapItem(es.kukenan.smartfi.microservice.backoffice.dtos.core.productdetail.LoanDetail loanDetail, es.kukenan.smartfi.microservice.backoffice.dtos.core.nextrepayment.LoanNextRepayment nextRepayment, List<es.kukenan.smartfi.microservice.backoffice.dtos.core.intervener.Intervener> interveners, ProductSearchRequest searchRequest) Map the given core product into a domain object of typeProductDomain.ProductDetailDomain<es.kukenan.smartfi.microservice.contracts.api.products.details.ManagedPortfolioDetailDto>CoreManagedPortfolioToProductMapper.mapItem(es.kukenan.smartfi.microservice.backoffice.dtos.core.productdetail.ManagedPortfolioDetail managedPortfolioDetail, List<es.kukenan.smartfi.microservice.backoffice.dtos.core.intervener.Intervener> interveners, ProductSearchRequest searchRequest) ProductDetailDomain<es.kukenan.smartfi.microservice.contracts.api.products.details.PensionDetailDto>CorePensionToProductMapper.mapItem(ProductSearchRequest searchRequest, es.kukenan.smartfi.microservice.backoffice.dtos.core.productdetail.PensionDetail pensionDetail, List<es.kukenan.smartfi.microservice.backoffice.dtos.core.intervener.Intervener> interveners) Map the given core product into a domain object of typeProductDetailDomain.ProductDetailDomain<es.kukenan.smartfi.microservice.contracts.api.products.details.AccountDetailDto>CoreWalletToProductMapper.mapItem(es.kukenan.smartfi.microservice.backoffice.dtos.core.productdetail.WalletDetail walletDetail, List<es.kukenan.smartfi.microservice.backoffice.dtos.core.intervener.Intervener> interveners, ProductSearchRequest searchRequest) ProductDetailDomain<es.kukenan.smartfi.microservice.contracts.api.products.position.GuaranteePositionDetailDto>CoreGuaranteeToProductMapper.mapItemPosition(es.kukenan.smartfi.microservice.backoffice.dtos.core.productdetail.GuaranteeDetail guaranteeDetail, ProductSearchRequest searchRequest) Map the givenGuaranteeDetailto aProductDetailDomain.ProductDetailDomain<es.kukenan.smartfi.microservice.contracts.api.products.position.WalletEquityPositionDetailDto>CoreKukenanWalletEquityToProductMapper.mapItemPosition(es.kukenan.smartfi.microservice.backoffice.dtos.core.productdetail.EquityDetail equityDetail, ProductSearchRequest searchRequest) Map the givenEquityDetailto aProductDetailDomain.