This image shows the three Employee classes and
their associated methods and datatypes.
The three classes are:
- empbft.component.employee.ejb.Employee
- empbft.component.employee.ejb.EmployeeBean
- empbft.component.employee.ejb.EmployeeHome
Datatypes under empbft.component.employee.ejb.EmployeeBean:
- m_emp: MutableEmployeeModel
- m_ctx: EntityContext
- m_dao: EmployeeDAO
Methods under empbft.component.employee.ejb.EmployeeBean:
- Constructor()
- ejbFindByPrimaryKey(int empId): Integer
- getDetails(): EmployeeModel
- ejbActivate(): void
- ejbLoad(): void
- ejbPassivate(): void
- ejbRemove(): void
- ejbStore(): void
- setEntityContext(EntityContext ctx): void
- unsetEntityContext(): void
- addBenefits(int benefits[]): void
- removeBenefits(int benefits[]): void
Methods under empbft.component.employee.ejb.EmployeeHome:
- findByPrimaryKey(int employeeID): Employee
Methods under empbft.component.employee.ejb.Employee:
- getDetails(): EmployeeModel
- addBenefits(int benefits[]): void
- removeBenefits(int benefits[]): void