Package com.hybris.cockpitng.admin.impl
Class DefaultBreadboardSnippetService
- java.lang.Object
-
- com.hybris.cockpitng.admin.impl.DefaultBreadboardSnippetService
-
- All Implemented Interfaces:
BreadboardSnippetService
public class DefaultBreadboardSnippetService extends java.lang.Object implements BreadboardSnippetService
Default implementation of service in order to get a list of snippets of type BreadboardSnippet
-
-
Constructor Summary
Constructors Constructor Description DefaultBreadboardSnippetService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<BreadboardSnippet>getSnippets()voidsetSnippets(java.util.List<BreadboardSnippet> snippets)
-
-
-
Method Detail
-
getSnippets
public java.util.List<BreadboardSnippet> getSnippets()
- Specified by:
getSnippetsin interfaceBreadboardSnippetService- Returns:
- the snippets
-
setSnippets
public void setSnippets(java.util.List<BreadboardSnippet> snippets)
- Parameters:
snippets- the snippets to set
-
-