|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CustomerPK | |
com.bankframe.examples.bo.impl.customer |
Uses of CustomerPK in com.bankframe.examples.bo.impl.customer |
Methods in com.bankframe.examples.bo.impl.customer that return CustomerPK | |
CustomerPK |
CustomerBMPBean.ejbCreate(java.lang.String ownerId,
java.lang.String title,
java.lang.String firstName,
java.lang.String lastName)
This method initialises a new instance of the customer entity. |
CustomerPK |
CustomerBMPBean.ejbFindByPrimaryKey(CustomerPK primaryKey)
This method verifies that the specified customer instance exists. |
Methods in com.bankframe.examples.bo.impl.customer with parameters of type CustomerPK | |
Customer |
CustomerHome.findByPrimaryKey(CustomerPK primaryKey)
This method get a entity instance that is identified by the given primary key. |
CustomerPK |
CustomerBMPBean.ejbFindByPrimaryKey(CustomerPK primaryKey)
This method verifies that the specified customer instance exists. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |