]> git.mxchange.org Git - jcontacts-business-lib.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 7 Oct 2017 20:07:37 +0000 (22:07 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 7 Oct 2017 20:15:03 +0000 (22:15 +0200)
commit37be90ce335c5da949af59beb0bee54b8822ec8e
tree6931dfd0f036cae66f267e318b4766661ef6caef
parente40a4016e0c31b50c908a2f8771c6b9c4f9e86c1
Continued:
- renamed CompanyDepartment -> Department, there will be no fire department or so
- added remote session beans (general/admin) for opening times with some methods
- removed unused imports

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jcontactsbusiness/model/branchoffice/AdminBranchOfficeSessionBeanRemote.java
src/org/mxchange/jcontactsbusiness/model/branchoffice/BranchOfficeSessionBeanRemote.java
src/org/mxchange/jcontactsbusiness/model/department/AdminCompanyDepartmentSessionBeanRemote.java [deleted file]
src/org/mxchange/jcontactsbusiness/model/department/AdminDepartmentSessionBeanRemote.java [new file with mode: 0644]
src/org/mxchange/jcontactsbusiness/model/department/CompanyDepartmentSessionBeanRemote.java [deleted file]
src/org/mxchange/jcontactsbusiness/model/department/DepartmentSessionBeanRemote.java [new file with mode: 0644]
src/org/mxchange/jcontactsbusiness/model/employee/CompanyEmployeeSessionBeanRemote.java
src/org/mxchange/jcontactsbusiness/model/opening_times/AdminOpeningTimesSessionBeanRemote.java [new file with mode: 0644]
src/org/mxchange/jcontactsbusiness/model/opening_times/OpeningTimesSessionBeanRemote.java [new file with mode: 0644]