Interface CatalogAccessor
- All Superinterfaces:
Catalog
,Collection<Catalog.Card>
,Iterable<Catalog.Card>
Generation time accessor to the snippets of a catalog.
- Since:
- 5.2.416
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.client.access.editor.lists.Catalog
Catalog.Card
-
Method Summary
Modifier and TypeMethodDescription@NotNull List<DataSnippet>
Provides a list of snippets corresponding to the entries of the original catalog component.Methods inherited from interface de.espirit.firstspirit.client.access.editor.lists.Catalog
create, find
-
Method Details
-
getSnippets
@ApiDoc(comment="Provides a list of snippets corresponding to the entries of the original catalog component.", since="5.2.416") @NotNull @NotNull List<DataSnippet> getSnippets()Provides a list of snippets corresponding to the entries of the original catalog component.- Returns:
- A list of Snippets.
- Since:
- 5.2.416
-