item
Table of Contents
Interfaces
- item_dto_interface
- Public-facing DTO Contract for creating/updating Items.
- item_interface
- Public-facing read-only representation of an Item.
- item_repository_interface
- Marker interface for Repositories.
- item_search_service_interface
- Contract for High-level Item Search.
- item_service_interface
- Public API Contract for item_service.
- item_validator_service_interface
- Interface for Item Validator services.
Classes
- item
- Domain entity: Item.
- item_created_event
- Domain Event: Item Created.
- item_dto
- Data Transfer Object (DTO) for items.
- item_status_changed_event
- Domain Event: Item Status Changed.
- item_types
- TYPE registry for Domain Items.