Package com.hybris.cockpitng.admin
Interface BreadboardSnippetService
-
- All Known Implementing Classes:
DefaultBreadboardSnippetService
public interface BreadboardSnippetServiceService in order to get a list of snippets of type BreadboardSnippet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<BreadboardSnippet>getSnippets()
-
-
-
Method Detail
-
getSnippets
java.util.List<BreadboardSnippet> getSnippets()
- Returns:
- a list of BreadboardSnippet
-
-