Uses of Class
de.hybris.platform.jalo.JaloItemNotFoundException
Packages that use JaloItemNotFoundException
Package
Description
-
Uses of JaloItemNotFoundException in de.hybris.platform.catalog
Methods in de.hybris.platform.catalog that throw JaloItemNotFoundException -
Uses of JaloItemNotFoundException in de.hybris.platform.catalog.jalo
Methods in de.hybris.platform.catalog.jalo that throw JaloItemNotFoundExceptionModifier and TypeMethodDescriptionCatalogManager.getClassificationAttribute(String code, ClassificationSystemVersion version) Deprecated.CatalogVersion.getDuplicateCatalogItemIDs(SessionContext ctx, String itemTypeCode, String versionAttr, String idAttribute) Located duplicate catalog item ids. -
Uses of JaloItemNotFoundException in de.hybris.platform.catalog.jalo.classification
Methods in de.hybris.platform.catalog.jalo.classification that throw JaloItemNotFoundExceptionModifier and TypeMethodDescriptionClassificationClass.assignAttribute(ClassificationAttribute attribute, String typeCode, ClassificationAttributeUnit unit, Collection values, int position) ClassificationClass.getAttributeAssignment(ClassificationAttribute attr) Provides access to the assignment of a given attribute to this class.ClassificationSystemVersion.getAttributeUnit(String code) Deprecated.since ages - use classificationSystemService.getAttributeUnitForCode(systemVersion, code)ClassificationSystemVersion.getAttributeUnitBySymbol(String unitSymbol) ClassificationSystemVersion.getClassificationAttribute(String code) Deprecated.since ages - use classificationSystemService.getAttributeForCode(systemVersion, code)ClassificationSystemVersion.getClassificationAttributeValue(String code) Deprecated.since ages - use classificationSystemService.getAttributeValueForCode(systemVersion, code)ClassificationSystemVersion.getClassificationClass(String code) Deprecated.since ages - use classificationSystemService.getClassForCode(systemVersion, code) -
Uses of JaloItemNotFoundException in de.hybris.platform.classification
Methods in de.hybris.platform.classification that throw JaloItemNotFoundExceptionModifier and TypeMethodDescriptionvoidClassificationClassesResolverIntegrationTest.testClassificationPropagation() -
Uses of JaloItemNotFoundException in de.hybris.platform.commons.jalo
Methods in de.hybris.platform.commons.jalo that throw JaloItemNotFoundExceptionModifier and TypeMethodDescriptionstatic StringCommonsManager.getJarFileAsString(String filename, String encoding) Returns a file from this extension's JAR file as String (incl. -
Uses of JaloItemNotFoundException in de.hybris.platform.core
Methods in de.hybris.platform.core that throw JaloItemNotFoundExceptionModifier and TypeMethodDescriptionstatic final ItemWrapperFactory.getCachedItem(Cache cache, PK pk) static final Collection<Item>WrapperFactory.getCachedItems(Cache cache, Collection<PK> pks, Set<PK> prefetchLanguagePKs, boolean ignoreMissing) static final Collection<Item>WrapperFactory.getCachedItems(Cache cache, Collection<PK> pks, Set<PK> prefetchLanguagePKs, boolean ignoreMissing, boolean returnMissingAsNull) -
Uses of JaloItemNotFoundException in de.hybris.platform.cronjob.jalo
Methods in de.hybris.platform.cronjob.jalo that throw JaloItemNotFoundExceptionModifier and TypeMethodDescriptionCompositeEntry.execute()CompositeEntry.execute(SessionContext ctx) -
Uses of JaloItemNotFoundException in de.hybris.platform.europe1.persistence
Methods in de.hybris.platform.europe1.persistence that throw JaloItemNotFoundException -
Uses of JaloItemNotFoundException in de.hybris.platform.impex.jalo
Methods in de.hybris.platform.impex.jalo that throw JaloItemNotFoundExceptionModifier and TypeMethodDescriptionvoidImpExMultiThreadedTest.setUp()voidImpExImportTest.testReferencesWithNullValues()voidImpExImporterTest.testUnresolvedImport2() -
Uses of JaloItemNotFoundException in de.hybris.platform.jalo
Methods in de.hybris.platform.jalo that throw JaloItemNotFoundExceptionModifier and TypeMethodDescription<T extends Item>
Treturns the item with the given PK.<T extends Item>
TDeprecated.since ages - please useJaloSession.getItem(PK)withPK.parse(String)Collection<? extends Item>JaloSession.getItems(SessionContext ctx, Collection<PK> pks) Returns a collection of items for a given collection of PKs.Collection<? extends Item>JaloSession.getItems(SessionContext ctx, Collection<PK> pks, boolean ignoreMissingItems) Returns a collection of items for a given collection of PKs.Collection<? extends Item>JaloSession.getItems(SessionContext ctx, Collection<PK> pks, boolean ignoreMissingItems, boolean returnMissingAsNull) Returns a collection of items for a given collection of PKs.Collection<? extends Item>JaloSession.getItems(Collection<PK> pks) Returns a collection of items for a given collection of PKs.static <T extends Item>
TJaloSession.lookupItem(PK pk) Same asJaloSession.getItem(PK)but without actually requiring a session instance.static <T extends Item>
TJaloSession.lookupItem(Tenant tenant, PK pk) Same asJaloSession.lookupItem(PK)with the ability to pass the (required) tenant manually.static Collection<? extends Item>JaloSession.lookupItems(Tenant tenant, SessionContext ctx, Collection<PK> pks, boolean ignoreMissingItems, boolean returnMissingAsNull) static Collection<? extends Item>JaloSession.lookupItems(SessionContext ctx, Collection<PK> pks) Same asJaloSession.getItems(SessionContext, Collection)but without requiring a jalo session instance.static Collection<? extends Item>JaloSession.lookupItems(SessionContext ctx, Collection<PK> pks, boolean ignoreMissingItems) Same asJaloSession.getItems(SessionContext, Collection, boolean)but without requiring a jalo session instance.static Collection<? extends Item>JaloSession.lookupItems(SessionContext ctx, Collection<PK> pks, boolean ignoreMissingItems, boolean returnMissingAsNull) Same asJaloSession.getItems(SessionContext, Collection, boolean, boolean)but without requiring a jalo session instance. -
Uses of JaloItemNotFoundException in de.hybris.platform.jalo.c2l
Methods in de.hybris.platform.jalo.c2l that throw JaloItemNotFoundExceptionModifier and TypeMethodDescriptionC2LManager.getCountryByIsoCode(String iso) Deprecated.since ages - useCommonI18NService.getCountry(String)instead.C2LManager.getCurrencyByIsoCode(String iso) Deprecated.since ages - useCommonI18NService.getCurrency(String)instead.C2LManager.getLanguageByIsoCode(String iso) Deprecated.since ages - useCommonI18NService.getLanguage(String)instead.C2LManager.getRegionByCode(Country country, String code) Deprecated.since ages - useCommonI18NService.getRegion(de.hybris.platform.core.model.c2l.CountryModel, String)instead.C2LManager.getRegionByCode(String code) Deprecated.since ages - You should consider not using region data without its country context , in that case useCommonI18NService.getRegion(de.hybris.platform.core.model.c2l.CountryModel, String)instead.Country.getRegionByCode(String code) Deprecated.since ages - useCommonI18NService.getRegion(de.hybris.platform.core.model.c2l.CountryModel, String)instead -
Uses of JaloItemNotFoundException in de.hybris.platform.jalo.enumeration
Methods in de.hybris.platform.jalo.enumeration that throw JaloItemNotFoundExceptionModifier and TypeMethodDescriptionEnumerationManager.getEnumerationType(String code) Deprecated.since ages - please use {see de.hybris.platform.servicelayer.type.TypeService#getEnumerationType(String)} insteadEnumerationManager.getEnumerationValue(EnumerationType enumerationType, String valueCode) Deprecated.since ages - please use {see de.hybris.platform.enumeration.EnumerationService#getEnumerationValue(String, String)} insteadEnumerationManager.getEnumerationValue(String enumerationTypeCode, String valueCode) Deprecated.since ages - please use {see de.hybris.platform.enumeration.EnumerationService#getEnumerationValue(String, String)} instead -
Uses of JaloItemNotFoundException in de.hybris.platform.jalo.order
Methods in de.hybris.platform.jalo.order that throw JaloItemNotFoundExceptionModifier and TypeMethodDescriptionOrderManager.getDeliveryModeByCode(String code) Deprecated.since ages - Use DeliveryModeService.getDeliveryModeForCode(String) instead.AbstractOrder.getEntry(int index) Deprecated.since ages - Use OrderService.getEntryForNumber(de.hybris.platform.core.model.order.AbstractOrderModel, int) instead.OrderManager.getPaymentInfoByCode(String code) Deprecated.since payment info object are not intended to have unique codes this method makes no sense at all; further payment infos should only be accessed via their users; useOrderManager.getPaymentInfosByCode(String)insteadOrderManager.getPaymentModeByCode(String code) Deprecated.since ages - Use PaymentModeService.getPaymentModeByCode(String) instead. -
Uses of JaloItemNotFoundException in de.hybris.platform.jalo.product
Methods in de.hybris.platform.jalo.product that throw JaloItemNotFoundExceptionModifier and TypeMethodDescriptionProductManager.getProductByPK(PK pk) Deprecated.since ages - as of release 4.3, please useModelService.get(PK)Deprecated.since ages - as of release 4.3, please useModelService.get(PK)) instead -
Uses of JaloItemNotFoundException in de.hybris.platform.jalo.type
Methods in de.hybris.platform.jalo.type that throw JaloItemNotFoundExceptionModifier and TypeMethodDescriptionComposedType.getAttributeDescriptor(String qualifier) Returns a specific attribute descriptor regardless of whether it has been declared by this type or not.ComposedType.getAttributeDescriptorIncludingPrivate(String qualifier) Returns a declared or inherited attribute descriptor of this type even if is marked as private.TypeManager.getComposedType(Class jaloClass) Deprecated.since ages - use TypeService instead.TypeManager.getComposedType(String code) Deprecated.since ages - use TypeService insteadComposedType.getDeclaredAttributeDescriptor(String qualifier) Returns a specific declared attribute descriptor.ComposedType.getDefaultValues(SessionContext ctx, Set fdCodes) Returns the default values for a specified set of attributes.The map contains mapping from attribute qualifiers to their default values unless the attribute do not own a default value or is not writable.ComposedType.getDefaultValues(Set fdCodes) Returns the default values for a specified set of attributes.ComposedType.getEveryAttributeDescriptor(String qualifier) Deprecated.since ages - useComposedType.getAttributeDescriptorIncludingPrivate(String)insteadTypeManager.getRootAtomicType(Class javaClass) Deprecated.TypeManager.getRootComposedType(int typeCode) Deprecated.The type matching an item ejb typecode.TypeManager.getRootComposedType(Class jaloClass) Deprecated.Finds the top most composed type starting with the one matching the given jalo class ( seeTypeManager.getComposedType(Class)for match by jalo class ).TypeManager.getRootComposedTypeForJaloClass(Class jaloClass) Deprecated.Deprecated.since ages - use TypeService.getTypeForCode() instead.booleanComposedType.hasAttribute(String qualifier) Returns true of the attribute with the given qualifier exist in this composed typestatic <E extends Item>
EComposedType.newInstance(SessionContext ctx, Class jaloClass, Object... params) Convenience method for creating typed instances of a given composed type.static <E extends Item>
EComposedType.newInstance(SessionContext ctx, Class jaloClass, Map attributeValues) Convenience method for creating typed instances of a given composed type.static <E extends Item>
EComposedType.newInstance(SessionContext ctx, String typeCode, Object... params) Convenience method for creating typed instances of a given composed type.This method does not take a parameter map but allows to pass parameters as value list.static <E extends Item>
EComposedType.newInstance(SessionContext ctx, String typeCode, Map attributeValues) Convenience method for creating typed instances of a given composed type.voidSearchRestrictionTest.testCreationViaType()voidSearchRestrictionTest.testOverloading() -
Uses of JaloItemNotFoundException in de.hybris.platform.jalo.user
Methods in de.hybris.platform.jalo.user that throw JaloItemNotFoundExceptionModifier and TypeMethodDescriptionUserManager.getCustomerByLogin(String login) Find a customer by its login name.UserManager.getEmployeeByLogin(String login) Finds an employee by its login name.UserManager.getTitleByCode(String code) Returns theTitlewith the specified code.UserManager.getUserByLogin(String login) Finds a user by its login name.UserManager.getUserGroupByGroupID(String groupID) Finds a user group by its login name. -
Uses of JaloItemNotFoundException in de.hybris.platform.persistence.type
Methods in de.hybris.platform.persistence.type that throw JaloItemNotFoundExceptionModifier and TypeMethodDescriptionComposedTypeEJBImpl.getAttributeDescriptor(String qualifier) ComposedTypeEJBImpl.getDeclaredAttributeDescriptor(String qualifier) ComposedTypeEJBImpl.getEveryAttributeDescriptor(String qualifier) ComposedTypeEJBImpl.redeclareAttributeDescriptor(String qualifier, Type type, int modifiers) -
Uses of JaloItemNotFoundException in de.hybris.platform.product.daos
Methods in de.hybris.platform.product.daos that throw JaloItemNotFoundException -
Uses of JaloItemNotFoundException in de.hybris.platform.servicelayer.internal.jalo.order
Methods in de.hybris.platform.servicelayer.internal.jalo.order that throw JaloItemNotFoundExceptionModifier and TypeMethodDescriptionInMemoryCart.getEntry(int index) Overwritten to provide in-memory list of entries. -
Uses of JaloItemNotFoundException in de.hybris.platform.servicelayer.model
Methods in de.hybris.platform.servicelayer.model that throw JaloItemNotFoundException -
Uses of JaloItemNotFoundException in de.hybris.platform.test
Methods in de.hybris.platform.test that throw JaloItemNotFoundExceptionModifier and TypeMethodDescriptionprotected voidAttributeTest.exists(ComposedType type, String qualifier) voidAttributeTest.setUp()voidComposedTypeTest.setUp()voidEnumerationTypeTest.setUp()voidEnumerationValueTypeTest.setUp()voidProductTypeTest.setUp()voidUnitTypeTest.setUp()voidAtomicTypeTest.testAtomicTypeHierarchy()voidComposedTypeTest.testAtomicTypeType()voidOrderManagerTest.testCartTypeCopying()voidComposedTypeTest.testComposedType()voidAttributeTest.testCorruptDefaultValue()Tests bug PLA-4962voidEnumerationTest.testCreate()voidTypeManagerJaloTest.testCreateAtomicType()voidGenericItemTypeTest.testGenericItemType()voidTypeManagerJaloTest.testGetComposedType()voidUserManagerTest.testIfAdminCanBeDeleted()voidUserManagerTest.testIfAdminGroupCanBeDeleted()voidEnumerationTypeTest.testItemEnumerationType()voidFlexibleSearchTest.testJoin()voidOrderManagerTest.testOrderTypeCopying()voidFlexibleSearchTest.testPLA_8330()voidFlexibleSearchTest.testPLA7389()voidRegionTest.testRegionCodes()voidComposedTypeTest.testTypeType() -
Uses of JaloItemNotFoundException in de.hybris.platform.util
Methods in de.hybris.platform.util that throw JaloItemNotFoundExceptionModifier and TypeMethodDescriptionstatic StringUtilities.getAttributeFromLink(SessionContext ctx, String itemLink, String attributeName) static ItemUtilities.getItemFromLink(SessionContext ctx, String itemLink) Tryes to resolve the given item link and to retrieve the referenced item.
Example of an item link: <a href= 'item://type=MyProductType/code=myProductCode/name=myProductName/catalogVersion=(version=catalogVersionID/catalog= (id=catalogID))'>A referenzing text here</a>static StringUtilities.getLinkIdFromLink(SessionContext ctx, String itemLink) Tryes to resolve the given item link and to retrieve the link id.static StringUtilities.getReplacementTypeFromLink(SessionContext ctx, String itemLink) Tryes to resolve the given item link and to retrieve the replacementType
Item.getAttribute(String)instead