Uses of Class
de.hybris.platform.servicelayer.exceptions.UnknownIdentifierException
-
-
Uses of UnknownIdentifierException in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages
Methods in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages with parameters of type UnknownIdentifierException Modifier and Type Method Description java.lang.StringAbstractCategoryPageController. 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 UnknownIdentifierException Modifier and Type Method Description java.lang.StringAbstractCheckoutStepController. handleUnknownIdentifierException(UnknownIdentifierException exception, javax.servlet.http.HttpServletRequest request)Methods in de.hybris.platform.acceleratorstorefrontcommons.controllers.pages.checkout.steps that throw UnknownIdentifierException Modifier and Type Method Description protected CheckoutGroupAbstractCheckoutStepController. getCheckoutGroup() -
Uses of UnknownIdentifierException in de.hybris.platform.assistedserviceservices.exception
Constructors in de.hybris.platform.assistedserviceservices.exception with parameters of type UnknownIdentifierException Constructor Description AssistedServiceWrongCartIdException(java.lang.String message, UnknownIdentifierException e)AssistedServiceWrongCustomerIdException(java.lang.String message, UnknownIdentifierException e) -
Uses of UnknownIdentifierException in de.hybris.platform.classification
Methods in de.hybris.platform.classification that throw UnknownIdentifierException Modifier and Type Method Description ProductFilterResultClassificationService. 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 UnknownIdentifierException Modifier and Type Method Description ProductFilterResultDefaultClassificationService. getProductsByFilter(ProductFilter filter) -
Uses of UnknownIdentifierException in de.hybris.platform.cms2.servicelayer.daos
Methods in de.hybris.platform.cms2.servicelayer.daos that throw UnknownIdentifierException Modifier and Type Method Description ContentCatalogModelCMSContentCatalogDao. findContentCatalogById(java.lang.String id)Find a single content catalog having the given id.MediaFormatModelCMSMediaFormatDao. getMediaFormatByQualifier(java.lang.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 UnknownIdentifierException Modifier and Type Method Description MediaFormatModelDefaultCMSMediaFormatDao. getMediaFormatByQualifier(java.lang.String qualifier) -
Uses of UnknownIdentifierException in de.hybris.platform.cms2.servicelayer.services
Methods in de.hybris.platform.cms2.servicelayer.services that throw UnknownIdentifierException Modifier and Type Method Description ContentSlotModelCMSContentSlotService. getContentSlotForId(java.lang.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 UnknownIdentifierException Modifier and Type Method Description AbstractCMSComponentContainerModelCMSAdminComponentService. getCMSComponentContainerForId(java.lang.String id)Gets the cms component container for id.AbstractCMSComponentModelCMSAdminComponentService. getCMSComponentForId(java.lang.String id)Gets the cms component for id.AbstractCMSComponentModelCMSAdminComponentService. getCMSComponentForIdAndCatalogVersions(java.lang.String id, java.util.Collection<CatalogVersionModel> catalogVersions)Gets the cms component matching the id by searching in the given catalog versions.ContentSlotModelCMSAdminContentSlotService. getContentSlotForId(java.lang.String contentSlotId)Gets the content slot for specific content slot id.ContentSlotModelCMSAdminContentSlotService. getContentSlotForIdAndCatalogVersions(java.lang.String contentSlotId, java.util.Collection<CatalogVersionModel> catalogVersions)Gets the content slot for slot id and collection of catalog versions.default java.util.List<ContentSlotModel>CMSAdminContentSlotService. getContentSlots(java.util.List<java.lang.String> contentSlotIds)Gets the content slots that correspond to the given list of content slot ids.AbstractPageModelCMSAdminPageService. getPageForIdFromActiveCatalogVersion(java.lang.String id)Returns the active page with the given id from the active catalogVersion.AbstractPageModelCMSAdminPageService. getPageForIdFromActiveCatalogVersionByPageStatuses(java.lang.String id, java.util.List<CmsPageStatus> pageStatuses)Returns the page with the given id and page status list from the active catalogVersion.PageTemplateModelCMSAdminPageService. getPageTemplateForIdFromActiveCatalogVersion(java.lang.String id)Gets the page template with the give id.CMSSiteModelCMSAdminSiteService. getSiteForId(java.lang.String id)Returns a site with the given IDvoidCMSAdminSiteService. setActiveSiteForId(java.lang.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 UnknownIdentifierException Modifier and Type Method Description AbstractCMSComponentContainerModelDefaultCMSAdminComponentService. getCMSComponentContainerForId(java.lang.String id)Gets the cms component container for id.AbstractCMSComponentModelDefaultCMSAdminComponentService. getCMSComponentForId(java.lang.String id)Gets the cms component for id.AbstractCMSComponentModelDefaultCMSAdminComponentService. getCMSComponentForIdAndCatalogVersions(java.lang.String id, java.util.Collection<CatalogVersionModel> catalogVersions)Gets the cms component matching the id by searching in the given catalog versions.ContentSlotModelDefaultCMSAdminContentSlotService. getContentSlotForId(java.lang.String contentSlotId)Gets the content slot for specific content slot id.ContentSlotModelDefaultCMSAdminContentSlotService. getContentSlotForIdAndCatalogVersions(java.lang.String contentSlotId, java.util.Collection<CatalogVersionModel> catalogVersions)Gets the content slot for slot id and collection of catalog versions.java.util.List<ContentSlotModel>DefaultCMSAdminContentSlotService. getContentSlots(java.util.List<java.lang.String> requestedContentSlotIds)CMSSiteModelDefaultCMSAdminSiteService. getSiteForId(java.lang.String id)voidDefaultCMSAdminSiteService. setActiveSiteForId(java.lang.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 Modifier and Type Method Description ContentSlotModelDefaultCMSContentSlotService. getContentSlotForId(java.lang.String id) -
Uses of UnknownIdentifierException in de.hybris.platform.cmsfacades.uniqueidentifier
Methods in de.hybris.platform.cmsfacades.uniqueidentifier that throw UnknownIdentifierException Modifier and Type Method Description <T> java.util.Optional<T>UniqueItemIdentifierService. getItemModel(java.lang.String key, java.lang.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 UnknownIdentifierException Modifier and Type Method Description CMSNavigationEntryModelDefaultCMSNavigationEntryModelUniqueIdentifierConverter. convert(ItemData itemData) -
Uses of UnknownIdentifierException in de.hybris.platform.cmsfacades.uniqueidentifier.impl
Methods in de.hybris.platform.cmsfacades.uniqueidentifier.impl that throw UnknownIdentifierException Modifier and Type Method Description <T> java.util.Optional<T>DefaultUniqueItemIdentifierService. getItemModel(java.lang.String key, java.lang.Class<T> clazz) -
Uses of UnknownIdentifierException in de.hybris.platform.cmswebservices.workflows.controller
Methods in de.hybris.platform.cmswebservices.workflows.controller that throw UnknownIdentifierException Modifier and Type Method Description CMSWorkflowWsDTOCMSWorkflowController. editWorkflow(java.lang.String workflowCode, CMSWorkflowWsDTO dto)CMSWorkflowWsDTOCMSWorkflowOperationsController. perform(java.lang.String workflowId, CMSWorkflowOperationWsDTO dto) -
Uses of UnknownIdentifierException in de.hybris.platform.commercefacades.customer
Methods in de.hybris.platform.commercefacades.customer that throw UnknownIdentifierException Modifier and Type Method Description voidCustomerFacade. 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 UnknownIdentifierException Modifier and Type Method Description voidCustomerGroupFacadeIntegrationTest. testGetCustomerGroupForCurrentUser()voidCustomerGroupFacadeIntegrationTest. testGetCustomerGroupForUser() -
Uses of UnknownIdentifierException in de.hybris.platform.commercefacades.product
Methods in de.hybris.platform.commercefacades.product that throw UnknownIdentifierException Modifier and Type Method Description java.util.List<ReviewData>ProductFacade. getReviews(java.lang.String productCode)Gets the reviews for specified product.ReviewDataProductFacade. postReview(java.lang.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 UnknownIdentifierException Modifier and Type Method Description java.util.List<SyncItemJobModel>AbstractSystemSetup. getCatalogSyncJob(java.lang.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 UnknownIdentifierException Modifier and Type Method Description StockDataCommerceStockFacade. getStockDataForProductAndBaseSite(java.lang.String productCode, java.lang.String baseSiteId)Returns stock data for combination of given product and base siteStockDataCommerceStockFacade. getStockDataForProductAndPointOfService(java.lang.String productCode, java.lang.String storeName)Returns stock data for given product and point of service (that also indicates warehouse)booleanCommerceStockFacade. isStockSystemEnabled(java.lang.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 UnknownIdentifierException Modifier and Type Method Description StockDataDefaultCommerceStockFacade. getStockDataForProductAndBaseSite(java.lang.String productCode, java.lang.String baseSiteId)StockDataDefaultCommerceStockFacade. getStockDataForProductAndPointOfService(java.lang.String productCode, java.lang.String storeName)booleanDefaultCommerceStockFacade. isStockSystemEnabled(java.lang.String baseSiteId) -
Uses of UnknownIdentifierException in de.hybris.platform.mediaconversion.web.facades
Methods in de.hybris.platform.mediaconversion.web.facades that throw UnknownIdentifierException Modifier and Type Method Description java.lang.StringOnDemandConversionFacade. convert(PK container, java.lang.String format)java.lang.StringOnDemandConversionFacade. retrieveURL(MediaContainerModel container, java.lang.String format) -
Uses of UnknownIdentifierException in de.hybris.platform.personalizationfacades
Methods in de.hybris.platform.personalizationfacades that return UnknownIdentifierException Modifier and Type Method Description protected UnknownIdentifierExceptionAbstractBaseFacade. createUnknownIdentifierException(java.lang.String name, java.lang.String code) -
Uses of UnknownIdentifierException in de.hybris.platform.servicelayer.media
Methods in de.hybris.platform.servicelayer.media that throw UnknownIdentifierException Modifier and Type Method Description MediaFolderModelMediaService. getFolder(java.lang.String qualifier)Gets the folder identified unique by given qualifier.MediaFormatModelMediaService. getFormat(java.lang.String qualifier)Gets the format identified unique by given qualifier.MediaModelMediaService. getMedia(CatalogVersionModel catalogVersion, java.lang.String code)Gets the media identified unique by given code and catalog version.MediaModelMediaService. getMedia(java.lang.String code)Gets the media identified unique by given code.MediaContainerModelMediaContainerService. getMediaContainerForQualifier(java.lang.String qualifier)Gets the media container for qualifier.MediaContextModelMediaContainerService. getMediaContextForQualifier(java.lang.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 UnknownIdentifierException Modifier and Type Method Description BaseStoreModelBaseStoreService. getBaseStoreForUid(java.lang.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 UnknownIdentifierException Modifier and Type Method Description BaseStoreModelDefaultBaseStoreService. getBaseStoreForUid(java.lang.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 UnknownIdentifierException Modifier and Type Method Description PointOfServiceModelPointOfServiceService. getPointOfServiceForName(java.lang.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 UnknownIdentifierException Modifier and Type Method Description PointOfServiceModelDefaultPointOfServiceService. getPointOfServiceForName(java.lang.String name) -
Uses of UnknownIdentifierException in de.hybris.platform.yacceleratorstorefront.controllers.misc
Methods in de.hybris.platform.yacceleratorstorefront.controllers.misc with parameters of type UnknownIdentifierException Modifier and Type Method Description java.lang.StringStoreSessionController. 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 UnknownIdentifierException Modifier and Type Method Description java.lang.StringProductPageController. 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 UnknownIdentifierException Modifier and Type Method Description StockDataCommerceStockFacade. getStockDataForProductAndBaseSite(java.lang.String productCode, java.lang.String baseSiteId)Returns stock data for combination of given product and base siteStockDataCommerceStockFacade. getStockDataForProductAndPointOfService(java.lang.String productCode, java.lang.String storeName)Returns stock data for given product and point of service (that also indicates warehouse)booleanCommerceStockFacade. isStockSystemEnabled(java.lang.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 UnknownIdentifierException Modifier and Type Method Description StockDataDefaultCommerceStockFacade. getStockDataForProductAndBaseSite(java.lang.String productCode, java.lang.String baseSiteId)StockDataDefaultCommerceStockFacade. getStockDataForProductAndPointOfService(java.lang.String productCode, java.lang.String storeName)booleanDefaultCommerceStockFacade. isStockSystemEnabled(java.lang.String baseSiteId)
-