Package com.espacogeek.geek.services
Interface TypeReferenceService
- All Known Implementing Classes:
TypeReferenceServiceImpl
public interface TypeReferenceService
Interface for the TypeReferenceService, which provides methods for retrieving TypeReferenceModel objects.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves a TypeReferenceModel object by its ID.
-
Method Details
-
findById
Retrieves a TypeReferenceModel object by its ID.- Parameters:
id- The ID of the TypeReferenceModel object to retrieve.- Returns:
- An Optional containing the TypeReferenceModel object if found, or an empty Optional if not found.
-