Uses of Class
de.hybris.platform.persistence.EJBItemNotFoundException
-
-
Uses of EJBItemNotFoundException in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence that throw EJBItemNotFoundException Modifier and Type Method Description ItemRemoteSystemEJB. findRemoteObjectByPK(PK pk)java.util.Map<PK,ItemRemote>SystemEJB. findRemoteObjectsByPK(java.util.Collection<PK> pks, java.util.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 EJBItemNotFoundException Modifier and Type Method Description ComposedTypeRemoteEnumerationManagerEJB. getEnumerationType(java.lang.String code)EnumerationValueRemoteEnumerationManagerEJB. getEnumerationValue(ComposedTypeRemote enumerationType, java.lang.String code)EnumerationValueRemoteEnumerationManagerEJB. getEnumerationValue(java.lang.String enumerationTypeCode, java.lang.String code) -
Uses of EJBItemNotFoundException in de.hybris.platform.persistence.link
Methods in de.hybris.platform.persistence.link that throw EJBItemNotFoundException Modifier and Type Method Description protected ComposedTypeRemoteLinkEJB. getDefaultType() -
Uses of EJBItemNotFoundException in de.hybris.platform.persistence.type
Methods in de.hybris.platform.persistence.type that throw EJBItemNotFoundException Modifier and Type Method Description AttributeDescriptorRemoteTypeManagerEJB. getAttributeDescriptor(ComposedTypeRemote enclosingType, java.lang.String qualifier)ComposedTypeRemoteTypeManagerEJB. getComposedType(java.lang.String code)AttributeDescriptorRemoteTypeManagerEJB. getDeclaredAttributeDescriptor(ComposedTypeRemote enclosingType, java.lang.String qualifier)AttributeDescriptorRemoteTypeManagerEJB. getEveryAttributeDescriptor(PK enclosingTypePK, java.lang.String qualifier)AttributeDescriptorRemoteTypeManagerEJB. getEveryAttributeDescriptor(ComposedTypeRemote enclosingType, java.lang.String qualifier)AtomicTypeRemoteTypeManagerEJB. getRootAtomicType(java.lang.Class javaClass)ComposedTypeRemoteTypeManagerEJB. getRootComposedType(int typecode)ComposedTypeRemoteTypeManagerEJB. getRootComposedTypeForJaloClass(java.lang.String jaloClassName)TypeRemoteTypeManagerEJB. getType(java.lang.String code)TypeRemoteTypeManagerEJB. getType(java.lang.String code, int typePattern)AttributeDescriptorRemoteTypeManagerEJB. redeclareAttributeDescriptor(ComposedTypeRemote enclosingType, java.lang.String qualifier, TypeRemote type, int modifiers) -
Uses of EJBItemNotFoundException in de.hybris.platform.test
Methods in de.hybris.platform.test that throw EJBItemNotFoundException Modifier and Type Method Description voidTypeManagerTest. testCreateComposedType()voidTypeManagerTest. testGetComposedType()voidTypeManagerTest. testGetRootAtomicType()
-