WebVIEP Plugin

BoothItemRepository

Repository interface for BoothItem aggregates.

Table of Contents

Methods

findByBoothId()  : array<string|int, BoothItem>
Find all booth items belonging to a specific booth.
findById()  : BoothItem|null
Find a booth item by its identifier.
save()  : void
Persist a BoothItem aggregate.
searchByBoothItems()  : BoothItemSearchresult
Search for booth items by booth identifier.
searchByCriteria()  : BoothItemSearchresult
Search booth items with booth/item filters (topics, query, pagination).

Methods


        
On this page

Search results