]> git.mxchange.org Git - jcontacts-business-lib.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 1 Nov 2017 20:30:23 +0000 (21:30 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 1 Nov 2017 20:34:51 +0000 (21:34 +0100)
commit2fdccc2d1baeb305612a09bdc3eaa731b63eb312
tree71c9e40021f190af6758804b983ba94806778104
parent18bf4040415c496e00723eae991591a6f922c63d
Continued:
- find<Entity>ById() is no longer used as this should now done entirely by the
  application as these kinds of "lookups" are causing "expensive" EJB calls.
- renamed remote interface as there will be no other headquarters than for
  companies
- added remote interface for administrative purposes for headquarters data

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jcontactsbusiness/model/headquarters/AdminHeadquartersSessionBeanRemote.java [new file with mode: 0644]
src/org/mxchange/jcontactsbusiness/model/headquarters/CompanyHeadquartersSessionBeanRemote.java [deleted file]
src/org/mxchange/jcontactsbusiness/model/headquarters/HeadquartersSessionBeanRemote.java [new file with mode: 0644]