Uses of Class
es.kukenan.smartfi.microservice.contracts.service.backoffice.domain.ImpositionDomain
Packages that use ImpositionDomain
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.
-
Uses of ImpositionDomain in es.kukenan.smartfi.microservice.contracts.service.backoffice
Methods in es.kukenan.smartfi.microservice.contracts.service.backoffice that return ImpositionDomainModifier and TypeMethodDescriptionBackofficeClient.findDepositImpositions(ProductSearchRequest searchRequest, String userToken) Extract the given user product id will search all the account withheld movements. -
Uses of ImpositionDomain in es.kukenan.smartfi.microservice.contracts.service.backoffice.api
Methods in es.kukenan.smartfi.microservice.contracts.service.backoffice.api that return ImpositionDomainModifier and TypeMethodDescriptionAbstractUnimplementedApiClient.findAllDepositImpositions(ProductSearchRequest productSearchRequest, String userToken) Finds all withheld movements. -
Uses of ImpositionDomain in es.kukenan.smartfi.microservice.contracts.service.backoffice.core
Methods in es.kukenan.smartfi.microservice.contracts.service.backoffice.core that return ImpositionDomainModifier and TypeMethodDescriptionCoreBackofficeClientAdapter.findDepositImpositions(ProductSearchRequest productSearchRequest, String token) Extract the given user product id will search all the product impositions.