Index

A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractBackofficeEvent - Class in es.kukenan.smartfi.microservice.contracts.service.events.backoffice
Backoffice event abstract class.
AbstractBackofficeEvent(ProductRepository, SubsystemRepository, UserBackofficeRepository) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.AbstractBackofficeEvent
Constructor.
AbstractCoreApiClient - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis
Base class for any Core API Client.
AbstractCoreApiClient(String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.AbstractCoreApiClient
Full state constructor.
AbstractCoreAssetMapper<CT,IT> - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.asset
Contract that any Core asset mapper must implement.
AbstractCoreAssetMapper(Class<CT>, Class<IT>) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.asset.AbstractCoreAssetMapper
Constructor.
AbstractCoreEndpointClient - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints
Base class with core funcionality for any endpoint implementation.
AbstractCoreEndpointClient(String, String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.AbstractCoreEndpointClient
Base constructor.
AbstractCoreMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper
Core common operations mapper.
AbstractCoreMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.AbstractCoreMapper
 
AbstractCoreMovementsMapper<CT,IT> - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement
Contract that any Core account movements mapper must implement.
AbstractCoreMovementsMapper(Class<CT>, Class<IT>) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.AbstractCoreMovementsMapper
Constructor.
AbstractCoreProductMapper<CT,IT> - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product
Contract that any Core product mapper must implement.
AbstractCoreProductMapper(Class<CT>, Class<IT>) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.AbstractCoreProductMapper
Constructor.
AbstractEndpointClient - Class in es.kukenan.smartfi.microservice.contracts.service
Base class with core functionality for any endpoint implementation.
AbstractEndpointClient() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.AbstractEndpointClient
 
AbstractKeyGenerator - Class in es.kukenan.smartfi.microservice.contracts.cache
Class in charge to generated a customized key.
AbstractKeyGenerator(List<String>, String) - Constructor for class es.kukenan.smartfi.microservice.contracts.cache.AbstractKeyGenerator
 
AbstractMapper - Class in es.kukenan.smartfi.microservice.contracts.service.mapper
Abstract common operations mapper.
AbstractMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.mapper.AbstractMapper
 
AbstractUnimplementedApiClient - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.api
Base class for any API Client.
AbstractUnimplementedApiClient(String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.AbstractUnimplementedApiClient
Full state constructor.
AbstractUnimplementedApiClient.UnimplementedOperationException - Exception Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.api
UnimplementedOperationException.
AccountBankController - Class in es.kukenan.smartfi.microservice.contracts.controller
Account bank controller.
AccountBankController() - Constructor for class es.kukenan.smartfi.microservice.contracts.controller.AccountBankController
 
accountBankCoreApiClient - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
Account bank CoreApi Client.
AccountBankCoreApiClient - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis
Core account bank API client.
AccountBankCoreApiClient() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.AccountBankCoreApiClient
 
AccountBankEndpointsFactory - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints
This class is responsible for creating the accounts subsystem endpoints.
AccountBankEndpointsFactory() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.AccountBankEndpointsFactory
 
accountBankService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.AccountBankController
Contract service.
AccountBankService - Class in es.kukenan.smartfi.microservice.contracts.service
Contract service.
AccountBankService() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.AccountBankService
 
accountIntervenersEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.AccountsCoreEndpoint
Account interveners endpoint implementation.
accountIntervenersEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.WalletsCoreEndpoint
Account interveners endpoint implementation.
accountIntervenersEndpoint(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.AccountsEndpointsFactory
Create the base account interveners endpoint.
accountMovementsEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.AccountsCoreApiClient
Account movements endpoint implementation.
accountMovementsEndpoint(CoreAccountMovementToMovementMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.AccountsEndpointsFactory
Create the base account movements endpoint.
ACCOUNTS - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.ProductTypes
Accounts.
accountsClient - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreClient
Accounts API client.
AccountsCoreApiClient - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis
Core Accounts subsystem API client.
AccountsCoreApiClient() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.AccountsCoreApiClient
Component constructor.
AccountsCoreEndpoint - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products
Core accounts endpoint implementation.
AccountsCoreEndpoint(CoreAccountToProductMapper, String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.AccountsCoreEndpoint
Full state constructor.
accountsEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.AccountsCoreApiClient
Accounts endpoint implementation.
accountsEndpoint(CoreAccountToProductMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.AccountsEndpointsFactory
Create the base accounts endpoint.
AccountsEndpointsFactory - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints
This class is responsible for creating the accounts subsystem endpoints.
AccountsEndpointsFactory() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.AccountsEndpointsFactory
 
AccountsUtils - Class in es.kukenan.smartfi.microservice.contracts.utils
class for handler some util methods.
AccountsUtils() - Constructor for class es.kukenan.smartfi.microservice.contracts.utils.AccountsUtils
 
active - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.DocumentType
DocumentType active flag.
active - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.UserCivilStatus
user civil status active state.
active - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.UserGender
user gender active state.
ACTIVE - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2.CardStatus
Active status.
add(Subsystem) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache.ProductMetadataCacheBuilder.ProductMetadataCache
Add a new subsystem to the cache.
add(ProductMetadataCacheBuilder.ProductBackofficeView) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache.ProductMetadataCacheBuilder.ProductMetadataCache
Add a new product back office to the cache.
addAuthorization(HttpHeaders) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.AbstractCoreEndpointClient
Add authorization parameters to the given http headers.
addingOperationalInformation(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class es.kukenan.smartfi.microservice.contracts.controller.filter.product.detail.CardDetailOtpOperationalFilter
 
addingOperationalInformation(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class es.kukenan.smartfi.microservice.contracts.controller.filter.product.movements.Movements90daysOtpFilter
 
addingOperationalInformation(HttpServletRequest, HttpServletResponse, FilterChain) - Method in interface es.kukenan.smartfi.microservice.contracts.controller.filter.ProductsOtpFilter
adding Operational specific Information.
addMovementsParams(ProductDto) - Method in class es.kukenan.smartfi.microservice.contracts.service.MovementsService
 
addProduct(Product) - Method in class es.kukenan.smartfi.microservice.contracts.repository.entity.Profile
Add a new product.
addProfile(Profile) - Method in class es.kukenan.smartfi.microservice.contracts.repository.entity.EbContract
Add a profile to the profiles list.
addProfile(Profile) - Method in class es.kukenan.smartfi.microservice.contracts.repository.entity.Product
Add a profile to the profiles list.
address - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.User
User address.
ADVANCE_PRODUCT - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ContractRestController
Advance constant.
ADVANCE_PRODUCT - Static variable in class es.kukenan.smartfi.microservice.contracts.service.ContractService
Advance constant.
afterPropertiesSet() - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache.ProductMetadataCacheBuilder.ProductMetadataCacheRefreshTask
Initialize this bean: load cache.
afterPropertiesSet() - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreClient
Initializing logic.
ALBATROS - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.CompanyBackOffice
Entity bank code.
algorithm - Variable in class es.kukenan.smartfi.microservice.contracts.service.security.Cipher
Cipher algorithm.
allApiClients - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreClient
A list with all the known API clients.
allClass - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.assets.GenericAssetsCoreEndpoint
Response wrapper class for findAll endpoint.
allClass - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.GenericProductsCoreEndpoint
Response wrapper class for findAll endpoint.
allMovementsClass - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements.GenericMovementsCoreEndpointV2
Response wrapper class for findAll movements endpoint.
amqpController - Variable in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v1.BackofficeProductEventHandlerV1
Amqp controller.
amqpController - Variable in class es.kukenan.smartfi.microservice.contracts.service.events.NotificationCreatedEventService
AMQP Controller (for event publishing).
amqpController - Variable in class es.kukenan.smartfi.microservice.contracts.service.events.UserService
AMQP controller.
AmqpController - Class in es.kukenan.smartfi.microservice.contracts.controller
AmqpController controller.
AmqpController() - Constructor for class es.kukenan.smartfi.microservice.contracts.controller.AmqpController
 
api() - Method in class es.kukenan.smartfi.microservice.contracts.config.SwaggerConfig
Swagger configuration Bean.
API_ACCOUNT_BANK_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.AccountBankController
Path for Account Rest API.
API_ACTIVE_BANK_ACCOUNT_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.AccountBankController
Path for get active bank account.
API_APPOINTMENT_APPLICATION_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ContractRestController
Path save appointment to Contract.
API_ASSET_MOVEMENTS_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Path for the movements of a single asset Rest API.
API_ASSET_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Path for single asset Rest API.
API_ASSETS_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Path for assets Rest API.
API_ASSETS_TYPES_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Path for product detail with assets Rest API.
API_AUTHORITIES - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.AccountBankController
Authority (role) required in order to be able to invoke greeting API.
API_AUTHORITIES - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.BankController
Authority (role) required in order to be able to invoke greeting API.
API_AUTHORITIES - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.CashFlowRestController
Authority (role) required in order to be able to invoke greeting API.
API_AUTHORITIES - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ContractRestController
Authority (role) required in order to be able to invoke greeting API.
API_AUTHORITIES - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.InternalProductsRestController
Authority (role) required in order to be able to invoke greeting API.
API_AUTHORITIES - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Authority (role) required in order to be able to invoke greeting API.
API_AUTHORITIES - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ProfileRestController
Authority (role) required in order to be able to invoke greeting API.
API_BANK_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.BankController
Path for Account Rest API.
API_BASE_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.CashFlowRestController
Base path for cashflow Rest API.
API_BASE_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.InternalProductsRestController
Base path for internal products Rest API.
API_BASE_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Base path for products Rest API.
API_COMMENT - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Path for a comment.
API_CONTRACT_STATES_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ContractRestController
Path for Contract State info.
API_CONTRACTS_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ContractRestController
Path for Contract Rest API.
API_CREATE_CARD_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
REST API create new wallet.
API_CREATE_WALLET_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
REST API create new wallet.
API_CVV_CARD_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Path for cvv card Rest API.
API_DEPOSITS_IMPOSTIONS_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Path for deposit impositions.
API_DETAIL_APPLICATION_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ContractRestController
Path for detailed Contract.
API_DOCUMENT_MOVEMENT_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Path for document movement detail Rest API.
API_DOCUMENT_MOVEMENTS_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Path for document movements list Rest API.
API_MANAGED_PRODUCTS_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Path for managed products Rest API.
API_MOVEMENT_COMMENT - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Path for movement's comment.
API_MOVEMENT_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Path for movements Rest API.
API_MOVEMENTS_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Path for movements Rest API.
API_NEW_ACCOUNT_BANK_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.AccountBankController
Path for create new Account.
API_NEW_APPLICATION_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ContractRestController
Path for create new Contract.
API_PIN_CARD_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Path for pin card Rest API.
API_PRODUCT_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.InternalProductsRestController
Path for single product Rest API.
API_PRODUCT_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Path for single product Rest API.
API_PRODUCT_POSITION_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Path for single product position Rest API.
API_PROFILE - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ProfileRestController
Path for a profile.
API_PROFILES_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ProfileRestController
Path for Profile Rest API.
API_RECEIPTS_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Path for receipts Rest API.
API_REPAYMENTS_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Path for repayments Rest API.
API_SIGNATURE_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.service.SignatureService
Path for signature of BE.
API_UPLOAD_FILES_APPLICATION_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ContractRestController
Path for upload files to Contract.
API_WITHHELD_MOVEMENTS_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Path for withheld movements Rest API.
apiInfoMetaData() - Method in class es.kukenan.smartfi.microservice.contracts.config.SwaggerConfig
API Information.
Application - Class in es.kukenan.smartfi.microservice.contracts
products-service main Application.
Application() - Constructor for class es.kukenan.smartfi.microservice.contracts.Application
 
APPLICATION_CHANGE_DOCUMENT_STATUS_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ContractRestController
Application detail path.
ApplicationConfig - Class in es.kukenan.smartfi.microservice.contracts.config
Common application configurations.
ApplicationConfig() - Constructor for class es.kukenan.smartfi.microservice.contracts.config.ApplicationConfig
 
applicationName - Variable in class es.kukenan.smartfi.microservice.contracts.controller.filter.product.detail.CardDetailOtpOperationalFilter
Application name.
applicationName - Variable in class es.kukenan.smartfi.microservice.contracts.controller.filter.product.movements.Movements90daysOtpFilter
entity Code.
appName - Variable in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v1.BackofficeProductEventHandlerV1
Spring application name.
appName - Variable in class es.kukenan.smartfi.microservice.contracts.service.events.UserService
Spring application name.
asociatedReference(EntityBankEnum, String, String, String, String, String, String, String, String, String, String, String, MovementsResponseDto) - Method in class es.kukenan.smartfi.microservice.contracts.service.MovementsService
 
assetsService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Assets service.
assetsService - Variable in class es.kukenan.smartfi.microservice.contracts.service.ScaMovementsService
Movements service.
AssetsService - Class in es.kukenan.smartfi.microservice.contracts.service
Assets related services.
AssetsService() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.AssetsService
 

B

backoffice - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.RestResponseErrorHandler
Backoffice name.
BACKOFFICE_CORE - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Core backoffice.
BACKOFFICE_RSI - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Rsi backoffice.
backofficeApiClient - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
Backoffice api Client.
BackofficeApiClient - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.backoffice
Core contract API client.
BackofficeApiClient() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.backoffice.BackofficeApiClient
 
BackofficeClient - Interface in es.kukenan.smartfi.microservice.contracts.service.backoffice
Contract that any backoffice client must implement.
backofficeClientManager - Variable in class es.kukenan.smartfi.microservice.contracts.service.AccountBankService
Back office clients manager.
backofficeClientManager - Variable in class es.kukenan.smartfi.microservice.contracts.service.AssetsService
Back office clients manager.
backofficeClientManager - Variable in class es.kukenan.smartfi.microservice.contracts.service.BankService
Back office clients manager.
backofficeClientManager - Variable in class es.kukenan.smartfi.microservice.contracts.service.CashFlowService
Back office clients manager.
backofficeClientManager - Variable in class es.kukenan.smartfi.microservice.contracts.service.ContractService
Back office clients manager.
backofficeClientManager - Variable in class es.kukenan.smartfi.microservice.contracts.service.MovementsService
Back office clients manager.
backofficeClientManager - Variable in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Back office clients manager.
BackofficeClientManager - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice
This components centralices back office clients management.
BackofficeClientManager() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClientManager
 
BackofficeClientProductSearchContext() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.ProductsService.BackofficeClientProductSearchContext
 
backofficeEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.backoffice.BackofficeApiClient
backoffice endpoint implementation.
backofficeEndpoint(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.backoffice.BackofficeEndpointsFactory
Create the base backoffice endpoint.
BackofficeEndpoint - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.backoffice
Backoffice endpoint implementation.
BackofficeEndpoint(String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.backoffice.BackofficeEndpoint
Full state constructor.
BackofficeEndpointsFactory - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.backoffice
This class is responsible for creating the backoffice endpoints.
BackofficeEndpointsFactory() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.backoffice.BackofficeEndpointsFactory
 
BackofficeEvent - Interface in es.kukenan.smartfi.microservice.contracts.service.events.backoffice
Backoffice events service interface.
backofficeEventManager - Variable in class es.kukenan.smartfi.microservice.contracts.service.events.BackofficeProductEventService
Backoffice event manager.
BackofficeEventManager - Class in es.kukenan.smartfi.microservice.contracts.service.events.backoffice
Backoffice event manager.
BackofficeEventManager(List<BackofficeEvent>) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.BackofficeEventManager
Constructor.
backofficeEvents - Variable in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.BackofficeEventManager
Backoffice events list.
backOfficeId - Variable in enum class es.kukenan.smartfi.microservice.contracts.enums.CompanyBackOffice
Back office code.
backOfficeId - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.BackofficeSubsystems
Backoffice identifier.
backOfficeId - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.EbContract
Backoffice id.
backOfficeId - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.ProductBackoffice
back office id.
backOfficeId - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.ProductBackoffice.ProductBackofficeId
back office id.
backOfficeId - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.Subsystem
Backoffice Id.
backOfficeId - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.Subsystem.SubsystemId
back office id.
backOfficeId - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.TemporalBackofficeProduct
Backoffice identifier.
backOfficeId - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.UserBackoffice
Backoffice Id.
backOfficeId - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.UserBackoffice.UserBackofficeId
Backoffice Id.
backOfficeId - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache.ProductMetadataCacheBuilder.ProductBackofficeView
Back office identifier.
backOfficeId - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductSearchRequest
Backoffice identifier.
BackofficeProductEventHandlerV1 - Class in es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v1
Backoffice product event for version 1.0.
BackofficeProductEventHandlerV1(ProductRepository, SubsystemRepository, UserBackofficeRepository) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v1.BackofficeProductEventHandlerV1
Constructor.
BackofficeProductEventHandlerV2 - Class in es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2
Backoffice product event for version 2.0.
BackofficeProductEventHandlerV2(ProductRepository, SubsystemRepository, UserBackofficeRepository, TemporalBackofficeProductRepository) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2
Constructor.
BackofficeProductEventHandlerV2.CardSituation - Enum Class in es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2
Card situation map.
BackofficeProductEventHandlerV2.CardStatus - Enum Class in es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2
Card status map.
backofficeProductEventService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.AmqpController
Product Back office event service.
backofficeProductEventService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.KafkaController
Product Back office event service.
BackofficeProductEventService - Class in es.kukenan.smartfi.microservice.contracts.service.events
Service for handler product backoffice events.
BackofficeProductEventService() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.events.BackofficeProductEventService
 
backofficeSubsystemRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
BackofficeSubsystem artificial entity repository.
BackofficeSubsystemRepository - Class in es.kukenan.smartfi.microservice.contracts.repository
Repository that holds the queries to retrieve BackofficeSubsystems.
BackofficeSubsystemRepository() - Constructor for class es.kukenan.smartfi.microservice.contracts.repository.BackofficeSubsystemRepository
 
BackofficeSubsystemRepository.BackofficeSubsystemRowMapper - Class in es.kukenan.smartfi.microservice.contracts.repository
Mapper class to extract BackofficeSubsystems from query.
BackofficeSubsystemRowMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.repository.BackofficeSubsystemRepository.BackofficeSubsystemRowMapper
 
BackofficeSubsystems - Class in es.kukenan.smartfi.microservice.contracts.repository.entity
This class is an artificial entity, it does not really exist.
BackofficeSubsystems() - Constructor for class es.kukenan.smartfi.microservice.contracts.repository.entity.BackofficeSubsystems
 
backofficeUserId - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.TemporalBackofficeProduct
Backoffice user identifier.
BankController - Class in es.kukenan.smartfi.microservice.contracts.controller
Account bank controller.
BankController() - Constructor for class es.kukenan.smartfi.microservice.contracts.controller.BankController
 
bankCoreApiClient - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
Bank CoreApi Client.
BankCoreApiClient - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis
Core bank API client.
BankCoreApiClient() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.BankCoreApiClient
 
BankEndpointsFactory - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints
This class is responsible for creating the accounts subsystem endpoints.
BankEndpointsFactory() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.BankEndpointsFactory
 
bankService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.BankController
Contract service.
BankService - Class in es.kukenan.smartfi.microservice.contracts.service
Bank service.
BankService() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.BankService
 
beanValidatorService - Variable in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
bean Validator Service.
BROKER - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.ProductTypes
BROKER.
buildMovementsQueryParams(UriComponentsBuilder, Map<String, String>) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements.GenericMovementsCoreEndpointV2
Build the movements query parameters.
BUSINNES_CARD_CREDIT_SUBTYPE - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Subtype for business credit card.
BUSINNES_CARD_DEBIT_SUBTYPE - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Subtype for business debit card.

C

C400000401 - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.service.exceptions.enums.ProductsExceptionCode
Product cannot be hybridized with lighthouse.
C400000402 - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.service.exceptions.enums.ProductsExceptionCode
Invalid Lighthouse operative.
C403001 - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.service.exceptions.enums.ProductsExceptionCode
Product not associated.
C404001 - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.service.exceptions.enums.ProductsExceptionCode
Product not found.
C410000400 - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.service.exceptions.enums.ProductsExceptionCode
Cache required is expired.
CACHE_KEY_CASHFLOW - Static variable in class es.kukenan.smartfi.microservice.contracts.cache.CacheKeyProducts
Cashflow cache key.
CACHE_KEY_MOVEMENT_DETAIL - Static variable in class es.kukenan.smartfi.microservice.contracts.cache.CacheKeyProducts
Movement detail cache key.
CACHE_KEY_PRODUCT_ASSET_DETAIL - Static variable in class es.kukenan.smartfi.microservice.contracts.cache.CacheKeyProducts
Product assets detail cache key.
CACHE_KEY_PRODUCT_ASSET_MOVEMENTS - Static variable in class es.kukenan.smartfi.microservice.contracts.cache.CacheKeyProducts
Product assets movements cache key.
CACHE_KEY_PRODUCT_ASSETS - Static variable in class es.kukenan.smartfi.microservice.contracts.cache.CacheKeyProducts
Product assets cache key.
CACHE_KEY_PRODUCT_COMPOSITION - Static variable in class es.kukenan.smartfi.microservice.contracts.cache.CacheKeyProducts
Product composition cache key.
CACHE_KEY_PRODUCT_CVV_CARD - Static variable in class es.kukenan.smartfi.microservice.contracts.cache.CacheKeyProducts
Product cvv cache key.
CACHE_KEY_PRODUCT_DETAIL - Static variable in class es.kukenan.smartfi.microservice.contracts.cache.CacheKeyProducts
Product detail cache key.
CACHE_KEY_PRODUCT_PIN_CARD - Static variable in class es.kukenan.smartfi.microservice.contracts.cache.CacheKeyProducts
Product pin cache key.
CACHE_KEY_PRODUCT_POSITION - Static variable in class es.kukenan.smartfi.microservice.contracts.cache.CacheKeyProducts
Product position cache key.
CACHE_KEY_PRODUCT_RECEIPTS - Static variable in class es.kukenan.smartfi.microservice.contracts.cache.CacheKeyProducts
Product receipts detail cache key.
CACHE_KEY_PRODUCT_RECEIPTS_PAGINATION_KEY - Static variable in class es.kukenan.smartfi.microservice.contracts.cache.CacheKeyProducts
Product receipts pagination key detail cache key.
CACHE_KEY_PRODUCT_REPAYMENTS - Static variable in class es.kukenan.smartfi.microservice.contracts.cache.CacheKeyProducts
Product repayments detail cache key.
CACHE_KEY_PRODUCTS - Static variable in class es.kukenan.smartfi.microservice.contracts.cache.CacheKeyProducts
Base Products cache key.
CACHE_RESOLVER - Static variable in class es.kukenan.smartfi.microservice.contracts.cache.CacheKeyProducts
Condition result cache key.
CACHE_RESULT_LIST_ASSET_MOVEMENTS_EMPTY - Static variable in class es.kukenan.smartfi.microservice.contracts.cache.CacheKeyProducts
Condition list not empty result cache key.
CACHE_RESULT_LIST_ASSETS_EMPTY - Static variable in class es.kukenan.smartfi.microservice.contracts.cache.CacheKeyProducts
Condition list not empty result cache key.
CACHE_RESULT_LIST_EMPTY - Static variable in class es.kukenan.smartfi.microservice.contracts.cache.CacheKeyProducts
Simple list empty result cache key.
CACHE_RESULT_LIST_MOVEMENTS_EMPTY - Static variable in class es.kukenan.smartfi.microservice.contracts.cache.CacheKeyProducts
Condition list not empty result cache key.
CACHE_RESULT_LIST_RECEIPTS_EMPTY - Static variable in class es.kukenan.smartfi.microservice.contracts.cache.CacheKeyProducts
Condition list not empty result cache key.
CACHE_RESULT_NULL - Static variable in class es.kukenan.smartfi.microservice.contracts.cache.CacheKeyProducts
Condition result cache key.
CACHE_RESULT_REPAYMENTS_LIST_EMPTY - Static variable in class es.kukenan.smartfi.microservice.contracts.cache.CacheKeyProducts
List empty repayments result cache key.
CacheConfiguration - Class in es.kukenan.smartfi.microservice.contracts.cache
Class cache configuration.
CacheConfiguration() - Constructor for class es.kukenan.smartfi.microservice.contracts.cache.CacheConfiguration
 
CacheExpiredException - Exception Class in es.kukenan.smartfi.microservice.contracts.service.exceptions
Exception caused when cache is required but is expired.
CacheExpiredException(String, String, Throwable, Map, Set<ErrorDetailDto>) - Constructor for exception class es.kukenan.smartfi.microservice.contracts.service.exceptions.CacheExpiredException
Constructor.
CacheExpiredException(String, String, Throwable, Set<ErrorDetailDto>) - Constructor for exception class es.kukenan.smartfi.microservice.contracts.service.exceptions.CacheExpiredException
Constructor.
CacheExpiredException(String, Throwable, Set<ErrorDetailDto>) - Constructor for exception class es.kukenan.smartfi.microservice.contracts.service.exceptions.CacheExpiredException
Constructor.
CacheKeyProducts - Class in es.kukenan.smartfi.microservice.contracts.cache
Class key definition.
CacheKeyProducts() - Constructor for class es.kukenan.smartfi.microservice.contracts.cache.CacheKeyProducts
 
cacheManager - Variable in class es.kukenan.smartfi.microservice.contracts.cache.CacheConfiguration
Cache manager.
cacheManager - Variable in class es.kukenan.smartfi.microservice.contracts.cache.CustomCacheResolver
CacheManager cacheManager.
cacheManager() - Method in class es.kukenan.smartfi.microservice.contracts.cache.CacheConfiguration
 
cacheOperation - Variable in class es.kukenan.smartfi.microservice.contracts.service.MovementsService
Cache operation.
CacheOperation - Class in es.kukenan.smartfi.microservice.contracts.cache
Operation over cache.
CacheOperation() - Constructor for class es.kukenan.smartfi.microservice.contracts.cache.CacheOperation
 
cacheOperationsContract(List<SessionCacheOperationEnum>, String, Object) - Method in class es.kukenan.smartfi.microservice.contracts.cache.ConnectedContractCacheOperation
Contract cache operations.
cacheOperationsContract(List<SessionCacheOperationEnum>, String, Object) - Method in class es.kukenan.smartfi.microservice.contracts.cache.ContractCacheOperation
Contract cache operations.
cacheResolver() - Method in class es.kukenan.smartfi.microservice.contracts.cache.CacheConfiguration
 
callContractStates(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts.CoreContractEndpoint
Find all the contract states values.
callCountContracts(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts.CoreContractEndpoint
Application count.
callGetCompanyLogo(String, String, Integer) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.company.CoreCompanyEndpoint
Call for get company logo.
callGetContractDocumentFile(String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts.CoreContractEndpoint
Get contract document file.
callSignature(HttpServletRequest, Integer) - Method in class es.kukenan.smartfi.microservice.contracts.controller.filter.product.detail.CardDetailOtpOperationalFilter
 
callSignature(HttpServletRequest, Integer) - Method in class es.kukenan.smartfi.microservice.contracts.controller.filter.product.movements.Movements90daysOtpFilter
 
Cancelada - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreDepositImpositionToMovementMapper.ImpositionStateEnum
Cancel State imposition.
CANCELED - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2.CardSituation
Canceled.
CANCELED - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2.CardStatus
Canceled status.
CANCELED_VALUES - Static variable in enum class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2.CardStatus
Canceled values.
canNewOne(String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts.CoreContractEndpoint
Validation if user can create Contract.
CARD_CANCELLED_STATUS_ID - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Card Cancelled status identifier.
CARD_CREDIT_PREMIUM_SUBTYPE - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Subtype for credit card premium.
CARD_CREDIT_SUBTYPE - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Subtype for credit card.
CARD_DEBIT_PREMIUM_SUBTYPE - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Subtype for debit card premium.
CARD_DEBIT_SUBTYPE - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Subtype for debit card.
CARD_TYPES - Static variable in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2
Card product type.
cardBrand - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.TemporalBackofficeProduct
Card brand.
CardDetailOtpOperationalFilter - Class in es.kukenan.smartfi.microservice.contracts.controller.filter.product.detail
card detail operations filter.
CardDetailOtpOperationalFilter() - Constructor for class es.kukenan.smartfi.microservice.contracts.controller.filter.product.detail.CardDetailOtpOperationalFilter
 
CardDetailOtpOperationalInfo - Class in es.kukenan.smartfi.microservice.contracts.controller.filter.product.detail
card Otp Operational Info.
CardDetailOtpOperationalInfo() - Constructor for class es.kukenan.smartfi.microservice.contracts.controller.filter.product.detail.CardDetailOtpOperationalInfo
 
cardHolder - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.TemporalBackofficeProduct
Card holder.
CardMovementsCoreEndpoint - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements
Core card impositions endpoint implementation.
CardMovementsCoreEndpoint(CoreCardMovementToMovementMapper, String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements.CardMovementsCoreEndpoint
Full state constructor.
cardMovementsEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.CardsCoreApiClient
Card movements endpoint implementation.
cardMovementsEndpoint(CoreCardMovementToMovementMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.CardsEndpointsFactory
Create the base card movements endpoint.
cardPan - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.TemporalBackofficeProduct
Card PAN.
cardRegisterDate - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.TemporalBackofficeProduct
Card register date.
CARDS - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.ProductTypes
Cards .
cardsClient - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreClient
Cards API client.
cardsCoreApiClient - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
cards CoreApi Client.
CardsCoreApiClient - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis
Cards Accounts subsystem API client.
CardsCoreApiClient() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.CardsCoreApiClient
Component constructor.
CardsCoreEndpoint - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products
Core cards endpoint implementation.
CardsCoreEndpoint(CoreCardToProductMapper, String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.CardsCoreEndpoint
Full state constructor.
cardsEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.CardsCoreApiClient
Cards endpoint implementation.
cardsEndpoint(CoreCardToProductMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.CardsEndpointsFactory
Create the base cards endpoint.
CardsEndpointsFactory - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints
This class is responsible for creating the cards subsystem endpoints.
CardsEndpointsFactory() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.CardsEndpointsFactory
 
cardSituation - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.TemporalBackofficeProduct
Card situation.
CardSituation(String, List<String>) - Constructor for enum class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2.CardSituation
Constructor.
CardStatus(String) - Constructor for enum class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2.CardStatus
Constructor.
cardType - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.TemporalBackofficeProduct
Card type.
cashFlowCoreApiClient - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
cashflow CoreApi Client.
CashFlowCoreApiClient - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis
Core cashflow API client.
CashFlowCoreApiClient() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.CashFlowCoreApiClient
 
CashFlowCoreEndpoint - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.cashflow
Core CoreCashFlowEndpoint endpoint implementation.
CashFlowCoreEndpoint(CoreCashFlowMapper, String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.cashflow.CashFlowCoreEndpoint
Full state constructor.
cashFlowEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.CashFlowCoreApiClient
cashflow endpoint implementation.
cashFlowEndpoint(CoreCashFlowMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.CashFlowEndpointsFactory
Create the base cards endpoint.
CashFlowEndpointsFactory - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints
This class is responsible for creating the cashflow backoffice endpoints.
CashFlowEndpointsFactory() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.CashFlowEndpointsFactory
 
CashFlowRestController - Class in es.kukenan.smartfi.microservice.contracts.controller
Cashflow service Rest API controller.
CashFlowRestController() - Constructor for class es.kukenan.smartfi.microservice.contracts.controller.CashFlowRestController
 
cashFlowService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.CashFlowRestController
cashflow service.
CashFlowService - Class in es.kukenan.smartfi.microservice.contracts.service
Cashflow service.
CashFlowService() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.CashFlowService
 
CHAR_OBFUSCATOR - Static variable in class es.kukenan.smartfi.microservice.contracts.service.security.DtoObfuscator
Core backoffice.
CHARSET - Static variable in class es.kukenan.smartfi.microservice.contracts.service.security.Cipher
Charset to use to get buffer from configuration.
checkEntityValue(Object) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2
 
checkHandler(BackOfficeProductCancelledEvent) - Method in interface es.kukenan.smartfi.microservice.contracts.service.events.backoffice.BackofficeEvent
Determine handler to execute.
checkHandler(BackOfficeProductCancelledEvent) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v1.BackofficeProductEventHandlerV1
 
checkHandler(BackOfficeProductCancelledEvent) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2
 
checkHandler(BackOfficeProductCreatedEvent) - Method in interface es.kukenan.smartfi.microservice.contracts.service.events.backoffice.BackofficeEvent
Determine handler to execute.
checkHandler(BackOfficeProductCreatedEvent) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v1.BackofficeProductEventHandlerV1
 
checkHandler(BackOfficeProductCreatedEvent) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2
 
checkHandler(BackOfficeProductUpdatedEvent) - Method in interface es.kukenan.smartfi.microservice.contracts.service.events.backoffice.BackofficeEvent
Determine handler to execute.
checkHandler(BackOfficeProductUpdatedEvent) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v1.BackofficeProductEventHandlerV1
 
checkHandler(BackOfficeProductUpdatedEvent) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2
 
checkInDateLimit(MovementDto, LocalDateTime) - Method in class es.kukenan.smartfi.microservice.contracts.service.security.FilterOtpMovements
Check that the given movement is in the basic granted time lower range.
checkMovementsDocumentOtpRequired(SecurityLevelEnum, List<MovementDto>, HttpServletRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.MovementsService
 
checkProductsType(String, Integer) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2
 
CHILD_ELEMENTS_SEPARATOR - Static variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductSearchFilter
Child elements separator.
cipher - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.cards.CvvCardCoreEndpoint
Component used to cypher sensible information stored in unsecured media.
cipher - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.cards.PinCardCoreEndpoint
Component used to cypher sensible information stored in unsecured media.
cipher - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements.CardMovementsCoreEndpoint
Component used to cypher sensible information stored in unsecured media.
cipher - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.CardsCoreEndpoint
Component used to cypher sensible information stored in unsecured media.
cipher - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreCardToProductMapper
Cipher for sensible information that must be stored securely.
Cipher - Class in es.kukenan.smartfi.microservice.contracts.service.security
Component used to cypher sensible information stored in unsecured media.
Cipher(String, String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.security.Cipher
Cipher constructor.
civilStatus - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.User
User civil status.
clear() - Method in class es.kukenan.smartfi.microservice.contracts.cache.ConnectedContractCacheOperation
clear contract Cache object.
clear() - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache.ProductMetadataCacheBuilder.ProductMetadataCache
 
client - Variable in class es.kukenan.smartfi.microservice.contracts.service.ProductsService.BackofficeClientProductSearchContext
Back office client.
clients - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClientManager
List of known BackofficeClients.
code - Variable in enum class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreDepositImpositionToMovementMapper.ImpositionStateEnum
Code Imposition state.
code - Variable in exception class es.kukenan.smartfi.microservice.contracts.service.exceptions.ProductsUnexpectedException
Error code.
collectApiClients(List<String>) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
Collect the API clients for the given subsystems or all API clients if the argument is null.
COMPANY_LOGO_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.ContractRestController
Company logo path.
CompanyBackOffice - Enum Class in es.kukenan.smartfi.microservice.contracts.enums
Enum for relation between companyy and back office identifer.
CompanyBackOffice(Integer, String, String) - Constructor for enum class es.kukenan.smartfi.microservice.contracts.enums.CompanyBackOffice
 
companyCoreApiClient - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
Company CoreApi Client.
CompanyCoreApiClient - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis
Core company API client.
CompanyCoreApiClient() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.CompanyCoreApiClient
 
companyEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.CompanyCoreApiClient
company endpoint implementation.
companyEndpoint(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.CompanyEndpointsFactory
Create the base compnay endpoint.
CompanyEndpointsFactory - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints
This class is responsible for creating the company core endpoints.
CompanyEndpointsFactory() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.CompanyEndpointsFactory
 
companyId - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.User
User company.
concurrentMapCacheManager - Variable in class es.kukenan.smartfi.microservice.contracts.cache.CacheOperation
CacheManager cacheManager.
connectedContractCacheOperation - Variable in class es.kukenan.smartfi.microservice.contracts.controller.CashFlowRestController
Connected Contract Cache Operation.
connectedContractCacheOperation - Variable in class es.kukenan.smartfi.microservice.contracts.controller.filter.product.detail.CardDetailOtpOperationalFilter
Connected Contract Cache Operation.
connectedContractCacheOperation - Variable in class es.kukenan.smartfi.microservice.contracts.controller.filter.product.movements.Movements90daysOtpFilter
Connected Contract Cache Operation.
connectedContractCacheOperation - Variable in class es.kukenan.smartfi.microservice.contracts.controller.filter.RefreshContractCacheFilter
Connected Contract Cache Operation.
connectedContractCacheOperation - Variable in class es.kukenan.smartfi.microservice.contracts.controller.InternalProductsRestController
Connected Contract Cache Operation.
connectedContractCacheOperation - Variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Connected Contract Cache Operation.
connectedContractCacheOperation - Variable in class es.kukenan.smartfi.microservice.contracts.controller.ProfileRestController
Connected Contract Cache Operation.
connectedContractCacheOperation - Variable in class es.kukenan.smartfi.microservice.contracts.service.CashFlowService
Connected Contract Cache Operation.
connectedContractCacheOperation - Variable in class es.kukenan.smartfi.microservice.contracts.service.ContractService
Connected Contract Cache Operation.
ConnectedContractCacheOperation - Class in es.kukenan.smartfi.microservice.contracts.cache
Operation over contract cache.
ConnectedContractCacheOperation() - Constructor for class es.kukenan.smartfi.microservice.contracts.cache.ConnectedContractCacheOperation
 
connectedContractTimeToLive - Variable in class es.kukenan.smartfi.microservice.contracts.cache.ConnectedContractCacheOperation
ttl contract time-to-live established.
connectedContractUuidSession - Variable in class es.kukenan.smartfi.microservice.contracts.cache.ConnectedContractCacheOperation
map contract-uuid-session cache established.
Constants - Class in es.kukenan.smartfi.microservice.contracts
Application constants.
Constants() - Constructor for class es.kukenan.smartfi.microservice.contracts.Constants
Hide constructor.
consume(BackOfficeProductCancelledEvent) - Method in class es.kukenan.smartfi.microservice.contracts.controller.AmqpController
Method to use for cancelled product.
consume(BackOfficeProductCancelledEvent) - Method in class es.kukenan.smartfi.microservice.contracts.controller.KafkaController
Method to use for cancelled product.
consume(BackOfficeNotificationCreatedEvent) - Method in class es.kukenan.smartfi.microservice.contracts.controller.AmqpController
Method to use for create notification.
consume(BackOfficeNotificationCreatedEvent) - Method in class es.kukenan.smartfi.microservice.contracts.controller.KafkaController
Method to use for create notification.
consume(BackOfficeProductCreatedEvent) - Method in class es.kukenan.smartfi.microservice.contracts.controller.AmqpController
Method to use for create product.
consume(BackOfficeProductCreatedEvent) - Method in class es.kukenan.smartfi.microservice.contracts.controller.KafkaController
Method to use for create product.
consume(BackOfficeProductUpdatedEvent) - Method in class es.kukenan.smartfi.microservice.contracts.controller.AmqpController
Method to use for update product.
consume(BackOfficeProductUpdatedEvent) - Method in class es.kukenan.smartfi.microservice.contracts.controller.KafkaController
Method to use for update product.
consume(UserCreatedEvent) - Method in class es.kukenan.smartfi.microservice.contracts.controller.AmqpController
Method to use for create users created.
consume(UserCreatedEvent) - Method in class es.kukenan.smartfi.microservice.contracts.controller.KafkaController
Method to use for create users created.
consume(UserUpdatedEvent) - Method in class es.kukenan.smartfi.microservice.contracts.controller.AmqpController
Method to use for update users event.
consume(UserUpdatedEvent) - Method in class es.kukenan.smartfi.microservice.contracts.controller.KafkaController
Method to use for update users event.
contextManager - Variable in class es.kukenan.smartfi.microservice.contracts.controller.filter.product.detail.CardDetailOtpOperationalFilter
Request context manager.
contextManager - Variable in class es.kukenan.smartfi.microservice.contracts.controller.filter.product.movements.Movements90daysOtpFilter
Request context manager.
contextManager - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.AbstractCoreEndpointClient
Request context manager.
contextManager - Variable in class es.kukenan.smartfi.microservice.contracts.service.events.UserService
Kukenbank request context manager.
contextManager - Variable in class es.kukenan.smartfi.microservice.contracts.service.SignatureService
Request context manager.
ContractCache - Class in es.kukenan.smartfi.microservice.contracts.cache.model
Contract object to be save in cache for the contract.
ContractCache() - Constructor for class es.kukenan.smartfi.microservice.contracts.cache.model.ContractCache
 
contractCacheOperation - Variable in class es.kukenan.smartfi.microservice.contracts.controller.filter.RefreshContractCacheFilter
Contract Cache Operation.
contractCacheOperation - Variable in class es.kukenan.smartfi.microservice.contracts.service.ContractService
Contract Cache Operation.
ContractCacheOperation - Class in es.kukenan.smartfi.microservice.contracts.cache
Operation over contract cache.
ContractCacheOperation() - Constructor for class es.kukenan.smartfi.microservice.contracts.cache.ContractCacheOperation
 
contractCoreApiClient - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
contract CoreApi Client.
ContractCoreApiClient - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis
Core contract API client.
ContractCoreApiClient() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.ContractCoreApiClient
 
contractEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.ContractCoreApiClient
cashflow endpoint implementation.
contractEndpoint(CoreContractMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.ContractEndpointsFactory
Create the base cards endpoint.
ContractEndpointsFactory - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints
This class is responsible for creating the cashflow backoffice endpoints.
ContractEndpointsFactory() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.ContractEndpointsFactory
 
contractId - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductSearchRequest
Core contract identifier.
ContractIdNotFoundException - Exception Class in es.kukenan.smartfi.microservice.contracts.service.exceptions
Exception caused by a specified user was not found or is not visible in the operation context (access level...).
ContractIdNotFoundException() - Constructor for exception class es.kukenan.smartfi.microservice.contracts.service.exceptions.ContractIdNotFoundException
Default constructor.
ContractRestController - Class in es.kukenan.smartfi.microservice.contracts.controller
Contrats controller.
ContractRestController() - Constructor for class es.kukenan.smartfi.microservice.contracts.controller.ContractRestController
 
contractService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.CashFlowRestController
Contract Service.
contractService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.ContractRestController
Contract service.
contractService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.filter.product.detail.CardDetailOtpOperationalFilter
Contract service.
contractService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.filter.product.movements.Movements90daysOtpFilter
Contract service.
contractService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.InternalProductsRestController
Contract Service.
contractService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Contract Service.
contractService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.ProfileRestController
Contract service.
contractService - Variable in class es.kukenan.smartfi.microservice.contracts.service.CashFlowService
Contract Service.
ContractService - Class in es.kukenan.smartfi.microservice.contracts.service
Contract service.
ContractService() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.ContractService
 
contractTimeToLive - Variable in class es.kukenan.smartfi.microservice.contracts.cache.ContractCacheOperation
ttl contract time-to-live established.
contractUuidSession - Variable in class es.kukenan.smartfi.microservice.contracts.cache.ContractCacheOperation
map contract-uuid-session cache established.
CONTRIBUTION_CONTRACTING - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.LighthouseOperatives
Contribution contracting.
CONTRIBUTOR_PLAN - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.LighthouseOperatives
Contributors pension plan.
CORE - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.CompanyBackOffice
Back office code.
CORE_BACKOFFICE_ID - Static variable in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Core backoffice identifier.
coreAccountBankEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.AccountBankCoreApiClient
cashflow endpoint implementation.
coreAccountBankEndpoint(CoreAccountBankMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.AccountBankEndpointsFactory
Create the base cards endpoint.
CoreAccountBankEndpoint - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.accountbanks
Core CoreAccountBankEndpoint endpoint implementation.
CoreAccountBankEndpoint(CoreAccountBankMapper, String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.accountbanks.CoreAccountBankEndpoint
Full state constructor.
coreAccountBankMapper - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.accountbanks.CoreAccountBankEndpoint
CoreAccountBankMapper mapper.
CoreAccountBankMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.accountbank
CashFlow mapper.
CoreAccountBankMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.accountbank.CoreAccountBankMapper
 
CoreAccountMovementToMovementMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement
Core Accounts movements mapper.
CoreAccountMovementToMovementMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreAccountMovementToMovementMapper
Component constructor.
CoreAccountToProductMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product
Core Accounts mapper.
CoreAccountToProductMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreAccountToProductMapper
Component constructor.
coreAssetMapper - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.assets.EquityAssetsCoreEndpoint
Core product mapper to use for the product retrieved through this client.
coreAssetMapper - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.assets.FundAssetsCoreEndpoint
Core product mapper to use for the product retrieved through this client.
coreAssetMapper - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.assets.GenericAssetsCoreEndpoint
Core product mapper to use for the product retrieved through this client.
CoreBackofficeClientAdapter - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core
Core client to ExtendedBackofficeClient adapter.
CoreBackofficeClientAdapter() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
coreBankEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.BankCoreApiClient
bank endpoint implementation.
coreBankEndpoint(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.BankEndpointsFactory
Create the base cards endpoint.
CoreBankEndpoint - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.banks
Core CoreAccountBankEndpoint endpoint implementation.
CoreBankEndpoint(String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.banks.CoreBankEndpoint
Full state constructor.
CoreCardMovementToMovementMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement
Core cards movements mapper.
CoreCardMovementToMovementMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreCardMovementToMovementMapper
Component constructor.
CoreCardToProductMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product
Core accounts mapper.
CoreCardToProductMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreCardToProductMapper
Component constructor.
coreCashFlowMapper - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.cashflow.CashFlowCoreEndpoint
CoreCashFlowMapper mapper.
CoreCashFlowMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.cashflow
CashFlow mapper.
CoreCashFlowMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.cashflow.CoreCashFlowMapper
 
coreClient - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
Core client.
CoreClient - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core
Core HTTP API based client.
CoreClient() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreClient
 
CoreCompanyEndpoint - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.company
Core company endpoint implementation.
CoreCompanyEndpoint(String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.company.CoreCompanyEndpoint
Full state constructor.
CoreContractEndpoint - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts
Core BackofficeEndpoint endpoint implementation.
CoreContractEndpoint(CoreContractMapper, String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts.CoreContractEndpoint
Full state constructor.
coreContractId - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.EbContract
Core contract Id.
coreContractMapper - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts.CoreContractEndpoint
CoreContractMapper mapper.
CoreContractMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.contract
CashFlow mapper.
CoreContractMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.contract.CoreContractMapper
 
CoreCreditMovementToMovementMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement
Core credit movements mapper.
CoreCreditMovementToMovementMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreCreditMovementToMovementMapper
Component constructor.
CoreCreditToProductMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product
Core Credits mapper.
CoreCreditToProductMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreCreditToProductMapper
Component constructor.
coreCvvCardEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.CardsCoreApiClient
Cvv Card endpoint implementation.
coreCvvMapper - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.cards.CvvCardCoreEndpoint
CoreCardToCvvMapper mapper.
CoreCvvMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.card
Core card cvv mapper.
CoreCvvMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.card.CoreCvvMapper
 
CoreDepositImpositionToMovementMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement
Core deposit movements mapper.
CoreDepositImpositionToMovementMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreDepositImpositionToMovementMapper
Component constructor.
CoreDepositImpositionToMovementMapper.ImpositionStateEnum - Enum Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement
Imposition State Enum.
CoreDepositMovementToMovementMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement
Core deposit movements mapper.
CoreDepositMovementToMovementMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreDepositMovementToMovementMapper
Component constructor.
CoreDepositToProductMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product
Core Deposits mapper.
CoreDepositToProductMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreDepositToProductMapper
Component constructor.
coreEbUserId - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.EbContract
Core eb user identifier.
CoreEquitiesAssetToAssetMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.asset
Core Equities assets mapper.
CoreEquitiesAssetToAssetMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.asset.CoreEquitiesAssetToAssetMapper
Component constructor.
CoreEquityMovementToMovementMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement
Core equity movements mapper.
CoreEquityMovementToMovementMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreEquityMovementToMovementMapper
Component constructor.
CoreEquityToProductMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product
Core Equities mapper.
CoreEquityToProductMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreEquityToProductMapper
Component constructor.
CoreFundAssetToAssetMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.asset
Core Fund assets mapper.
CoreFundAssetToAssetMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.asset.CoreFundAssetToAssetMapper
Component constructor.
CoreFundMovementToMovementMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement
Core funds movements mapper.
CoreFundMovementToMovementMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreFundMovementToMovementMapper
Component constructor.
CoreFundOnFlyMovementToMovementMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement
Core fund On Fly movements mapper.
CoreFundOnFlyMovementToMovementMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreFundOnFlyMovementToMovementMapper
Component constructor.
CoreFundOnFlyToProductMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product
Core FundOnFly mapper.
CoreFundOnFlyToProductMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreFundOnFlyToProductMapper
Component constructor.
CoreFundToProductMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product
Core Funds mapper.
CoreFundToProductMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreFundToProductMapper
Component constructor.
CoreGuaranteeToProductMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product
Core Guarantees mapper.
CoreGuaranteeToProductMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreGuaranteeToProductMapper
Component constructor.
CoreInterestMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.common
Core interest mapper.
CoreInterestMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.common.CoreInterestMapper
 
CoreIntervenerMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.common
Core intervener mapper.
CoreIntervenerMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.common.CoreIntervenerMapper
 
CoreKukenanWalletEquityToProductMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product
Core kukenbank Equities mapper.
CoreKukenanWalletEquityToProductMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreKukenanWalletEquityToProductMapper
Component constructor.
CoreLoanMovementToMovementMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement
Core loan movements mapper.
CoreLoanMovementToMovementMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreLoanMovementToMovementMapper
Component constructor.
CoreLoanToProductMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product
Core Loans mapper.
CoreLoanToProductMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreLoanToProductMapper
Component constructor.
CoreManagedPortfolioToProductMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product
Core ManagedPortfolios mapper.
CoreManagedPortfolioToProductMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreManagedPortfolioToProductMapper
Component constructor.
coreMovementsMapper - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements.GenericMovementsCoreEndpointV2
Core movements mapper to use for the product retrieved through this client.
CorePensionMovementToMovementMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement
Core pensions movements mapper.
CorePensionMovementToMovementMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CorePensionMovementToMovementMapper
Component constructor.
CorePensionToProductMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product
Core Pensions mapper.
CorePensionToProductMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CorePensionToProductMapper
Component constructor.
corePinCardEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.CardsCoreApiClient
Pin Card endpoint implementation.
corePinMapper - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.cards.PinCardCoreEndpoint
CoreCardToPinMapper mapper.
CorePinMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.card
Core card pin mapper.
CorePinMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.card.CorePinMapper
 
coreProductDetail - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.Product
core product detail.
coreProductDetail - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductSearchRequest
Product detail in the backoffice subsystem.
coreProductId - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.Product
core product Id.
coreProductId - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.TemporalBackofficeProduct
Core product identifier.
coreProductId - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductDomain
Back office product identifier.
coreProductId - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductSearchRequest
Product identifier in the backoffice subsystem.
coreProductMapper - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.GenericProductsCoreEndpoint
Core product mapper to use for the product retrieved through this client.
coreProductTypeDesc - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.ProductBackoffice
core Product Type Id.
coreProductTypeId - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.Product
core product type Id.
coreProductTypeId - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.ProductBackoffice
core Product Type Id.
coreProductTypeId - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.ProductBackoffice.ProductBackofficeId
core Product Type Id.
coreProductTypeId - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache.ProductMetadataCacheBuilder.ProductBackofficeView
Product type identifier in the backoffice.
coreProductTypeId - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductSearchRequest
Product type in the backoffice subsystem.
CoreRestTemplate() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreRestTemplateFactory.CoreRestTemplate
 
CoreRestTemplateFactory - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core
Core rest template factory.
CoreRestTemplateFactory() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreRestTemplateFactory
 
CoreRestTemplateFactory.CoreRestTemplate - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core
Core rest template specialization.
coreSubsystem - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.Product
core subsystem value.
coreSubsystem - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductDomain
Back office product subsystem.
coreSubsystem - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductSearchRequest
Subsystem identifier inside the backoffice.
coreUserId - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.UserBackoffice
Core user identifier update from Backoffice.
coreUserId - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.domain.ProductsSearchRequest
User identifier in the backoffice.
coreUserId - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductSearchRequest
User identifier in the backoffice.
CoreWalletMovementToMovementMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement
Core Wallet movements mapper.
CoreWalletMovementToMovementMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreWalletMovementToMovementMapper
Component constructor.
CoreWalletToProductMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product
Core Wallets mapper.
CoreWalletToProductMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreWalletToProductMapper
Component constructor.
countApplications(WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ContractRestController
Application count.
countApplications(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.ContractService
Application count.
countContracts(String, String) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClient
Application count.
countContracts(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.ContractCoreApiClient
Application count.
countContracts(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts.CoreContractEndpoint
Application count.
countContracts(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
createBearerToken(WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.controller.AccountBankController
 
createBearerToken(WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.controller.BankController
 
createBearerToken(WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ContractRestController
 
createBearerToken(WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.controller.filter.ProductsAbstractOtpFilter
 
createBearerToken(WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.controller.InternalProductsRestController
 
createBearerToken(WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
 
createBearerToken(WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ProfileRestController
 
createCard(WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Products position query endpoint.
createCardProduct(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.AbstractUnimplementedApiClient
Find the given product if owned by the given user.
createCardProduct(String, String) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClient
Extract the given user product details from the given (registered) product (must be supported, see wants method).
createCardProduct(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.CardsCoreApiClient
 
createCardProduct(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.GenericProductsCoreEndpoint
Find the given product if owned by the given user.
createCardProduct(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
createCoreRestTemplate() - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreRestTemplateFactory
Create a RestTemplate configured to support Core API.
createDefault(String, String, ProductData, String, List<Format>, Balance, Balance, Currency, GenericIdName, GenericIdName, Signature, Balance) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.AbstractCoreProductMapper
Create a ProductDto with default data.
createDefault(String, String, String, String, Balance, Balance, String, GenericIdName) - Method in class es.kukenan.smartfi.microservice.contracts.service.mapper.AbstractMapper
Create a ProductDto with default data.
createOne(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.GenericProductsCoreEndpoint
Find a single entity with the given identifier, that must be accesible by the given user.
createProductCard(String, String, String, WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Create a single product.
createProductSearchRequest(WalletAuthentication, String, Product) - Method in class es.kukenan.smartfi.microservice.contracts.service.AssetsService
 
createProductSearchRequest(WalletAuthentication, String, Product) - Static method in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Request for product search.
createProductWallet(String, String, String, WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Create a single product.
createProfile(WalletAuthentication, ProfileRequestDto) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ProfileRestController
Create Profile endpoint.
createProfile(ProfileRequestDto, EbContract) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProfileService
Create a profile.
createRealParamsNumber(List<Integer>) - Method in class es.kukenan.smartfi.microservice.contracts.repository.BackofficeSubsystemRepository
 
createSignature(String, FirmControlRequestDto) - Method in class es.kukenan.smartfi.microservice.contracts.service.SignatureService
Get all signature.
createUri(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.AbstractEndpointClient
Create a URI object from the given Minstait relative endpoint path.
createUri(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.AbstractEndpointClient
Create a URI object from the given relative endpoint path.
createWallet(WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Products position query endpoint.
createWalletProduct(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.AbstractUnimplementedApiClient
Find the given product if owned by the given user.
createWalletProduct(String, String) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClient
Extract the given user product details from the given (registered) product (must be supported, see wants method).
createWalletProduct(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.GenericProductsCoreEndpoint
Find the given product if owned by the given user.
createWalletProduct(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.WalletsCoreApiClient
 
createWalletProduct(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
CREDIT - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.ProductTypes
CREDIT.
CREDIT_PRODUCT - Static variable in class es.kukenan.smartfi.microservice.contracts.service.ContractService
Credit constant.
creditIntervenersEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.CreditsCoreEndpoint
credir interveners endpoint implementation.
creditIntervenersEndpoint(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.CreditsEndpointsFactory
Create the base credit interveners endpoint.
creditMovementsEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.CreditsCoreApiClient
Credit movements endpoint implementation.
creditMovementsEndpoint(CoreCreditMovementToMovementMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.CreditsEndpointsFactory
Create the base credit movements endpoint.
creditsClient - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreClient
/** Credits API client.
CreditsCoreApiClient - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis
Core Credits subsystem API client.
CreditsCoreApiClient() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.CreditsCoreApiClient
Component constructor.
CreditsCoreEndpoint - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products
Core credit endpoint implementation.
CreditsCoreEndpoint(CoreCreditToProductMapper, String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.CreditsCoreEndpoint
Full state constructor.
creditsEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.CreditsCoreApiClient
Credits endpoint implementation.
creditsEndpoint(CoreCreditToProductMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.CreditsEndpointsFactory
Create the base credits endpoint.
creditsEndpointDetail - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.CreditsCoreApiClient
Credits endpoint detail implementation.
CreditsEndpointsFactory - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints
This class is responsible for creating the credits subsystem endpoints.
CreditsEndpointsFactory() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.CreditsEndpointsFactory
 
currency - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.Product
Flag that informs (if true) that this product uses a currency != €.
currency - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductSearchFilter
Currency filters.
currency - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductSearchRequest
Product type in the backoffice subsystem.
CURRENCY_EUR - Static variable in class es.kukenan.smartfi.microservice.contracts.service.mapper.AbstractMapper
€ currency identifier.
CustomCacheResolver - Class in es.kukenan.smartfi.microservice.contracts.cache
Class in charge to intercept cache resolver for cache.
CustomCacheResolver(CacheManager) - Constructor for class es.kukenan.smartfi.microservice.contracts.cache.CustomCacheResolver
CustomCacheResolver constructor.
CvvCardCoreEndpoint - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.cards
Core Cvv Card endpoint implementation.
CvvCardCoreEndpoint(CoreCvvMapper, String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.cards.CvvCardCoreEndpoint
Full state constructor.
cvvCardEndpoint(CoreCvvMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.CardsEndpointsFactory
Create the base cvv card endpoint.

D

DATE_PATTERN - Static variable in class es.kukenan.smartfi.microservice.contracts.utils.ReportUtils
Formatted pattern for event dates.
DateUtils - Class in es.kukenan.smartfi.microservice.contracts.utils
Date utilities.
DateUtils() - Constructor for class es.kukenan.smartfi.microservice.contracts.utils.DateUtils
 
decrypt(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.security.Cipher
Decrypts the given text using the configured cipher specification.
defaultRequestHeaders() - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.AbstractCoreEndpointClient
Create the default request HTTP headers used in any API method.
defaultRequestHeaders(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.AbstractCoreEndpointClient
Create the default request HTTP headers used in any Core API method.
defaultRequestHeaders(String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.AbstractCoreEndpointClient
 
defaultRequestHeaders(String, String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.AbstractCoreEndpointClient
 
DELETE - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.cache.SessionCacheOperationEnum
DELETE cache operations.
deleteProduct(Product) - Method in class es.kukenan.smartfi.microservice.contracts.repository.entity.Profile
Delete a product from the product list.
deleteProfile(WalletAuthentication, String) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ProfileRestController
Delete Profile endpoint.
deleteProfile(Profile) - Method in class es.kukenan.smartfi.microservice.contracts.repository.entity.Product
Delete a profile from the profiles list.
deleteProfile(String, EbContract) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProfileService
Delete a profile.
DEPOSIT - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.ProductTypes
DEPOSIT.
depositImpositionDtoList - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ImpositionDomain
Back office operationDate subsystem..
DepositImpositionsCoreEndpoint - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements
Core deposit impositions endpoint implementation.
DepositImpositionsCoreEndpoint(CoreDepositImpositionToMovementMapper, String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements.DepositImpositionsCoreEndpoint
Full state constructor.
depositImpositionsEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.DepositsCoreApiClient
Deposit impositions endpoint implementation.
depositImpositionsEndpoint(CoreDepositImpositionToMovementMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.DepositsEndpointsFactory
Create the base deposit impositions endpoint.
depositIntervenersEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.DepositsCoreApiClient
Deposit interveners endpoint implementation.
depositIntervenersEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.DepositsCoreEndpoint
Deposit interveners endpoint implementation.
depositIntervenersEndpoint(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.DepositsEndpointsFactory
Create the base deposit interveners endpoint.
depositMovementsEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.DepositsCoreApiClient
Deposit movements endpoint implementation.
depositMovementsEndpoint(CoreDepositMovementToMovementMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.DepositsEndpointsFactory
Create the base deposit movements endpoint.
depositsClient - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreClient
Deposits API client.
DepositsCoreApiClient - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis
Core Deposits subsystem API client.
DepositsCoreApiClient() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.DepositsCoreApiClient
Component constructor.
DepositsCoreEndpoint - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products
Core deposits endpoint implementation.
DepositsCoreEndpoint(CoreDepositToProductMapper, String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.DepositsCoreEndpoint
Full state constructor.
depositsEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.DepositsCoreApiClient
Deposits endpoint implementation.
depositsEndpoint(CoreDepositToProductMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.DepositsEndpointsFactory
Create the base deposits endpoint.
DepositsEndpointsFactory - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints
This class is responsible for creating the deposits subsystem endpoints.
DepositsEndpointsFactory() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.DepositsEndpointsFactory
 
depositTermSubtypes - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.DepositsCoreApiClient
deposits term code identifier.
description - Variable in class es.kukenan.smartfi.microservice.contracts.cache.model.ContractCache
description.
description - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.UserCivilStatus
user civil status description.
description - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.UserGender
user gender description.
description - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.UserLanguage
language description.
DISCOUNTLINES - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.ProductTypes
DISCOUNTLINES.
document - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.DocumentType
document name.
DOCUMENT_TYPE_CSV - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
CSV document type.
DOCUMENT_TYPE_PDF - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
PDF document type.
DOCUMENT_TYPE_XLS - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
XLS document type.
documentId - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.User
User document id.
documentType - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.User
Type of user document.
DocumentType - Class in es.kukenan.smartfi.microservice.contracts.repository.entity
DAO for document_type table in Database.
DocumentType() - Constructor for class es.kukenan.smartfi.microservice.contracts.repository.entity.DocumentType
 
documentTypeRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.events.UserService
documentType repository use for database queries.
DocumentTypeRepository - Interface in es.kukenan.smartfi.microservice.contracts.repository
Repository interface to do queries for DocumentType data.
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class es.kukenan.smartfi.microservice.contracts.controller.filter.ProductsOtpOperationFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class es.kukenan.smartfi.microservice.contracts.controller.filter.RefreshContractCacheFilter
ID user check base on filters.
donwloadFile(File, HttpServletResponse) - Static method in class es.kukenan.smartfi.microservice.contracts.utils.FileUtils
Send to response a specific file.
downloadContractDocument(WalletAuthentication, String, HttpServletResponse) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ContractRestController
Download document.
dtoObfuscator - Variable in class es.kukenan.smartfi.microservice.contracts.service.AssetsService
Security util to obfuscate sensible data in DTOs.
dtoObfuscator - Variable in class es.kukenan.smartfi.microservice.contracts.service.CashFlowService
Security util to obfuscate sensible data in DTOs.
dtoObfuscator - Variable in class es.kukenan.smartfi.microservice.contracts.service.MovementsService
Security util to obfuscate sensible data in DTOs.
dtoObfuscator - Variable in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Security util to obfuscate sensible data in DTOs.
DtoObfuscator - Class in es.kukenan.smartfi.microservice.contracts.service.security
Security util to obfuscate sensible data in DTOs.
DtoObfuscator() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.security.DtoObfuscator
 
DummyCoreApiClient - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis
TODO: this class must be eliminated once all mappers are built and Guarantees support is added.
DummyCoreApiClient(String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.DummyCoreApiClient
Full state constructor.
DummyCoreListResponse() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.dtos.DummyCoreResponse.DummyCoreListResponse
 
DummyCoreObject() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.dtos.DummyCoreResponse.DummyCoreObject
 
DummyCoreResponse - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.dtos
TODO: this class must be removed in the future.
DummyCoreResponse() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.dtos.DummyCoreResponse
 
DummyCoreResponse.DummyCoreListResponse - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.dtos
TODO: this class must be removed in the future.
DummyCoreResponse.DummyCoreObject - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.dtos
TODO: this class must be removed in the future.

E

ebContract - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.Product
eb contract id.
ebContract - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.Profile
Ebcontract associated to the profile identifier.
EbContract - Class in es.kukenan.smartfi.microservice.contracts.repository.entity
DAO for EbContract table in Database.
EbContract() - Constructor for class es.kukenan.smartfi.microservice.contracts.repository.entity.EbContract
 
ebContractRepository - Variable in class es.kukenan.smartfi.microservice.contracts.controller.filter.product.detail.CardDetailOtpOperationalFilter
Eb contract DB repository.
ebContractRepository - Variable in class es.kukenan.smartfi.microservice.contracts.controller.filter.product.movements.Movements90daysOtpFilter
Eb contract DB repository.
ebContractRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.CashFlowService
Eb contract repository.
ebContractRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.ContractService
Eb contract DB repository.
ebContractRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Eb Contract Repository.
EbContractRepository - Interface in es.kukenan.smartfi.microservice.contracts.repository
Repository interface to do queries for Users data.
EcommerceCreatedEventMapper - Class in es.kukenan.smartfi.microservice.contracts.service.mapper
Component used to create CardCreatedEvent.
EcommerceCreatedEventMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.mapper.EcommerceCreatedEventMapper
 
email - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.User
email.
emptyMovementsResponse - Variable in class es.kukenan.smartfi.microservice.contracts.service.ScaMovementsService
Empty movements response.
enabled - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.Subsystem
Subsystem status.
encrypt(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.security.Cipher
Encrypts the given text using the configured cipher specification.
ENDORSEMENTS - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.ProductTypes
ENDORSEMENTS.
endpointBasePath - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.AbstractCoreEndpointClient
Core API base path.
entity - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.TemporalBackofficeProduct
Entity.
entity - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductSearchRequest
User back entity.
entityId - Variable in enum class es.kukenan.smartfi.microservice.contracts.enums.CompanyBackOffice
Entity bank code.
entityName - Variable in enum class es.kukenan.smartfi.microservice.contracts.enums.CompanyBackOffice
Entity bank name.
equitiesClient - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreClient
Equities API client.
EquitiesCoreApiClient - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis
Core Equitys subsystem API client.
EquitiesCoreApiClient() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.EquitiesCoreApiClient
Component constructor.
EquitiesCoreEndpoint - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products
Core equities endpoint implementation.
EquitiesCoreEndpoint(CoreEquityToProductMapper, String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.EquitiesCoreEndpoint
Full state constructor.
equitiesEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.EquitiesCoreApiClient
Equities endpoint implementation.
equitiesEndpoint(CoreEquityToProductMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.EquitiesEndpointsFactory
Create the base equities endpoint.
EquitiesEndpointsFactory - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints
This class is responsible for creating the equities subsystem endpoints.
EquitiesEndpointsFactory() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.EquitiesEndpointsFactory
 
equitiesIntervenersEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.assets.EquityAssetsCoreEndpoint
Equity interveners endpoint implementation.
equitiesIntervenersEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.EquitiesCoreEndpoint
Equities interveners endpoint implementation.
equitiesIntervenersEndpoint(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.EquitiesEndpointsFactory
Create the equities interveners endpoint.
EquityAssetsCoreEndpoint - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.assets
Core equity asssets endpoint implementation.
EquityAssetsCoreEndpoint(String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.assets.EquityAssetsCoreEndpoint
Full state constructor.
equityAssetsEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.EquitiesCoreApiClient
Equity assets endpoint implementation.
equityAssetsEndpoint(CoreEquitiesAssetToAssetMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.EquitiesEndpointsFactory
Create the base equities assets endpoint.
equityMovementsEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.EquitiesCoreApiClient
equity movements endpoint implementation.
equityMovementsEndpoint(CoreEquityMovementToMovementMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.EquitiesEndpointsFactory
Create the base equity movements endpoint.
es.kukenan.smartfi.microservice.contracts - package es.kukenan.smartfi.microservice.contracts
Services and related beans and dependencies.
es.kukenan.smartfi.microservice.contracts.cache - package es.kukenan.smartfi.microservice.contracts.cache
Controllers and related beans and dependencies.
es.kukenan.smartfi.microservice.contracts.cache.model - package es.kukenan.smartfi.microservice.contracts.cache.model
Controllers and related beans and dependencies.
es.kukenan.smartfi.microservice.contracts.config - package es.kukenan.smartfi.microservice.contracts.config
Package for configuration classes.
es.kukenan.smartfi.microservice.contracts.controller - package es.kukenan.smartfi.microservice.contracts.controller
Controllers and related beans and dependencies.
es.kukenan.smartfi.microservice.contracts.controller.exception - package es.kukenan.smartfi.microservice.contracts.controller.exception
Exceptions Handlers package.
es.kukenan.smartfi.microservice.contracts.controller.filter - package es.kukenan.smartfi.microservice.contracts.controller.filter
Controllers and related beans and dependencies.
es.kukenan.smartfi.microservice.contracts.controller.filter.product.detail - package es.kukenan.smartfi.microservice.contracts.controller.filter.product.detail
Controllers and related beans and dependencies.
es.kukenan.smartfi.microservice.contracts.controller.filter.product.movements - package es.kukenan.smartfi.microservice.contracts.controller.filter.product.movements
Controllers and related beans and dependencies.
es.kukenan.smartfi.microservice.contracts.enums - package es.kukenan.smartfi.microservice.contracts.enums
Controllers and related beans and dependencies.
es.kukenan.smartfi.microservice.contracts.handler - package es.kukenan.smartfi.microservice.contracts.handler
Application Rest controllers.
es.kukenan.smartfi.microservice.contracts.repository - package es.kukenan.smartfi.microservice.contracts.repository
Services and internal components package.
es.kukenan.smartfi.microservice.contracts.repository.entity - package es.kukenan.smartfi.microservice.contracts.repository.entity
Services and internal components package.
es.kukenan.smartfi.microservice.contracts.service - package es.kukenan.smartfi.microservice.contracts.service
Services and internal components package.
es.kukenan.smartfi.microservice.contracts.service.backoffice - package es.kukenan.smartfi.microservice.contracts.service.backoffice
Package where all back office specific components will be placed.
es.kukenan.smartfi.microservice.contracts.service.backoffice.api - package es.kukenan.smartfi.microservice.contracts.service.backoffice.api
In this package specific API components will be placed.
es.kukenan.smartfi.microservice.contracts.service.backoffice.backoffice - package es.kukenan.smartfi.microservice.contracts.service.backoffice.backoffice
Package where all back office specific components will be placed.
es.kukenan.smartfi.microservice.contracts.service.backoffice.common.filter - package es.kukenan.smartfi.microservice.contracts.service.backoffice.common.filter
Filters package.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core
Classes required to implement the Core client component.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis
In this package specific API components will be placed.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints
In is the root package for core endpoint classes.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.accountbanks - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.accountbanks
In is the root package for core endpoint classes.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.assets - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.assets
In this package specific assets endpoint classes will be placed.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.banks - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.banks
In is the root package for core endpoint classes.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.cards - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.cards
In this package specific products endpoint classes will be placed.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.cashflow - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.cashflow
In this package specific products endpoint classes will be placed.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.company - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.company
In this package specific products endpoint classes will be placed.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts
In this package specific products endpoint classes will be placed.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.interveners - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.interveners
In this package specific interveners endpoint classes will be placed.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements
In this package specific movements endpoint classes will be placed.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products
In this package specific products endpoint classes will be placed.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.receipts - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.receipts
In this package specific product repayments endpoint classes will be placed.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.repayments - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.repayments
In this package specific product repayments endpoint classes will be placed.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache
Package to hold caching utilities.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core.domain - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core.domain
In this package Core-backoffice-specific domain objects will be placed.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core.dtos - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core.dtos
DTOs package for Core API endpoints contracts.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper
Package to hold Minstair entities to ProductDto mappers.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.accountbank - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.accountbank
Package to hold Minstait entities to Contract mappers.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.asset - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.asset
Package to hold Minstait assets mappers.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.card - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.card
Package to hold Minstait card mappers.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.cashflow - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.cashflow
Package to hold Minstait entities to Product mappers.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.common - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.common
Package to hold Minstait entities to common DTO mappers.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.contract - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.contract
Package to hold Minstait entities to Contract mappers.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement
Package to hold Minstait movement entities DTO mappers.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product
Package to hold Minstait entities to Product mappers.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.receipt - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.receipt
Package to hold Minstair entities to ProductDto mappers.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.repayment - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.repayment
Package to hold Minstait entities to Repayments mappers.
es.kukenan.smartfi.microservice.contracts.service.backoffice.core.postprocess.products - package es.kukenan.smartfi.microservice.contracts.service.backoffice.core.postprocess.products
Package where Core products query postprocess will be located.
es.kukenan.smartfi.microservice.contracts.service.backoffice.domain - package es.kukenan.smartfi.microservice.contracts.service.backoffice.domain
In this package backoffice-specific domain objects will be placed..
es.kukenan.smartfi.microservice.contracts.service.events - package es.kukenan.smartfi.microservice.contracts.service.events
Classes required to implement event handling components.
es.kukenan.smartfi.microservice.contracts.service.events.backoffice - package es.kukenan.smartfi.microservice.contracts.service.events.backoffice
Backoffice event package.
es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v1 - package es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v1
Backoffice event version 1 package.
es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2 - package es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2
Backoffice event version 2 package.
es.kukenan.smartfi.microservice.contracts.service.exceptions - package es.kukenan.smartfi.microservice.contracts.service.exceptions
Package for microservice custom exceptions.
es.kukenan.smartfi.microservice.contracts.service.exceptions.enums - package es.kukenan.smartfi.microservice.contracts.service.exceptions.enums
Products exception codes package.
es.kukenan.smartfi.microservice.contracts.service.health - package es.kukenan.smartfi.microservice.contracts.service.health
Package for custom heath indicators.
es.kukenan.smartfi.microservice.contracts.service.mapper - package es.kukenan.smartfi.microservice.contracts.service.mapper
Classes required to implement event handling components.
es.kukenan.smartfi.microservice.contracts.service.security - package es.kukenan.smartfi.microservice.contracts.service.security
Security oriented components package.
es.kukenan.smartfi.microservice.contracts.utils - package es.kukenan.smartfi.microservice.contracts.utils
Utilities package.
ETF_PURCHASE_SALE - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.LighthouseOperatives
Purchase-sale ETF.
eventSituation - Variable in enum class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2.CardSituation
Event situation.
EXISTS_CONTRACT_NULL - Static variable in class es.kukenan.smartfi.microservice.contracts.repository.BackofficeSubsystemRepository
Query to exists contract is null in product table.
existsConnectedContractInCache(String) - Method in class es.kukenan.smartfi.microservice.contracts.cache.ConnectedContractCacheOperation
exists connected contract object.
existsContractInCache(String) - Method in class es.kukenan.smartfi.microservice.contracts.cache.ContractCacheOperation
exists contract object.
existsContractIsNull(String) - Method in class es.kukenan.smartfi.microservice.contracts.repository.BackofficeSubsystemRepository
Find all subsystems that have, at least, one product registered, grouping by back office and filtering by user.
expirationDate - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.TemporalBackofficeProduct
Expiration date.
ExtendedBackofficeClient - Interface in es.kukenan.smartfi.microservice.contracts.service.backoffice
Contract that some backoffice client must implement with extends functions.
extractAgent(WalletAuthentication) - Static method in class es.kukenan.smartfi.microservice.contracts.utils.UserUtils
Extract user ID from kukenbank authentication.
extractAmount(Balance) - Method in class es.kukenan.smartfi.microservice.contracts.service.mapper.AbstractMapper
Extract the SkyLine AmountDto from the given Balance.
extractChargeAccount(String, DepositDetail, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreDepositToProductMapper
Extract the charge account for the given deposit detail.
extractCurrency(Currency) - Method in class es.kukenan.smartfi.microservice.contracts.service.mapper.AbstractMapper
Extract the SkyLine CurrencyDto from the given Currency.
extractCurrency(Fund) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreFundToProductMapper
 
extractData(ResultSet) - Method in class es.kukenan.smartfi.microservice.contracts.repository.BackofficeSubsystemRepository.BackofficeSubsystemRowMapper
 
extractErrorResponse(ClientHttpResponse) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.RestResponseErrorHandler
Try to create a string from the error response with the only purpose to be logged.
extractIdNamePair(FundElement) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.AbstractCoreMapper
Extract the SkyLine IdNamePairDto from the given FundElement.
extractIdNamePair(GenericIdName) - Method in class es.kukenan.smartfi.microservice.contracts.service.mapper.AbstractMapper
Extract the SkyLine IdNamePairDto from the given GenericIdName.
extractInterest(Interest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.AbstractCoreMapper
Extract the SkyLine interestDTO from the given Balance.
extractIsCurrency(Currency) - Method in class es.kukenan.smartfi.microservice.contracts.service.mapper.AbstractMapper
Extract if currency is euro.
extractLocalDate(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.AbstractCoreMapper
LocalDate parser wrapper that supports two formats: ISO 8601 local date and ISO 8601 full date.
extractLocalDate(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.mapper.AbstractMapper
LocalDate parser wrapper that supports two formats: ISO 8601 local date and ISO 8601 full date.
extractLocalDateTime(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.AbstractCoreMapper
LocalDateTime parser wrapper that supports two formats: ISO 8601 local date and ISO 8601 full date.
extractLocalDateTime(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.mapper.AbstractMapper
LocalDateTime parser wrapper that supports two formats: ISO 8601 local date and ISO 8601 full date.
extractNextPaymentAmount(LoanNextRepayment) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreLoanToProductMapper
 
extractOptionalResponseData(ResponseEntity<T>) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.AbstractCoreEndpointClient
Extract the response data from the given ResponseEntity.
extractProductId(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.assets.GenericAssetsCoreEndpoint
Extract the identifier of the given product.
extractProductName(ProductData) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.AbstractCoreProductMapper
Extract the product name from the given account.
extractProductNum(CardDetail) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreCardToProductMapper
Extract the product number from the given card.
extractProductNum(Card) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreCardToProductMapper
Extract the product number from the given card.
extractProductNum(List<Format>) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.AbstractCoreMapper
Extract the product number from the given format list, using the configured preferred format if present.
extractProductNum(List<Format>) - Method in class es.kukenan.smartfi.microservice.contracts.service.mapper.AbstractMapper
Extract the product number from the given format list, using the configured preferred format if present.
extractResponseBody(ResponseEntity<T>) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.AbstractCoreEndpointClient
Extract the response data from the given ResponseEntity.
extractResponseData(ResponseEntity<T>) - Method in class es.kukenan.smartfi.microservice.contracts.service.AbstractEndpointClient
Extract the response data from the given ResponseEntity.
extractSessionId(WalletAuthentication) - Static method in class es.kukenan.smartfi.microservice.contracts.utils.UserUtils
Extract Session ID from kukenbank authentication.
extractSignature(Signature) - Method in class es.kukenan.smartfi.microservice.contracts.service.mapper.AbstractMapper
Extract the signature information.
extractSignatures(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductSearchFilter
 
extractStatues(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductSearchFilter
 
extractSubtypes(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductSearchFilter
 
extractTypes(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductSearchFilter
 
extractUserId(WalletAuthentication) - Static method in class es.kukenan.smartfi.microservice.contracts.utils.UserUtils
Extract user ID from kukenbank authentication.
extractValueFromRequest(JsonNode, List<String>) - Method in class es.kukenan.smartfi.microservice.contracts.controller.filter.ProductsAbstractOtpFilter
 

F

FATHER_ELEMENTS_SEPARATOR - Static variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductSearchFilter
Father elements separator.
FIELD_DETAIL_REASON - Static variable in class es.kukenan.smartfi.microservice.contracts.service.health.SmartfiCoreHealthIndicator
Down reason field in health details response.
FileUtils - Class in es.kukenan.smartfi.microservice.contracts.utils
Files utilities.
FileUtils() - Constructor for class es.kukenan.smartfi.microservice.contracts.utils.FileUtils
 
filter(List<ProductDomain>, Predicate<ProductDto>) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.common.filter.ProductSearchFilterPostProcess
Do the filter based in a condition.
filterByCurrency(List<ProductDomain>) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.common.filter.ProductSearchFilterPostProcess
Filter products with the currency selected.
filterByPostedBalance(List<ProductDomain>) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.common.filter.ProductSearchFilterPostProcess
Filter products with posted balance greater than zero.
filterBySignature(List<ProductDomain>) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.common.filter.ProductSearchFilterPostProcess
Filter products with the signatures selected.
filterByStatus(List<ProductDomain>) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.common.filter.ProductSearchFilterPostProcess
Filter products with the statuses selected.
filterByTypes(List<ProductDomain>) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.common.filter.ProductSearchFilterPostProcess
Filter products with types and subtypes selected.
filterInvalidProducts(List<ProductDomain>) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Filtering valid products.
filterMovements(MovementDto, HttpServletRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.security.FilterOtpMovements
Perform the authorization check of the given response validation.
filterMovements(MovementsResponseDto, HttpServletRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.security.FilterOtpMovements
Perform the authorization check of the given response validation.
filterOtpMovements - Variable in class es.kukenan.smartfi.microservice.contracts.service.MovementsService
Authorize show data in response.
filterOtpMovements - Variable in class es.kukenan.smartfi.microservice.contracts.service.ScaMovementsService
Authorize show data in response.
FilterOtpMovements - Class in es.kukenan.smartfi.microservice.contracts.service.security
Security filter to show just some movements, OTP required by products.
FilterOtpMovements() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.security.FilterOtpMovements
 
filters - Variable in class es.kukenan.smartfi.microservice.contracts.controller.filter.ProductsOtpOperationFilter
products Otp Filter Implementation.
FIND_BY_SUBSYSTEMS - Static variable in class es.kukenan.smartfi.microservice.contracts.repository.BackofficeSubsystemRepository
Query to find all subsystems that have, at least, one product registered, ordering by back office and filtering by subtypes.
FIND_BY_TYPE - Static variable in class es.kukenan.smartfi.microservice.contracts.repository.BackofficeSubsystemRepository
Query to find all subsystems that have, at least, one product registered, ordering by back office and filtering by types.
FIND_BY_USERID_AND_CONTRACTID - Static variable in class es.kukenan.smartfi.microservice.contracts.repository.BackofficeSubsystemRepository
Query to find all subsystems that have, at least, one product registered, grouping by back office and filtering by user.
findAccountBank(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.accountbanks.CoreAccountBankEndpoint
Find AccountBank by user.
findAccountBankDetail(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.AccountBankCoreApiClient
Find the given account bank information.
findAccountBankDetail(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.accountbanks.CoreAccountBankEndpoint
Find AccountBank detail by user.
findAccountBanks(String) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClient
Create new account bank from user backoffice.
findAccountBanks(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.AccountBankCoreApiClient
Find the given a user the account bank information.
findAccountBanks(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
findAccountDetail(String, String) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClient
Create new account bank from user backoffice.
findAccountDetail(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
findActiveBankAccount(String, String) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClient
Get active bank account from user backoffice.
findActiveBankAccount(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.AccountBankCoreApiClient
Find the active bank account for the given a user.
findActiveBankAccount(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.accountbanks.CoreAccountBankEndpoint
Find AccountBank by user.
findActiveBankAccount(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
findActiveBanks(String, String) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClient
Get active banks.
findActiveBanks(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.BankCoreApiClient
Get active banks.
findActiveBanks(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.banks.CoreBankEndpoint
Get active banks.
findActiveBanks(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
findAll(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.accountbanks.CoreAccountBankEndpoint
Find all the given user entities.
findAll(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.cashflow.CashFlowCoreEndpoint
Find all the given user entities.
findAll(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.assets.EquityAssetsCoreEndpoint
Find all the given user equity assets.
findAll(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.assets.FundAssetsCoreEndpoint
Find all the given user fund assets.
findAll(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.assets.GenericAssetsCoreEndpoint
Find all the given user product assets.
findAll(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.GenericProductsCoreEndpoint
Find all the given user entities.
findAll(String, String, Integer, Integer, String, GetApplicationsRequestDto) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts.CoreContractEndpoint
Find all the given user entities.
findAllActive() - Method in interface es.kukenan.smartfi.microservice.contracts.repository.SubsystemRepository
Get active subsystems.
findAllAssets(ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.assets.EquityAssetsCoreEndpoint
Find the given product if owned by the given user.
findAllAssets(ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.assets.FundAssetsCoreEndpoint
Find all the product assets in this API owner by the given user.
findAllAssets(ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.assets.GenericAssetsCoreEndpoint
Find all the product assets in this API owner by the given user.
findAllDepositImpositions(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.AbstractUnimplementedApiClient
Finds all withheld movements.
findAllImpositions(ProductSearchRequest, String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements.DepositImpositionsCoreEndpoint
Find all the deposit impositions movements.
findAllMovements(ProductSearchRequest, String, String, String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements.CardMovementsCoreEndpoint
Find all the movements in this API owner by the given user.
findAllMovements(ProductSearchRequest, String, String, String, String, String, Boolean) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements.GenericMovementsCoreEndpoint
Find all the movements in this API owner by the given user.
findAllMovements(ProductSearchRequest, String, String, String, String, String, String, String, String, Boolean) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.AbstractUnimplementedApiClient
Find all the movements in this API owner by the given user.
findAllMovements(ProductSearchRequest, String, String, String, String, String, String, String, String, Boolean) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.AccountsCoreApiClient
 
findAllMovements(ProductSearchRequest, String, String, String, String, String, String, String, String, Boolean) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.CardsCoreApiClient
 
findAllMovements(ProductSearchRequest, String, String, String, String, String, String, String, String, Boolean) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.CreditsCoreApiClient
 
findAllMovements(ProductSearchRequest, String, String, String, String, String, String, String, String, Boolean) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.DepositsCoreApiClient
 
findAllMovements(ProductSearchRequest, String, String, String, String, String, String, String, String, Boolean) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.EquitiesCoreApiClient
 
findAllMovements(ProductSearchRequest, String, String, String, String, String, String, String, String, Boolean) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.FundsCoreApiClient
 
findAllMovements(ProductSearchRequest, String, String, String, String, String, String, String, String, Boolean) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.FundsOnFlyCoreApiClient
 
findAllMovements(ProductSearchRequest, String, String, String, String, String, String, String, String, Boolean) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.LoansCoreApiClient
 
findAllMovements(ProductSearchRequest, String, String, String, String, String, String, String, String, Boolean) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.PensionsCoreApiClient
 
findAllMovements(ProductSearchRequest, String, String, String, String, String, String, String, String, Boolean) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.WalletsCoreApiClient
 
findAllMovements(ProductSearchRequest, Map<String, String>) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements.DepositImpositionsCoreEndpoint
 
findAllMovements(ProductSearchRequest, Map<String, String>) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements.GenericMovementsCoreEndpointV2
Find all the movements in this API owner by the given user.
findAllProducts(UserBackoffice, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.AbstractUnimplementedApiClient
Find all the products in this API owner by the given user and company.
findAllProducts(ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.AbstractUnimplementedApiClient
Find all the products in this API owner by the given user.
findAllProducts(ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.AccountsCoreApiClient
 
findAllProducts(ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.CardsCoreApiClient
 
findAllProducts(ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.CreditsCoreApiClient
 
findAllProducts(ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.DepositsCoreApiClient
 
findAllProducts(ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.DummyCoreApiClient
 
findAllProducts(ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.GenericProductsCoreEndpoint
Find all the products in this API owner by the given user.
findAllProducts(ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.EquitiesCoreApiClient
 
findAllProducts(ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.FundsCoreApiClient
 
findAllProducts(ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.FundsOnFlyCoreApiClient
 
findAllProducts(ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.GuaranteesCoreApiClient
 
findAllProducts(ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.KukenanWalletEquitiesCoreApiClient
 
findAllProducts(ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.LoansCoreApiClient
 
findAllProducts(ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.ManagedPortfoliosCoreApiClient
 
findAllProducts(ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.PensionsCoreApiClient
 
findAllProducts(ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.WalletsCoreApiClient
 
findAllProductsAsync(UserBackoffice, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.AbstractUnimplementedApiClient
Find all the products in this API owner by the given user.
findAllProductsAsync(ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.AbstractUnimplementedApiClient
Find all the products in this API owner by the given user.
findAllProductsAsync(ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.AbstractCoreApiClient
Find all the products in this API owner by the given user.
findAllWithheldMovements(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.AbstractUnimplementedApiClient
Finds all withheld movements.
findAndSaveBackofficesNewProducts(String, List<ProductsService.BackofficeClientProductSearchContext>, ProductSearchFilter, boolean, String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Find all the products in the given client product search contexts, and store them in the database.
findAndSaveBackofficesProducts(String, List<ProductsService.BackofficeClientProductSearchContext>, ProductSearchFilter, boolean, String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Find all the products in the given client product search contexts, and store them in the database.
findApiClientBySubsystem(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreClient
Find the API client that handles the given subsystem.
findAsset(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.assets.FundAssetsCoreEndpoint
Find the given product if owned by the given user.
findAsset(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.assets.GenericAssetsCoreEndpoint
Find the given product if owned by the given user.
findBackofficeClient(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.ContractService
Find backoffice client from User Identifier.
findBackofficeIdByUserId(String) - Method in interface es.kukenan.smartfi.microservice.contracts.repository.EbContractRepository
Get all products of the given user.
findBackofficeIdByUserId(String) - Method in interface es.kukenan.smartfi.microservice.contracts.repository.UserBackofficeRepository
Get all the given user back offices.
findByBackofficeIdAndCoreContractIdAndCoreProductDetailAndUserId(Integer, String, String, String) - Method in interface es.kukenan.smartfi.microservice.contracts.repository.ProductRepository
Retrieve the product that meets the given criteria in the arguments.
findByBackofficeIdAndSubsystemAndCoreProductIdAndUserId(Integer, String, String, String) - Method in interface es.kukenan.smartfi.microservice.contracts.repository.ProductRepository
Retrieve the product that meets the given criteria in the arguments.
findByCoreProductIdAndContractId(String, String) - Method in interface es.kukenan.smartfi.microservice.contracts.repository.ProductRepository
Retrieve the product that meets the given criteria in the arguments.
findByCoreProductTypeIdAndBackOfficeId(String, Integer) - Method in interface es.kukenan.smartfi.microservice.contracts.repository.ProductBackofficeRepository
Getting product backoffice by product Type and backoffice Id.
findByCoreUserIdAndBackofficeId(String, Integer) - Method in interface es.kukenan.smartfi.microservice.contracts.repository.UserBackofficeRepository
query for filter by params.
findByCoreUserIdAndBackofficeIdAndCompany(String, Integer, String) - Method in interface es.kukenan.smartfi.microservice.contracts.repository.UserBackofficeRepository
Get user backoffice by core user identifier, backoffice identifier and company.
findByEventSituation(String) - Static method in enum class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2.CardSituation
Find CardSituation object by event situation value.
findById(String) - Method in interface es.kukenan.smartfi.microservice.contracts.repository.ProductRepository
Retrieves an entity by its id.
findByIdAndEbContract(String, EbContract) - Method in interface es.kukenan.smartfi.microservice.contracts.repository.ProfileRepository
Get a profile by its id and contract.
findByIdAndUserId(String, String) - Method in interface es.kukenan.smartfi.microservice.contracts.repository.EbContractRepository
Get all products of the given contract and user.
findByNameAndEbContract(String, EbContract) - Method in interface es.kukenan.smartfi.microservice.contracts.repository.ProfileRepository
Get a profile by its name and contract.
findBySkylineCode(String) - Static method in enum class es.kukenan.smartfi.microservice.contracts.enums.LighthouseOperatives
Find operative by Skyline code.
findBySubtypes(List<Integer>) - Method in class es.kukenan.smartfi.microservice.contracts.repository.BackofficeSubsystemRepository
Find all subsystems that have, at least, one product registered, grouping by back office and filtering by subtypes.
findByType(Integer) - Method in class es.kukenan.smartfi.microservice.contracts.repository.BackofficeSubsystemRepository
Find all subsystems that have, at least, one product registered, grouping by back office and filtering by type.
findByUserId(String) - Method in interface es.kukenan.smartfi.microservice.contracts.repository.UserBackofficeRepository
Get all the given user back offices.
findByUserIdAndBackofficeId(String, Integer) - Method in interface es.kukenan.smartfi.microservice.contracts.repository.ProductRepository
Get all products of the given user.
findByUserIdAndBackofficeId(String, Integer) - Method in interface es.kukenan.smartfi.microservice.contracts.repository.UserBackofficeRepository
Get a userBackoffice by id.
findByUserIdAndBackofficeIdAndContractId(String, Integer, String) - Method in interface es.kukenan.smartfi.microservice.contracts.repository.ProductRepository
Get all products of the given user, backoffice and contract.
findByUserIdAndContractId(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.repository.BackofficeSubsystemRepository
Find all subsystems that have, at least, one product registered, grouping by back office and filtering by user.
findByUserIdAndCoreProductDetail(String, String) - Method in interface es.kukenan.smartfi.microservice.contracts.repository.ProductRepository
Retrieve the product that meets the given criteria in the arguments.
findCashFlow(UserBackoffice) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.AbstractUnimplementedApiClient
Find cash flow.
findCashFlow(UserBackoffice, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
findCashFlow(UserBackoffice, String, String) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.ExtendedBackofficeClient
Extract the user cashflow list from the given back office.
findCashFlow(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.CashFlowCoreApiClient
Find the given a user the cash flow information.
findCashFlow(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.cashflow.CashFlowCoreEndpoint
Find cash flow by user.
findCashFlow(String, String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.CashFlowService
Finding cashflow by user.
findClient(UserBackoffice) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClientManager
Find the proper back office client for the given back office entity.
findContract(String, String, Integer, Integer, String, GetApplicationsRequestDto) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClient
Get be contract from user backoffice.
findContract(String, String, Integer, Integer, String, GetApplicationsRequestDto) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.ContractCoreApiClient
Find the given a user the contract information.
findContract(String, String, Integer, Integer, String, GetApplicationsRequestDto) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts.CoreContractEndpoint
Find contract by user.
findContract(String, String, Integer, Integer, String, GetApplicationsRequestDto) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
findContractDetail(String, String, String) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClient
Get contract detail from user backoffice.
findContractDetail(String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.ContractCoreApiClient
Find the given contract information.
findContractDetail(String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts.CoreContractEndpoint
Find contract detail by user.
findContractDetail(String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
findContractState(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.ContractCoreApiClient
Find the given a user the contract information.
findContractState(String, String, String) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClient
Get contract states from user backoffice.
findContractState(String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
findContractStates(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts.CoreContractEndpoint
Find contract states.
findContractWithCoreContractIdAndCoreEbUserIdAndBackofficeId(String, String, Integer) - Method in interface es.kukenan.smartfi.microservice.contracts.repository.EbContractRepository
Get all products of the given user.
findCoreReceipts(String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.receipts.LoanReceiptsCoreEndpoint
 
findCoreRepayments(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.repayments.LoanRepaymentsCoreEndpoint
 
findCoreUserIdByUserIdAndBackofficeId(String, Integer) - Method in interface es.kukenan.smartfi.microservice.contracts.repository.UserBackofficeRepository
Get the given core user id for specific backoffice id and user id.
findCvvCard(UserBackoffice) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.AbstractUnimplementedApiClient
Find cvv of the given product.
findCvvCard(String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.CardsCoreApiClient
Find cvv card.
findCvvCard(String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.cards.CvvCardCoreEndpoint
Find Cvv card.
findDepositImpositions(ProductSearchRequest, String) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClient
Extract the given user product id will search all the account withheld movements.
findDepositImpositions(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
Extract the given user product id will search all the product impositions.
findDepositImpositions(String, WalletAuthentication, HttpServletRequest) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Products deposit imposition query endpoint.
findDepositImpositions(String, String, String, WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.service.MovementsService
Products withheld movement service method.
findHandler(BackOfficeProductCancelledEvent) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.BackofficeEventManager
Find handler for backOfficeProductCancelledEvent.
findHandler(BackOfficeProductCreatedEvent) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.BackofficeEventManager
Find handler for backOfficeProductCreatedEvent.
findHandler(BackOfficeProductUpdatedEvent) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.BackofficeEventManager
Find handler for backOfficeProductCreatedEvent.
findImposition(Product, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements.DepositImpositionsCoreEndpoint
Find an specific imposition movement in this API owner by the given user.
findImpositions(ProductSearchRequest, String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements.DepositImpositionsCoreEndpoint
Finding all the imposition movements entities in Core Api.
findInternalProducts(WalletAuthentication, String, Boolean, String, String, String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.controller.InternalProductsRestController
Internal products endpoint.
findInternalProducts(String, WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.controller.InternalProductsRestController
Internal products endpoint for defined productId.
findInterveners(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.interveners.GenericIntervenersCoreEndpoint
Find the interveners of a product by invoking the proper Core endpoint.
findManagedProductId(ManagedPortfolioDetail.ManagedDetailProduct, ProductSearchRequest, ProductMetadataCacheBuilder.ProductBackofficeView) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreManagedPortfolioToProductMapper
Find the skyline identifier of the given managed product (contained in a managed portfolio).
findMovement(Product, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements.DepositImpositionsCoreEndpoint
 
findMovement(Product, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements.GenericMovementsCoreEndpointV2
Find an specific movement in this API owner by the given user.
findMovement(Product, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.AbstractUnimplementedApiClient
Find an specific imposition movement in this API owner by the given user.
findMovement(Product, String, String) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClient
Extract the given user product id will search an specific movement.
findMovement(Product, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.DepositsCoreApiClient
Find an specific imposition movement in this API owner by the given user.
findMovement(Product, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.LoansCoreApiClient
 
findMovement(Product, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.PensionsCoreApiClient
 
findMovement(Product, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
Extract the given movement id will search detail movement.
findMovement(String, String, WalletAuthentication, HttpServletRequest) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Products an sepecific movement query endpoint.
findMovement(String, String, String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.MovementsService
Specific movement service method.
findMovement(String, String, String, String, HttpServletRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.ScaMovementsService
Specific movement service method.
findMovements(EntityBankEnum, String, String, String, String, String, String, String, String, String, String, HttpServletRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.ScaMovementsService
Products movement service method.
findMovements(EntityBankEnum, String, String, String, String, HttpServletRequest, String, String, String, String, String, String, String, Boolean) - Method in class es.kukenan.smartfi.microservice.contracts.service.MovementsService
Products movement service method.
findMovements(ProductSearchRequest, String, String, String, String, String, String, String, String, Boolean) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClient
Extract the given user product id will search all the account movements.
findMovements(ProductSearchRequest, String, String, String, String, String, String, String, String, Boolean) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
Extract the given user product id will search all the account movements.
findMovements(ProductSearchRequest, Map<String, String>) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements.GenericMovementsCoreEndpointV2
Find all the given movements entities.
findMovements(String, String, String, String, String, String, String, String, WalletAuthentication, HttpServletRequest) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Products movement query endpoint.
findNewProducts(String, String, String, String, String, String, Boolean, String, String, String, String, boolean) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Find products service method.
findOne(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.accountbanks.CoreAccountBankEndpoint
Find one account bank entities.
findOne(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.GenericProductsCoreEndpoint
Find a single entity with the given identifier, that must be accesible by the given user.
findOne(String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.assets.GenericAssetsCoreEndpoint
Find a single entity with the given identifier, that must be accesible by the given user.
findOne(String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.cards.CvvCardCoreEndpoint
Find a single entity with the given identifier, that must be accesible by the given user.
findOne(String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.cards.PinCardCoreEndpoint
Find a single entity with the given identifier, that must be accesible by the given user.
findOne(String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts.CoreContractEndpoint
Find one contract entities.
findOneActive(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.accountbanks.CoreAccountBankEndpoint
Find one active bank account entity.
findOneByCoreProductId(String) - Method in interface es.kukenan.smartfi.microservice.contracts.repository.ProductRepository
Retrieve an entity by core product Id.
findOneByDocumentIdAndCompanyId(String, String) - Method in interface es.kukenan.smartfi.microservice.contracts.repository.UserRepository
Get user is in BBDD.
findOneMovement(Product, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements.GenericMovementsCoreEndpointV2
Find an specific movement in Core Api.
findOneNextRepayment(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.LoansCoreEndpoint
Find the next repayment of a loan by invoking the proper Core endpoint.
findOtpRuleHandler(HttpServletRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.security.FilterOtpMovements
Find the OtpRuleHandler that affects the current operation.
findPinCard(UserBackoffice) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.AbstractUnimplementedApiClient
Find pin of the given product.
findPinCard(String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.CardsCoreApiClient
Find pin card.
findPinCard(String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.cards.PinCardCoreEndpoint
Find pin card.
findPosition(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.GuaranteesCoreEndpoint
Find a single entity with the given identifier, that must be accesible by the given user.
findProduct(ManagedPortfolio.ManagedProduct, List<ProductDomain>) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.postprocess.products.ManagedPortfolioPostProcess
find the given managed product in the given products list.
findProduct(UserBackoffice, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2
 
findProduct(ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.AccountsCoreEndpoint
Find the given product if owned by the given user.
findProduct(ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.CardsCoreEndpoint
Find the given product if owned by the given user.
findProduct(ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.CreditsCoreEndpoint
Find the given product if owned by the given user.
findProduct(ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.DepositsCoreEndpoint
Find the given product if owned by the given user.
findProduct(ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.EquitiesCoreEndpoint
Find the given product if owned by the given user.
findProduct(ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.FundsCoreEndpoint
Find the given product if owned by the given user.
findProduct(ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.GenericProductsCoreEndpoint
Find the given product if owned by the given user.
findProduct(ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.GuaranteesCoreEndpoint
Find the given product if owned by the given user.
findProduct(ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.KukenanWalletEquitiesCoreEndpoint
Find the given product if owned by the given user.
findProduct(ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.LoansCoreEndpoint
Find the given product if owned by the given user.
findProduct(ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.ManagedPortfoliosCoreEndpoint
Find the given product if owned by the given user.
findProduct(ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.PensionsCoreEndpoint
Find the given product if owned by the given user.
findProduct(ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.WalletsCoreEndpoint
Find the given product if owned by the given user.
findProduct(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.AbstractUnimplementedApiClient
Find the given product if owned by the given user.
findProduct(ProductSearchRequest, String) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClient
Extract the given user product details from the given (registered) product (must be supported, see wants method).
findProduct(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.AccountsCoreApiClient
 
findProduct(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.CardsCoreApiClient
 
findProduct(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.CreditsCoreApiClient
 
findProduct(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.DepositsCoreApiClient
Find the given product if owned by the given user.
findProduct(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.EquitiesCoreApiClient
 
findProduct(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.FundsCoreApiClient
 
findProduct(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.GuaranteesCoreApiClient
 
findProduct(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.KukenanWalletEquitiesCoreApiClient
 
findProduct(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.LoansCoreApiClient
 
findProduct(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.ManagedPortfoliosCoreApiClient
 
findProduct(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.PensionsCoreApiClient
 
findProduct(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.WalletsCoreApiClient
 
findProduct(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
findProduct(String, WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Product detail endpoint.
findProduct(String, String, String, String, WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Find a single product details.
findProductAssetDetail(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.AbstractUnimplementedApiClient
Find a the given asset of the given product.
findProductAssetDetail(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.FundsCoreApiClient
 
findProductAssetDetail(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
findProductAssetDetail(ProductSearchRequest, String) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.ExtendedBackofficeClient
Find a single of the given product by the given asset identifier.
findProductAssetDetail(String, String, WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Products asset detail query endpoint.
findProductAssetDetail(String, String, String, String, WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.service.AssetsService
Product assets service method.
findProductAssetMovements(ProductSearchRequest, String, String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.AbstractUnimplementedApiClient
Find the movements of the given asset in the given product.
findProductAssetMovements(ProductSearchRequest, String, String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.FundsCoreApiClient
 
findProductAssetMovements(ProductSearchRequest, String, String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
findProductAssetMovements(ProductSearchRequest, String, String, String, String) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.ExtendedBackofficeClient
Find the movements of the given asset in the given product.
findProductAssetMovements(String, String, String, String, String, WalletAuthentication, HttpServletRequest) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Products asset movements query endpoint.
findProductAssetMovements(String, String, String, String, String, String, String, WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.service.AssetsService
Product asset movements service method.
findProductAssetMovements(String, String, String, String, String, String, String, WalletAuthentication, HttpServletRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.ScaMovementsService
Product asset movements service method.
findProductAssets(ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.AbstractUnimplementedApiClient
Find the assets of an specific product owner by the given user.
findProductAssets(ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.EquitiesCoreApiClient
 
findProductAssets(ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.FundsCoreApiClient
 
findProductAssets(ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
findProductAssets(ProductSearchRequest) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.ExtendedBackofficeClient
Find the assets of the given product.
findProductAssets(String, WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Products assets query endpoint.
findProductAssets(String, String, String, WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.service.AssetsService
Product assets service method.
findProductCashFlow(WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.controller.CashFlowRestController
cash flow endpoint.
findProductComposition(ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.ManagedPortfoliosCoreEndpoint
Find the given product composition if owned by the given user.
findProductComposition(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.AbstractUnimplementedApiClient
Extract the given user product composition from the given (registered) product (must be supported, see wants method).
findProductComposition(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.ManagedPortfoliosCoreApiClient
 
findProductComposition(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
findProductComposition(ProductSearchRequest, String) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.ExtendedBackofficeClient
Extract the given user product composition from the given (registered) product (must be supported, see wants method).
findProductComposition(String, WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Product composition endpoint (products managed by the given product).
findProductComposition(String, String, String, WalletAuthentication, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Find a single product composition (products managed by the given product).
findProductPosition(ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.GenericProductsCoreEndpoint
Find the given product position if owned by the given user.
findProductPosition(ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.GuaranteesCoreEndpoint
Find the given product if owned by the given user.
findProductPosition(ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.KukenanWalletEquitiesCoreEndpoint
Find the given product if owned by the given user.
findProductPosition(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.AbstractUnimplementedApiClient
Find the given product position if owned by the given user.
findProductPosition(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.GuaranteesCoreApiClient
 
findProductPosition(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.KukenanWalletEquitiesCoreApiClient
 
findProductPosition(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
findProductPosition(ProductSearchRequest, String) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.ExtendedBackofficeClient
Extract the given user product details from the given (registered) product (must be supported, see wants method).
findProductPosition(String, WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Products position query endpoint.
findProductPosition(String, String, String, WalletAuthentication, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Find a single product position.
findProducts(WalletAuthentication, String, Boolean, String, String, String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Products endpoint.
findProducts(UserBackoffice, List<String>) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClient
Extract the user product list from the given back office (must be supported, see wants method).
findProducts(UserBackoffice, List<String>) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
findProducts(UserBackoffice, List<String>, ProductSearchFilter, String, String) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClient
Extract the user product list from the given back office (must be supported, see wants method).
findProducts(UserBackoffice, List<String>, ProductSearchFilter, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
findProducts(String, String, String, String, String, String, Boolean, String, String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Find products service method.
findProducts(String, String, String, String, String, String, Boolean, String, String, String, String, boolean) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Find products service method.
findProductsForced(String, String, String, String, Boolean, String, String, String, boolean) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Find products forced service method.
findProductWithAssetsTypes(String, WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Product detail with assets types endpoint.
findProductWithAssetsTypes(String, String, String, String, WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Find a single product details with assets types.
findReceipts(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.receipts.LoanReceiptsCoreEndpoint
Find the receipts of a loan owner by the given user.
findReceipts(ProductSearchRequest, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.AbstractUnimplementedApiClient
Find the receipts of an specific product owner by the given user.
findReceipts(ProductSearchRequest, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.LoansCoreApiClient
 
findReceipts(ProductSearchRequest, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
findReceipts(ProductSearchRequest, String, String) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.ExtendedBackofficeClient
Get the receipts for a given product.
findReceipts(String, String, WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Products receipts query endpoint.
findReceipts(String, String, String, WalletAuthentication, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Find product receipts.
findRepayments(ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.repayments.LoanRepaymentsCoreEndpoint
Find the repayments of a loan owner by the given user.
findRepayments(ProductSearchRequest, String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.AbstractUnimplementedApiClient
Find the repayments of an specific product owner by the given user.
findRepayments(ProductSearchRequest, String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.LoansCoreApiClient
 
findRepayments(ProductSearchRequest, String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
findRepayments(ProductSearchRequest, String, String, String) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.ExtendedBackofficeClient
Get the repayments of the given product.
findRepayments(String, String, String, WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Product (loan) repayments endpoint.
findRepayments(String, String, String, WalletAuthentication, String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Find Repayments.
findUserIdByBackofficeIdAndCoreProductId(Integer, String) - Method in interface es.kukenan.smartfi.microservice.contracts.repository.ProductRepository
Retrieve the user ids of products that meets the given criteria in the arguments.
findWithheldMovements(ProductSearchRequest, String) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClient
Extract the given user product id will search all the account withheld movements.
findWithheldMovements(ProductSearchRequest, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
findWithheldMovements(String, String, String, WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.service.MovementsService
Products withheld movement service method.
findWithheldMovements(String, String, String, String, String, String, String, String, WalletAuthentication, HttpServletRequest) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Products withheld movements query endpoint.
FINISH_CHARACTER - Static variable in class es.kukenan.smartfi.microservice.contracts.repository.BackofficeSubsystemRepository
Params clause finish character.
FORMAT_PAN - Static variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreCardToProductMapper
PAN Format identifier.
FORMAT_PAN_NAME - Static variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreCardToProductMapper
PAN Format name.
formatEventDate(LocalDate) - Static method in class es.kukenan.smartfi.microservice.contracts.utils.ReportUtils
Format date to string with event date format.
FUND_TRANSFER - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.LighthouseOperatives
Fund transfer.
fundAssetIntervenersEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.assets.FundAssetsCoreEndpoint
Fund interveners endpoint implementation.
fundAssetIntervenersEndpoint(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.FundsEndpointsFactory
Create the fund asset interveners endpoint.
fundAssetMovementsEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.FundsCoreApiClient
Fund asset movements endpoint implementation.
fundAssetMovementsEndpoint(CoreFundMovementToMovementMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.FundsEndpointsFactory
Create the base fund asset movements endpoint.
FundAssetsCoreEndpoint - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.assets
Core fund asssets endpoint implementation.
FundAssetsCoreEndpoint(String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.assets.FundAssetsCoreEndpoint
Full state constructor.
fundAssetsEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.FundsCoreApiClient
Funds movements endpoint implementation.
fundAssetsEndpoint(CoreFundAssetToAssetMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.FundsEndpointsFactory
Create the base fund assets endpoint.
fundIntervenersEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.FundsCoreEndpoint
Fund interveners endpoint implementation.
fundIntervenersEndpoint(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.FundsEndpointsFactory
Create the fund interveners endpoint.
fundMovementsEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.FundsCoreApiClient
Account movements endpoint implementation.
fundMovementsEndpoint(CoreFundMovementToMovementMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.FundsEndpointsFactory
Create the base fund movements endpoint.
FUNDS - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.ProductTypes
FUNDS.
fundsClient - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreClient
Funds API client.
FundsCoreApiClient - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis
Core Funds subsystem API client.
FundsCoreApiClient() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.FundsCoreApiClient
Component constructor.
FundsCoreEndpoint - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products
Core funds endpoint implementation.
FundsCoreEndpoint(CoreFundToProductMapper, String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.FundsCoreEndpoint
Full state constructor.
fundsEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.FundsCoreApiClient
Funds endpoint implementation.
fundsEndpoint(CoreFundToProductMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.FundsEndpointsFactory
Create the base funds endpoint.
FundsEndpointsFactory - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints
This class is responsible for creating the funds subsystem endpoints.
FundsEndpointsFactory() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.FundsEndpointsFactory
 
FundsOnFlyCoreApiClient - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis
Core Funds On Fly subsystem API client.
FundsOnFlyCoreApiClient() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.FundsOnFlyCoreApiClient
Component constructor.
fundsOnFlyEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.FundsOnFlyCoreApiClient
Funds endpoint implementation.
fundsOnFlyEndpoint(CoreFundOnFlyToProductMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.FundsOnFlyEndpointsFactory
Create the base fund on fly endpoint.
FundsOnFlyEndpointsFactory - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints
This class is responsible for creating the fund on fly subsystem endpoints.
FundsOnFlyEndpointsFactory() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.FundsOnFlyEndpointsFactory
 
fundsOnFlyMovementsEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.FundsOnFlyCoreApiClient
Funds On Fly movements endpoint implementation.
fundsOnFlyMovementsEndpoint(CoreFundOnFlyMovementToMovementMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.FundsOnFlyEndpointsFactory
Create the fund on fly movements endpoint.

G

gender - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.User
User gender.
generate() - Method in class es.kukenan.smartfi.microservice.contracts.utils.UuidGenerator
Generate a new UUID.
generate(Object, Method, Object...) - Method in class es.kukenan.smartfi.microservice.contracts.cache.AbstractKeyGenerator
 
generateBaseKey(String, Object...) - Method in class es.kukenan.smartfi.microservice.contracts.cache.AbstractKeyGenerator
Generate base key.
generateBaseKey(String, Object...) - Method in class es.kukenan.smartfi.microservice.contracts.cache.InternalProductKeyGenerator
Generate base key for products.
generateBaseKey(String, Object...) - Method in class es.kukenan.smartfi.microservice.contracts.cache.MovementsKeyGenerator
Generate base key for movements.
generateBaseKey(String, Object...) - Method in class es.kukenan.smartfi.microservice.contracts.cache.ProductsKeyGenerator
Generate base key for products.
generateCvvOperationId(String, String, String, WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
generateCvvOperationId(String, String, String, WalletAuthentication) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.ExtendedBackofficeClient
Generate CVV Operation Id.
generateCvvOperationId(String, String, String, WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Retrieve cvv card.
generateIbanByCcc(String) - Static method in class es.kukenan.smartfi.microservice.contracts.utils.AccountsUtils
Generate IBAN by a CCC.
generatePinOperationId(String, String, String, WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
generatePinOperationId(String, String, String, WalletAuthentication) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.ExtendedBackofficeClient
Generate PIN Operation Id.
generatePinOperationId(String, String, String, WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Retrieve pin operation id.
generateProductSearchByFilter(String, Boolean, String, String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Generate product search filter.
GenericAssetsCoreEndpoint<CT,IT,A extends es.kukenan.smartfi.microservice.backoffice.dtos.core.response.CoreResponse<List<CT>>,O extends es.kukenan.smartfi.microservice.backoffice.dtos.core.response.CoreResponse<IT>,M extends AbstractCoreAssetMapper<CT,IT>> - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.assets
Generic Core products endpoint implementation.
GenericAssetsCoreEndpoint(String, M, String, Class<A>, Class<O>) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.assets.GenericAssetsCoreEndpoint
Full state constructor.
GenericIntervenersCoreEndpoint - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.interveners
Base class for any Intervener Enpoint Component in a Core API Client.
GenericIntervenersCoreEndpoint(String, String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.interveners.GenericIntervenersCoreEndpoint
Full state constructor.
GenericMovementsCoreEndpoint<MCT,MIT,MART extends es.kukenan.smartfi.microservice.backoffice.dtos.core.response.CoreResponse<List<MCT>>,MORT extends es.kukenan.smartfi.microservice.backoffice.dtos.core.response.CoreResponse<MIT>,PMT extends AbstractCoreMovementsMapper<MCT,MIT>> - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements
Generic Core product movements endpoint implementation.
GenericMovementsCoreEndpoint(String, AbstractCoreMovementsMapper<MCT, MIT>, String, Class<MART>, Class<MORT>) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements.GenericMovementsCoreEndpoint
Full state constructor.
GenericMovementsCoreEndpointV2<MCT,MIT,MART extends es.kukenan.smartfi.microservice.backoffice.dtos.core.response.CoreResponse<List<MCT>>,MORT extends es.kukenan.smartfi.microservice.backoffice.dtos.core.response.CoreResponse<MIT>,PMT extends AbstractCoreMovementsMapper<MCT,MIT>> - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements
Generic Core product movements endpoint implementation.
GenericMovementsCoreEndpointV2(String, AbstractCoreMovementsMapper<MCT, MIT>, String, Class<MART>, Class<MORT>) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements.GenericMovementsCoreEndpointV2
Full state constructor.
GenericProductsCoreEndpoint<CT,IT,A extends es.kukenan.smartfi.microservice.backoffice.dtos.core.response.CoreResponse<List<CT>>,O extends es.kukenan.smartfi.microservice.backoffice.dtos.core.response.CoreResponse<IT>,M extends AbstractCoreProductMapper<CT,IT>> - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products
Generic Core products endpoint implementation.
GenericProductsCoreEndpoint(String, M, String, Class<A>, Class<O>) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.GenericProductsCoreEndpoint
Full state constructor.
getAccountBankDetail(String, WalletAuthentication, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.AccountBankService
Get a Account Banks.
getAccountBanks(WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.controller.AccountBankController
Get User applications.
getAccountBanks(String, WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.service.AccountBankService
Get a Account Banks.
getActiveBankAccount(WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.controller.AccountBankController
Get active bank account.
getActiveBankAccount(String, WalletAuthentication, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.AccountBankService
Get active bank account.
getActiveBanks(WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.controller.BankController
Get active bank account.
getActiveBanks(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.banks.CoreBankEndpoint
Find one active bank account entity.
getActiveBanks(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.BankService
get active banks list.
getAllInformationByUuid(String) - Method in class es.kukenan.smartfi.microservice.contracts.cache.ConnectedContractCacheOperation
getting all Cache object.
getAllInformationByUuid(String) - Method in class es.kukenan.smartfi.microservice.contracts.cache.ContractCacheOperation
getting all Cache object.
getBackOfficeId() - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClient
The back office internal identifier.
getBackOfficeId() - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
getByBackofficeId(Integer) - Static method in enum class es.kukenan.smartfi.microservice.contracts.enums.CompanyBackOffice
Filter by back office code.
getByEntityId(String) - Static method in enum class es.kukenan.smartfi.microservice.contracts.enums.CompanyBackOffice
Filter by back office code.
getByEntityName(String) - Static method in enum class es.kukenan.smartfi.microservice.contracts.enums.CompanyBackOffice
Filter by back office code.
getCachedResultsPageDto(String) - Method in class es.kukenan.smartfi.microservice.contracts.cache.CacheOperation
Getting Cache key object for result page.
getCccFromIban(String) - Static method in class es.kukenan.smartfi.microservice.contracts.utils.AccountsUtils
Generate CCC by an IBAN.
getCompanyLogo(WalletAuthentication, Integer, HttpServletResponse) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ContractRestController
Get company logo.
getCompanyLogo(String, String, Integer) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClient
Get company logo.
getCompanyLogo(String, String, Integer) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.CompanyCoreApiClient
Get company logo.
getCompanyLogo(String, String, Integer) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.company.CoreCompanyEndpoint
Get company logo.
getCompanyLogo(String, String, Integer) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
getCompanyLogo(String, String, Integer, HttpServletResponse) - Method in class es.kukenan.smartfi.microservice.contracts.service.ContractService
Get company logo.
getConnectedContract(WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ProfileRestController
 
getContract(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.ContractService
Get contract by id.
getContractDetail(WalletAuthentication, String) - Method in class es.kukenan.smartfi.microservice.contracts.controller.AccountBankController
Get Contracts detail.
getContractDetail(WalletAuthentication, String) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ContractRestController
Get Contracts detail.
getContractDetail(String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.ContractService
get contract detail.
getContractDocumentFile(String, String, String) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClient
Get contract document file.
getContractDocumentFile(String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.ContractCoreApiClient
Get contract document file.
getContractDocumentFile(String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts.CoreContractEndpoint
Get contract document file.
getContractDocumentFile(String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
getContractDocumentFile(String, String, String, HttpServletResponse) - Method in class es.kukenan.smartfi.microservice.contracts.service.ContractService
Get contract document file.
getContracts(String, String, String, String, Integer, Integer, String, GetApplicationsRequestDto) - Method in class es.kukenan.smartfi.microservice.contracts.service.ContractService
get contracts.
getContractStates(WalletAuthentication, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ContractRestController
Get User applications.
getContractStates(String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.ContractService
get contract staes.
getContractsWithFilters(WalletAuthentication, Integer, Integer, String, GetApplicationsRequestDto, String) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ContractRestController
Get User applications with filters.
getId() - Method in enum class es.kukenan.smartfi.microservice.contracts.enums.ProductTypes
Get Product type id value.
getIdByProductType(String) - Static method in enum class es.kukenan.smartfi.microservice.contracts.enums.ProductTypes
Get the enum name by its productType id.
getInitialPosition() - Method in class es.kukenan.smartfi.microservice.contracts.cache.AbstractKeyGenerator
Get the initial position to obtain params.
getInitialPosition() - Method in class es.kukenan.smartfi.microservice.contracts.cache.InternalProductKeyGenerator
Get the initial position to obtain params for products key.
getInitialPosition() - Method in class es.kukenan.smartfi.microservice.contracts.cache.MovementsKeyGenerator
Get the initial position to obtain params for movements key.
getInitialPosition() - Method in class es.kukenan.smartfi.microservice.contracts.cache.ProductsKeyGenerator
Get the initial position to obtain params for products key.
getIsDefault() - Method in class es.kukenan.smartfi.microservice.contracts.repository.entity.Profile
Get is default profile.
getJwt(HttpServletRequest) - Method in class es.kukenan.smartfi.microservice.contracts.controller.filter.ProductsAbstractOtpFilter
 
getMovementDocument(String, EntityBankEnum, String, String, String, String, String, String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.MovementsService
Get movement document pdf or csv.
getMovementDocument(String, String, String, String, String, WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Products movement detail pdf or csv document.
getMovementDtosFromCache(String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.MovementsService
 
getMovementsDocument(SecurityLevelEnum, String, EntityBankEnum, String, String, String, String, String, String, HttpServletRequest, String, String, String, String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.MovementsService
Products movements list document pdf or csv.
getMovementsDocument(String, String, String, String, String, String, String, String, String, WalletAuthentication, HttpServletRequest) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Products movement list pdf or csv document.
getName() - Method in enum class es.kukenan.smartfi.microservice.contracts.enums.ProductTypes
Get Product type name value.
getName(Integer) - Static method in enum class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreDepositImpositionToMovementMapper.ImpositionStateEnum
getting description.
getProductBackofficeView(Integer, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache.ProductMetadataCacheBuilder.ProductMetadataCache
Get the ProductMetadataCacheBuilder.ProductBackofficeView for the given backofficeId and coreProductTypeId.
getProductDto(String, List<ProductDto>) - Method in class es.kukenan.smartfi.microservice.contracts.service.MovementsService
 
getProductsByUserBackoffice(UserBackoffice) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.AbstractBackofficeEvent
Method for handle event for product update information.
getProductsCache() - Method in class es.kukenan.smartfi.microservice.contracts.cache.CacheOperation
 
getProductTypeById(Integer) - Static method in enum class es.kukenan.smartfi.microservice.contracts.enums.ProductTypes
Get the enum name by its productType id.
getProfiles(WalletAuthentication) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ProfileRestController
Get Profiles endpoint.
getProfiles(EbContract, List<ProductDto>) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProfileService
Get all profiles of an ebContract.
getReferenceCache(String) - Method in class es.kukenan.smartfi.microservice.contracts.cache.CacheOperation
Getting Cache reference object.
getSecret(String) - Method in interface es.kukenan.smartfi.microservice.contracts.config.KeyVaultClient
Get key vault secret key.
getSecretClient() - Method in class es.kukenan.smartfi.microservice.contracts.config.KeyVaultAutoconfiguredClient
Get Secret client.
getSecretClient() - Method in interface es.kukenan.smartfi.microservice.contracts.config.KeyVaultClient
Get key vault secret client.
getStatus(String) - Static method in enum class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2.CardStatus
Get status.
getSubsystem(Integer, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache.ProductMetadataCacheBuilder.ProductMetadataCache
Get the Subsystem for the given backofficeId and productTypeInBackoffice.
gettingSubsystem(String, Integer) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.AbstractBackofficeEvent
getting core subsystem.
getValue(JsonNode, String) - Method in class es.kukenan.smartfi.microservice.contracts.controller.filter.ProductsAbstractOtpFilter
 
guaranteeIntervenersEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.GuaranteesCoreEndpoint
Guarantees interveners endpoint implementation.
guaranteeIntervenersEndpoint(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.GuaranteesEndpointsFactory
Create the guarantees interveners endpoint.
guaranteesClient - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreClient
Guarantees API client.
GuaranteesCoreApiClient - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis
Core Guarantees subsystem API client.
GuaranteesCoreApiClient() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.GuaranteesCoreApiClient
Component constructor.
GuaranteesCoreEndpoint - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products
Core kukenbank guarantee endpoint implementation.
GuaranteesCoreEndpoint(CoreGuaranteeToProductMapper, String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.GuaranteesCoreEndpoint
Full state constructor.
guaranteesEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.GuaranteesCoreApiClient
Guarantees endpoint implementation.
guaranteesEndpoint(CoreGuaranteeToProductMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.GuaranteesEndpointsFactory
Create the base kukenbank guarantee endpoint.
GuaranteesEndpointsFactory - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints
This class is responsible for creating the guarantees subsystem endpoints.
GuaranteesEndpointsFactory() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.GuaranteesEndpointsFactory
 

H

haltOnErrors - Variable in class es.kukenan.smartfi.microservice.contracts.service.AbstractEndpointClient
Flag that signals if the processing must stop if there is any king of client or mapping error.
haltOnErrors - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreManagedPortfolioToProductMapper
Flag that signals if the processing must stop if there is any king of client or mapping error.
haltOnErrors - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.postprocess.products.ManagedPortfolioPostProcess
Flag that signals if the processing must stop if there is any king of client or mapping error.
handleBackOfficeNotificationCreatedEvent(BackOfficeNotificationCreatedEvent) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.NotificationCreatedEventService
Method for handle event for notification create information.
handleBackOfficeProductCancelledEvent(BackOfficeProductCancelledEvent) - Method in interface es.kukenan.smartfi.microservice.contracts.service.events.backoffice.BackofficeEvent
Backoffice product cancelled event handler.
handleBackOfficeProductCancelledEvent(BackOfficeProductCancelledEvent) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v1.BackofficeProductEventHandlerV1
 
handleBackOfficeProductCancelledEvent(BackOfficeProductCancelledEvent) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2
 
handleBackOfficeProductCancelledEvent(BackOfficeProductCancelledEvent) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.BackofficeProductEventService
Method for handle event for product cancelled information.
handleBackOfficeProductCreatedEvent(BackOfficeProductCreatedEvent) - Method in interface es.kukenan.smartfi.microservice.contracts.service.events.backoffice.BackofficeEvent
Backoffice product created event handler.
handleBackOfficeProductCreatedEvent(BackOfficeProductCreatedEvent) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v1.BackofficeProductEventHandlerV1
 
handleBackOfficeProductCreatedEvent(BackOfficeProductCreatedEvent) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2
 
handleBackOfficeProductCreatedEvent(BackOfficeProductCreatedEvent) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.BackofficeProductEventService
Method for handle event for product create information.
handleBackOfficeProductUpdatedEvent(BackOfficeProductUpdatedEvent) - Method in interface es.kukenan.smartfi.microservice.contracts.service.events.backoffice.BackofficeEvent
Backoffice product updated event handler.
handleBackOfficeProductUpdatedEvent(BackOfficeProductUpdatedEvent) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v1.BackofficeProductEventHandlerV1
 
handleBackOfficeProductUpdatedEvent(BackOfficeProductUpdatedEvent) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2
 
handleBackOfficeProductUpdatedEvent(BackOfficeProductUpdatedEvent) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.BackofficeProductEventService
Method for handle event for product update information.
handleConnectionException(Supplier<T>) - Method in class es.kukenan.smartfi.microservice.contracts.service.AbstractEndpointClient
Performs the operation encapsulated in the supplier instance to handle connection exceptions.
handleConnectionException(Supplier<T>) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.AbstractCoreEndpointClient
Performs the operation encapsulated in the supplier instance to handle connection exceptions.
handledAssetItemType - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.asset.AbstractCoreAssetMapper
Handled asset type (contract in item endpoint).
handledAssetType - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.asset.AbstractCoreAssetMapper
Handled asset type (contract in collection endpoint).
handledProductItemType - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.AbstractCoreMovementsMapper
Handled product type (contract in item endpoint).
handledProductItemType - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.AbstractCoreProductMapper
Handled product type (contract in item endpoint).
handledProductType - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.AbstractCoreMovementsMapper
Handled product type (contract in collection endpoint).
handledProductType - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.AbstractCoreProductMapper
Handled product type (contract in collection endpoint).
handleError(ClientHttpResponse) - Method in class es.kukenan.smartfi.microservice.contracts.handler.RestTemplateErrorHandler
Handle error of rest template invocations.
handleError(ClientHttpResponse) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.RestResponseErrorHandler
Handle an error response, that is, throw the proper KukenanWalletException.
handles(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.AbstractCoreApiClient
Check if the given subsystem is accessed by this API Client.
handlesItem(Object) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.AbstractCoreMovementsMapper
Test if the given Core product can be mapped into a ProductDomain domain object by this mapper.
handlesItem(Object) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.AbstractCoreProductMapper
Test if the given Core product can be mapped into a ProductDomain domain object by this mapper.
handleUnexpectedException(ProductsUnexpectedException, WebRequest) - Method in class es.kukenan.smartfi.microservice.contracts.controller.exception.ProductsRestExceptionHandler
Handle a ProductsUnexpectedException as undefined error condition.
handleUserCreatedEvent(UserCreatedEvent) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.UserService
Method for handle event for user creation.
handleUserUpdatedEvent(UserUpdatedEvent) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.UserService
Method for handle event for update update information.
hasError(ClientHttpResponse) - Method in class es.kukenan.smartfi.microservice.contracts.handler.RestTemplateErrorHandler
Check type of rest template errors to handle.
hasError(ClientHttpResponse) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.RestResponseErrorHandler
 
hazelcastInstance - Variable in class es.kukenan.smartfi.microservice.contracts.cache.CacheConfiguration
HazelcastInstance hazelcastInstance.
hazelcastInstance - Variable in class es.kukenan.smartfi.microservice.contracts.cache.ConnectedContractCacheOperation
HazelcastInstance hazelcastInstance.
hazelcastInstance - Variable in class es.kukenan.smartfi.microservice.contracts.cache.ContractCacheOperation
HazelcastInstance hazelcastInstance.
hazelcastInstance - Variable in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v1.BackofficeProductEventHandlerV1
HazelcastInstance hazelcastInstance.
HEADER_OTP - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
header key for otp.
HEADER_USERPROFILEID - Static variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.AbstractCoreEndpointClient
User profile identifier header.
health() - Method in class es.kukenan.smartfi.microservice.contracts.service.health.SmartfiCoreHealthIndicator
 

I

IBAN_CODE_SUFFIX - Static variable in class es.kukenan.smartfi.microservice.contracts.utils.AccountsUtils
Iban code suffix.
IBAN_COUNTRY_CODE - Static variable in class es.kukenan.smartfi.microservice.contracts.utils.AccountsUtils
Iban country code.
id - Variable in class es.kukenan.smartfi.microservice.contracts.cache.model.ContractCache
id contract.
id - Variable in enum class es.kukenan.smartfi.microservice.contracts.enums.ProductTypes
ProductType id.
id - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.DocumentType
document identifier.
id - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.EbContract
EbContract Id.
id - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.Image
Image identifier.
id - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.Product
type Id.
id - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.ProductType
type Id.
id - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.Profile
Profile id.
id - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.Subsystem
core account type Id.
id - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.Subsystem.SubsystemId
core Product Type Id.
id - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.User
User Id.
id - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.UserCivilStatus
user civil status Id.
id - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.UserGender
user gender Id.
id - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.UserLanguage
language identifier.
id - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.UserState
user_state Identifier.
id - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.UserType
UserType Id.
image - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.Image
Image encoded as base 64.
Image - Class in es.kukenan.smartfi.microservice.contracts.repository.entity
Image entity.
Image() - Constructor for class es.kukenan.smartfi.microservice.contracts.repository.entity.Image
 
ImageRepository - Interface in es.kukenan.smartfi.microservice.contracts.repository
Repository interface to do queries for Image data.
ImpositionDomain - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.domain
Class that holds all required information about a deposit impositions.
ImpositionDomain() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ImpositionDomain
 
ImpositionStateEnum(Integer) - Constructor for enum class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreDepositImpositionToMovementMapper.ImpositionStateEnum
Constructor Imposition state.
includedInResponse - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductDomain
Flag this product to be added to the products response, true by default.
INSERT - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.cache.SessionCacheOperationEnum
INSERT cache operations.
insertContractCache(ContractCache) - Method in class es.kukenan.smartfi.microservice.contracts.cache.ConnectedContractCacheOperation
getting all Cache object.
insertContractCache(List<ContractDto>, String) - Method in class es.kukenan.smartfi.microservice.contracts.cache.ContractCacheOperation
getting all Cache object.
insertEntityReferenceCache(String, String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.cache.CacheOperation
Insert Cache object.
instance - Static variable in class es.kukenan.smartfi.microservice.contracts.repository.BackofficeSubsystemRepository.BackofficeSubsystemRowMapper
Static instance.
INSTANCE - Static variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache.ProductMetadataCacheBuilder.ProductMetadataCache
One and only cache instance.
INSURANCE - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.ProductTypes
INSURANCE.
interestMapper - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreLoanToProductMapper
Core interest mapper.
InternalProductKeyGenerator - Class in es.kukenan.smartfi.microservice.contracts.cache
Class in charge to generated a customized key for internal products list.
InternalProductKeyGenerator() - Constructor for class es.kukenan.smartfi.microservice.contracts.cache.InternalProductKeyGenerator
Default constructor.
internalProductsKeyGenerator() - Method in class es.kukenan.smartfi.microservice.contracts.cache.CacheConfiguration
Create bean internal products key generator.
InternalProductsRestController - Class in es.kukenan.smartfi.microservice.contracts.controller
Internal products service Rest API controller.
InternalProductsRestController() - Constructor for class es.kukenan.smartfi.microservice.contracts.controller.InternalProductsRestController
 
internalRestTemplate() - Method in class es.kukenan.smartfi.microservice.contracts.config.InternalRestTemplateConfiguration
Create a RestTemplate which owns the responsibility of other ms invocations.
InternalRestTemplateConfiguration - Class in es.kukenan.smartfi.microservice.contracts.config
Internal template configuration.
InternalRestTemplateConfiguration() - Constructor for class es.kukenan.smartfi.microservice.contracts.config.InternalRestTemplateConfiguration
 
intervenerMapper - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.asset.CoreFundAssetToAssetMapper
Core intervener mapper.
intervenerMapper - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreAccountToProductMapper
Core intervener mapper.
intervenerMapper - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreCreditToProductMapper
Core intervener mapper.
intervenerMapper - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreDepositToProductMapper
Core intervener mapper.
intervenerMapper - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreEquityToProductMapper
Core intervener mapper.
intervenerMapper - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreFundToProductMapper
Core intervener mapper.
intervenerMapper - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreGuaranteeToProductMapper
Core intervener mapper.
intervenerMapper - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreKukenanWalletEquityToProductMapper
Core intervener mapper.
intervenerMapper - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreLoanToProductMapper
Core intervener mapper.
intervenerMapper - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreManagedPortfolioToProductMapper
Core intervener mapper.
intervenerMapper - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CorePensionToProductMapper
Core intervener mapper.
intervenerMapper - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreWalletToProductMapper
Core intervener mapper.
invalidFormatFormatter - Static variable in class es.kukenan.smartfi.microservice.contracts.service.mapper.AbstractMapper
Formatter to support invalid 20170523T00:00:00Z date time with time zone string.
InvalidLighthouseHybridizationOperative - Exception Class in es.kukenan.smartfi.microservice.contracts.service.exceptions
Invalid operative for Lighthouse hybridization exception.
InvalidLighthouseHybridizationOperative(String, Throwable, Set<ErrorDetailDto>) - Constructor for exception class es.kukenan.smartfi.microservice.contracts.service.exceptions.InvalidLighthouseHybridizationOperative
Constructor.
invokeGetter(Object, Method) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.UserService
Helper util to invoke a method capturing, controlling and logging any exception thrown.
invokeSetter(Object, String, Object, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.UserService
Helper util to invoke a method capturing, controlling and logging any exception thrown.
isCreditCard(ProductDto) - Method in class es.kukenan.smartfi.microservice.contracts.service.MovementsService
 
isCurrency - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductDomain
Flag that marks this product as a not € currency product.
isDebitCard(ProductDto) - Method in class es.kukenan.smartfi.microservice.contracts.service.MovementsService
 
isDefault - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.Profile
Boolean indicating if this is the default profile.
isValidEvent(BackofficeMonitorNotificationEventCreatedBody) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.NotificationCreatedEventService
 

J

JASPER_EXTENSION - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Jasper extension.
jdbcTemplate - Variable in class es.kukenan.smartfi.microservice.contracts.repository.BackofficeSubsystemRepository
JdbcTemplate to query the database.
jwtService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.AccountBankController
JWT service for create a bearer to call products.
jwtService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.BankController
JWT service for create a bearer to call products.
jwtService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.CashFlowRestController
JWT service.
jwtService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.ContractRestController
JWT service for create a bearer to call products.
jwtService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.filter.product.detail.CardDetailOtpOperationalFilter
Jwt service for management jwt tokens.
jwtService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.filter.product.movements.Movements90daysOtpFilter
Jwt service for management jwt tokens.
jwtService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.filter.ProductsAbstractOtpFilter
JWT service for create a bearer to call products.
jwtService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.InternalProductsRestController
JWT service for create a bearer to call products.
jwtService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
JWT service for create a bearer to call products.
jwtService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.ProfileRestController
JWT service for create a bearer to call products.
jwtService - Variable in class es.kukenan.smartfi.microservice.contracts.service.AccountBankService
JWT service for create a bearer to call products.
jwtService - Variable in class es.kukenan.smartfi.microservice.contracts.service.BankService
JWT service for create a bearer to call products.
jwtService - Variable in class es.kukenan.smartfi.microservice.contracts.service.ContractService
JWT service for create a bearer to call products.

K

kafkaController - Variable in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v1.BackofficeProductEventHandlerV1
Kafka Controller.
kafkaController - Variable in class es.kukenan.smartfi.microservice.contracts.service.events.NotificationCreatedEventService
Kafka Controller.
kafkaController - Variable in class es.kukenan.smartfi.microservice.contracts.service.events.UserService
Kafka Controller.
KafkaController - Class in es.kukenan.smartfi.microservice.contracts.controller
Kafka Events handle controller.
KafkaController() - Constructor for class es.kukenan.smartfi.microservice.contracts.controller.KafkaController
 
KeyVaultAutoconfiguredClient - Class in es.kukenan.smartfi.microservice.contracts.config
Azure Key Vault auto configured client.
KeyVaultAutoconfiguredClient(SecretClient) - Constructor for class es.kukenan.smartfi.microservice.contracts.config.KeyVaultAutoconfiguredClient
Autoconfigured client constructor.
KeyVaultClient - Interface in es.kukenan.smartfi.microservice.contracts.config
Azure Key Vault client interface.
KUKEN - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.CompanyBackOffice
Back office code.
KukenanWalletEquitiesCoreApiClient - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis
Core smartfi Equitys subsystem API client.
KukenanWalletEquitiesCoreApiClient() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.KukenanWalletEquitiesCoreApiClient
Component constructor.
KukenanWalletEquitiesCoreEndpoint - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products
Core kukenbank equities endpoint implementation.
KukenanWalletEquitiesCoreEndpoint(CoreKukenanWalletEquityToProductMapper, String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.KukenanWalletEquitiesCoreEndpoint
Full state constructor.
kukenanWalletEquitiesEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.KukenanWalletEquitiesCoreApiClient
Equities endpoint implementation.
kukenanWalletEquitiesEndpoint(CoreKukenanWalletEquityToProductMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.KukenanWalletEquitiesEndpointsFactory
Create the base kukenbank equities endpoint.
KukenanWalletEquitiesEndpointsFactory - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints
This class is responsible for creating the equities subsystem endpoints.
KukenanWalletEquitiesEndpointsFactory() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.KukenanWalletEquitiesEndpointsFactory
 
kukenanWalletEquitiesIntervenersEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.KukenanWalletEquitiesCoreEndpoint
Kukenbank Equities interveners endpoint implementation.
kukenanWalletEquitiesIntervenersEndpoint(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.KukenanWalletEquitiesEndpointsFactory
Create the equities interveners endpoint.

L

language - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.User
User language.
lastUpdatePhoneDate - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.User
last update phone date.
lighthouseCode - Variable in enum class es.kukenan.smartfi.microservice.contracts.enums.LighthouseOperatives
Lighthouse code.
LighthouseHybridizationNonInversionProduct - Exception Class in es.kukenan.smartfi.microservice.contracts.service.exceptions
Lighthouse hybridization without an inversion product exception.
LighthouseHybridizationNonInversionProduct(String, Throwable, Set<ErrorDetailDto>) - Constructor for exception class es.kukenan.smartfi.microservice.contracts.service.exceptions.LighthouseHybridizationNonInversionProduct
Constructor.
LighthouseOperatives - Enum Class in es.kukenan.smartfi.microservice.contracts.enums
Lighthouse operatives map.
LighthouseOperatives(String, String) - Constructor for enum class es.kukenan.smartfi.microservice.contracts.enums.LighthouseOperatives
Constructor.
listChildrenSessionId - Variable in class es.kukenan.smartfi.microservice.contracts.cache.model.ContractCache
List of children session id.
loanIntervenersEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.LoansCoreEndpoint
Loan interveners endpoint implementation.
loanIntervenersEndpoint(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.LoansEndpointsFactory
Create the base loan interveners endpoint.
loanMovementsEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.LoansCoreApiClient
Loan movements endpoint implementation.
loanMovementsEndpoint(CoreLoanMovementToMovementMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.LoansEndpointsFactory
Create the loan movements endpoint.
LoanReceiptsCoreEndpoint - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.receipts
Client implementation for Core lLoan receipts endpoint.
LoanReceiptsCoreEndpoint(String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.receipts.LoanReceiptsCoreEndpoint
Constructor.
loanReceiptsEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.LoansCoreApiClient
Loan receipts endpoint.
loanReceiptsEndpoint(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.LoansEndpointsFactory
Create the client implementation for Core Loan receipts endpoint.
LoanReceiptToReceiptMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.receipt
Minstait Loan receipt to DTOs mapper.
LoanReceiptToReceiptMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.receipt.LoanReceiptToReceiptMapper
 
LoanRepaymentsCoreEndpoint - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.repayments
Client implementation for Core lLoan repayments endpoint.
LoanRepaymentsCoreEndpoint(String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.repayments.LoanRepaymentsCoreEndpoint
Constructor.
loanRepaymentsEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.LoansCoreApiClient
Loan repayments endpoint.
loanRepaymentsEndpoint(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.LoansEndpointsFactory
Create the client implementation for Core lLoan repayments endpoint.
LoanRepaymentToRepaymentMapper - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.repayment
Minstait Loan Repayment to DTOs mapper.
LoanRepaymentToRepaymentMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.repayment.LoanRepaymentToRepaymentMapper
 
LOANS - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.ProductTypes
LOANS.
loansClient - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreClient
Loans API client.
LoansCoreApiClient - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis
Core Loans subsystem API client.
LoansCoreApiClient() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.LoansCoreApiClient
Component constructor.
LoansCoreEndpoint - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products
Core loans endpoint implementation.
LoansCoreEndpoint(CoreLoanToProductMapper, String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.LoansCoreEndpoint
Full state constructor.
loansEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.LoansCoreApiClient
Loans endpoint implementation.
loansEndpoint(CoreLoanToProductMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.LoansEndpointsFactory
Create the base loans endpoint.
LoansEndpointsFactory - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints
This class is responsible for creating the loans subsystem endpoints.
LoansEndpointsFactory() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.LoansEndpointsFactory
 
localDateFormattedForReport() - Static method in class es.kukenan.smartfi.microservice.contracts.utils.ReportUtils
Get local date for report formatted.
localDateToString(LocalDate, String) - Static method in class es.kukenan.smartfi.microservice.contracts.utils.DateUtils
Get the date from LocalDate with Pattern.
log - Variable in class es.kukenan.smartfi.microservice.contracts.service.events.UserService
Kukenbank logger.
LOST - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2.CardSituation
Lost.

M

main(String[]) - Static method in class es.kukenan.smartfi.microservice.contracts.Application
Microservice startup entrypoint.
managedPortfolio - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.postprocess.products.ManagedPortfolioPostProcess
Managed portfolio.
managedPortfolioIntervenersEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.ManagedPortfoliosCoreEndpoint
ManagedPortfolio interveners endpoint implementation.
managedPortfolioIntervenersEndpoint(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.ManagedPortfoliosEndpointsFactory
Create the base account interveners endpoint.
ManagedPortfolioPostProcess - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.postprocess.products
Postprocess that must be executed when a managed portfolio is found.
ManagedPortfolioPostProcess(ManagedPortfolio, ProductMetadataCacheBuilder.ProductMetadataCache) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.postprocess.products.ManagedPortfolioPostProcess
Post-process constructor.
ManagedPortfoliosCoreApiClient - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis
Core ManagedPortfolios subsystem API client.
ManagedPortfoliosCoreApiClient() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.ManagedPortfoliosCoreApiClient
Component constructor.
ManagedPortfoliosCoreEndpoint - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products
Core managedPortfolios endpoint implementation.
ManagedPortfoliosCoreEndpoint(CoreManagedPortfolioToProductMapper, String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.ManagedPortfoliosCoreEndpoint
Full state constructor.
managedPortfoliosEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.ManagedPortfoliosCoreApiClient
ManagedPortfolios endpoint implementation.
managedPortfoliosEndpoint(CoreManagedPortfolioToProductMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.ManagedPortfoliosEndpointsFactory
Create the base managedPortfolios endpoint.
ManagedPortfoliosEndpointsFactory - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints
This class is responsible for creating the managedPortfolios subsystem endpoints.
ManagedPortfoliosEndpointsFactory() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.ManagedPortfoliosEndpointsFactory
 
managePostProcesses(ProductsSearchRequest, List<ProductDomain>) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.postprocess.products.ProductsSearchPostProcessRunner
Run the post-processes that have been registered.
mandatory - Variable in enum class es.kukenan.smartfi.microservice.contracts.cache.SessionCacheOperationEnum
information required.
map(CT) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.asset.AbstractCoreAssetMapper
Map the given core assets into a List<AssetDto>.
map(CT) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.AbstractCoreMovementsMapper
Map the given core product into a domain object of type ProductDomain.
map(CT, ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.AbstractCoreProductMapper
Map the given core product into a domain object of type ProductDomain.
map(Element) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.repayment.LoanRepaymentToRepaymentMapper
 
map(Interest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.common.CoreInterestMapper
Map the given Interest to a InterestDto.
map(Intervener) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.common.CoreIntervenerMapper
Map the given Intervener to a IntervenerDto.
map(AccountMovement) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreAccountMovementToMovementMapper
Map the given Account to a MovementDto.
map(CardMovement) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreCardMovementToMovementMapper
Map the given CardMovement to a MovementDto.
map(CreditMovement) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreCreditMovementToMovementMapper
Map the given DepositMovement to a MovementDto.
map(DepositImposition) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreDepositImpositionToMovementMapper
Map the given DepositImposition to a MovementDto.
map(DepositMovement) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreDepositMovementToMovementMapper
Map the given DepositMovement to a MovementDto.
map(EquityMovement) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreEquityMovementToMovementMapper
Map the given EquityMovement to a MovementDto.
map(FundMovement) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreFundMovementToMovementMapper
Map the given FundMovement to a MovementDto.
map(LoanMovement) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreLoanMovementToMovementMapper
Map the given LoanMovement to a MovementDto.
map(PensionMovement) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CorePensionMovementToMovementMapper
Map the given PensionMovement to a MovementDto.
map(WalletMovement) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreWalletMovementToMovementMapper
Map the given Wallet to a MovementDto.
map(Account, ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreAccountToProductMapper
Map the given Account to a ProductDomain.
map(Card, ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreCardToProductMapper
Map the given Card to a ProductDomain.
map(Credit, ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreCreditToProductMapper
Map the given Credit to a ProductDomain.
map(Cvv) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.card.CoreCvvMapper
Map the given Cvv to a CvvDto.
map(Deposit, ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreDepositToProductMapper
Map the given Deposit to a ProductDomain.
map(Equity, ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreEquityToProductMapper
Map the given Equity to a ProductDomain.
map(Equity, ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreKukenanWalletEquityToProductMapper
Map the given Equity to a ProductDomain.
map(FundData) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.asset.CoreFundAssetToAssetMapper
 
map(FundOnFlyMovement) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreFundOnFlyMovementToMovementMapper
Map the given FundOnFlyMovement to a MovementDto.
map(FundOnFly, ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreFundOnFlyToProductMapper
Map the given FundOnFly to a ProductDomain.
map(Fund, ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreFundToProductMapper
Map the given Fund to a ProductDomain.
map(Guarantee, ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreGuaranteeToProductMapper
Map the given Guarantee to a ProductDomain.
map(Loan, ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreLoanToProductMapper
Map the given Loan to a ProductDomain.
map(ManagedPortfolio, ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreManagedPortfolioToProductMapper
Map the given ManagedPortfolio to a ProductDomain.
map(Pension, ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CorePensionToProductMapper
Map the given Pension to a ProductDomain.
map(Pin) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.card.CorePinMapper
Map the given Pin to a PinDto.
map(Wallet, ProductsSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreWalletToProductMapper
Map the given Wallet to a ProductDomain.
map(LoanReceipt) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.receipt.LoanReceiptToReceiptMapper
Map the given LoanReceipt to a ReceiptDto.
map(LoanRepayment) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.repayment.LoanRepaymentToRepaymentMapper
Map the given LoanRepayment to a LoanRepaymentsResponseDto.
map(EcommerceRequestDto, Integer) - Method in class es.kukenan.smartfi.microservice.contracts.service.mapper.EcommerceCreatedEventMapper
Create a NotificationEcommerceEvent for the given card in the given context.
map(User, List<UserBackoffice>) - Static method in class es.kukenan.smartfi.microservice.contracts.utils.UserUtils
Map the given UserBackoffice list to a UserBackoffice list.
map(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.mapper.ProductCancelledMapper
Mapper for cardproduct created event.
map(List<Element>) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.repayment.LoanRepaymentToRepaymentMapper
 
map(List<Intervener>) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.common.CoreIntervenerMapper
Map the given Intervener list to a IntervenerDto list.
mapBodyToTemporal(BackofficeMonitorProductEventCreatedBody) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2
 
mapItem(AccountBank) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.accountbank.CoreAccountBankMapper
Map the given Contract to a ContractDto.
mapItem(Contract) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.contract.CoreContractMapper
Map the given Contract to a ContractDto.
mapItem(PensionMovement) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CorePensionMovementToMovementMapper
Map the given PensionMovement to a MovementDto.
mapItem(DepositImpositionDetail) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreDepositImpositionToMovementMapper
Map the given DepositImpositionDetail to a MovementDetailDomain.
mapItem(LoanMovementDetail) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreLoanMovementToMovementMapper
Map the given LoanMovementDetail to a MovementDto.
mapItem(AccountDetail, List<Intervener>, ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreAccountToProductMapper
Map the given AccountDetail and Interveners to a ProductDetailDomain.
mapItem(CardDetail, ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreCardToProductMapper
Map the given CardDetail to a ProductDetailDomain.
mapItem(CreditDetail, List<Intervener>, ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreCreditToProductMapper
Map the given CreditDetail and Interveners to a ProductDetailDomain.
mapItem(DepositDetail, List<Intervener>, ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreDepositToProductMapper
Map the given DepositDetail and Interveners to a ProductDetailDomain.
mapItem(EquityDetail, List<Intervener>, ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreEquityToProductMapper
Map the given EquityDetail and Interveners to a ProductDetailDomain.
mapItem(EquityDetail, List<Intervener>, ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreKukenanWalletEquityToProductMapper
Map the given EquityDetail and Interveners to a ProductDetailDomain.
mapItem(FundDetail, FundData, List<Intervener>) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.asset.CoreFundAssetToAssetMapper
Map the given core asset into a AssetDto.
mapItem(FundDetail, List<Intervener>, ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreFundToProductMapper
Map the given FundDetail and Interveners to a ProductDetailDomain.
mapItem(GuaranteeDetail, List<Intervener>, ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreGuaranteeToProductMapper
Map the given GuaranteeDetail and Interveners to a ProductDetailDomain.
mapItem(LoanDetail, LoanNextRepayment, List<Intervener>, ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreLoanToProductMapper
Map the given core product into a domain object of type ProductDomain.
mapItem(ManagedPortfolioDetail, List<Intervener>, ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreManagedPortfolioToProductMapper
Map the given ManagedPortfolio and Interveners to a ProductDetailDomain.
mapItem(WalletDetail, List<Intervener>, ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreWalletToProductMapper
Map the given WalletDetail and Interveners to a ProductDetailDomain.
mapItem(CashFlow) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.cashflow.CoreCashFlowMapper
Map the given CashFlow to a CashFlowDto.
mapItem(ProductSearchRequest, PensionDetail, List<Intervener>) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CorePensionToProductMapper
Map the given core product into a domain object of type ProductDetailDomain.
mapItem(IT) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.asset.AbstractCoreAssetMapper
Map the given core asset into a AssetDto.
mapItem(IT) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.AbstractCoreMovementsMapper
Map the given core product into a domain object of type ProductDomain.
mapItem(IT) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.AbstractCoreProductMapper
Map the given core product into a domain object of type ProductDomain.
mapItem(IT, ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.AbstractCoreProductMapper
Map the given core product into a domain object of type ProductDomain.
mapItem(List<Asset>) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.asset.CoreEquitiesAssetToAssetMapper
Map the given core asset into a AssetDto.
mapItemPosition(EquityDetail, ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreKukenanWalletEquityToProductMapper
Map the given EquityDetail to a ProductDetailDomain.
mapItemPosition(GuaranteeDetail, ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreGuaranteeToProductMapper
Map the given GuaranteeDetail to a ProductDetailDomain.
mapManagedProduct(ManagedPortfolioDetail.ManagedDetailProduct, ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreManagedPortfolioToProductMapper
Map the given ManagedPortfolioDetail.ManagedDetailProduct into a ProductDto.
mapManagedProducts(List<ManagedPortfolioDetail.ManagedDetailProduct>, ProductSearchRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreManagedPortfolioToProductMapper
Map the given list of ManagedPortfolioDetail.ManagedDetailProduct into a list of ProductDto to be included into the ManagedPortfolioDetailDto.
mapper - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.receipts.LoanReceiptsCoreEndpoint
loan receipts mapper.
mapper - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.repayments.LoanRepaymentsCoreEndpoint
Repayments mapper.
merge(T, Q) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.UserService
merge user info Method.
mergeBackofficeSubsystemsLists(List<BackofficeSubsystems>, List<BackofficeSubsystems>) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Merged two list of Subsystems.
mergeCardEntityValue(T, T) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2
 
mergeEntityValue(Optional<String>) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2
 
mergeEntityValueInt(Optional<Integer>) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2
 
mergeEventBodyWithTemporal(BackofficeMonitorProductEventUpdatedBody, TemporalBackofficeProduct) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2
 
mergeValue(Optional<T>, T) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2
 
mergeValue(T, T) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2
 
message(ResourceAccessException) - Method in class es.kukenan.smartfi.microservice.contracts.service.AbstractEndpointClient
Construct an error message from a given ResourceAccessException.
MESSAGE_BODY_ECOMMERCE - Static variable in class es.kukenan.smartfi.microservice.contracts.utils.ProductConstants
Message field in response ecommerce.
MESSAGE_TITLE_ECOMMERCE - Static variable in class es.kukenan.smartfi.microservice.contracts.utils.ProductConstants
Title field in response ecommerce.
modifyProfile(WalletAuthentication, String, Map<String, String>) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ProfileRestController
Modify Profile endpoint.
modifyProfile(String, EbContract, Map<String, String>) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProfileService
Modify a profile.
MovementDetailDomain<T extends es.kukenan.smartfi.microservice.contracts.api.movement.MovementDto> - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.domain
Class that holds all required information about a single movement detail.
MovementDetailDomain() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.MovementDetailDomain
 
MovementDomain - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.domain
Class that holds all required information about a movements.
MovementDomain() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.MovementDomain
 
movementDto - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.MovementDetailDomain
Back office product detail.
movementDtoList - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.MovementDomain
Back office operationDate subsystem..
Movements90daysOtpFilter - Class in es.kukenan.smartfi.microservice.contracts.controller.filter.product.movements
movements 90 days operations filter.
Movements90daysOtpFilter() - Constructor for class es.kukenan.smartfi.microservice.contracts.controller.filter.product.movements.Movements90daysOtpFilter
 
Movements90daysOtpOperationalInfo - Class in es.kukenan.smartfi.microservice.contracts.controller.filter.product.movements
card Otp Operational Info.
Movements90daysOtpOperationalInfo() - Constructor for class es.kukenan.smartfi.microservice.contracts.controller.filter.product.movements.Movements90daysOtpOperationalInfo
 
movementService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Movements service.
movementsKeyGenerator() - Method in class es.kukenan.smartfi.microservice.contracts.cache.CacheConfiguration
Create bean movement key generator.
MovementsKeyGenerator - Class in es.kukenan.smartfi.microservice.contracts.cache
Class in charge to generated a customized key for movements microservice.
MovementsKeyGenerator() - Constructor for class es.kukenan.smartfi.microservice.contracts.cache.MovementsKeyGenerator
Default constructor.
movementsRequestHeaders(String, String, Boolean) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements.GenericMovementsCoreEndpointV2
Create the default request HTTP headers used in any Core API method.
movementsService - Variable in class es.kukenan.smartfi.microservice.contracts.service.ScaMovementsService
Movements service.
MovementsService - Class in es.kukenan.smartfi.microservice.contracts.service
Movements related services.
MovementsService() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.MovementsService
 
MSG_PRODUCT_NOT_FOUND - Static variable in exception class es.kukenan.smartfi.microservice.contracts.service.exceptions.ProductNotFoundException
Message for product not found exception.
MSG_SESSION_NOT_FOUND - Static variable in exception class es.kukenan.smartfi.microservice.contracts.service.exceptions.ContractIdNotFoundException
Message for user not found exception.
MSG_SESSION_NOT_FOUND - Static variable in exception class es.kukenan.smartfi.microservice.contracts.service.exceptions.SessionIdNotFoundException
Message for user not found exception.
MSG_USER_NOT_FOUND - Static variable in exception class es.kukenan.smartfi.microservice.contracts.service.exceptions.UserNotFoundException
Message for user not found exception.

N

name - Variable in enum class es.kukenan.smartfi.microservice.contracts.enums.ProductTypes
ProductType state.
name - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.ProductSubtype
type name.
name - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.ProductType
type name.
name - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.Profile
Profile name.
name - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.Subsystem
type name.
name - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.User
User name.
name - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.UserCivilStatus
user civil status name.
name - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.UserGender
user gender name.
name - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.UserLanguage
language short name.
name - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.UserState
user status value.
name - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.UserType
UserType name.
nationality - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.User
User nationality.
natureType - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.User
Nature type.
newOne(String, AccountBankRequestDto) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.accountbanks.CoreAccountBankEndpoint
Find one account bank entities.
newOne(String, String, NewApplicationRequestDto, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts.CoreContractEndpoint
Find one contract entities.
nextRepaymentBaseUrl - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.LoansCoreEndpoint
Loan next repayment endpoint implementation.
NO_OPERATIVE - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2.CardSituation
No operative.
notificationCreatedEventService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.AmqpController
Notification event service.
notificationCreatedEventService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.KafkaController
Notification event service.
NotificationCreatedEventService - Class in es.kukenan.smartfi.microservice.contracts.service.events
Service for handler notifications backoffice events.
NotificationCreatedEventService() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.events.NotificationCreatedEventService
 

O

obfuscate(ProductNumberDto) - Method in class es.kukenan.smartfi.microservice.contracts.service.security.DtoObfuscator
Obfuscate sensible information.
oneClass - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.assets.GenericAssetsCoreEndpoint
Response wrapper class for findOne endpoint.
oneClass - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.GenericProductsCoreEndpoint
Response wrapper class for findOne endpoint.
oneClassMovements - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements.GenericMovementsCoreEndpointV2
Response wrapper class for findOne movements endpoint.
OPERATIVE - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2.CardSituation
Operative.
ORDERS_INQUIRY - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.LighthouseOperatives
Orders inquiry.
origin - Variable in class es.kukenan.smartfi.microservice.contracts.controller.filter.product.detail.CardDetailOtpOperationalInfo
pan Otp value.
OTP_GENERATED_PARAM - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.filter.product.movements.Movements90daysOtpFilter
Query param for generateOtp.
OTP_NOT_VALIDATED - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
header otp not validated.
OTP_VALIDATED - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
header otp validated.
owner - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.EbContract
User owner.

P

paging - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ImpositionDomain
Back office Paging.
paging - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.MovementDomain
Back office Paging.
paging - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ReceiptsDomain
Back office Paging.
pan - Variable in class es.kukenan.smartfi.microservice.contracts.controller.filter.product.detail.CardDetailOtpOperationalFilter
Otp pan request value from json.
PARAM - Static variable in class es.kukenan.smartfi.microservice.contracts.repository.BackofficeSubsystemRepository
Param to add in the query.
parentSessionId - Variable in class es.kukenan.smartfi.microservice.contracts.cache.model.ContractCache
parentSessionId.
path - Variable in class es.kukenan.smartfi.microservice.contracts.cache.AbstractKeyGenerator
url base.
PATH_ACCOUNT_BANK_BASE - Static variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.accountbanks.CoreAccountBankEndpoint
Path AccountBank base.
PATH_ACTIVE_BANK_ACOUNT - Static variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.accountbanks.CoreAccountBankEndpoint
Path to active bank account.
PATH_COMPANY_BASE - Static variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.company.CoreCompanyEndpoint
Path Company base.
PATH_CONTRACT_BASE - Static variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts.CoreContractEndpoint
Path Contract base.
PATH_CONTRACT_STATES - Static variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts.CoreContractEndpoint
Path Contract State list.
PATH_LOGO - Static variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.company.CoreCompanyEndpoint
Path logo.
PATH_NEW_ACCOUNT_BANK - Static variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.accountbanks.CoreAccountBankEndpoint
Path New AccountBank.
PATH_NEW_APPOINTMENT - Static variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.backoffice.BackofficeEndpoint
Path New Appointment.
PATH_NEW_CONTRACT - Static variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts.CoreContractEndpoint
Path New Contract.
PATH_UPDATE_CONTRACT_DOCUMENT - Static variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts.CoreContractEndpoint
Path update contract status.
PATH_UPLOAD_FILES_CONTRACT - Static variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts.CoreContractEndpoint
Path upload files to contract.
PATHPARAM_ASSETID - Static variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.AbstractCoreEndpointClient
Token used to identify the place of the asset ID in the path of a UTL.
PATHPARAM_COREPRODUCTID - Static variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.AbstractCoreEndpointClient
Token used to identify the place of the core product ID in the path of a UTL.
PATTERN - Static variable in class es.kukenan.smartfi.microservice.contracts.repository.BackofficeSubsystemRepository
Pattern to replace in the query.
PENSION_CONTRACTING - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.LighthouseOperatives
Pension contracting.
PENSION_RESCUE - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.LighthouseOperatives
Pension rescue.
pensionMovementsEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.PensionsCoreApiClient
Pension movements endpoint implementation.
pensionMovementsEndpoint(CorePensionMovementToMovementMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.PensionsEndpointsFactory
Create the pension movements endpoint.
pensionsClient - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreClient
Pensions API client.
PensionsCoreApiClient - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis
Core Pensions subsystem API client.
PensionsCoreApiClient() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.PensionsCoreApiClient
Component constructor.
PensionsCoreEndpoint - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products
Core pensions endpoint implementation.
PensionsCoreEndpoint(CorePensionToProductMapper, String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.PensionsCoreEndpoint
Full state constructor.
pensionsEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.PensionsCoreApiClient
Pensions endpoint implementation.
pensionsEndpoint(CorePensionToProductMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.PensionsEndpointsFactory
Create the base pensions endpoint.
PensionsEndpointsFactory - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints
This class is responsible for creating the pension subsystem endpoints.
PensionsEndpointsFactory() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.PensionsEndpointsFactory
 
pensionsIntervenersEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.PensionsCoreEndpoint
Pension interveners endpoint implementation.
pensionsIntervenersEndpoint(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.PensionsEndpointsFactory
Create the base pension interveners endpoint.
persistenceSituation - Variable in enum class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2.CardSituation
Persistence situation.
phone - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.User
phone.
phonePrefix - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.User
phone prefix.
PinCardCoreEndpoint - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.cards
Core Pin Card endpoint implementation.
PinCardCoreEndpoint(CorePinMapper, String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.cards.PinCardCoreEndpoint
Full state constructor.
pinCardEndpoint(CorePinMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.CardsEndpointsFactory
Create the base pin card endpoint.
pingSmartfiCore() - Method in class es.kukenan.smartfi.microservice.contracts.service.health.SmartfiCoreHealthIndicator
Ping smartfi-core.
PLANS - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.ProductTypes
PLANS.
PORTFOLIO_ASSESSMENT - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.LighthouseOperatives
Portfolio Assessment.
postProcesses - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.domain.ProductsSearchRequest
Product post-processes.
PREFERRED_NUMBER_FORMAT - Static variable in class es.kukenan.smartfi.microservice.contracts.service.mapper.AbstractMapper
Preferred number format to use, as more than one can be received in accounts.
prepareBackofficeProductSearch(String, List<BackofficeSubsystems>) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Prepare backoffice product search context.
prepareBackofficeProductSearchContextWithAllSubsystem(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Prepare backoffice product search context with all Subsystems.
prepareCoreProductId(String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements.GenericMovementsCoreEndpointV2
Prepare the coreProductId.
Product - Class in es.kukenan.smartfi.microservice.contracts.repository.entity
DAO for Product table in Database.
Product() - Constructor for class es.kukenan.smartfi.microservice.contracts.repository.entity.Product
 
PRODUCT_ID - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.filter.product.detail.CardDetailOtpOperationalFilter
Product pattern.
PRODUCT_ID - Static variable in class es.kukenan.smartfi.microservice.contracts.controller.filter.product.movements.Movements90daysOtpFilter
Product pattern.
PRODUCT_NUMBER_FORMAT_IBAN - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Identifier for IBAN product number format.
ProductBackoffice - Class in es.kukenan.smartfi.microservice.contracts.repository.entity
DAO for Product Back office table in Database.
ProductBackoffice() - Constructor for class es.kukenan.smartfi.microservice.contracts.repository.entity.ProductBackoffice
 
ProductBackoffice.ProductBackofficeId - Class in es.kukenan.smartfi.microservice.contracts.repository.entity
Artificial class to support product backoffice composite key.
ProductBackofficeId() - Constructor for class es.kukenan.smartfi.microservice.contracts.repository.entity.ProductBackoffice.ProductBackofficeId
 
productBackofficeRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache.ProductMetadataCacheBuilder.ProductMetadataCache
productBackofficeRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.AbstractCoreMovementsMapper
Product back office repository.
productBackofficeRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.AbstractCoreProductMapper
Product back office repository.
productBackofficeRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.MovementsService
Products Backoffice repository.
ProductBackofficeRepository - Interface in es.kukenan.smartfi.microservice.contracts.repository
Repository for queries for products backoffice.
ProductBackofficeView() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache.ProductMetadataCacheBuilder.ProductBackofficeView
 
productBackofficeViewCache - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache.ProductMetadataCacheBuilder.ProductMetadataCache
Internal HashMap to maintain ProductBackofficeView cache.
productBackofficeViewCache() - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache.ProductMetadataCacheBuilder
productCancelledMapper - Variable in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v1.BackofficeProductEventHandlerV1
Product cancelled mapper.
ProductCancelledMapper - Class in es.kukenan.smartfi.microservice.contracts.service.mapper
Mapper for product cancelled event.
ProductCancelledMapper() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.mapper.ProductCancelledMapper
 
ProductConstants - Class in es.kukenan.smartfi.microservice.contracts.utils
Common Constants.
ProductConstants() - Constructor for class es.kukenan.smartfi.microservice.contracts.utils.ProductConstants
 
ProductDetailDomain<T extends es.kukenan.smartfi.microservice.contracts.api.products.ProductDto> - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.domain
Class that holds all required information about a single product detail.
ProductDetailDomain() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductDetailDomain
 
ProductDomain - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.domain
Class that holds all required information about a single product.
ProductDomain() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductDomain
 
productDto - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductDetailDomain
Back office product detail.
productDto - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductDomain
Back office product.
productId - Variable in class es.kukenan.smartfi.microservice.contracts.cache.model.ReferenceCache
product identifier.
productIdMapper - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreManagedPortfolioToProductMapper
Product to product id mapper.
productMetadataCache - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.DepositsCoreApiClient
productMetadataCache - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.AbstractCoreMovementsMapper
productMetadataCache - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.AbstractCoreProductMapper
productMetadataCache - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreAccountToProductMapper
productMetadataCache - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreCardToProductMapper
productMetadataCache - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreCreditToProductMapper
productMetadataCache - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreDepositToProductMapper
productMetadataCache - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreEquityToProductMapper
productMetadataCache - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreFundToProductMapper
productMetadataCache - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreGuaranteeToProductMapper
productMetadataCache - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreKukenanWalletEquityToProductMapper
productMetadataCache - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreLoanToProductMapper
productMetadataCache - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreManagedPortfolioToProductMapper
productMetadataCache - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CorePensionToProductMapper
productMetadataCache - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreWalletToProductMapper
productMetadataCache - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.postprocess.products.ManagedPortfolioPostProcess
Products metadata cache.
ProductMetadataCache() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache.ProductMetadataCacheBuilder.ProductMetadataCache
Hide constructor.
ProductMetadataCacheBuilder - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache
Product backoffice cache builder.
ProductMetadataCacheBuilder() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache.ProductMetadataCacheBuilder
 
ProductMetadataCacheBuilder.ProductBackofficeView - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache
Helper class to hold ProductBackoffice data that must be cached.
ProductMetadataCacheBuilder.ProductMetadataCache - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache
ProductMetadataCacheBuilder.ProductMetadataCacheRefreshTask - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache
Class that contains the ProductMetadataCacheBuilder.ProductMetadataCache refresh scheduled task.
ProductMetadataCacheRefreshTask() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache.ProductMetadataCacheBuilder.ProductMetadataCacheRefreshTask
 
ProductNotAssociatedException - Exception Class in es.kukenan.smartfi.microservice.contracts.service.exceptions
Exception caused by a specified product was not found or is not visible in the operation context (access level...).
ProductNotAssociatedException(String, String, Throwable, Set<ErrorDetailDto>) - Constructor for exception class es.kukenan.smartfi.microservice.contracts.service.exceptions.ProductNotAssociatedException
Constructor.
ProductNotFoundException - Exception Class in es.kukenan.smartfi.microservice.contracts.service.exceptions
Exception caused by a specified product was not found or is not visible in the operation context (access level...).
ProductNotFoundException() - Constructor for exception class es.kukenan.smartfi.microservice.contracts.service.exceptions.ProductNotFoundException
Default constructor.
ProductNotFoundException(String, String, Throwable, Set<ErrorDetailDto>) - Constructor for exception class es.kukenan.smartfi.microservice.contracts.service.exceptions.ProductNotFoundException
Constructor.
ProductNotFoundException(String, Throwable, Set<ErrorDetailDto>) - Constructor for exception class es.kukenan.smartfi.microservice.contracts.service.exceptions.ProductNotFoundException
Constructor.
productRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreDepositToProductMapper
Products repository.
productRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.CoreManagedPortfolioToProductMapper
Products repository.
productRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.AbstractBackofficeEvent
Product repository.
productRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.MovementsService
Products DB repository.
productRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Products DB repository.
productRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.ProfileService
Product repository.
ProductRepository - Interface in es.kukenan.smartfi.microservice.contracts.repository
Repository for queries for products.
products - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.Profile
Profile products.
products - Variable in class es.kukenan.smartfi.microservice.contracts.service.ProductsService.BackofficeClientProductSearchContext
Operation result.
ProductsAbstractOtpFilter - Class in es.kukenan.smartfi.microservice.contracts.controller.filter
Products Abstract Otp Filter sharing some util operations.
ProductsAbstractOtpFilter() - Constructor for class es.kukenan.smartfi.microservice.contracts.controller.filter.ProductsAbstractOtpFilter
 
productsCacheName - Variable in class es.kukenan.smartfi.microservice.contracts.cache.CacheConfiguration
cache products established.
productsCacheName - Variable in class es.kukenan.smartfi.microservice.contracts.cache.CacheOperation
cache products established.
productsCacheName - Variable in class es.kukenan.smartfi.microservice.contracts.cache.CustomCacheResolver
cache products established.
productSearchFilter - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.common.filter.ProductSearchFilterPostProcess
The criteria to filter the products.
productSearchFilter - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.domain.ProductsSearchRequest
The criteria to filter the products.
ProductSearchFilter - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.domain
This class encapsulates filter criteria to search a product.
ProductSearchFilter(String, Boolean, String, String, String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductSearchFilter
Constructor with all arguments.
ProductSearchFilterPostProcess - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.common.filter
Postprocess that must be executed to filter results by the request criteria.
ProductSearchFilterPostProcess(ProductSearchFilter) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.common.filter.ProductSearchFilterPostProcess
Constructor.
ProductSearchRequest - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.domain
This class encapsulates all required information to search a product (product detail) and create a full ProductDetailDomain object.
ProductSearchRequest() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductSearchRequest
 
ProductsExceptionCode - Enum Class in es.kukenan.smartfi.microservice.contracts.service.exceptions.enums
Products exception codes enum.
ProductsExceptionCode() - Constructor for enum class es.kukenan.smartfi.microservice.contracts.service.exceptions.enums.ProductsExceptionCode
 
productsFuture - Variable in class es.kukenan.smartfi.microservice.contracts.service.ProductsService.BackofficeClientProductSearchContext
Asynchronous operation result.
productsKeyGenerator() - Method in class es.kukenan.smartfi.microservice.contracts.cache.CacheConfiguration
Create bean products key generator.
ProductsKeyGenerator - Class in es.kukenan.smartfi.microservice.contracts.cache
Class in charge to generated a customized key for products list.
ProductsKeyGenerator() - Constructor for class es.kukenan.smartfi.microservice.contracts.cache.ProductsKeyGenerator
Default constructor.
ProductsOtpFilter - Interface in es.kukenan.smartfi.microservice.contracts.controller.filter
Products Otp Filter Implementation.
ProductsOtpOperationFilter - Class in es.kukenan.smartfi.microservice.contracts.controller.filter
Products operations filter.
ProductsOtpOperationFilter() - Constructor for class es.kukenan.smartfi.microservice.contracts.controller.filter.ProductsOtpOperationFilter
 
ProductsRestController - Class in es.kukenan.smartfi.microservice.contracts.controller
Products service Rest API controller.
ProductsRestController() - Constructor for class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
 
ProductsRestExceptionHandler - Class in es.kukenan.smartfi.microservice.contracts.controller.exception
Products REST service exception handler.
ProductsRestExceptionHandler() - Constructor for class es.kukenan.smartfi.microservice.contracts.controller.exception.ProductsRestExceptionHandler
 
ProductsSearchPostProcess - Interface in es.kukenan.smartfi.microservice.contracts.service.backoffice.common.filter
Generic products search post-process.
productsSearchPostProcessRunner - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
Products query post-process runner.
ProductsSearchPostProcessRunner - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.postprocess.products
Products post-process runner.
ProductsSearchPostProcessRunner() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.postprocess.products.ProductsSearchPostProcessRunner
 
ProductsSearchRequest - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.domain
This class encapsulates all required information to search a product (product detail) and create a full ProductDetailDomain object.
ProductsSearchRequest() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.domain.ProductsSearchRequest
 
productsService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.filter.product.detail.CardDetailOtpOperationalFilter
Products Service.
productsService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.InternalProductsRestController
Products service.
productsService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Products service.
productsService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.ProfileRestController
Product service.
productsService - Variable in class es.kukenan.smartfi.microservice.contracts.service.AssetsService
Products service.
productsService - Variable in class es.kukenan.smartfi.microservice.contracts.service.MovementsService
Products service.
productsService - Variable in class es.kukenan.smartfi.microservice.contracts.service.ProfileService
product service.
ProductsService - Class in es.kukenan.smartfi.microservice.contracts.service
Products related services.
ProductsService() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.ProductsService
 
ProductsService.BackofficeClientProductSearchContext - Class in es.kukenan.smartfi.microservice.contracts.service
Internal class used to store the context of a back office product search in a single back office client.
productStatus - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.TemporalBackofficeProduct
Product status.
productSubtype - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.ProductBackoffice
product subtype.
productSubtype - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.TemporalBackofficeProduct
Product subtype.
ProductSubtype - Class in es.kukenan.smartfi.microservice.contracts.repository.entity
DAO for product table in Database.
ProductSubtype() - Constructor for class es.kukenan.smartfi.microservice.contracts.repository.entity.ProductSubtype
 
productSubtypeRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.AbstractCoreMovementsMapper
Product subtype repository.
productSubtypeRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.product.AbstractCoreProductMapper
Product subtype repository.
ProductSubtypeRepository - Interface in es.kukenan.smartfi.microservice.contracts.repository
Repository for queries for products subtype.
ProductsUnexpectedException - Exception Class in es.kukenan.smartfi.microservice.contracts.service.exceptions
Unexpected error condition exception for products services.
ProductsUnexpectedException(String, Throwable) - Constructor for exception class es.kukenan.smartfi.microservice.contracts.service.exceptions.ProductsUnexpectedException
Constructor.
ProductsUnexpectedException(String, Throwable, String) - Constructor for exception class es.kukenan.smartfi.microservice.contracts.service.exceptions.ProductsUnexpectedException
Constructor.
productType - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.ProductSubtype
user associated to the product type identifier.
productType - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.TemporalBackofficeProduct
Product type.
ProductType - Class in es.kukenan.smartfi.microservice.contracts.repository.entity
DAO for ProductType table in Database.
ProductType() - Constructor for class es.kukenan.smartfi.microservice.contracts.repository.entity.ProductType
 
ProductTypes - Enum Class in es.kukenan.smartfi.microservice.contracts.enums
Product Types.
ProductTypes(int, String) - Constructor for enum class es.kukenan.smartfi.microservice.contracts.enums.ProductTypes
Default constructor.
productTypeSubTypeMovementsOtpRequired - Variable in class es.kukenan.smartfi.microservice.contracts.service.MovementsService
products must require otp to show movements more than 90 days.
Profile - Class in es.kukenan.smartfi.microservice.contracts.repository.entity
DAO for Profile table in Database.
Profile() - Constructor for class es.kukenan.smartfi.microservice.contracts.repository.entity.Profile
 
profileRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.ProfileService
Profile repository for database queries.
ProfileRepository - Interface in es.kukenan.smartfi.microservice.contracts.repository
Repository for profile queries.
ProfileRestController - Class in es.kukenan.smartfi.microservice.contracts.controller
Profiles Rest API controller.
ProfileRestController() - Constructor for class es.kukenan.smartfi.microservice.contracts.controller.ProfileRestController
 
profiles - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.EbContract
Owned profiles.
profiles - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.Product
Profiles of which the current product is part.
profileService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.ProfileRestController
Profile service.
ProfileService - Class in es.kukenan.smartfi.microservice.contracts.service
Card management service.
ProfileService() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.ProfileService
 
properties - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.AbstractCoreEndpointClient
Context propagation properties.
properties - Variable in class es.kukenan.smartfi.microservice.contracts.service.SignatureService
Context propagation properties.
publishUserCreationErrorEvent(String, String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.UserService
Publish a user creation error event.

R

REASON_TEXT - Static variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreFundOnFlyMovementToMovementMapper
Reason text for all movements.
receiptDtos - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ReceiptsDomain
Back office operationDate subsystem..
ReceiptsDomain - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.domain
Class that holds all required information about a Receipts.
ReceiptsDomain() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ReceiptsDomain
 
reference - Variable in class es.kukenan.smartfi.microservice.contracts.cache.model.ReferenceCache
reference.
ReferenceCache - Class in es.kukenan.smartfi.microservice.contracts.cache.model
Reference cache object to be saved in cache.
ReferenceCache() - Constructor for class es.kukenan.smartfi.microservice.contracts.cache.model.ReferenceCache
 
refresh() - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache.ProductMetadataCacheBuilder.ProductMetadataCache
refreshContractCache(String) - Method in class es.kukenan.smartfi.microservice.contracts.cache.ConnectedContractCacheOperation
refresh contract Cache object.
refreshContractCache(String) - Method in class es.kukenan.smartfi.microservice.contracts.cache.ContractCacheOperation
refresh contract Cache object.
RefreshContractCacheFilter - Class in es.kukenan.smartfi.microservice.contracts.controller.filter
Filter to refresh contract cache.
RefreshContractCacheFilter() - Constructor for class es.kukenan.smartfi.microservice.contracts.controller.filter.RefreshContractCacheFilter
 
REFUND - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.LighthouseOperatives
Refund.
REPORT_ACCOUNT_DEPOSIT_MOVEMENTS_LIST_XLS - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Report for accounts and deposit movement list for XLS.
REPORT_ACCOUNT_MOVEMENT_DETAIL - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Report for account movement detail.
REPORT_ACCOUNTS_MOVEMENTS_LIST - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Report for accounts movements list.
REPORT_CARD_CREDIT_MOVEMENTS_LIST - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Report for credit card movements list.
REPORT_CARD_DEBIT_MOVEMENTS_LIST - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Report for debit card movements list.
REPORT_CARDS_MOVEMENTS_LIST_XLS - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Report for cards movement list for XLS.
REPORT_DEPOSIT_MOVEMENT_DETAIL - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Report for deposit movement detail.
REPORT_DEPOSITS_MOVEMENTS_LIST - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Report for deposit movements list.
REPORTS_PATH - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Reports path source.
reportsGenerator - Variable in class es.kukenan.smartfi.microservice.contracts.service.MovementsService
Reports generator.
ReportUtils - Class in es.kukenan.smartfi.microservice.contracts.utils
class for handler some util methods.
ReportUtils() - Constructor for class es.kukenan.smartfi.microservice.contracts.utils.ReportUtils
 
requestContextManager - Variable in class es.kukenan.smartfi.microservice.contracts.controller.AccountBankController
Request context manager.
requestContextManager - Variable in class es.kukenan.smartfi.microservice.contracts.controller.BankController
Request context manager.
requestContextManager - Variable in class es.kukenan.smartfi.microservice.contracts.controller.CashFlowRestController
Request context manager.
requestContextManager - Variable in class es.kukenan.smartfi.microservice.contracts.controller.ContractRestController
Request context manager.
requestContextManager - Variable in class es.kukenan.smartfi.microservice.contracts.controller.InternalProductsRestController
Request context manager.
requestContextManager - Variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
Request context manager.
requestContextManager - Variable in class es.kukenan.smartfi.microservice.contracts.controller.ProfileRestController
Request context manager.
requestContextManager - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.AbstractCoreApiClient
Request context manager.
requestContextManager - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
Request context manager.
requestContextManager - Variable in class es.kukenan.smartfi.microservice.contracts.service.mapper.EcommerceCreatedEventMapper
Request context manager.
requestContextManager - Variable in class es.kukenan.smartfi.microservice.contracts.service.mapper.ProductCancelledMapper
Request context manager.
requestParams - Variable in class es.kukenan.smartfi.microservice.contracts.cache.AbstractKeyGenerator
optional Params cache key.
resolveCaches(CacheOperationInvocationContext<?>) - Method in class es.kukenan.smartfi.microservice.contracts.cache.CustomCacheResolver
 
RestResponseErrorHandler - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.api
Rest response error handler.
RestResponseErrorHandler(String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.RestResponseErrorHandler
Constructor.
restTemplate - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.AbstractCoreEndpointClient
Rest template.
restTemplate - Variable in class es.kukenan.smartfi.microservice.contracts.service.SignatureService
Rest template.
RestTemplateErrorHandler - Class in es.kukenan.smartfi.microservice.contracts.handler
Rest template error handler for internal calls.
RestTemplateErrorHandler() - Constructor for class es.kukenan.smartfi.microservice.contracts.handler.RestTemplateErrorHandler
 
retrieveBackofficeSubsystems(String, String, ProductSearchFilter) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Get the subsystems that the customer has in their products.
run(List<ProductDomain>) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.common.filter.ProductSearchFilterPostProcess
Remove from the given product list the products that do not meet the criteria.
run(List<ProductDomain>) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.common.filter.ProductsSearchPostProcess
Run the post-process with the given products result.
run(List<ProductDomain>) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.postprocess.products.ManagedPortfolioPostProcess
Remove from the given product list the managed products registered in this ManagedPortfolioPostProcess.
RV_PURCHASE_SALE - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.LighthouseOperatives
Purchase-sale RV.

S

safeClose(HttpURLConnection) - Method in class es.kukenan.smartfi.microservice.contracts.service.health.SmartfiCoreHealthIndicator
Safely close the given connection, capturing any Exception thrown and ignoring it.
saveAccountBank(WalletAuthentication, AccountBankRequestDto) - Method in class es.kukenan.smartfi.microservice.contracts.controller.AccountBankController
Create Contract.
saveAccountBank(String, AccountBankRequestDto) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.AccountBankCoreApiClient
Save the given Account bank information.
saveAccountBank(String, AccountBankRequestDto) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.accountbanks.CoreAccountBankEndpoint
Save new AccountBank to user.
saveAccountBank(String, String, WalletAuthentication, AccountBankRequestDto) - Method in class es.kukenan.smartfi.microservice.contracts.service.AccountBankService
Create a Account Bank.
saveAccountBank(String, String, AccountBankRequestDto) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClient
Create new account bank from user backoffice.
saveAccountBank(String, String, AccountBankRequestDto) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
saveAndFlush(S) - Method in interface es.kukenan.smartfi.microservice.contracts.repository.EbContractRepository
Saves an entity and flushes changes instantly.
saveAndFlush(S) - Method in interface es.kukenan.smartfi.microservice.contracts.repository.UserRepository
Saves an entity and flushes changes instantly.
saveAppointment(WalletAuthentication, String, AppointmentAndBankRequest) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ContractRestController
Save Appointment to Contract.
saveAppointment(String, String, AppointmentRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.backoffice.BackofficeEndpoint
Find one contract entities.
saveAppointment(String, String, AppointmentRequest) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClient
Save appointment to application.
saveAppointment(String, String, AppointmentRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
saveAppointment(String, String, String, AppointmentAndBankRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.ContractService
Create appointment for application.
saveAppointment(String, String, String, AppointmentDto) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts.CoreContractEndpoint
Save appointment to application.
saveAppointmentToContract(String, String, AppointmentRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.backoffice.BackofficeApiClient
Save appointment to application.
saveAppointmentToContract(String, String, AppointmentRequest) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.backoffice.BackofficeEndpoint
Save appointment to application.
saveBackofficeProduct(String, Integer, String, String, String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2
 
saveBackofficesProducts(Integer, String, String, String, BackofficeMonitorProductEventUpdatedBody) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2
 
saveContract(WalletAuthentication, NewApplicationRequestDto, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ContractRestController
Create Contract.
saveContract(String, String, NewApplicationRequestDto, String, String) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClient
Create new application from user backoffice.
saveContract(String, String, NewApplicationRequestDto, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.ContractCoreApiClient
Save the given contract information.
saveContract(String, String, NewApplicationRequestDto, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts.CoreContractEndpoint
Save new contract to user.
saveContract(String, String, NewApplicationRequestDto, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
saveContract(String, String, NewApplicationRequestDto, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.ContractService
Create new application.
saveFile(String, String, String, MultipartFile) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts.CoreContractEndpoint
Upload file.
saveFiles(String, String, String, List<MultipartFile>) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts.CoreContractEndpoint
Save the given files to application.
saveFilesToContract(String, String, String, List<MultipartFile>) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClient
Save files to application.
saveFilesToContract(String, String, String, List<MultipartFile>) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.ContractCoreApiClient
Save the given files to application.
saveFilesToContract(String, String, String, List<MultipartFile>) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts.CoreContractEndpoint
Save the given files to application.
saveFilesToContract(String, String, String, List<MultipartFile>) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
saveFileToContract(String, String, String, MultipartFile) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClient
Upload files.
saveFileToContract(String, String, String, MultipartFile) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.ContractCoreApiClient
Upload files.
saveFileToContract(String, String, String, MultipartFile) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts.CoreContractEndpoint
Upload files.
saveFileToContract(String, String, String, MultipartFile) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
saveProduct(String, UserBackoffice, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.AbstractBackofficeEvent
save product.
saveProduct(String, Integer, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Save new product.
saveProductV2(String, UserBackoffice, String, String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2
save product.
scaMovementsService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.ProductsRestController
scaMovementsService service.
ScaMovementsService - Class in es.kukenan.smartfi.microservice.contracts.service
Movements related services with SCA considerations applied.
ScaMovementsService() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.ScaMovementsService
 
secretClient - Variable in class es.kukenan.smartfi.microservice.contracts.config.KeyVaultAutoconfiguredClient
Azure Secret Client.
seed - Variable in class es.kukenan.smartfi.microservice.contracts.service.security.Cipher
The key material of the secret key.
sendFileRequestEntity(MultiValueMap<String, Object>, HttpHeaders, HttpMethod, URI) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts.CoreContractEndpoint
Send file request.
SEPARATOR - Static variable in class es.kukenan.smartfi.microservice.contracts.repository.BackofficeSubsystemRepository
Params query separator.
serialVersionUID - Static variable in class es.kukenan.smartfi.microservice.contracts.cache.model.ReferenceCache
 
serialVersionUID - Static variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.DocumentType
serial version.
serialVersionUID - Static variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.TemporalBackofficeProduct
Serial UUID.
serialVersionUID - Static variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.User
serial version.
serialVersionUID - Static variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.UserLanguage
serial version.
serialVersionUID - Static variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.UserState
serial version.
serialVersionUID - Static variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.UserType
serial version.
serviceName - Variable in class es.kukenan.smartfi.microservice.contracts.config.SwaggerConfig
This micro-service name.
serviceName - Variable in class es.kukenan.smartfi.microservice.contracts.service.mapper.EcommerceCreatedEventMapper
This micro-service name.
serviceName - Variable in class es.kukenan.smartfi.microservice.contracts.service.mapper.ProductCancelledMapper
This micro-service name.
SERVICES - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.ProductTypes
SERVICES.
SessionCacheOperationEnum - Enum Class in es.kukenan.smartfi.microservice.contracts.cache
CacheOperationEnum Cache Operation Enum.
SessionCacheOperationEnum() - Constructor for enum class es.kukenan.smartfi.microservice.contracts.cache.SessionCacheOperationEnum
 
sessionId - Variable in class es.kukenan.smartfi.microservice.contracts.cache.model.ContractCache
sessionId.
SessionIdNotFoundException - Exception Class in es.kukenan.smartfi.microservice.contracts.service.exceptions
Exception caused by a specified user was not found or is not visible in the operation context (access level...).
SessionIdNotFoundException() - Constructor for exception class es.kukenan.smartfi.microservice.contracts.service.exceptions.SessionIdNotFoundException
Default constructor.
shouldNotFilter(HttpServletRequest) - Method in class es.kukenan.smartfi.microservice.contracts.controller.filter.RefreshContractCacheFilter
Method for include/exclude uri endpoints.
signatureHost - Variable in class es.kukenan.smartfi.microservice.contracts.service.SignatureService
Signature host.
signatures - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductSearchFilter
Signatures filter.
signatureService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.filter.product.detail.CardDetailOtpOperationalFilter
Signature service.
signatureService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.filter.product.movements.Movements90daysOtpFilter
Signature service.
SignatureService - Class in es.kukenan.smartfi.microservice.contracts.service
Signature related operations.
SignatureService() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.SignatureService
 
skylineCode - Variable in enum class es.kukenan.smartfi.microservice.contracts.enums.LighthouseOperatives
Skyline code.
skylineProductId - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductSearchRequest
Skyline product identifier.
skylineUserId - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductSearchRequest
Skyline user identifier.
smartfiCoreApiBaseUrl - Variable in class es.kukenan.smartfi.microservice.contracts.service.health.SmartfiCoreHealthIndicator
Ping endpoint in smartfi-core API.
SmartfiCoreHealthIndicator - Class in es.kukenan.smartfi.microservice.contracts.service.health
Smartfi core connectivity health indicator.
SmartfiCoreHealthIndicator() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.health.SmartfiCoreHealthIndicator
 
START_CHARACTER - Static variable in class es.kukenan.smartfi.microservice.contracts.repository.BackofficeSubsystemRepository
Params clause start character.
state - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.User
user status.
state - Variable in enum class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2.CardStatus
State.
statuses - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductSearchFilter
Status filter.
STOLEN - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2.CardSituation
Stolen.
SUBSCRIBE - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.ProductTypes
SUBSCRIBE.
SUBSCRIPTION - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.LighthouseOperatives
Funds suscription.
subsystem - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.ProductBackoffice
subsystem value.
subsystem - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.AbstractUnimplementedApiClient
Subsystem handled by this API client.
subsystem - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.AbstractCoreEndpointClient
Subsystem handled by this API client.
subsystem - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache.ProductMetadataCacheBuilder.ProductBackofficeView
Subsystem.
Subsystem - Class in es.kukenan.smartfi.microservice.contracts.repository.entity
DAO for Subsystem table in Database.
Subsystem() - Constructor for class es.kukenan.smartfi.microservice.contracts.repository.entity.Subsystem
 
SUBSYSTEM_ACCOUNTS - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Accounts subsystem.
SUBSYSTEM_CARDS - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Cards subsystem.
SUBSYSTEM_CREDITS - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Credits subsystem.
SUBSYSTEM_DEPOSITS - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Deposits subsystem.
SUBSYSTEM_EQUITIES - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Equities subsystem.
SUBSYSTEM_FUNDS - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Funds subsystem.
SUBSYSTEM_FUNDS_ON_FLY - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Funds on fly subsystem.
SUBSYSTEM_GUARANTIES - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Guaranties subsystem.
SUBSYSTEM_INVESTMENT - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Investment subsystem.
SUBSYSTEM_LOANS - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Loans subsystem.
SUBSYSTEM_MANAGED_PORTFOLIOS - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Managed portfolios subsystem.
SUBSYSTEM_PENSIONS - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Pensions subsystem.
SUBSYSTEM_POSITION - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Position subsystem.
SUBSYSTEM_SMARTFI_EQUITIES - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
smartfi Equities subsystem.
SUBSYSTEM_WALLET - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
Wallet subsystem.
Subsystem.SubsystemId - Class in es.kukenan.smartfi.microservice.contracts.repository.entity
Artificial class to support subsystem type composite key.
subsystemCache - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache.ProductMetadataCacheBuilder.ProductMetadataCache
Internal HashMap to maintain Subsystem cache.
SubsystemId() - Constructor for class es.kukenan.smartfi.microservice.contracts.repository.entity.Subsystem.SubsystemId
 
subsystemRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache.ProductMetadataCacheBuilder.ProductMetadataCache
subsystemRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.AbstractBackofficeEvent
Subsystem repository.
subsystemRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2
Subsystem DB repository.
subsystemRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.events.NotificationCreatedEventService
SubsystemRepository repository.
subsystemRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Subsystem DB repository.
SubsystemRepository - Interface in es.kukenan.smartfi.microservice.contracts.repository
Repository for queries for sybsystem.
subsystems - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.BackofficeSubsystems
Subsystem list.
subsystems - Variable in class es.kukenan.smartfi.microservice.contracts.service.ProductsService.BackofficeClientProductSearchContext
Back office subsystems to limit the search to.
subtypeId - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.ProductSubtype
subtype Id.
subtypeId - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache.ProductMetadataCacheBuilder.ProductBackofficeView
Product subtype identifier.
subtypeName - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache.ProductMetadataCacheBuilder.ProductBackofficeView
Product subtype name.
surname - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.User
User second surname.
SwaggerConfig - Class in es.kukenan.smartfi.microservice.contracts.config
Swagger configuration.
SwaggerConfig() - Constructor for class es.kukenan.smartfi.microservice.contracts.config.SwaggerConfig
 
synchronizeUserProducts(String, List<ProductDomain>, UserBackoffice, boolean, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Synchronize the given product list with the previously existing for the given user and back office.

T

TemporalBackofficeProduct - Class in es.kukenan.smartfi.microservice.contracts.repository.entity
DAO for TemporalBackofficeProduct table in Database.
TemporalBackofficeProduct() - Constructor for class es.kukenan.smartfi.microservice.contracts.repository.entity.TemporalBackofficeProduct
 
temporalBackofficeProductRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2
TemporalBackofficeProduct repository.
TemporalBackofficeProductRepository - Interface in es.kukenan.smartfi.microservice.contracts.repository
Repository for temporal_backoffice_product table.
thereAreFilters() - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductSearchFilter
Indicate if there are filters.
threadPoolTaskExecutor - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.AbstractCoreApiClient
ThreadPoolTaskExecutor.
threadPoolTaskExecutor - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
ThreadPoolTaskExecutor.
throwUnexpectedException(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.RestResponseErrorHandler
Throws the specific unexpected exception from the error response.
timeToLive - Variable in class es.kukenan.smartfi.microservice.contracts.cache.CacheConfiguration
time-to-live established.
toString() - Method in exception class es.kukenan.smartfi.microservice.contracts.service.exceptions.ProductsUnexpectedException
 
TPV - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.ProductTypes
TPV.
TRANSFER_PENSION_PLAN - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.LighthouseOperatives
Transfer pension plan.
type - Variable in class es.kukenan.smartfi.microservice.contracts.cache.model.ContractCache
type.
type - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.User
user type.
TYPE_SUBTYPES_SEPARATOR - Static variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductSearchFilter
Separator character for a type and his subtypes.
typeId - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.ProductSubtype
type Id.
typeId - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache.ProductMetadataCacheBuilder.ProductBackofficeView
Product type identifier.
typeName - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.cache.ProductMetadataCacheBuilder.ProductBackofficeView
Product type name.
types - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductSearchFilter
Type filter.

U

UnimplementedOperationException(String, String) - Constructor for exception class es.kukenan.smartfi.microservice.contracts.service.backoffice.api.AbstractUnimplementedApiClient.UnimplementedOperationException
Default constructor for a subsystem operation that does not exist.
unknown(Object) - Method in class es.kukenan.smartfi.microservice.contracts.controller.KafkaController
Default not handled event.
UNPAID - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2.CardSituation
Unpaid.
UPDATE - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.cache.SessionCacheOperationEnum
UPDATE cache operations.
updateConnectedContract(ContractCacheDto) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.ContractCoreApiClient
Find the given a user the contract information.
updateConnectedContract(ContractCacheDto) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts.CoreContractEndpoint
Update connected contract.
updateConnectedContract(ContractCacheDto, String) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClient
Get be contract from user backoffice.
updateConnectedContract(ContractCacheDto, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
updateContractAppointment(String, String, String, AppointmentDto) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClient
Save appointment to application.
updateContractAppointment(String, String, String, AppointmentDto) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.ContractCoreApiClient
Save appointment to application.
updateContractAppointment(String, String, String, AppointmentDto) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts.CoreContractEndpoint
Save appointment to application.
updateContractAppointment(String, String, String, AppointmentDto) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
updatedCacheForCancelledProducts(BackOfficeProductCancelledEvent) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v1.BackofficeProductEventHandlerV1
Updated cache due to cancelled product.
updateProduct(Product, String, UserBackoffice, String, String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2
 
updateProfile(WalletAuthentication, String, ProfileRequestDto) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ProfileRestController
Update Profile endpoint.
updateProfile(String, EbContract, ProfileRequestDto) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProfileService
Update a profile.
uploadContractDocument(WalletAuthentication, String, MultipartFile) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ContractRestController
Save specific contract document file.
uploadFile(String, String, List<MultipartFile>, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.ContractService
Upload files.
uploadFile(String, String, MultipartFile, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.ContractService
Upload files.
uploadFiles(WalletAuthentication, String, List<MultipartFile>) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ContractRestController
Upload files.
user - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.EbContract
user associated .
user - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.UserBackoffice
user associated to the backoffice identifier.
user - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.UserBackoffice.UserBackofficeId
user associated to the backoffice identifier.
User - Class in es.kukenan.smartfi.microservice.contracts.repository.entity
DAO for user table in Database.
User() - Constructor for class es.kukenan.smartfi.microservice.contracts.repository.entity.User
 
USER_AGENT - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
user agent internal header attribute.
USER_IP_HEADER - Static variable in class es.kukenan.smartfi.microservice.contracts.Constants
user ip internal header attribute.
userBackoffice - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.Product
users id data.
userBackoffice - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.User
list of user backoffice.
userBackoffice - Variable in class es.kukenan.smartfi.microservice.contracts.service.ProductsService.BackofficeClientProductSearchContext
User back office details.
UserBackoffice - Class in es.kukenan.smartfi.microservice.contracts.repository.entity
DAO for UserBackoffice table in Database.
UserBackoffice() - Constructor for class es.kukenan.smartfi.microservice.contracts.repository.entity.UserBackoffice
 
UserBackoffice.UserBackofficeId - Class in es.kukenan.smartfi.microservice.contracts.repository.entity
Artificial class to support product backoffice composite key.
UserBackofficeId() - Constructor for class es.kukenan.smartfi.microservice.contracts.repository.entity.UserBackoffice.UserBackofficeId
 
userBackofficeRepository - Variable in class es.kukenan.smartfi.microservice.contracts.controller.filter.ProductsAbstractOtpFilter
User backoffice repository.
userBackofficeRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.AccountBankService
User backoffice repository.
userBackofficeRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.BankService
User backoffice repository.
userBackofficeRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.CashFlowService
User back office DB repository.
userBackofficeRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.ContractService
User backoffice repository.
userBackofficeRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.AbstractBackofficeEvent
UserBackofficeRepository repository.
userBackofficeRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.events.NotificationCreatedEventService
UserBackofficeRepository repository.
userBackofficeRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
User back office DB repository.
UserBackofficeRepository - Interface in es.kukenan.smartfi.microservice.contracts.repository
Repository for queries for user devices.
UserCivilStatus - Class in es.kukenan.smartfi.microservice.contracts.repository.entity
DAO for user civil status table in Database.
UserCivilStatus() - Constructor for class es.kukenan.smartfi.microservice.contracts.repository.entity.UserCivilStatus
 
userCivilStatusRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.events.UserService
userCivilStatus repository use for database queries.
UserCivilStatusRepository - Interface in es.kukenan.smartfi.microservice.contracts.repository
Repository for queries user type.
userCode - Variable in class es.kukenan.smartfi.microservice.contracts.repository.entity.User
User code.
UserGender - Class in es.kukenan.smartfi.microservice.contracts.repository.entity
DAO for user gender table in Database.
UserGender() - Constructor for class es.kukenan.smartfi.microservice.contracts.repository.entity.UserGender
 
userGenderRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.events.UserService
userGender repository use for database queries.
UserGenderRepository - Interface in es.kukenan.smartfi.microservice.contracts.repository
Repository for queries user type.
userId - Variable in class es.kukenan.smartfi.microservice.contracts.cache.model.ContractCache
userId.
userId - Variable in class es.kukenan.smartfi.microservice.contracts.cache.model.ReferenceCache
user identifier.
userIp - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.domain.ProductsSearchRequest
User identifier in the backoffice.
UserLanguage - Class in es.kukenan.smartfi.microservice.contracts.repository.entity
DAO for user_language table in Database.
UserLanguage() - Constructor for class es.kukenan.smartfi.microservice.contracts.repository.entity.UserLanguage
 
userLanguageRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.events.UserService
userLanguage repository use for database queries.
UserLanguageRepository - Interface in es.kukenan.smartfi.microservice.contracts.repository
Repository interface to do queries for UserLanguage data.
UserNotFoundException - Exception Class in es.kukenan.smartfi.microservice.contracts.service.exceptions
Exception caused by a specified user was not found or is not visible in the operation context (access level...).
UserNotFoundException() - Constructor for exception class es.kukenan.smartfi.microservice.contracts.service.exceptions.UserNotFoundException
Default constructor.
userRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.ContractService
User repository.
userRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.events.NotificationCreatedEventService
UserRepository repository.
userRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.events.UserService
User repository use for database queries.
UserRepository - Interface in es.kukenan.smartfi.microservice.contracts.repository
Repository interface to do queries for Users data.
userService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.AmqpController
Users event service.
userService - Variable in class es.kukenan.smartfi.microservice.contracts.controller.KafkaController
Users event service.
UserService - Class in es.kukenan.smartfi.microservice.contracts.service.events
Service for handler user devices events.
UserService() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.events.UserService
 
UserState - Class in es.kukenan.smartfi.microservice.contracts.repository.entity
DAO for user_state table in Database.
UserState() - Constructor for class es.kukenan.smartfi.microservice.contracts.repository.entity.UserState
 
userStateRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.events.UserService
userState repository use for database queries.
UserStateRepository - Interface in es.kukenan.smartfi.microservice.contracts.repository
Repository interface to do queries for UserType data.
userToken - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.domain.ProductsSearchRequest
User bearer token.
UserType - Class in es.kukenan.smartfi.microservice.contracts.repository.entity
DAO for user_type table in Database.
UserType() - Constructor for class es.kukenan.smartfi.microservice.contracts.repository.entity.UserType
 
userTypeRepository - Variable in class es.kukenan.smartfi.microservice.contracts.service.events.UserService
userType repository use for database queries.
UserTypeRepository - Interface in es.kukenan.smartfi.microservice.contracts.repository
Repository interface to do queries for UserType data.
UserUtils - Class in es.kukenan.smartfi.microservice.contracts.utils
class for handler some util methods.
UserUtils() - Constructor for class es.kukenan.smartfi.microservice.contracts.utils.UserUtils
 
uuid - Variable in exception class es.kukenan.smartfi.microservice.contracts.service.exceptions.ProductsUnexpectedException
Universally unique identifier for this exception.
uuid - Variable in class es.kukenan.smartfi.microservice.contracts.service.security.Cipher
The buffer with the IV.
uuidGenerator - Variable in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
Uuid generator component.
UuidGenerator - Class in es.kukenan.smartfi.microservice.contracts.utils
Uuid generator component.
UuidGenerator() - Constructor for class es.kukenan.smartfi.microservice.contracts.utils.UuidGenerator
 

V

validNewContract(WalletAuthentication, String) - Method in class es.kukenan.smartfi.microservice.contracts.controller.ContractRestController
Validation if user can create Contract.
validNewContract(String, String, String) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClient
Validation if user can create Contract.
validNewContract(String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.ContractCoreApiClient
Validation if user can create Contract.
validNewContract(String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.contracts.CoreContractEndpoint
Validation if user can create Contract.
validNewContract(String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreBackofficeClientAdapter
 
validNewContract(String, String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.ContractService
Validation if user can create Contract.
value - Variable in enum class es.kukenan.smartfi.microservice.contracts.cache.SessionCacheOperationEnum
value description.
valueOf(String) - Static method in enum class es.kukenan.smartfi.microservice.contracts.cache.SessionCacheOperationEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class es.kukenan.smartfi.microservice.contracts.enums.CompanyBackOffice
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class es.kukenan.smartfi.microservice.contracts.enums.LighthouseOperatives
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class es.kukenan.smartfi.microservice.contracts.enums.ProductTypes
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreDepositImpositionToMovementMapper.ImpositionStateEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2.CardSituation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2.CardStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class es.kukenan.smartfi.microservice.contracts.service.exceptions.enums.ProductsExceptionCode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class es.kukenan.smartfi.microservice.contracts.cache.SessionCacheOperationEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class es.kukenan.smartfi.microservice.contracts.enums.CompanyBackOffice
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class es.kukenan.smartfi.microservice.contracts.enums.LighthouseOperatives
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class es.kukenan.smartfi.microservice.contracts.enums.ProductTypes
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreDepositImpositionToMovementMapper.ImpositionStateEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2.CardSituation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2.CardStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class es.kukenan.smartfi.microservice.contracts.service.exceptions.enums.ProductsExceptionCode
Returns an array containing the constants of this enum class, in the order they are declared.
VERIFY - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.cache.SessionCacheOperationEnum
VERIFY cache operations.
verifyingUserBackoffice(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.CashFlowService
verifying user product.
verifyingUserProduct(String, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.ProductsService
verifying user product.
VERSION - Static variable in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v1.BackofficeProductEventHandlerV1
Event version.
VERSION - Static variable in class es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2.BackofficeProductEventHandlerV2
Event version.
visit(AccountBankDto) - Method in class es.kukenan.smartfi.microservice.contracts.service.security.DtoObfuscator
 
visit(DepositImpositionResponseDto) - Method in class es.kukenan.smartfi.microservice.contracts.service.security.DtoObfuscator
 
visit(ProductNumberDto) - Method in class es.kukenan.smartfi.microservice.contracts.service.security.DtoObfuscator
 
Viva - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.mapper.movement.CoreDepositImpositionToMovementMapper.ImpositionStateEnum
Viva state imposition.

W

walletClient - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.CoreClient
Wallet API client.
walletMovementsEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.WalletsCoreApiClient
Wallet movements endpoint implementation.
walletMovementsEndpoint(CoreWalletMovementToMovementMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.WalletsEndpointsFactory
Create the base account movements endpoint.
WalletsCoreApiClient - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis
Core Wallet subsystem API client.
WalletsCoreApiClient() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.WalletsCoreApiClient
Component constructor.
WalletsCoreEndpoint - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products
Core wallet endpoint implementation.
WalletsCoreEndpoint(CoreWalletToProductMapper, String) - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.products.WalletsCoreEndpoint
Full state constructor.
walletsEndpoint - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.WalletsCoreApiClient
Wallet endpoint implementation.
walletsEndpoint(CoreWalletToProductMapper, String) - Method in class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.WalletsEndpointsFactory
Create the base wallet endpoint.
WalletsEndpointsFactory - Class in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints
This class is responsible for creating the wallet subsystem endpoints.
WalletsEndpointsFactory() - Constructor for class es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.WalletsEndpointsFactory
 
wants(UserBackoffice) - Method in interface es.kukenan.smartfi.microservice.contracts.service.backoffice.BackofficeClient
Determine if this client supports the given back ffice.
withPostedBalance - Variable in class es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ProductSearchFilter
Posted balance filter.
WTS_PURCHASE_SALE - Enum constant in enum class es.kukenan.smartfi.microservice.contracts.enums.LighthouseOperatives
Purchase-sale WTS RESTYL.
A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form