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