Package de.hybris.platform.persistence
Interface ItemHome
- All Superinterfaces:
HomeProxy
- All Known Subinterfaces:
AtomicTypeHome,AttributeDescriptorHome,CollectionTypeHome,ComposedTypeHome,EnumerationValueHome,GenericItemHome,HierarchieTypeHome,LinkHome,MapTypeHome,MetaInformationHome,SearchRestrictionHome,TestItemHome,TypeHome
- All Known Implementing Classes:
AtomicType_HJMPWrapper,AtomicTypeEJB,AttributeDescriptor_HJMPWrapper,AttributeDescriptorEJB,CollectionType_HJMPWrapper,CollectionTypeEJB,ComposedType_HJMPWrapper,ComposedTypeEJB,EnumerationValue_HJMPWrapper,EnumerationValueEJB,ExtensibleItemEJB,GenericBMPBean,GenericItemEJB,GenericLinkBMPBean,HierarchieTypeEJB,ItemEJB,LinkEJB,LocalizableItemEJB,MapType_HJMPWrapper,MapTypeEJB,MetaInformation_HJMPWrapper,MetaInformationEJB,SearchRestriction_HJMPWrapper,SearchRestrictionEJB,TestItem_HJMPWrapper,TestItemEJB,TypeEJB,TypeManagerManagedEJB
The home interface of the hybris platform item entity.
-
Method Summary
Modifier and TypeMethodDescriptionfindAll()All item beans have a 'findAll' finder.findByPKList(Collection pks) findByType(PK typePK) findChangedAfter(Date time) A finder which selects all bean modified after a given time.voidloadItemData(ResultSet resultSet) still experimental - dont use
-
Method Details
-
findAll
All item beans have a 'findAll' finder. So dont define another 'findAll' finder in a subclassed item !- Throws:
YFinderException
-
findByPKList
- Throws:
YFinderException
-
findChangedAfter
A finder which selects all bean modified after a given time. This uses the modifiedTimestamp field of the item.- Parameters:
time- the time to check in milliseconds ( see java.lang.System )- Throws:
YFinderException
-
findByType
- Throws:
YFinderException
-
loadItemData
still experimental - dont use -
getOwnJNDIName
String getOwnJNDIName()- Returns:
- the item's JNDI name
-