Uses of Class
com.hybris.cockpitng.breadboard.BreadboardSnippet
-
Packages that use BreadboardSnippet Package Description com.hybris.cockpitng.admin com.hybris.cockpitng.admin.impl com.hybris.cockpitng.widgets.controller -
-
Uses of BreadboardSnippet in com.hybris.cockpitng.admin
Methods in com.hybris.cockpitng.admin that return types with arguments of type BreadboardSnippet Modifier and Type Method Description java.util.List<BreadboardSnippet>BreadboardSnippetService. getSnippets() -
Uses of BreadboardSnippet in com.hybris.cockpitng.admin.impl
Methods in com.hybris.cockpitng.admin.impl that return types with arguments of type BreadboardSnippet Modifier and Type Method Description java.util.List<BreadboardSnippet>DefaultBreadboardSnippetService. getSnippets()Method parameters in com.hybris.cockpitng.admin.impl with type arguments of type BreadboardSnippet Modifier and Type Method Description voidDefaultBreadboardSnippetService. setSnippets(java.util.List<BreadboardSnippet> snippets) -
Uses of BreadboardSnippet in com.hybris.cockpitng.widgets.controller
Methods in com.hybris.cockpitng.widgets.controller that return types with arguments of type BreadboardSnippet Modifier and Type Method Description java.util.List<BreadboardSnippet>InputTestController. buildSnippetList()
-