Uses of Class
de.hybris.platform.persistence.EJBItemNotFoundException
Packages that use EJBItemNotFoundException
Package
Description
-
Uses of EJBItemNotFoundException in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence that throw EJBItemNotFoundExceptionModifier and TypeMethodDescriptionSystemEJB.findRemoteObjectByPK(PK pk) SystemEJB.findRemoteObjectsByPK(Collection<PK> pks, Set<PK> preloadLanguagePKs, boolean ignoreMissing) FetchesItemRemoteinstances for a given collection of PKs.protected ComposedTypeRemoteItemEJB.getDefaultType() -
Uses of EJBItemNotFoundException in de.hybris.platform.persistence.enumeration
Methods in de.hybris.platform.persistence.enumeration that throw EJBItemNotFoundExceptionModifier and TypeMethodDescriptionEnumerationManagerEJB.getEnumerationType(String code) EnumerationManagerEJB.getEnumerationValue(ComposedTypeRemote enumerationType, String code) EnumerationManagerEJB.getEnumerationValue(String enumerationTypeCode, String code) -
Uses of EJBItemNotFoundException in de.hybris.platform.persistence.link
Methods in de.hybris.platform.persistence.link that throw EJBItemNotFoundException -
Uses of EJBItemNotFoundException in de.hybris.platform.persistence.property
Methods in de.hybris.platform.persistence.property that throw EJBItemNotFoundExceptionModifier and TypeMethodDescriptionvoidHJMPCachePopulatorTest.createAttributeDescriptorsAndCheckIfAreReturnedCorrectly() -
Uses of EJBItemNotFoundException in de.hybris.platform.persistence.type
Methods in de.hybris.platform.persistence.type that throw EJBItemNotFoundExceptionModifier and TypeMethodDescriptionTypeManagerEJB.getAttributeDescriptor(ComposedTypeRemote enclosingType, String qualifier) TypeManagerEJB.getComposedType(String code) TypeManagerEJB.getDeclaredAttributeDescriptor(ComposedTypeRemote enclosingType, String qualifier) TypeManagerEJB.getEveryAttributeDescriptor(PK enclosingTypePK, String qualifier) TypeManagerEJB.getEveryAttributeDescriptor(ComposedTypeRemote enclosingType, String qualifier) TypeManagerEJB.getRootAtomicType(Class javaClass) TypeManagerEJB.getRootComposedType(int typecode) TypeManagerEJB.getRootComposedTypeForJaloClass(String jaloClassName) TypeManagerEJB.redeclareAttributeDescriptor(ComposedTypeRemote enclosingType, String qualifier, TypeRemote type, int modifiers) -
Uses of EJBItemNotFoundException in de.hybris.platform.test
Methods in de.hybris.platform.test that throw EJBItemNotFoundExceptionModifier and TypeMethodDescriptionvoidTypeManagerTest.testCreateComposedType()voidTypeManagerTest.testGetComposedType()voidTypeManagerTest.testGetRootAtomicType()