]> git.mxchange.org Git - jcontacts-business-lib.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 16 Oct 2017 18:30:17 +0000 (20:30 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 16 Oct 2017 19:49:02 +0000 (21:49 +0200)
commit18bf4040415c496e00723eae991591a6f922c63d
treef2272e2521da72b6fb3440d109033e63bb610731
parent33b71358686963acf0f59b59b1bb9e31ef56a6cb
Continued:
- renamed remote interfaces for employees as there is no need for explicit
  company employees
- removed all find*ById() as they were a performance problem
- removed more that causes unneccessary load on EJB container

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jcontactsbusiness/model/basicdata/AdminBasicCompanyDataSessionBeanRemote.java
src/org/mxchange/jcontactsbusiness/model/basicdata/BasicCompanyDataSessionBeanRemote.java
src/org/mxchange/jcontactsbusiness/model/branchoffice/BranchOfficeSessionBeanRemote.java
src/org/mxchange/jcontactsbusiness/model/department/DepartmentSessionBeanRemote.java
src/org/mxchange/jcontactsbusiness/model/employee/AdminCompanyEmployeeSessionBeanRemote.java [deleted file]
src/org/mxchange/jcontactsbusiness/model/employee/AdminEmployeeSessionBeanRemote.java [new file with mode: 0644]
src/org/mxchange/jcontactsbusiness/model/employee/CompanyEmployeeSessionBeanRemote.java [deleted file]
src/org/mxchange/jcontactsbusiness/model/employee/EmployeeSessionBeanRemote.java [new file with mode: 0644]
src/org/mxchange/jcontactsbusiness/model/opening_time/OpeningTimeSessionBeanRemote.java