Uses of Class
es.kukenan.smartfi.microservice.contracts.repository.entity.UserBackoffice
Packages that use UserBackoffice
Package
Description
Services and internal components package.
Services and internal components package.
Services and internal components package.
Package where all back office specific components will be placed.
In this package specific API components will be placed.
Classes required to implement the Core client component.
Backoffice event package.
Backoffice event version 2 package.
Utilities package.
-
Uses of UserBackoffice in es.kukenan.smartfi.microservice.contracts.repository
Methods in es.kukenan.smartfi.microservice.contracts.repository that return UserBackofficeModifier and TypeMethodDescriptionUserBackofficeRepository.findByCoreUserIdAndBackofficeId(String coreUserId, Integer backOfficeId) query for filter by params.UserBackofficeRepository.findByCoreUserIdAndBackofficeIdAndCompany(String coreUserId, Integer backOfficeId, String company) Get user backoffice by core user identifier, backoffice identifier and company.UserBackofficeRepository.findByUserIdAndBackofficeId(String userId, Integer backOfficeId) Get a userBackoffice by id.Methods in es.kukenan.smartfi.microservice.contracts.repository that return types with arguments of type UserBackofficeModifier and TypeMethodDescriptionUserBackofficeRepository.findByUserId(String userId) Get all the given user back offices. -
Uses of UserBackoffice in es.kukenan.smartfi.microservice.contracts.repository.entity
Fields in es.kukenan.smartfi.microservice.contracts.repository.entity declared as UserBackofficeFields in es.kukenan.smartfi.microservice.contracts.repository.entity with type parameters of type UserBackofficeModifier and TypeFieldDescriptionprivate List<UserBackoffice>User.userBackofficelist of user backoffice. -
Uses of UserBackoffice in es.kukenan.smartfi.microservice.contracts.service
Fields in es.kukenan.smartfi.microservice.contracts.service declared as UserBackofficeModifier and TypeFieldDescriptionprivate UserBackofficeProductsService.BackofficeClientProductSearchContext.userBackofficeUser back office details.Methods in es.kukenan.smartfi.microservice.contracts.service that return UserBackofficeModifier and TypeMethodDescriptionCashFlowService.verifyingUserBackoffice(String userId, String contractId) verifying user product.Methods in es.kukenan.smartfi.microservice.contracts.service with parameters of type UserBackofficeModifier and TypeMethodDescriptionprivate voidProductsService.synchronizeUserProducts(String userId, List<ProductDomain> newProducts, UserBackoffice userBackoffice, boolean mustUpdateDatabase, String contractId) Synchronize the given product list with the previously existing for the given user and back office. -
Uses of UserBackoffice in es.kukenan.smartfi.microservice.contracts.service.backoffice
Methods in es.kukenan.smartfi.microservice.contracts.service.backoffice with parameters of type UserBackofficeModifier and TypeMethodDescriptionList<es.kukenan.smartfi.microservice.contracts.api.cashflow.CashFlowDto>ExtendedBackofficeClient.findCashFlow(UserBackoffice userBackoffice, String contractId, String userToken) Extract the user cashflow list from the given back office.BackofficeClientManager.findClient(UserBackoffice userBackoffice) Find the proper back office client for the given back office entity.BackofficeClient.findProducts(UserBackoffice userBackoffice, List<String> subsystems) Extract the user product list from the given back office (must be supported, seewantsmethod).BackofficeClient.findProducts(UserBackoffice userBackoffice, List<String> subsystems, ProductSearchFilter productSearchFilter, String userToken, String userIp) Extract the user product list from the given back office (must be supported, seewantsmethod).default booleanBackofficeClient.wants(UserBackoffice userBackoffice) Determine if this client supports the given back ffice. -
Uses of UserBackoffice in es.kukenan.smartfi.microservice.contracts.service.backoffice.api
Methods in es.kukenan.smartfi.microservice.contracts.service.backoffice.api with parameters of type UserBackofficeModifier and TypeMethodDescriptionAbstractUnimplementedApiClient.findAllProducts(UserBackoffice userBackoffice, String userToken) Find all the products in this API owner by the given user and company.AbstractUnimplementedApiClient.findAllProductsAsync(UserBackoffice userBackoffice, String userToken) Find all the products in this API owner by the given user.List<es.kukenan.smartfi.microservice.contracts.api.cashflow.CashFlowDto>AbstractUnimplementedApiClient.findCashFlow(UserBackoffice userBackoffice) Find cash flow.es.kukenan.smartfi.microservice.contracts.api.card.CvvDtoAbstractUnimplementedApiClient.findCvvCard(UserBackoffice userBackoffice) Find cvv of the given product.es.kukenan.smartfi.microservice.contracts.api.card.PinDtoAbstractUnimplementedApiClient.findPinCard(UserBackoffice userBackoffice) Find pin of the given product. -
Uses of UserBackoffice in es.kukenan.smartfi.microservice.contracts.service.backoffice.core
Methods in es.kukenan.smartfi.microservice.contracts.service.backoffice.core with parameters of type UserBackofficeModifier and TypeMethodDescriptionList<es.kukenan.smartfi.microservice.contracts.api.cashflow.CashFlowDto>CoreBackofficeClientAdapter.findCashFlow(UserBackoffice userBackoffice, String contractId, String userToken) CoreBackofficeClientAdapter.findProducts(UserBackoffice userBackoffice, List<String> subsystems) CoreBackofficeClientAdapter.findProducts(UserBackoffice userBackoffice, List<String> subsystems, ProductSearchFilter productSearchFilter, String userToken, String userIp) -
Uses of UserBackoffice in es.kukenan.smartfi.microservice.contracts.service.events.backoffice
Methods in es.kukenan.smartfi.microservice.contracts.service.events.backoffice with parameters of type UserBackofficeModifier and TypeMethodDescriptionAbstractBackofficeEvent.getProductsByUserBackoffice(UserBackoffice userBackoffice) Method for handle event for product update information.protected ProductAbstractBackofficeEvent.saveProduct(String productId, UserBackoffice userBackoffice, String subsystem) save product. -
Uses of UserBackoffice in es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2
Methods in es.kukenan.smartfi.microservice.contracts.service.events.backoffice.v2 with parameters of type UserBackofficeModifier and TypeMethodDescriptionBackofficeProductEventHandlerV2.findProduct(UserBackoffice userBackoffice, String productId) private ProductBackofficeProductEventHandlerV2.saveProductV2(String productId, UserBackoffice userBackoffice, String subsystem, String coreProductDetail, String productType, String productSubtype) save product.private voidBackofficeProductEventHandlerV2.updateProduct(Product product, String productId, UserBackoffice userBackoffice, String subsystem, String coreProductDetail, String productType, String productSubtype) -
Uses of UserBackoffice in es.kukenan.smartfi.microservice.contracts.utils
Methods in es.kukenan.smartfi.microservice.contracts.utils that return types with arguments of type UserBackofficeModifier and TypeMethodDescriptionstatic List<UserBackoffice>UserUtils.map(User user, List<es.kukenan.smartfi.microservice.clients.events.common.UserBackoffice> userBackofficeEntities) Map the givenUserBackofficelist to aUserBackofficelist.