Uses of Class
es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.MovementDomain
Packages that use MovementDomain
Package
Description
Package where all back office specific components will be placed.
In this package specific API components will be placed.
Classes required to implement the Core client component.
In this package specific API components will be placed.
In this package specific movements endpoint classes will be placed.
-
Uses of MovementDomain in es.kukenan.smartfi.microservice.contracts.service.backoffice
Methods in es.kukenan.smartfi.microservice.contracts.service.backoffice that return MovementDomainModifier and TypeMethodDescriptionBackofficeClient.findMovements(ProductSearchRequest searchRequest, String userToken, String dateFrom, String dateTo, String type, String paginationKey, String number, String state, String reason, Boolean allMovements) Extract the given user product id will search all the account movements.ExtendedBackofficeClient.findProductAssetMovements(ProductSearchRequest searchRequest, String assetId, String dateFrom, String dateTo, String paginationKey) Find the movements of the given asset in the given product. -
Uses of MovementDomain in es.kukenan.smartfi.microservice.contracts.service.backoffice.api
Methods in es.kukenan.smartfi.microservice.contracts.service.backoffice.api that return MovementDomainModifier and TypeMethodDescriptionAbstractUnimplementedApiClient.findAllMovements(ProductSearchRequest productSearchRequest, String userToken, String dateFrom, String dateTo, String type, String paginationKey, String number, String state, String reason, Boolean allMovements) Find all the movements in this API owner by the given user.AbstractUnimplementedApiClient.findProductAssetMovements(ProductSearchRequest searchRequest, String assetId, String dateFrom, String dateTo, String paginationKey) Find the movements of the given asset in the given product. -
Uses of MovementDomain in es.kukenan.smartfi.microservice.contracts.service.backoffice.core
Methods in es.kukenan.smartfi.microservice.contracts.service.backoffice.core that return MovementDomainModifier and TypeMethodDescriptionCoreBackofficeClientAdapter.findMovements(ProductSearchRequest searchRequest, String userToken, String dateFrom, String dateTo, String type, String paginationKey, String number, String state, String reason, Boolean allMovements) Extract the given user product id will search all the account movements.CoreBackofficeClientAdapter.findProductAssetMovements(ProductSearchRequest searchRequest, String assetId, String dateFrom, String dateTo, String paginationKey) -
Uses of MovementDomain in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis
Methods in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis that return MovementDomainModifier and TypeMethodDescriptionAccountsCoreApiClient.findAllMovements(ProductSearchRequest searchRequest, String userToken, String dateFrom, String dateTo, String type, String paginationKey, String number, String state, String reason, Boolean allMovements) CardsCoreApiClient.findAllMovements(ProductSearchRequest searchRequest, String userToken, String dateFrom, String dateTo, String type, String paginationKey, String number, String state, String reason, Boolean allMovements) CreditsCoreApiClient.findAllMovements(ProductSearchRequest productSearchRequest, String userToken, String dateFrom, String dateTo, String type, String paginationKey, String number, String state, String reason, Boolean allMovements) DepositsCoreApiClient.findAllMovements(ProductSearchRequest searchRequest, String userToken, String dateFrom, String dateTo, String type, String paginationKey, String number, String state, String reason, Boolean allMovements) EquitiesCoreApiClient.findAllMovements(ProductSearchRequest productSearchRequest, String userToken, String dateFrom, String dateTo, String type, String paginationKey, String number, String state, String reason, Boolean allMovements) FundsCoreApiClient.findAllMovements(ProductSearchRequest productSearchRequest, String userToken, String dateFrom, String dateTo, String type, String paginationKey, String number, String state, String reason, Boolean allMovements) FundsOnFlyCoreApiClient.findAllMovements(ProductSearchRequest productSearchRequest, String userToken, String dateFrom, String dateTo, String type, String paginationKey, String number, String state, String reason, Boolean allMovements) LoansCoreApiClient.findAllMovements(ProductSearchRequest searchRequest, String userToken, String dateFrom, String dateTo, String type, String paginationKey, String number, String state, String reason, Boolean allMovements) PensionsCoreApiClient.findAllMovements(ProductSearchRequest searchRequest, String userToken, String dateFrom, String dateTo, String type, String paginationKey, String number, String state, String reason, Boolean allMovements) WalletsCoreApiClient.findAllMovements(ProductSearchRequest searchRequest, String userToken, String dateFrom, String dateTo, String type, String paginationKey, String number, String state, String reason, Boolean allMovements) FundsCoreApiClient.findProductAssetMovements(ProductSearchRequest searchRequest, String assetId, String dateFrom, String dateTo, String paginationKey) -
Uses of MovementDomain in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements
Methods in es.kukenan.smartfi.microservice.contracts.service.backoffice.core.apis.endpoints.movements that return MovementDomainModifier and TypeMethodDescriptionDepositImpositionsCoreEndpoint.findAllImpositions(ProductSearchRequest searchRequest, String number, String state, String paginationKey) Find all the deposit impositions movements.CardMovementsCoreEndpoint.findAllMovements(ProductSearchRequest productSearchRequest, String dateFrom, String dateTo, String type, String paginationKey, String reason) Find all the movements in this API owner by the given user.DepositImpositionsCoreEndpoint.findAllMovements(ProductSearchRequest productSearchRequest, Map<String, String> queryParams) GenericMovementsCoreEndpoint.findAllMovements(ProductSearchRequest productSearchRequest, String dateFrom, String dateTo, String type, String paginationKey, String reason, Boolean allMovements) Find all the movements in this API owner by the given user.GenericMovementsCoreEndpointV2.findAllMovements(ProductSearchRequest productSearchRequest, Map<String, String> queryParameters) Find all the movements in this API owner by the given user.