Uses of Enum Class
es.kukenan.smartfi.microservice.contracts.enums.CompanyBackOffice
Packages that use CompanyBackOffice
Package
Description
Controllers and related beans and dependencies.
-
Uses of CompanyBackOffice in es.kukenan.smartfi.microservice.contracts.enums
Methods in es.kukenan.smartfi.microservice.contracts.enums that return CompanyBackOfficeModifier and TypeMethodDescriptionstatic CompanyBackOfficeCompanyBackOffice.getByBackofficeId(Integer backOfficeId) Filter by back office code.static CompanyBackOfficeCompanyBackOffice.getByEntityId(String entityId) Filter by back office code.static CompanyBackOfficeCompanyBackOffice.getByEntityName(String entityName) Filter by back office code.static CompanyBackOfficeReturns the enum constant of this class with the specified name.static CompanyBackOffice[]CompanyBackOffice.values()Returns an array containing the constants of this enum class, in the order they are declared.