Uses of Class
de.hybris.platform.jalo.JaloItemNotFoundException
-
-
Uses of JaloItemNotFoundException in de.hybris.platform.catalog
Methods in de.hybris.platform.catalog that throw JaloItemNotFoundException Modifier and Type Method Description voidCatalogServiceTest. testGetPathForTestCatalog() -
Uses of JaloItemNotFoundException in de.hybris.platform.catalog.jalo
Methods in de.hybris.platform.catalog.jalo that throw JaloItemNotFoundException Modifier and Type Method Description ClassificationAttributeCatalogManager. getClassificationAttribute(java.lang.String code, ClassificationSystemVersion version)Deprecated.since ages - please useItem.getAttribute(String)insteadjava.util.SetCatalogVersion. getDuplicateCatalogItemIDs(SessionContext ctx, java.lang.String itemTypeCode, java.lang.String versionAttr, java.lang.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 JaloItemNotFoundException Modifier and Type Method Description ClassAttributeAssignmentClassificationClass. assignAttribute(ClassificationAttribute attribute, java.lang.String typeCode, ClassificationAttributeUnit unit, java.util.Collection values, int position)ClassAttributeAssignmentClassificationClass. getAttributeAssignment(ClassificationAttribute attr)Provides access to the assignment of a given attribute to this class.ClassificationAttributeUnitClassificationSystemVersion. getAttributeUnit(java.lang.String code)Deprecated.since ages - use classificationSystemService.getAttributeUnitForCode(systemVersion, code)ClassificationAttributeUnitClassificationSystemVersion. getAttributeUnitBySymbol(java.lang.String unitSymbol)ClassificationAttributeClassificationSystemVersion. getClassificationAttribute(java.lang.String code)Deprecated.since ages - use classificationSystemService.getAttributeForCode(systemVersion, code)ClassificationAttributeValueClassificationSystemVersion. getClassificationAttributeValue(java.lang.String code)Deprecated.since ages - use classificationSystemService.getAttributeValueForCode(systemVersion, code)ClassificationClassClassificationSystemVersion. getClassificationClass(java.lang.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 JaloItemNotFoundException Modifier and Type Method Description voidClassificationClassesResolverIntegrationTest. testClassificationPropagation() -
Uses of JaloItemNotFoundException in de.hybris.platform.commons.jalo
Methods in de.hybris.platform.commons.jalo that throw JaloItemNotFoundException Modifier and Type Method Description static java.lang.StringCommonsManager. getJarFileAsString(java.lang.String filename, java.lang.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 JaloItemNotFoundException Modifier and Type Method Description static ItemWrapperFactory. getCachedItem(Cache cache, PK pk)static java.util.Collection<Item>WrapperFactory. getCachedItems(Cache cache, java.util.Collection<PK> pks, java.util.Set<PK> prefetchLanguagePKs, boolean ignoreMissing)static java.util.Collection<Item>WrapperFactory. getCachedItems(Cache cache, java.util.Collection<PK> pks, java.util.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 JaloItemNotFoundException Modifier and Type Method Description CronJobCompositeEntry. execute()CronJobCompositeEntry. execute(SessionContext ctx) -
Uses of JaloItemNotFoundException in de.hybris.platform.europe1.persistence
Methods in de.hybris.platform.europe1.persistence that throw JaloItemNotFoundException Modifier and Type Method Description voidPriceRowTest. testCreationWithDateRange() -
Uses of JaloItemNotFoundException in de.hybris.platform.impex.jalo
Methods in de.hybris.platform.impex.jalo that throw JaloItemNotFoundException Modifier and Type Method Description voidImpExMultThreadedTest. setUp()voidImpExImportTest. testReferencesWithNullValues()voidImpExImporterTest. testUnresolvedImport2() -
Uses of JaloItemNotFoundException in de.hybris.platform.jalo
Methods in de.hybris.platform.jalo that throw JaloItemNotFoundException Modifier and Type Method Description <T extends Item>
TJaloSession. getItem(PK pk)returns the item with the given PK.<T extends Item>
TJaloSession. getItem(java.lang.String pk)Deprecated.since ages - please useJaloSession.getItem(PK)withPK.parse(String)java.util.Collection<? extends Item>JaloSession. getItems(SessionContext ctx, java.util.Collection<PK> pks)Returns a collection of items for a given collection of PKs.java.util.Collection<? extends Item>JaloSession. getItems(SessionContext ctx, java.util.Collection<PK> pks, boolean ignoreMissingItems)Returns a collection of items for a given collection of PKs.java.util.Collection<? extends Item>JaloSession. getItems(SessionContext ctx, java.util.Collection<PK> pks, boolean ignoreMissingItems, boolean returnMissingAsNull)Returns a collection of items for a given collection of PKs.java.util.Collection<? extends Item>JaloSession. getItems(java.util.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 java.util.Collection<? extends Item>JaloSession. lookupItems(Tenant tenant, SessionContext ctx, java.util.Collection<PK> pks, boolean ignoreMissingItems, boolean returnMissingAsNull)static java.util.Collection<? extends Item>JaloSession. lookupItems(SessionContext ctx, java.util.Collection<PK> pks)Same asJaloSession.getItems(SessionContext, Collection)but without requiring a jalo session instance.static java.util.Collection<? extends Item>JaloSession. lookupItems(SessionContext ctx, java.util.Collection<PK> pks, boolean ignoreMissingItems)Same asJaloSession.getItems(SessionContext, Collection, boolean)but without requiring a jalo session instance.static java.util.Collection<? extends Item>JaloSession. lookupItems(SessionContext ctx, java.util.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 JaloItemNotFoundException Modifier and Type Method Description CountryC2LManager. getCountryByIsoCode(java.lang.String iso)Deprecated.since ages - useCommonI18NService.getCountry(String)instead.CurrencyC2LManager. getCurrencyByIsoCode(java.lang.String iso)Deprecated.since ages - useCommonI18NService.getCurrency(String)instead.LanguageC2LManager. getLanguageByIsoCode(java.lang.String iso)Deprecated.since ages - useCommonI18NService.getLanguage(String)instead.RegionC2LManager. getRegionByCode(Country country, java.lang.String code)Deprecated.since ages - useCommonI18NService.getRegion(de.hybris.platform.core.model.c2l.CountryModel, String)instead.RegionC2LManager. getRegionByCode(java.lang.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.RegionCountry. getRegionByCode(java.lang.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 JaloItemNotFoundException Modifier and Type Method Description EnumerationTypeEnumerationManager. getEnumerationType(java.lang.String code)Deprecated.since ages - please use {see de.hybris.platform.servicelayer.type.TypeService#getEnumerationType(String)} insteadEnumerationValueEnumerationManager. getEnumerationValue(EnumerationType enumerationType, java.lang.String valueCode)Deprecated.since ages - please use {see de.hybris.platform.enumeration.EnumerationService#getEnumerationValue(String, String)} insteadEnumerationValueEnumerationManager. getEnumerationValue(java.lang.String enumerationTypeCode, java.lang.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 JaloItemNotFoundException Modifier and Type Method Description DeliveryModeOrderManager. getDeliveryModeByCode(java.lang.String code)Deprecated.since ages - Use DeliveryModeService.getDeliveryModeForCode(String) instead.AbstractOrderEntryAbstractOrder. getEntry(int index)Deprecated.since ages - Use OrderService.getEntryForNumber(de.hybris.platform.core.model.order.AbstractOrderModel, int) instead.PaymentInfoOrderManager. getPaymentInfoByCode(java.lang.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)insteadPaymentModeOrderManager. getPaymentModeByCode(java.lang.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 JaloItemNotFoundException Modifier and Type Method Description ProductProductManager. getProductByPK(PK pk)Deprecated.since ages - as of release 4.3, please useModelService.get(PK)UnitProductManager. getUnit(PK 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 JaloItemNotFoundException Modifier and Type Method Description AttributeDescriptorComposedType. getAttributeDescriptor(java.lang.String qualifier)Returns a specific attribute descriptor regardless of whether it has been declared by this type or not.AttributeDescriptorComposedType. getAttributeDescriptorIncludingPrivate(java.lang.String qualifier)Returns a declared or inherited attribute descriptor of this type even if is marked as private.ComposedTypeTypeManager. getComposedType(java.lang.Class jaloClass)Deprecated.since ages - use TypeService instead.ComposedTypeTypeManager. getComposedType(java.lang.String code)Deprecated.since ages - use TypeService insteadAttributeDescriptorComposedType. getDeclaredAttributeDescriptor(java.lang.String qualifier)Returns a specific declared attribute descriptor.java.util.MapComposedType. getDefaultValues(SessionContext ctx, java.util.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.java.util.MapComposedType. getDefaultValues(java.util.Set fdCodes)Returns the default values for a specified set of attributes.AttributeDescriptorComposedType. getEveryAttributeDescriptor(java.lang.String qualifier)Deprecated.since ages - useComposedType.getAttributeDescriptorIncludingPrivate(String)insteadAtomicTypeTypeManager. getRootAtomicType(java.lang.Class javaClass)Deprecated.ComposedTypeTypeManager. getRootComposedType(int typeCode)Deprecated.The type matching an item ejb typecode.ComposedTypeTypeManager. getRootComposedType(java.lang.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 ).ComposedTypeTypeManager. getRootComposedTypeForJaloClass(java.lang.Class jaloClass)Deprecated.TypeTypeManager. getType(java.lang.String code)Deprecated.since ages - use TypeService.getTypeForCode() instead.booleanComposedType. hasAttribute(java.lang.String qualifier)Returns true of the attribute with the given qualifier exist in this composed typestatic <E extends Item>
EComposedType. newInstance(SessionContext ctx, java.lang.Class jaloClass, java.lang.Object... params)Convenience method for creating typed instances of a given composed type.static <E extends Item>
EComposedType. newInstance(SessionContext ctx, java.lang.Class jaloClass, java.util.Map attributeValues)Convenience method for creating typed instances of a given composed type.static <E extends Item>
EComposedType. newInstance(SessionContext ctx, java.lang.String typeCode, java.lang.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, java.lang.String typeCode, java.util.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 JaloItemNotFoundException Modifier and Type Method Description CustomerUserManager. getCustomerByLogin(java.lang.String login)Find a customer by its login name.EmployeeUserManager. getEmployeeByLogin(java.lang.String login)Finds an employee by its login name.TitleUserManager. getTitleByCode(java.lang.String code)Returns theTitlewith the specified code.UserUserManager. getUserByLogin(java.lang.String login)Finds a user by its login name.UserGroupUserManager. getUserGroupByGroupID(java.lang.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 JaloItemNotFoundException Modifier and Type Method Description AttributeDescriptorComposedTypeEJBImpl. getAttributeDescriptor(java.lang.String qualifier)AttributeDescriptorComposedTypeEJBImpl. getDeclaredAttributeDescriptor(java.lang.String qualifier)AttributeDescriptorComposedTypeEJBImpl. getEveryAttributeDescriptor(java.lang.String qualifier)AttributeDescriptorComposedTypeEJBImpl. redeclareAttributeDescriptor(java.lang.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 Modifier and Type Method Description voidProductDaoTest. testVariants() -
Uses of JaloItemNotFoundException in de.hybris.platform.servicelayer.internal.jalo.order
Methods in de.hybris.platform.servicelayer.internal.jalo.order that throw JaloItemNotFoundException Modifier and Type Method Description AbstractOrderEntryInMemoryCart. 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 Modifier and Type Method Description voidItemModelTest. testUnsupportedMandatoryAttributesCheck() -
Uses of JaloItemNotFoundException in de.hybris.platform.test
Methods in de.hybris.platform.test that throw JaloItemNotFoundException Modifier and Type Method Description protected voidAttributeTest. exists(ComposedType type, java.lang.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 JaloItemNotFoundException Modifier and Type Method Description static java.lang.StringUtilities. getAttributeFromLink(SessionContext ctx, java.lang.String itemLink, java.lang.String attributeName)static ItemUtilities. getItemFromLink(SessionContext ctx, java.lang.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 java.lang.StringUtilities. getLinkIdFromLink(SessionContext ctx, java.lang.String itemLink)Tryes to resolve the given item link and to retrieve the link id.static java.lang.StringUtilities. getReplacementTypeFromLink(SessionContext ctx, java.lang.String itemLink)Tryes to resolve the given item link and to retrieve the replacementType
-