|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Catalog | |
|---|---|
| org.broadleafcommerce.common.site.domain | |
| org.broadleafcommerce.common.web | |
| Uses of Catalog in org.broadleafcommerce.common.site.domain |
|---|
| Classes in org.broadleafcommerce.common.site.domain that implement Catalog | |
|---|---|
class |
CatalogImpl
|
| Fields in org.broadleafcommerce.common.site.domain with type parameters of type Catalog | |
|---|---|
protected List<Catalog> |
SiteImpl.catalogs
|
| Methods in org.broadleafcommerce.common.site.domain that return Catalog | |
|---|---|
Catalog |
CatalogImpl.clone()
|
| Methods in org.broadleafcommerce.common.site.domain that return types with arguments of type Catalog | |
|---|---|
List<Catalog> |
Site.getCatalogs()
Retrieve a list of product, category and offer groupings that this site has access to |
List<Catalog> |
SiteImpl.getCatalogs()
|
| Methods in org.broadleafcommerce.common.site.domain with parameters of type Catalog | |
|---|---|
void |
CatalogImpl.checkCloneable(Catalog catalog)
|
| Method parameters in org.broadleafcommerce.common.site.domain with type arguments of type Catalog | |
|---|---|
void |
Site.setCatalogs(List<Catalog> catalogs)
Set the list of product, category and offer groupings that this site has access to |
void |
SiteImpl.setCatalogs(List<Catalog> catalogs)
|
| Uses of Catalog in org.broadleafcommerce.common.web |
|---|
| Fields in org.broadleafcommerce.common.web declared as Catalog | |
|---|---|
protected Catalog |
BroadleafRequestContext.currentCatalog
|
| Methods in org.broadleafcommerce.common.web that return Catalog | |
|---|---|
Catalog |
BroadleafRequestContext.getCurrentCatalog()
|
| Methods in org.broadleafcommerce.common.web with parameters of type Catalog | |
|---|---|
void |
BroadleafRequestContext.setCurrentCatalog(Catalog currentCatalog)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||