Interface TestItemHome
-
- All Known Implementing Classes:
TestItem_HJMPWrapper
,TestItemEJB
public interface TestItemHome extends ItemHome
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestItemRemote
create()
TestItemRemote
findByFieldA(java.lang.String a)
TestItemRemote
finderTest(java.lang.String str, int i)
-
Methods inherited from interface de.hybris.platform.persistence.ItemHome
findAll, findByPKList, findByType, findChangedAfter, getOwnJNDIName, loadItemData
-
-
-
-
Method Detail
-
create
TestItemRemote create() throws YCreateException
- Throws:
YCreateException
-
findByFieldA
TestItemRemote findByFieldA(java.lang.String a) throws YObjectNotFoundException, YFinderException
-
finderTest
TestItemRemote finderTest(java.lang.String str, int i) throws YObjectNotFoundException, YFinderException
-
-