public interface ItemHome extends HomeProxy
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
findAll()
All item beans have a 'findAll' finder.
|
java.util.Collection |
findByPKList(java.util.Collection pks) |
java.util.Collection |
findByType(PK typePK) |
java.util.Collection |
findChangedAfter(java.util.Date time)
A finder which selects all bean modified after a given time.
|
java.lang.String |
getOwnJNDIName() |
void |
loadItemData(java.sql.ResultSet resultSet)
still experimental - dont use
|
java.util.Collection findAll()
throws YFinderException
YFinderExceptionjava.util.Collection findByPKList(java.util.Collection pks)
throws YFinderException
YFinderExceptionjava.util.Collection findChangedAfter(java.util.Date time)
throws YFinderException
time - the time to check in milliseconds ( see java.lang.System )YFinderExceptionjava.util.Collection findByType(PK typePK) throws YFinderException
YFinderExceptionvoid loadItemData(java.sql.ResultSet resultSet)
java.lang.String getOwnJNDIName()
Copyright © 2018 SAP SE. All Rights Reserved.