public interface EntityInstance
| Modifier and Type | Method and Description |
|---|---|
PK |
ejbFindByPrimaryKey(PK pkValue) |
void |
ejbLoad() |
void |
ejbRemove() |
void |
ejbStore() |
EntityInstanceContext |
getEntityContext() |
boolean |
needsStoring() |
void |
setEntityContext(EntityInstanceContext ctx) |
void |
setNeedsStoring(boolean needs) |
void setEntityContext(EntityInstanceContext ctx)
EntityInstanceContext getEntityContext()
void ejbLoad()
YNoSuchEntityException - is there is no item for the given pkvoid ejbRemove()
void ejbStore()
void setNeedsStoring(boolean needs)
boolean needsStoring()
PK ejbFindByPrimaryKey(PK pkValue) throws YObjectNotFoundException
YObjectNotFoundExceptionCopyright © 2018 SAP SE. All Rights Reserved.