]> git.mxchange.org Git - jcontacts-business-lib.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 10 Sep 2017 19:20:13 +0000 (21:20 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 10 Sep 2017 19:20:13 +0000 (21:20 +0200)
commitfd25311e986ccaf7f42d37d79e1e705b8097fe61
tree83d50a36172c2f5fc34620449b8bea8fc4151523
parentcf0861ec57a2c590b5959ad9232e0323c0bb83ef
Continued:
- moved these remote interfaces to 'model' package as they (by convention)
  should be in same package as the "main entity" (what the remote interface is
  all about) is.

Signed-off-by: Roland Häder <roland@mxchange.org>
14 files changed:
src/org/mxchange/jcontactsbusiness/basicdata/AdminBusinessDataSessionBeanRemote.java [deleted file]
src/org/mxchange/jcontactsbusiness/basicdata/BusinessDataSessionBeanRemote.java [deleted file]
src/org/mxchange/jcontactsbusiness/branchoffice/AdminBranchOfficeSessionBeanRemote.java [deleted file]
src/org/mxchange/jcontactsbusiness/branchoffice/BranchOfficeSessionBeanRemote.java [deleted file]
src/org/mxchange/jcontactsbusiness/employee/AdminCompanyEmployeeSessionBeanRemote.java [deleted file]
src/org/mxchange/jcontactsbusiness/employee/CompanyEmployeeSessionBeanRemote.java [deleted file]
src/org/mxchange/jcontactsbusiness/headquarters/CompanyHeadquartersSessionBeanRemote.java [deleted file]
src/org/mxchange/jcontactsbusiness/model/basicdata/AdminBasicCompanyDataSessionBeanRemote.java [new file with mode: 0644]
src/org/mxchange/jcontactsbusiness/model/basicdata/BasicCompanyDataSessionBeanRemote.java [new file with mode: 0644]
src/org/mxchange/jcontactsbusiness/model/branchoffice/AdminBranchOfficeSessionBeanRemote.java [new file with mode: 0644]
src/org/mxchange/jcontactsbusiness/model/branchoffice/BranchOfficeSessionBeanRemote.java [new file with mode: 0644]
src/org/mxchange/jcontactsbusiness/model/employee/AdminCompanyEmployeeSessionBeanRemote.java [new file with mode: 0644]
src/org/mxchange/jcontactsbusiness/model/employee/CompanyEmployeeSessionBeanRemote.java [new file with mode: 0644]
src/org/mxchange/jcontactsbusiness/model/headquarters/CompanyHeadquartersSessionBeanRemote.java [new file with mode: 0644]