]> git.mxchange.org Git - jcontacts-business-lib.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 3 Sep 2017 22:59:11 +0000 (00:59 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 3 Sep 2017 22:59:11 +0000 (00:59 +0200)
commit07dd67fd617e84466dbc0c348ca243bd19efe9c0
treef586d3a02574b6862fcfccf59be9f814741dcb32
parent00d294eb9288abd4aae9ae40a4d4eede2ff151a8
Continued:
- renamed + moved allBusinessContacts() -> allBusinessContacts() as this is a
  generic method (not only admin)
- added admin-only addCompanyBasicData() buisness method
- added initial remote interfaces for admin and general purposes for branch
  offices
- the later one has its first business method allBranchOffices()
- added initial remote interface for headquarters data and first business method
  findCompanyHeadquartersById()
- fixed copyright

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