]> git.mxchange.org Git - jcontacts-business-lib.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 14 Apr 2020 19:49:45 +0000 (21:49 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 14 Apr 2020 19:49:45 +0000 (21:49 +0200)
commit3e1c1724639a5ecc6bf7a73ea3c111085193c238
tree6f075091105b6b7f16baa4f329730eafd68e6215
parentf8767f4a836c9efe814b87e26af0334244459622
Continued:
- renamed allSomeEntities() to fetchAllSomeEntities()
- maybe removed deprecated or not recommended business methods
- if a method fetches e.g. a limited list of "Bar" entities, limited by an
  entity "Foo" it must be named "fetchAllBarsByFoo()"

Signed-off-by: Roland Häder <roland@mxchange.org>
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/EmployeeSessionBeanRemote.java
src/org/mxchange/jcontactsbusiness/model/headquarter/HeadquarterSessionBeanRemote.java
src/org/mxchange/jcontactsbusiness/model/opening_time/OpeningTimeSessionBeanRemote.java