Uses of Class
es.kukenan.smartfi.microservice.contracts.repository.entity.EbContract
Packages that use EbContract
Package
Description
Controllers and related beans and dependencies.
Services and internal components package.
Services and internal components package.
Services and internal components package.
-
Uses of EbContract in es.kukenan.smartfi.microservice.contracts.controller
Methods in es.kukenan.smartfi.microservice.contracts.controller that return EbContractModifier and TypeMethodDescriptionprivate EbContractProfileRestController.getConnectedContract(es.kukenan.smartfi.common.security.WalletAuthentication walletAuthentication) -
Uses of EbContract in es.kukenan.smartfi.microservice.contracts.repository
Methods in es.kukenan.smartfi.microservice.contracts.repository with type parameters of type EbContractModifier and TypeMethodDescription<S extends EbContract>
SEbContractRepository.saveAndFlush(S entity) Saves an entity and flushes changes instantly.Methods in es.kukenan.smartfi.microservice.contracts.repository that return EbContractModifier and TypeMethodDescriptionEbContractRepository.findByIdAndUserId(String contractId, String userId) Get all products of the given contract and user.EbContractRepository.findContractWithCoreContractIdAndCoreEbUserIdAndBackofficeId(String coreContractId, String coreEbUserId, Integer backOfficeId) Get all products of the given user.Methods in es.kukenan.smartfi.microservice.contracts.repository with parameters of type EbContractModifier and TypeMethodDescriptionProfileRepository.findByIdAndEbContract(String id, EbContract ebContract) Get a profile by its id and contract.ProfileRepository.findByNameAndEbContract(String name, EbContract ebContract) Get a profile by its name and contract. -
Uses of EbContract in es.kukenan.smartfi.microservice.contracts.repository.entity
Fields in es.kukenan.smartfi.microservice.contracts.repository.entity declared as EbContractModifier and TypeFieldDescriptionprivate EbContractProduct.ebContracteb contract id.private EbContractProfile.ebContractEbcontract associated to the profile identifier. -
Uses of EbContract in es.kukenan.smartfi.microservice.contracts.service
Methods in es.kukenan.smartfi.microservice.contracts.service that return EbContractModifier and TypeMethodDescriptionContractService.getContract(String contractId) Get contract by id.Methods in es.kukenan.smartfi.microservice.contracts.service with parameters of type EbContractModifier and TypeMethodDescriptiones.kukenan.smartfi.microservice.contracts.api.profiles.ProfileDtoProfileService.createProfile(es.kukenan.smartfi.microservice.contracts.api.profiles.ProfileRequestDto profileRequestDto, EbContract ebContract) Create a profile.voidProfileService.deleteProfile(String profileId, EbContract ebContract) Delete a profile.List<es.kukenan.smartfi.microservice.contracts.api.profiles.ProfileResponseDto>ProfileService.getProfiles(EbContract ebContract, List<es.kukenan.smartfi.microservice.contracts.api.products.ProductDto> allProducts) Get all profiles of an ebContract.voidProfileService.modifyProfile(String profileId, EbContract contract, Map<String, String> updates) Modify a profile.es.kukenan.smartfi.microservice.contracts.api.profiles.ProfileDtoProfileService.updateProfile(String profileId, EbContract contract, es.kukenan.smartfi.microservice.contracts.api.profiles.ProfileRequestDto profileRequestDto) Update a profile.