Uses of Class
es.kukenan.smartfi.microservice.communication.repository.entity.Company
Packages that use Company
Package
Description
Services and related beans and dependencies.
Services and related beans and dependencies.
Domain event handling services.
-
Uses of Company in es.kukenan.smartfi.microservice.communication.repository
Methods in es.kukenan.smartfi.microservice.communication.repository with type parameters of type CompanyModifier and TypeMethodDescription<S extends Company>
SCompanyRepository.saveAndFlush(S entity) Saves an entity and flushes changes instantly.Methods in es.kukenan.smartfi.microservice.communication.repository that return types with arguments of type CompanyModifier and TypeMethodDescriptionCompanyRepository.findByName(String name) Find company by name.Methods in es.kukenan.smartfi.microservice.communication.repository with parameters of type CompanyModifier and TypeMethodDescriptionMessagesRepository.findAllByEventAndCompany(Event event, Company company) Search for all messages configured for the given event and the given company. -
Uses of Company in es.kukenan.smartfi.microservice.communication.repository.entity
Fields in es.kukenan.smartfi.microservice.communication.repository.entity declared as CompanyModifier and TypeFieldDescriptionprivate @NotNull CompanyMessage.companyMessage company.private CompanyUser.companyCompany.Constructors in es.kukenan.smartfi.microservice.communication.repository.entity with parameters of type CompanyModifierConstructorDescriptionUser(String id, String name, String surname, String documentId, String email, String phone, String phonePrefix, Boolean robinsonList, UserLanguage language, UserGender gender, UserCivilStatus civilStatus, Boolean notificationsEnabled, Company company, PushNotification push, Boolean validInformation, String natureType, Boolean smsByEmail, DocumentType documentType, String address, String nationality) Contructor with all parameters with control of whitespaces in field email. -
Uses of Company in es.kukenan.smartfi.microservice.communication.service.messaging
Methods in es.kukenan.smartfi.microservice.communication.service.messaging with parameters of type CompanyModifier and TypeMethodDescriptionAbstractDomainEventService.findMessages(String eventTypeName, Company company) Finds the messages for a given event type id.