Uses of Class
de.hybris.platform.servicelayer.exceptions.UnknownIdentifierException
Packages that use UnknownIdentifierException
Package
Description
-
Uses of UnknownIdentifierException in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages
Methods in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages with parameters of type UnknownIdentifierExceptionModifier and TypeMethodDescriptionAbstractCategoryPageController.handleUnknownIdentifierException(UnknownIdentifierException exception, javax.servlet.http.HttpServletRequest request) -
Uses of UnknownIdentifierException in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages.checkout.steps
Methods in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages.checkout.steps with parameters of type UnknownIdentifierExceptionModifier and TypeMethodDescriptionAbstractCheckoutStepController.handleUnknownIdentifierException(UnknownIdentifierException exception, javax.servlet.http.HttpServletRequest request) Methods in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages.checkout.steps that throw UnknownIdentifierExceptionModifier and TypeMethodDescriptionprotected CheckoutGroupAbstractCheckoutStepController.getCheckoutGroup() -
Uses of UnknownIdentifierException in de.hybris.platform.assistedserviceservices.exception
Constructors in de.hybris.platform.assistedserviceservices.exception with parameters of type UnknownIdentifierExceptionModifierConstructorDescription -
Uses of UnknownIdentifierException in de.hybris.platform.classification
Methods in de.hybris.platform.classification that throw UnknownIdentifierExceptionModifier and TypeMethodDescriptionClassificationService.getProductsByFilter(ProductFilter filter) Returns all products for which the given filter applies. -
Uses of UnknownIdentifierException in de.hybris.platform.classification.impl
Methods in de.hybris.platform.classification.impl that throw UnknownIdentifierExceptionModifier and TypeMethodDescriptionDefaultClassificationService.getProductsByFilter(ProductFilter filter) -
Uses of UnknownIdentifierException in de.hybris.platform.cms2.servicelayer.daos
Methods in de.hybris.platform.cms2.servicelayer.daos that throw UnknownIdentifierExceptionModifier and TypeMethodDescriptionCMSContentCatalogDao.findContentCatalogById(String id) Find a single content catalog having the given id.CMSMediaFormatDao.getMediaFormatByQualifier(String qualifier) Retrieve a single media format which have the specified qualifier value. -
Uses of UnknownIdentifierException in de.hybris.platform.cms2.servicelayer.daos.impl
Methods in de.hybris.platform.cms2.servicelayer.daos.impl that throw UnknownIdentifierExceptionModifier and TypeMethodDescriptionDefaultCMSMediaFormatDao.getMediaFormatByQualifier(String qualifier) -
Uses of UnknownIdentifierException in de.hybris.platform.cms2.servicelayer.services
Methods in de.hybris.platform.cms2.servicelayer.services that throw UnknownIdentifierExceptionModifier and TypeMethodDescriptionCMSContentSlotService.getContentSlotForId(String id) Gets the content slot for given id. -
Uses of UnknownIdentifierException in de.hybris.platform.cms2.servicelayer.services.admin
Methods in de.hybris.platform.cms2.servicelayer.services.admin that throw UnknownIdentifierExceptionModifier and TypeMethodDescriptionCMSAdminComponentService.getCMSComponentContainerForId(String id) Gets the cms component container for id.CMSAdminComponentService.getCMSComponentForId(String id) Gets the cms component for id.CMSAdminComponentService.getCMSComponentForIdAndCatalogVersions(String id, Collection<CatalogVersionModel> catalogVersions) Gets the cms component matching the id by searching in the given catalog versions.CMSAdminContentSlotService.getContentSlotForId(String contentSlotId) Gets the content slot for specific content slot id.CMSAdminContentSlotService.getContentSlotForIdAndCatalogVersions(String contentSlotId, Collection<CatalogVersionModel> catalogVersions) Gets the content slot for slot id and collection of catalog versions.default List<ContentSlotModel>CMSAdminContentSlotService.getContentSlots(List<String> contentSlotIds) Gets the content slots that correspond to the given list of content slot ids.CMSAdminPageService.getPageForIdFromActiveCatalogVersion(String id) Returns the active page with the given id from the active catalogVersion.CMSAdminPageService.getPageForIdFromActiveCatalogVersionByPageStatuses(String id, List<CmsPageStatus> pageStatuses) Returns the page with the given id and page status list from the active catalogVersion.CMSAdminPageService.getPageTemplateForIdFromActiveCatalogVersion(String id) Gets the page template with the give id.CMSAdminSiteService.getSiteForId(String id) Returns a site with the given IDvoidCMSAdminSiteService.setActiveSiteForId(String id) Sets a site as active (the site the current user is working on) -
Uses of UnknownIdentifierException in de.hybris.platform.cms2.servicelayer.services.admin.impl
Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl that throw UnknownIdentifierExceptionModifier and TypeMethodDescriptionDefaultCMSAdminComponentService.getCMSComponentContainerForId(String id) Gets the cms component container for id.DefaultCMSAdminComponentService.getCMSComponentForId(String id) Gets the cms component for id.DefaultCMSAdminComponentService.getCMSComponentForIdAndCatalogVersions(String id, Collection<CatalogVersionModel> catalogVersions) Gets the cms component matching the id by searching in the given catalog versions.DefaultCMSAdminContentSlotService.getContentSlotForId(String contentSlotId) Gets the content slot for specific content slot id.DefaultCMSAdminContentSlotService.getContentSlotForIdAndCatalogVersions(String contentSlotId, Collection<CatalogVersionModel> catalogVersions) Gets the content slot for slot id and collection of catalog versions.DefaultCMSAdminContentSlotService.getContentSlots(List<String> requestedContentSlotIds) DefaultCMSAdminSiteService.getSiteForId(String id) voidDefaultCMSAdminSiteService.setActiveSiteForId(String id) -
Uses of UnknownIdentifierException in de.hybris.platform.cms2.servicelayer.services.impl
Methods in de.hybris.platform.cms2.servicelayer.services.impl that throw UnknownIdentifierException -
Uses of UnknownIdentifierException in de.hybris.platform.cmsfacades.uniqueidentifier
Methods in de.hybris.platform.cmsfacades.uniqueidentifier that throw UnknownIdentifierExceptionModifier and TypeMethodDescription<T> Optional<T>UniqueItemIdentifierService.getItemModel(String key, Class<T> classType) Method to get the model item by the given keyUniqueItemIdentifierService. -
Uses of UnknownIdentifierException in de.hybris.platform.cmsfacades.uniqueidentifier.functions
Methods in de.hybris.platform.cmsfacades.uniqueidentifier.functions that throw UnknownIdentifierExceptionModifier and TypeMethodDescription -
Uses of UnknownIdentifierException in de.hybris.platform.cmsfacades.uniqueidentifier.impl
Methods in de.hybris.platform.cmsfacades.uniqueidentifier.impl that throw UnknownIdentifierExceptionModifier and TypeMethodDescription<T> Optional<T>DefaultUniqueItemIdentifierService.getItemModel(String key, Class<T> clazz) -
Uses of UnknownIdentifierException in de.hybris.platform.cmswebservices.workflows.controller
Methods in de.hybris.platform.cmswebservices.workflows.controller that throw UnknownIdentifierExceptionModifier and TypeMethodDescriptionCMSWorkflowController.editWorkflow(String workflowCode, CMSWorkflowWsDTO dto) CMSWorkflowOperationsController.perform(String workflowId, CMSWorkflowOperationWsDTO dto) -
Uses of UnknownIdentifierException in de.hybris.platform.commercefacades.customer
Methods in de.hybris.platform.commercefacades.customer that throw UnknownIdentifierExceptionModifier and TypeMethodDescriptionvoidCustomerFacade.register(RegisterData registerData) Register a user with given parameters -
Uses of UnknownIdentifierException in de.hybris.platform.commercefacades.customergroups
Methods in de.hybris.platform.commercefacades.customergroups that throw UnknownIdentifierExceptionModifier and TypeMethodDescriptionvoidCustomerGroupFacadeIntegrationTest.testGetCustomerGroupForCurrentUser()voidCustomerGroupFacadeIntegrationTest.testGetCustomerGroupForUser() -
Uses of UnknownIdentifierException in de.hybris.platform.commercefacades.product
Methods in de.hybris.platform.commercefacades.product that throw UnknownIdentifierExceptionModifier and TypeMethodDescriptionProductFacade.getReviews(String productCode) Gets the reviews for specified product.ProductFacade.postReview(String productCode, ReviewData reviewData) Post review for specified product code. -
Uses of UnknownIdentifierException in de.hybris.platform.commerceservices.setup
Methods in de.hybris.platform.commerceservices.setup that throw UnknownIdentifierExceptionModifier and TypeMethodDescriptionAbstractSystemSetup.getCatalogSyncJob(String catalogId) Searches for synchronization jobs of given catalog id -
Uses of UnknownIdentifierException in de.hybris.platform.commercewebservices.core.stock
Methods in de.hybris.platform.commercewebservices.core.stock that throw UnknownIdentifierExceptionModifier and TypeMethodDescriptionCommerceStockFacade.getStockDataForProductAndBaseSite(String productCode, String baseSiteId) Returns stock data for combination of given product and base siteCommerceStockFacade.getStockDataForProductAndPointOfService(String productCode, String storeName) Returns stock data for given product and point of service (that also indicates warehouse)booleanCommerceStockFacade.isStockSystemEnabled(String baseSiteId) Indicates if stock system is enabled for given base store -
Uses of UnknownIdentifierException in de.hybris.platform.commercewebservices.core.stock.impl
Methods in de.hybris.platform.commercewebservices.core.stock.impl that throw UnknownIdentifierExceptionModifier and TypeMethodDescriptionDefaultCommerceStockFacade.getStockDataForProductAndBaseSite(String productCode, String baseSiteId) DefaultCommerceStockFacade.getStockDataForProductAndPointOfService(String productCode, String storeName) booleanDefaultCommerceStockFacade.isStockSystemEnabled(String baseSiteId) -
Uses of UnknownIdentifierException in de.hybris.platform.mediaconversion.web.facades
Methods in de.hybris.platform.mediaconversion.web.facades that throw UnknownIdentifierExceptionModifier and TypeMethodDescriptionOnDemandConversionFacade.retrieveURL(MediaContainerModel container, String format) -
Uses of UnknownIdentifierException in de.hybris.platform.personalizationfacades
Methods in de.hybris.platform.personalizationfacades that return UnknownIdentifierExceptionModifier and TypeMethodDescriptionprotected UnknownIdentifierExceptionAbstractBaseFacade.createUnknownIdentifierException(String name, String code) -
Uses of UnknownIdentifierException in de.hybris.platform.servicelayer.media
Methods in de.hybris.platform.servicelayer.media that throw UnknownIdentifierExceptionModifier and TypeMethodDescriptionGets the folder identified unique by given qualifier.Gets the format identified unique by given qualifier.MediaService.getMedia(CatalogVersionModel catalogVersion, String code) Gets the media identified unique by given code and catalog version.Gets the media identified unique by given code.MediaContainerService.getMediaContainerForQualifier(String qualifier) Gets the media container for qualifier.MediaContainerService.getMediaContextForQualifier(String qualifier) Gets the media context for the specified qualifier. -
Uses of UnknownIdentifierException in de.hybris.platform.store.services
Methods in de.hybris.platform.store.services that throw UnknownIdentifierExceptionModifier and TypeMethodDescriptionBaseStoreService.getBaseStoreForUid(String uid) Gets the base store for uid. -
Uses of UnknownIdentifierException in de.hybris.platform.store.services.impl
Methods in de.hybris.platform.store.services.impl that throw UnknownIdentifierExceptionModifier and TypeMethodDescriptionDefaultBaseStoreService.getBaseStoreForUid(String uid) Gets the base store for uid. -
Uses of UnknownIdentifierException in de.hybris.platform.storelocator.pos
Methods in de.hybris.platform.storelocator.pos that throw UnknownIdentifierExceptionModifier and TypeMethodDescriptionPointOfServiceService.getPointOfServiceForName(String name) Returns point of service by its name. -
Uses of UnknownIdentifierException in de.hybris.platform.storelocator.pos.impl
Methods in de.hybris.platform.storelocator.pos.impl that throw UnknownIdentifierExceptionModifier and TypeMethodDescriptionDefaultPointOfServiceService.getPointOfServiceForName(String name) -
Uses of UnknownIdentifierException in de.hybris.platform.yacceleratorstorefront.controllers.misc
Methods in de.hybris.platform.yacceleratorstorefront.controllers.misc with parameters of type UnknownIdentifierExceptionModifier and TypeMethodDescriptionStoreSessionController.handleUnknownIdentifierException(UnknownIdentifierException exception, javax.servlet.http.HttpServletRequest request) -
Uses of UnknownIdentifierException in de.hybris.platform.yacceleratorstorefront.controllers.pages
Methods in de.hybris.platform.yacceleratorstorefront.controllers.pages with parameters of type UnknownIdentifierExceptionModifier and TypeMethodDescriptionProductPageController.handleUnknownIdentifierException(UnknownIdentifierException exception, javax.servlet.http.HttpServletRequest request) -
Uses of UnknownIdentifierException in de.hybris.platform.ycommercewebservices.stock
Methods in de.hybris.platform.ycommercewebservices.stock that throw UnknownIdentifierExceptionModifier and TypeMethodDescriptionCommerceStockFacade.getStockDataForProductAndBaseSite(String productCode, String baseSiteId) Returns stock data for combination of given product and base siteCommerceStockFacade.getStockDataForProductAndPointOfService(String productCode, String storeName) Returns stock data for given product and point of service (that also indicates warehouse)booleanCommerceStockFacade.isStockSystemEnabled(String baseSiteId) Indicates if stock system is enabled for given base store -
Uses of UnknownIdentifierException in de.hybris.platform.ycommercewebservices.stock.impl
Methods in de.hybris.platform.ycommercewebservices.stock.impl that throw UnknownIdentifierExceptionModifier and TypeMethodDescriptionDefaultCommerceStockFacade.getStockDataForProductAndBaseSite(String productCode, String baseSiteId) DefaultCommerceStockFacade.getStockDataForProductAndPointOfService(String productCode, String storeName) booleanDefaultCommerceStockFacade.isStockSystemEnabled(String baseSiteId)