Uses of Class
com.broadleafcommerce.tenant.service.exception.InvalidApplicationContextException
Packages that use InvalidApplicationContextException
-
Uses of InvalidApplicationContextException in com.broadleafcommerce.tenant.service
Methods in com.broadleafcommerce.tenant.service that throw InvalidApplicationContextExceptionModifier and TypeMethodDescriptionApplicationCatalogService.createCatalogAndAssignToApplication(ApplicationCatalog applicationCatalog, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Creates the catalog provided inApplicationCatalog.getCatalog(), and immediately assigns it to the application found in the contextInfo.DefaultApplicationCatalogService.createCatalogAndAssignToApplication(ApplicationCatalog applicationCatalog, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) voidApplicationCatalogService.deleteApplicationCatalogRef(String applicationCatalogRefId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) For the application found in the contextInfo, scans itsApplication.getIsolatedCatalogs()for the one with the given ID and removes it from the list.voidDefaultApplicationCatalogService.deleteApplicationCatalogRef(String applicationCatalogRefId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) org.springframework.data.domain.Page<ApplicationCatalogRef>ApplicationCatalogService.readAllApplicationCatalogs(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String type) For the application found in the contextInfo, returns the full list of the application'sApplicationCatalogRefs.org.springframework.data.domain.Page<ApplicationCatalogRef>ApplicationCatalogService.readAllApplicationCatalogs(cz.jirutka.rsql.parser.ast.Node filters, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Deprecated.Filters are ignored for this entity since it's an embedded collection on Application.org.springframework.data.domain.Page<ApplicationCatalogRef>DefaultApplicationCatalogService.readAllApplicationCatalogs(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String type) org.springframework.data.domain.Page<ApplicationCatalogRef>DefaultApplicationCatalogService.readAllApplicationCatalogs(cz.jirutka.rsql.parser.ast.Node filters, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Deprecated.ApplicationCatalogService.readApplicationCatalogRef(String applicationCatalogRefId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) For the application found in the contextInfo, scans itsApplication.getIsolatedCatalogs()and returns theApplicationCatalogRefwith the given ID.DefaultApplicationCatalogService.readApplicationCatalogRef(String applicationCatalogRefId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) ApplicationCatalogService.replaceApplicationCatalogRef(String applicationCatalogRefId, ApplicationCatalogRef applicationCatalogRef, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) For the application found in the contextInfo, scans itsApplication.getIsolatedCatalogs()for the one with the given ID and replaces it with the supplied replacement.DefaultApplicationCatalogService.replaceApplicationCatalogRef(String applicationCatalogRefId, ApplicationCatalogRef applicationCatalogRef, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of InvalidApplicationContextException in com.broadleafcommerce.tenant.web.endpoint
Methods in com.broadleafcommerce.tenant.web.endpoint that throw InvalidApplicationContextExceptionModifier and TypeMethodDescriptionApplicationCatalogEndpoint.createAndAssignCatalog(ApplicationCatalog applicationCatalog, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) voidApplicationCatalogEndpoint.deleteApplicationCatalogRef(String applicationCatalogRefId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) org.springframework.data.domain.Page<ApplicationCatalogRef>ApplicationCatalogEndpoint.readAll(cz.jirutka.rsql.parser.ast.Node filters, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Deprecated.Filters are ignored since the application catalogs are an embedded collection.org.springframework.data.domain.Page<ApplicationCatalogRef>ApplicationCatalogEndpoint.readAll(String type, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) ApplicationCatalogEndpoint.readApplicationCatalogRef(String applicationCatalogRefId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) ApplicationCatalogEndpoint.replaceApplicationCatalogRef(String applicationCatalogRefId, ApplicationCatalogRef applicationCatalogRef, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)