Uses of Class
de.hybris.platform.util.jeeapi.YFinderException
Packages that use YFinderException
Package
Description
-
Uses of YFinderException in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence that throw YFinderExceptionModifier and TypeMethodDescriptionGenericBMPBean.ejbFindAll()GenericBMPBean.ejbFindByPKList(Collection<PK> pkList) GenericBMPBean.ejbFindByType(PK typePK) GenericBMPBean.findAll()ItemHome.findAll()All item beans have a 'findAll' finder.GenericBMPBean.findByPKList(Collection pks) ItemHome.findByPKList(Collection pks) GenericBMPBean.findByPrimaryKey(PK pk) GenericBMPBean.findByType(PK typePK) ItemHome.findByType(PK typePK) GenericBMPBean.findChangedAfter(Date param0) ItemHome.findChangedAfter(Date time) A finder which selects all bean modified after a given time.SystemEJB.getGlobalMetaInformation() -
Uses of YFinderException in de.hybris.platform.persistence.enumeration
Methods in de.hybris.platform.persistence.enumeration that throw YFinderExceptionModifier and TypeMethodDescriptionEnumerationValue_HJMPWrapper.FindAll0FinderResult.compute()EnumerationValue_HJMPWrapper.FindByType1FinderResult.compute()EnumerationValue_HJMPWrapper.FindByTypeAndCode2FinderResult.compute()EnumerationValue_HJMPWrapper.FindByTypeAndCodeIgnoreCase2FinderResult.compute()EnumerationValue_HJMPWrapper.FindChangedAfter1FinderResult.compute()EnumerationValue_HJMPWrapper.FindSortedValues1FinderResult.compute()EnumerationValue_HJMPWrapper.ejbFindAll()EnumerationValue_HJMPWrapper.ejbFindByPKList(Collection pks) EnumerationValue_HJMPWrapper.ejbFindByType(PK param0) EnumerationValue_HJMPWrapper.ejbFindByTypeAndCode(PK param0, String param1) EnumerationValue_HJMPWrapper.ejbFindByTypeAndCodeIgnoreCase(PK param0, String param1) EnumerationValue_HJMPWrapper.ejbFindChangedAfter(Date param0) EnumerationValue_HJMPWrapper.ejbFindSortedValues(PK param0) EnumerationValue_HJMPWrapper.findAll()EnumerationValue_HJMPWrapper.findByPKList(Collection pks) EnumerationValue_HJMPWrapper.findByPrimaryKey(PK pkValue) EnumerationValue_HJMPWrapper.findByType(PK param0) EnumerationValue_HJMPWrapper.findByTypeAndCode(PK param0, String param1) EnumerationValueHome.findByTypeAndCode(PK enumerationTypePK, String code) Deprecated, for removal: This API element is subject to removal in a future version.since agesEnumerationValue_HJMPWrapper.findByTypeAndCodeIgnoreCase(PK param0, String param1) EnumerationValueHome.findByTypeAndCodeIgnoreCase(PK enumerationTypePK, String codeLowerCase) EnumerationValue_HJMPWrapper.findChangedAfter(Date param0) EnumerationValue_HJMPWrapper.findSortedValues(PK param0) EnumerationValueHome.findSortedValues(PK enumerationTypePK) final ObjectEnumerationValue_HJMPWrapper.FindAll0FinderResult.getFinderResult()final ObjectEnumerationValue_HJMPWrapper.FindByType1FinderResult.getFinderResult()final ObjectEnumerationValue_HJMPWrapper.FindByTypeAndCode2FinderResult.getFinderResult()final ObjectEnumerationValue_HJMPWrapper.FindByTypeAndCodeIgnoreCase2FinderResult.getFinderResult()final ObjectEnumerationValue_HJMPWrapper.FindChangedAfter1FinderResult.getFinderResult()final ObjectEnumerationValue_HJMPWrapper.FindSortedValues1FinderResult.getFinderResult() -
Uses of YFinderException in de.hybris.platform.persistence.hjmp
Subclasses of YFinderException in de.hybris.platform.persistence.hjmpModifier and TypeClassDescriptionclassan exception that occured within a finder in the hybris platform managed persistence layer -
Uses of YFinderException in de.hybris.platform.persistence.link
Methods in de.hybris.platform.persistence.link that throw YFinderExceptionModifier and TypeMethodDescriptionGenericLinkBMPBean.ejbFindAll()GenericLinkBMPBean.ejbFindByPKList(Collection<PK> pkList) GenericLinkBMPBean.ejbFindByType(PK typePK) GenericLinkBMPBean.ejbFindChangedAfter(Date param0) GenericLinkBMPBean.findAll()GenericLinkBMPBean.findByPKList(Collection pks) GenericLinkBMPBean.findByPrimaryKey(PK pk) GenericLinkBMPBean.findByType(PK typePK) GenericLinkBMPBean.findChangedAfter(Date param0) -
Uses of YFinderException in de.hybris.platform.persistence.meta
Methods in de.hybris.platform.persistence.meta that throw YFinderExceptionModifier and TypeMethodDescriptionMetaInformation_HJMPWrapper.FindAll0FinderResult.compute()MetaInformation_HJMPWrapper.FindBySystemID1FinderResult.compute()MetaInformation_HJMPWrapper.FindByType1FinderResult.compute()MetaInformation_HJMPWrapper.FindChangedAfter1FinderResult.compute()MetaInformation_HJMPWrapper.ejbFindAll()MetaInformation_HJMPWrapper.ejbFindByPKList(Collection pks) MetaInformationRemote.ejbFindByPrimaryKey(PK pk) TODO: apidoMetaInformation_HJMPWrapper.ejbFindBySystemID(String param0) MetaInformation_HJMPWrapper.ejbFindByType(PK param0) MetaInformation_HJMPWrapper.ejbFindChangedAfter(Date param0) MetaInformation_HJMPWrapper.findAll()MetaInformation_HJMPWrapper.findByPKList(Collection pks) MetaInformation_HJMPWrapper.findByPrimaryKey(PK pkValue) MetaInformation_HJMPWrapper.findBySystemID(String param0) MetaInformationHome.findBySystemID(String sysID) MetaInformation_HJMPWrapper.findByType(PK param0) MetaInformation_HJMPWrapper.findChangedAfter(Date param0) final ObjectMetaInformation_HJMPWrapper.FindAll0FinderResult.getFinderResult()final ObjectMetaInformation_HJMPWrapper.FindBySystemID1FinderResult.getFinderResult()final ObjectMetaInformation_HJMPWrapper.FindByType1FinderResult.getFinderResult()final ObjectMetaInformation_HJMPWrapper.FindChangedAfter1FinderResult.getFinderResult() -
Uses of YFinderException in de.hybris.platform.persistence.property
Methods in de.hybris.platform.persistence.property that throw YFinderExceptionModifier and TypeMethodDescriptionvoidHJMPLpCachePopulatorTest.checkIfTypeSystemLpBatchLoadingIsEquivalentToLoadingItemByItem()voidHJMPCachePopulatorTest.createAttributeDescriptorsAndCheckIfAreReturnedCorrectly()voidHJMPCachePopulatorTest.createComposedTypeAndCheckIfIsReturnedCorrectly() -
Uses of YFinderException in de.hybris.platform.persistence.test
Methods in de.hybris.platform.persistence.test that throw YFinderExceptionModifier and TypeMethodDescriptionTestItem_HJMPWrapper.FindAll0FinderResult.compute()TestItem_HJMPWrapper.FindByFieldA1FinderResult.compute()TestItem_HJMPWrapper.FindByType1FinderResult.compute()TestItem_HJMPWrapper.FindChangedAfter1FinderResult.compute()TestItem_HJMPWrapper.FinderTest2FinderResult.compute()TestItem_HJMPWrapper.ejbFindAll()TestItem_HJMPWrapper.ejbFindByFieldA(String param0) TestItem_HJMPWrapper.ejbFindByPKList(Collection pks) TestItem_HJMPWrapper.ejbFindByType(PK param0) TestItem_HJMPWrapper.ejbFindChangedAfter(Date param0) TestItem_HJMPWrapper.ejbFinderTest(String param0, int param1) TestItem_HJMPWrapper.findAll()TestItem_HJMPWrapper.findByFieldA(String param0) TestItemHome.findByFieldA(String a) TestItem_HJMPWrapper.findByPKList(Collection pks) TestItem_HJMPWrapper.findByPrimaryKey(PK pkValue) TestItem_HJMPWrapper.findByType(PK param0) TestItem_HJMPWrapper.findChangedAfter(Date param0) TestItem_HJMPWrapper.finderTest(String param0, int param1) TestItemHome.finderTest(String str, int i) final ObjectTestItem_HJMPWrapper.FindAll0FinderResult.getFinderResult()final ObjectTestItem_HJMPWrapper.FindByFieldA1FinderResult.getFinderResult()final ObjectTestItem_HJMPWrapper.FindByType1FinderResult.getFinderResult()final ObjectTestItem_HJMPWrapper.FindChangedAfter1FinderResult.getFinderResult()final ObjectTestItem_HJMPWrapper.FinderTest2FinderResult.getFinderResult() -
Uses of YFinderException in de.hybris.platform.persistence.type
Methods in de.hybris.platform.persistence.type that throw YFinderExceptionModifier and TypeMethodDescriptionAtomicType_HJMPWrapper.FindAll0FinderResult.compute()AtomicType_HJMPWrapper.FindByCodeExact1FinderResult.compute()AtomicType_HJMPWrapper.FindByInheritancePath1FinderResult.compute()AtomicType_HJMPWrapper.FindByJavaClass1FinderResult.compute()AtomicType_HJMPWrapper.FindBySuperType1FinderResult.compute()AtomicType_HJMPWrapper.FindByType1FinderResult.compute()AtomicType_HJMPWrapper.FindChangedAfter1FinderResult.compute()AttributeDescriptor_HJMPWrapper.FindAll0FinderResult.compute()AttributeDescriptor_HJMPWrapper.FindByEnclosingType1FinderResult.compute()AttributeDescriptor_HJMPWrapper.FindByEnclosingTypeAndQualifier2FinderResult.compute()AttributeDescriptor_HJMPWrapper.FindByEnclosingTypeAndSelectionDescriptor2FinderResult.compute()AttributeDescriptor_HJMPWrapper.FindBySuperAttributeDescriptor1FinderResult.compute()AttributeDescriptor_HJMPWrapper.FindByType1FinderResult.compute()AttributeDescriptor_HJMPWrapper.FindChangedAfter1FinderResult.compute()AttributeDescriptor_HJMPWrapper.FindDeclaredByEnclosingType1FinderResult.compute()AttributeDescriptor_HJMPWrapper.FindDeclaredByEnclosingTypeAndQualifier2FinderResult.compute()AttributeDescriptor_HJMPWrapper.FindInheritedByQualifierAndInheritancePath2FinderResult.compute()AttributeDescriptor_HJMPWrapper.FindInhertitedByEnclosingType1FinderResult.compute()AttributeDescriptor_HJMPWrapper.FindPropertyByEnclosingType1FinderResult.compute()AttributeDescriptor_HJMPWrapper.FindPublicByEnclosingType1FinderResult.compute()AttributeDescriptor_HJMPWrapper.FindPublicByEnclosingTypeAndQualifier2FinderResult.compute()CollectionType_HJMPWrapper.FindAll0FinderResult.compute()CollectionType_HJMPWrapper.FindByCodeExact1FinderResult.compute()CollectionType_HJMPWrapper.FindByElementType1FinderResult.compute()CollectionType_HJMPWrapper.FindByType1FinderResult.compute()CollectionType_HJMPWrapper.FindChangedAfter1FinderResult.compute()ComposedType_HJMPWrapper.FindAll0FinderResult.compute()ComposedType_HJMPWrapper.FindByCodeExact1FinderResult.compute()ComposedType_HJMPWrapper.FindByInheritancePath1FinderResult.compute()ComposedType_HJMPWrapper.FindByJaloClassName1FinderResult.compute()ComposedType_HJMPWrapper.FindBySuperType1FinderResult.compute()ComposedType_HJMPWrapper.FindByType1FinderResult.compute()ComposedType_HJMPWrapper.FindByTypeCode1FinderResult.compute()ComposedType_HJMPWrapper.FindChangedAfter1FinderResult.compute()MapType_HJMPWrapper.FindAll0FinderResult.compute()MapType_HJMPWrapper.FindByArgumentType1FinderResult.compute()MapType_HJMPWrapper.FindByCodeExact1FinderResult.compute()MapType_HJMPWrapper.FindByReturnType1FinderResult.compute()MapType_HJMPWrapper.FindByType1FinderResult.compute()MapType_HJMPWrapper.FindByTypes2FinderResult.compute()MapType_HJMPWrapper.FindChangedAfter1FinderResult.compute()SearchRestriction_HJMPWrapper.FindAll0FinderResult.compute()SearchRestriction_HJMPWrapper.FindByPrincipal1FinderResult.compute()SearchRestriction_HJMPWrapper.FindByRestrictedType1FinderResult.compute()SearchRestriction_HJMPWrapper.FindByType1FinderResult.compute()SearchRestriction_HJMPWrapper.FindChangedAfter1FinderResult.compute()SearchRestriction_HJMPWrapper.FindRestrictions2FinderResult.compute()AtomicType_HJMPWrapper.ejbFindAll()AttributeDescriptor_HJMPWrapper.ejbFindAll()CollectionType_HJMPWrapper.ejbFindAll()ComposedType_HJMPWrapper.ejbFindAll()MapType_HJMPWrapper.ejbFindAll()SearchRestriction_HJMPWrapper.ejbFindAll()MapType_HJMPWrapper.ejbFindByArgumentType(PK param0) AtomicType_HJMPWrapper.ejbFindByCodeExact(String param0) CollectionType_HJMPWrapper.ejbFindByCodeExact(String param0) ComposedType_HJMPWrapper.ejbFindByCodeExact(String param0) MapType_HJMPWrapper.ejbFindByCodeExact(String param0) CollectionType_HJMPWrapper.ejbFindByElementType(PK param0) AttributeDescriptor_HJMPWrapper.ejbFindByEnclosingType(PK param0) AttributeDescriptor_HJMPWrapper.ejbFindByEnclosingTypeAndQualifier(PK param0, String param1) AttributeDescriptor_HJMPWrapper.ejbFindByEnclosingTypeAndSelectionDescriptor(PK param0, PK param1) AtomicType_HJMPWrapper.ejbFindByInheritancePath(String param0) ComposedType_HJMPWrapper.ejbFindByInheritancePath(String param0) ComposedType_HJMPWrapper.ejbFindByJaloClassName(String param0) AtomicType_HJMPWrapper.ejbFindByJavaClass(String param0) AtomicType_HJMPWrapper.ejbFindByPKList(Collection pks) AttributeDescriptor_HJMPWrapper.ejbFindByPKList(Collection pks) CollectionType_HJMPWrapper.ejbFindByPKList(Collection pks) ComposedType_HJMPWrapper.ejbFindByPKList(Collection pks) MapType_HJMPWrapper.ejbFindByPKList(Collection pks) SearchRestriction_HJMPWrapper.ejbFindByPKList(Collection pks) SearchRestriction_HJMPWrapper.ejbFindByPrincipal(PK param0) SearchRestriction_HJMPWrapper.ejbFindByRestrictedType(PK param0) MapType_HJMPWrapper.ejbFindByReturnType(PK param0) AttributeDescriptor_HJMPWrapper.ejbFindBySuperAttributeDescriptor(PK param0) AtomicType_HJMPWrapper.ejbFindBySuperType(PK param0) ComposedType_HJMPWrapper.ejbFindBySuperType(PK param0) AtomicType_HJMPWrapper.ejbFindByType(PK param0) AttributeDescriptor_HJMPWrapper.ejbFindByType(PK param0) CollectionType_HJMPWrapper.ejbFindByType(PK param0) ComposedType_HJMPWrapper.ejbFindByType(PK param0) MapType_HJMPWrapper.ejbFindByType(PK param0) SearchRestriction_HJMPWrapper.ejbFindByType(PK param0) ComposedType_HJMPWrapper.ejbFindByTypeCode(int param0) MapType_HJMPWrapper.ejbFindByTypes(PK param0, PK param1) AtomicType_HJMPWrapper.ejbFindChangedAfter(Date param0) AttributeDescriptor_HJMPWrapper.ejbFindChangedAfter(Date param0) CollectionType_HJMPWrapper.ejbFindChangedAfter(Date param0) ComposedType_HJMPWrapper.ejbFindChangedAfter(Date param0) MapType_HJMPWrapper.ejbFindChangedAfter(Date param0) SearchRestriction_HJMPWrapper.ejbFindChangedAfter(Date param0) AttributeDescriptor_HJMPWrapper.ejbFindDeclaredByEnclosingType(PK param0) AttributeDescriptor_HJMPWrapper.ejbFindDeclaredByEnclosingTypeAndQualifier(PK param0, String param1) AttributeDescriptor_HJMPWrapper.ejbFindInheritedByQualifierAndInheritancePath(String param0, String param1) AttributeDescriptor_HJMPWrapper.ejbFindInhertitedByEnclosingType(PK param0) AttributeDescriptor_HJMPWrapper.ejbFindPropertyByEnclosingType(PK param0) AttributeDescriptor_HJMPWrapper.ejbFindPublicByEnclosingType(PK param0) AttributeDescriptor_HJMPWrapper.ejbFindPublicByEnclosingTypeAndQualifier(PK param0, String param1) SearchRestriction_HJMPWrapper.ejbFindRestrictions(PK param0, PK param1) AtomicType_HJMPWrapper.findAll()AttributeDescriptor_HJMPWrapper.findAll()CollectionType_HJMPWrapper.findAll()ComposedType_HJMPWrapper.findAll()MapType_HJMPWrapper.findAll()SearchRestriction_HJMPWrapper.findAll()MapType_HJMPWrapper.findByArgumentType(PK param0) MapTypeHome.findByArgumentType(PK argumentTypePK) AtomicType_HJMPWrapper.findByCodeExact(String param0) CollectionType_HJMPWrapper.findByCodeExact(String param0) ComposedType_HJMPWrapper.findByCodeExact(String param0) MapType_HJMPWrapper.findByCodeExact(String param0) TypeHome.findByCodeExact(String code) Always pass code as lower case string!!!CollectionType_HJMPWrapper.findByElementType(PK param0) CollectionTypeHome.findByElementType(PK typePK) AttributeDescriptor_HJMPWrapper.findByEnclosingType(PK param0) AttributeDescriptorHome.findByEnclosingType(PK ectPK) AttributeDescriptor_HJMPWrapper.findByEnclosingTypeAndQualifier(PK param0, String param1) AttributeDescriptorHome.findByEnclosingTypeAndQualifier(PK enclTypePK, String qualifier) Always pass qualifier as lower case string !!!AttributeDescriptor_HJMPWrapper.findByEnclosingTypeAndSelectionDescriptor(PK param0, PK param1) AttributeDescriptorHome.findByEnclosingTypeAndSelectionDescriptor(PK enclTypePK, PK descriptorPK) AtomicType_HJMPWrapper.findByInheritancePath(String param0) ComposedType_HJMPWrapper.findByInheritancePath(String param0) HierarchieTypeHome.findByInheritancePath(String path) ComposedType_HJMPWrapper.findByJaloClassName(String param0) ComposedTypeHome.findByJaloClassName(String name) AtomicType_HJMPWrapper.findByJavaClass(String param0) AtomicTypeHome.findByJavaClass(String javaClassName) AtomicType_HJMPWrapper.findByPKList(Collection pks) AttributeDescriptor_HJMPWrapper.findByPKList(Collection pks) CollectionType_HJMPWrapper.findByPKList(Collection pks) ComposedType_HJMPWrapper.findByPKList(Collection pks) MapType_HJMPWrapper.findByPKList(Collection pks) SearchRestriction_HJMPWrapper.findByPKList(Collection pks) AtomicType_HJMPWrapper.findByPrimaryKey(PK pkValue) AtomicTypeHome.findByPrimaryKey(PK pk) AttributeDescriptor_HJMPWrapper.findByPrimaryKey(PK pkValue) CollectionType_HJMPWrapper.findByPrimaryKey(PK pkValue) CollectionTypeHome.findByPrimaryKey(PK pk) ComposedType_HJMPWrapper.findByPrimaryKey(PK pkValue) ComposedTypeHome.findByPrimaryKey(PK pk) MapType_HJMPWrapper.findByPrimaryKey(PK pkValue) MapTypeHome.findByPrimaryKey(PK pk) SearchRestriction_HJMPWrapper.findByPrimaryKey(PK pkValue) SearchRestriction_HJMPWrapper.findByPrincipal(PK param0) SearchRestrictionHome.findByPrincipal(PK principalPK) SearchRestriction_HJMPWrapper.findByRestrictedType(PK param0) SearchRestrictionHome.findByRestrictedType(PK typePK) MapType_HJMPWrapper.findByReturnType(PK param0) MapTypeHome.findByReturnType(PK returnTypePK) AttributeDescriptor_HJMPWrapper.findBySuperAttributeDescriptor(PK param0) AttributeDescriptorHome.findBySuperAttributeDescriptor(PK superFDPK) AtomicType_HJMPWrapper.findBySuperType(PK param0) ComposedType_HJMPWrapper.findBySuperType(PK param0) HierarchieTypeHome.findBySuperType(PK superTypePK) AtomicType_HJMPWrapper.findByType(PK param0) AttributeDescriptor_HJMPWrapper.findByType(PK param0) CollectionType_HJMPWrapper.findByType(PK param0) ComposedType_HJMPWrapper.findByType(PK param0) MapType_HJMPWrapper.findByType(PK param0) SearchRestriction_HJMPWrapper.findByType(PK param0) ComposedType_HJMPWrapper.findByTypeCode(int param0) ComposedTypeHome.findByTypeCode(int tc) MapType_HJMPWrapper.findByTypes(PK param0, PK param1) MapTypeHome.findByTypes(PK argumentTypePK, PK returnTypePK) AtomicType_HJMPWrapper.findChangedAfter(Date param0) AttributeDescriptor_HJMPWrapper.findChangedAfter(Date param0) CollectionType_HJMPWrapper.findChangedAfter(Date param0) ComposedType_HJMPWrapper.findChangedAfter(Date param0) MapType_HJMPWrapper.findChangedAfter(Date param0) SearchRestriction_HJMPWrapper.findChangedAfter(Date param0) AttributeDescriptor_HJMPWrapper.findDeclaredByEnclosingType(PK param0) AttributeDescriptorHome.findDeclaredByEnclosingType(PK ectPK) AttributeDescriptor_HJMPWrapper.findDeclaredByEnclosingTypeAndQualifier(PK param0, String param1) AttributeDescriptorHome.findDeclaredByEnclosingTypeAndQualifier(PK enclTypePK, String qualifier) Always pass qualifier as lower case string !!!AttributeDescriptor_HJMPWrapper.findInheritedByQualifierAndInheritancePath(String param0, String param1) AttributeDescriptorHome.findInheritedByQualifierAndInheritancePath(String qualifier, String path) Always pass qualifier as lower case string !!!AttributeDescriptor_HJMPWrapper.findInhertitedByEnclosingType(PK param0) AttributeDescriptorHome.findInhertitedByEnclosingType(PK ectPK) AttributeDescriptor_HJMPWrapper.findPropertyByEnclosingType(PK param0) AttributeDescriptorHome.findPropertyByEnclosingType(PK ectPK) AttributeDescriptor_HJMPWrapper.findPublicByEnclosingType(PK param0) AttributeDescriptorHome.findPublicByEnclosingType(PK ectPK) AttributeDescriptor_HJMPWrapper.findPublicByEnclosingTypeAndQualifier(PK param0, String param1) AttributeDescriptorHome.findPublicByEnclosingTypeAndQualifier(PK enclTypePK, String qualifier) Always pass qualifier as lower case string !!!SearchRestriction_HJMPWrapper.findRestrictions(PK param0, PK param1) SearchRestrictionHome.findRestrictions(PK principalPK, PK typePK) final ObjectAtomicType_HJMPWrapper.FindAll0FinderResult.getFinderResult()final ObjectAtomicType_HJMPWrapper.FindByCodeExact1FinderResult.getFinderResult()final ObjectAtomicType_HJMPWrapper.FindByInheritancePath1FinderResult.getFinderResult()final ObjectAtomicType_HJMPWrapper.FindByJavaClass1FinderResult.getFinderResult()final ObjectAtomicType_HJMPWrapper.FindBySuperType1FinderResult.getFinderResult()final ObjectAtomicType_HJMPWrapper.FindByType1FinderResult.getFinderResult()final ObjectAtomicType_HJMPWrapper.FindChangedAfter1FinderResult.getFinderResult()final ObjectAttributeDescriptor_HJMPWrapper.FindAll0FinderResult.getFinderResult()final ObjectAttributeDescriptor_HJMPWrapper.FindByEnclosingType1FinderResult.getFinderResult()final ObjectAttributeDescriptor_HJMPWrapper.FindByEnclosingTypeAndQualifier2FinderResult.getFinderResult()final ObjectAttributeDescriptor_HJMPWrapper.FindByEnclosingTypeAndSelectionDescriptor2FinderResult.getFinderResult()final ObjectAttributeDescriptor_HJMPWrapper.FindBySuperAttributeDescriptor1FinderResult.getFinderResult()final ObjectAttributeDescriptor_HJMPWrapper.FindByType1FinderResult.getFinderResult()final ObjectAttributeDescriptor_HJMPWrapper.FindChangedAfter1FinderResult.getFinderResult()final ObjectAttributeDescriptor_HJMPWrapper.FindDeclaredByEnclosingType1FinderResult.getFinderResult()final ObjectAttributeDescriptor_HJMPWrapper.FindDeclaredByEnclosingTypeAndQualifier2FinderResult.getFinderResult()final ObjectAttributeDescriptor_HJMPWrapper.FindInheritedByQualifierAndInheritancePath2FinderResult.getFinderResult()final ObjectAttributeDescriptor_HJMPWrapper.FindInhertitedByEnclosingType1FinderResult.getFinderResult()final ObjectAttributeDescriptor_HJMPWrapper.FindPropertyByEnclosingType1FinderResult.getFinderResult()final ObjectAttributeDescriptor_HJMPWrapper.FindPublicByEnclosingType1FinderResult.getFinderResult()final ObjectAttributeDescriptor_HJMPWrapper.FindPublicByEnclosingTypeAndQualifier2FinderResult.getFinderResult()final ObjectCollectionType_HJMPWrapper.FindAll0FinderResult.getFinderResult()final ObjectCollectionType_HJMPWrapper.FindByCodeExact1FinderResult.getFinderResult()final ObjectCollectionType_HJMPWrapper.FindByElementType1FinderResult.getFinderResult()final ObjectCollectionType_HJMPWrapper.FindByType1FinderResult.getFinderResult()final ObjectCollectionType_HJMPWrapper.FindChangedAfter1FinderResult.getFinderResult()final ObjectComposedType_HJMPWrapper.FindAll0FinderResult.getFinderResult()final ObjectComposedType_HJMPWrapper.FindByCodeExact1FinderResult.getFinderResult()final ObjectComposedType_HJMPWrapper.FindByInheritancePath1FinderResult.getFinderResult()final ObjectComposedType_HJMPWrapper.FindByJaloClassName1FinderResult.getFinderResult()final ObjectComposedType_HJMPWrapper.FindBySuperType1FinderResult.getFinderResult()final ObjectComposedType_HJMPWrapper.FindByType1FinderResult.getFinderResult()final ObjectComposedType_HJMPWrapper.FindByTypeCode1FinderResult.getFinderResult()final ObjectComposedType_HJMPWrapper.FindChangedAfter1FinderResult.getFinderResult()final ObjectMapType_HJMPWrapper.FindAll0FinderResult.getFinderResult()final ObjectMapType_HJMPWrapper.FindByArgumentType1FinderResult.getFinderResult()final ObjectMapType_HJMPWrapper.FindByCodeExact1FinderResult.getFinderResult()final ObjectMapType_HJMPWrapper.FindByReturnType1FinderResult.getFinderResult()final ObjectMapType_HJMPWrapper.FindByType1FinderResult.getFinderResult()final ObjectMapType_HJMPWrapper.FindByTypes2FinderResult.getFinderResult()final ObjectMapType_HJMPWrapper.FindChangedAfter1FinderResult.getFinderResult()final ObjectSearchRestriction_HJMPWrapper.FindAll0FinderResult.getFinderResult()final ObjectSearchRestriction_HJMPWrapper.FindByPrincipal1FinderResult.getFinderResult()final ObjectSearchRestriction_HJMPWrapper.FindByRestrictedType1FinderResult.getFinderResult()final ObjectSearchRestriction_HJMPWrapper.FindByType1FinderResult.getFinderResult()final ObjectSearchRestriction_HJMPWrapper.FindChangedAfter1FinderResult.getFinderResult()final ObjectSearchRestriction_HJMPWrapper.FindRestrictions2FinderResult.getFinderResult() -
Uses of YFinderException in de.hybris.platform.util
Methods in de.hybris.platform.util that throw YFinderExceptionModifier and TypeMethodDescriptionstatic ObjectEJBTools.convertEntityFinderResult(Object finderResult, SystemEJB sys) converts the result of a EJBHome finder method (findXY) froms to real Entities -
Uses of YFinderException in de.hybris.platform.util.jeeapi
Subclasses of YFinderException in de.hybris.platform.util.jeeapi