]> git.mxchange.org Git - jcontacts-business-lib.git/blobdiff - src/org/mxchange/jcontactsbusiness/model/basicdata/BasicCompanyDataSessionBeanRemote.java
Updated copyright year
[jcontacts-business-lib.git] / src / org / mxchange / jcontactsbusiness / model / basicdata / BasicCompanyDataSessionBeanRemote.java
index c7964342002ffd8c39b833baae3acc7f20eada5e..bdacb6385ec9b7db4d909a2e9081bc75d8d664c8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017, 2020 Free Software Foundation
+ * Copyright (C) 2017 - 2024 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -34,6 +34,6 @@ public interface BasicCompanyDataSessionBeanRemote extends Serializable {
         * <p>
         * @return A list with all business contacts
         */
-       List<BasicData> allBusinessBasicData ();
+       List<BasicData> fetchAllBusinessBasicData ();
 
 }