Readonly dbReadonly httpReadonly methodReadonly moduleReadonly optionsChanges the section item with the specified uid to take out.
The unique identifier of the section item to change.
A promise that resolves with the updated section item.
Retrieves all entities with optional pagination.
A Promise that resolves to an array of retrieved entities.
Retrieves a single entity by its unique identifier.
A Promise that resolves to the retrieved entity or undefined.
Retrieves multiple entities with optional pagination and filtering.
[UNUSED PARAMETER, KEPT FOR POSSIBLE FUTURE USE] Filtering parameters.
Query options including pagination.
An object containing the retrieved entities and total count.
get one by uid
Primary nano id
Retrieves a single entity by its unique identifier.
Filtering parameters.
A Promise that resolves to the retrieved entity or undefined.
Saves multiple entities.
Entities to save.
A Promise that resolves to the saved entities.
Saves a single entity.
Entity to save.
A Promise that resolves to the saved entity.
Generated using TypeDoc
Represents a service for managing section items. Extends the IAppRemoteService interface with ISectionItem type.