|
© 2001 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.beasys.commerce.axiom.contact.UserSmartBMP
Implementation of the SmartBMP interface for the User bean. This class is responsible for persisting User entity beans.
User
,
UserHome
,
UserValue
Constructor Summary | |
UserSmartBMP()
Default constructor. |
Method Summary | |
void |
create(SmartKey smartKey,
EntityImpl entityImpl)
Implements BMP functionality of ejbCreate() method. |
boolean |
exists(SmartKey smartKey,
EntityImpl entityImpl)
Indicates if a bean with the specified primary key exists in the persistent store. |
java.util.Enumeration |
findAll(EntityImpl entityImpl)
Implements BMP functionality of ejbFindAll() method. |
void |
refresh(SmartKey smartKey,
EntityImpl entityImpl)
Implements BMP functionality of ejbLoad() method. |
void |
remove(SmartKey smartKey,
EntityImpl entityImpl)
Implements BMP functionality of ejbRemove() method. |
void |
update(SmartKey smartKey,
EntityImpl entityImpl)
Implements BMP functionality of ejbStore() and ejbPostCreate() methods. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UserSmartBMP()
Method Detail |
public void create(SmartKey smartKey, EntityImpl entityImpl) throws BMPException
create
in interface SmartBMP
smartKey
- the primary key of the beanentityImpl
- READ ONLY, invalid, uninitialized instance of the entity
bean.BMPException
- wrapper for provider exceptionpublic void refresh(SmartKey smartKey, EntityImpl entityImpl) throws BMPException
refresh
in interface SmartBMP
smartKey
- the primary key of the beanentityImpl
- READ/WRITE instance of the entity bean.BMPException
- wrapper for provider exceptionpublic void update(SmartKey smartKey, EntityImpl entityImpl) throws BMPException
update
in interface SmartBMP
smartKey
- the primary key of the beanentityImpl
- READ ONLY instance of the entity bean.BMPException
- wrapper for provider exceptionpublic void remove(SmartKey smartKey, EntityImpl entityImpl) throws BMPException
remove
in interface SmartBMP
smartKey
- the primary key of the beanBMPException
- wrapper for provider exceptionpublic boolean exists(SmartKey smartKey, EntityImpl entityImpl) throws BMPException
exists
in interface SmartBMP
smartKey
- the primary key of the beanBMPException
- wrapper for provider exceptionpublic java.util.Enumeration findAll(EntityImpl entityImpl) throws BMPException
findAll
in interface SmartBMP
BMPException
- wrapper for provider exception
|
© 2001 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |