Uses of Class
es.kukenan.smartfi.microservice.contracts.repository.entity.Profile
Packages that use Profile
Package
Description
Services and internal components package.
Services and internal components package.
-
Uses of Profile in es.kukenan.smartfi.microservice.contracts.repository
Methods in es.kukenan.smartfi.microservice.contracts.repository that return ProfileModifier 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 Profile in es.kukenan.smartfi.microservice.contracts.repository.entity
Fields in es.kukenan.smartfi.microservice.contracts.repository.entity with type parameters of type ProfileModifier and TypeFieldDescriptionEbContract.profilesOwned profiles.Product.profilesProfiles of which the current product is part.Methods in es.kukenan.smartfi.microservice.contracts.repository.entity with parameters of type ProfileModifier and TypeMethodDescriptionvoidEbContract.addProfile(Profile profile) Add a profile to the profiles list.voidProduct.addProfile(Profile profile) Add a profile to the profiles list.voidProduct.deleteProfile(Profile profile) Delete a profile from the profiles list.