Uses of Class
es.kukenan.smartfi.microservice.contracts.repository.entity.Product
Packages that use Product
Package
Description
Services and internal components package.
Services and internal components package.
Services and internal components package.
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 movements endpoint classes will be placed.
Package to hold Minstait entities to Product mappers.
Backoffice event package.
Backoffice event version 2 package.
-
Uses of Product in es.kukenan.smartfi.microservice.contracts.repository
Methods in es.kukenan.smartfi.microservice.contracts.repository that return ProductModifier and TypeMethodDescriptionProductRepository.findOneByCoreProductId(String coreProductId) Retrieve an entity by core product Id.Methods in es.kukenan.smartfi.microservice.contracts.repository that return types with arguments of type ProductModifier and TypeMethodDescriptionProductRepository.findByBackofficeIdAndCoreContractIdAndCoreProductDetailAndUserId(Integer backOfficeId, String coreContractId, String coreProductDetail, String userId) Retrieve the product that meets the given criteria in the arguments.ProductRepository.findByBackofficeIdAndSubsystemAndCoreProductIdAndUserId(Integer backOfficeId, String subsystem, String coreProductId, String userId) Retrieve the product that meets the given criteria in the arguments.ProductRepository.findByCoreProductIdAndContractId(String coreProductId, String coreContractId) Retrieve the product that meets the given criteria in the arguments.Retrieves an entity by its id.ProductRepository.findByUserIdAndBackofficeId(String userId, Integer backOfficeId) Get all products of the given user.ProductRepository.findByUserIdAndBackofficeIdAndContractId(String userId, Integer backOfficeId, String contractId) Get all products of the given user, backoffice and contract.ProductRepository.findByUserIdAndCoreProductDetail(String userId, String coreProductDetail) Retrieve the product that meets the given criteria in the arguments. -
Uses of Product in es.kukenan.smartfi.microservice.contracts.repository.entity
Fields in es.kukenan.smartfi.microservice.contracts.repository.entity with type parameters of type ProductMethods in es.kukenan.smartfi.microservice.contracts.repository.entity with parameters of type ProductModifier and TypeMethodDescriptionvoidProfile.addProduct(Product product) Add a new product.voidProfile.deleteProduct(Product product) Delete a product from the product list. -
Uses of Product in es.kukenan.smartfi.microservice.contracts.service
Methods in es.kukenan.smartfi.microservice.contracts.service that return ProductModifier and TypeMethodDescriptionProductsService.saveProduct(String backofficeUserId, Integer backofficeId, String productId, String productType) Save new product.ProductsService.verifyingUserProduct(String userId, String productId) verifying user product.Methods in es.kukenan.smartfi.microservice.contracts.service with parameters of type ProductModifier and TypeMethodDescriptionprivate ProductSearchRequestAssetsService.createProductSearchRequest(es.kukenan.smartfi.common.security.WalletAuthentication auth, String productId, Product product) static ProductSearchRequestProductsService.createProductSearchRequest(es.kukenan.smartfi.common.security.WalletAuthentication auth, String productId, Product product) Request for product search. -
Uses of Product in es.kukenan.smartfi.microservice.contracts.service.backoffice
Methods in es.kukenan.smartfi.microservice.contracts.service.backoffice with parameters of type ProductModifier and TypeMethodDescriptiones.kukenan.smartfi.microservice.contracts.api.movement.MovementDtoBackofficeClient.findMovement(Product product, String movementId, String userToken) Extract the given user product id will search an specific movement. -
Uses of Product in es.kukenan.smartfi.microservice.contracts.service.backoffice.api
Methods in es.kukenan.smartfi.microservice.contracts.service.backoffice.api with parameters of type ProductModifier and TypeMethodDescriptiones.kukenan.smartfi.microservice.contracts.api.movement.MovementDtoAbstractUnimplementedApiClient.findMovement(Product product, String movementId, String userToken) Find an specific imposition movement in this API owner by the given user. -
Uses of Product in es.kukenan.smartfi.microservice.contracts.service.backoffice.core
Methods in es.kukenan.smartfi.microservice.contracts.service.backoffice.core with parameters of type ProductModifier and TypeMethodDescriptiones.kukenan.smartfi.microservice.contracts.api.movement.MovementDtoCoreBackofficeClientAdapter.findMovement(Product product, String movementId, String userToken) Extract the given movement id will search detail movement. -
Uses of Product in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis
Methods in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis with parameters of type ProductModifier and TypeMethodDescriptiones.kukenan.smartfi.microservice.contracts.api.movement.MovementDtoDepositsCoreApiClient.findMovement(Product product, String movementId, String userToken) Find an specific imposition movement in this API owner by the given user.es.kukenan.smartfi.microservice.contracts.api.movement.MovementDtoLoansCoreApiClient.findMovement(Product product, String movementId, String userToken) es.kukenan.smartfi.microservice.contracts.api.movement.MovementDtoPensionsCoreApiClient.findMovement(Product product, String movementId, String userToken) -
Uses of Product in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements
Methods in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements with parameters of type ProductModifier and TypeMethodDescriptiones.kukenan.smartfi.microservice.contracts.api.movement.MovementDtoDepositImpositionsCoreEndpoint.findImposition(Product product, String impositionId) Find an specific imposition movement in this API owner by the given user.es.kukenan.smartfi.microservice.contracts.api.movement.MovementDtoDepositImpositionsCoreEndpoint.findMovement(Product product, String movementId) es.kukenan.smartfi.microservice.contracts.api.movement.MovementDtoGenericMovementsCoreEndpointV2.findMovement(Product product, String movementId) Find an specific movement in this API owner by the given user.private MORTGenericMovementsCoreEndpointV2.findOneMovement(Product product, String movementId) Find an specific movement in Core Api. -
Uses of Product in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product
Fields in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product with type parameters of type ProductModifier and TypeFieldDescriptionCoreManagedPortfolioToProductMapper.productIdMapperProduct to product id mapper. -
Uses of Product in es.kukenan.smartfi.microservice.contracts.service.events.backoffice
Methods in es.kukenan.smartfi.microservice.contracts.service.events.backoffice that return ProductModifier and TypeMethodDescriptionprotected ProductAbstractBackofficeEvent.saveProduct(String productId, UserBackoffice userBackoffice, String subsystem) save product.Methods in es.kukenan.smartfi.microservice.contracts.service.events.backoffice that return types with arguments of type ProductModifier and TypeMethodDescriptionAbstractBackofficeEvent.getProductsByUserBackoffice(UserBackoffice userBackoffice) Method for handle event for product update information. -
Uses of Product in es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2
Methods in es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2 that return ProductModifier and TypeMethodDescriptionprivate ProductBackofficeProductEventHandlerV2.saveBackofficeProduct(String backofficeUserId, Integer backOfficeId, String productType, String productId, String entity, String coreProductDetail, String productSubtype) private ProductBackofficeProductEventHandlerV2.saveProductV2(String productId, UserBackoffice userBackoffice, String subsystem, String coreProductDetail, String productType, String productSubtype) save product.Methods in es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2 that return types with arguments of type ProductModifier and TypeMethodDescriptionBackofficeProductEventHandlerV2.findProduct(UserBackoffice userBackoffice, String productId) Methods in es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2 with parameters of type ProductModifier and TypeMethodDescriptionprivate voidBackofficeProductEventHandlerV2.updateProduct(Product product, String productId, UserBackoffice userBackoffice, String subsystem, String coreProductDetail, String productType, String productSubtype)