From 548c43a0cf17c07eec086f4da5a73ca8c61fdd0e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 23 Jul 2017 18:38:33 +0200 Subject: [PATCH] updated jar(s) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- lib/jcontacts-business-core.jar | Bin 76407 -> 76392 bytes ...ava => BusinessDataSessionBeanRemote.java} | 14 +++++++------- 2 files changed, 7 insertions(+), 7 deletions(-) rename src/org/mxchange/jcontactsbusiness/{BusinessContactSessionBeanRemote.java => BusinessDataSessionBeanRemote.java} (71%) diff --git a/lib/jcontacts-business-core.jar b/lib/jcontacts-business-core.jar index 01af14651ea9554fd1fafc4f4a750d3cfa5b4011..289e64f023cb5bbb20c78ca1965a85711113accc 100644 GIT binary patch delta 537 zcmexxzi@{Xfn;2Hqrbe)7)vBwHUv1^Uj_2-D_cY+NXR4 z28R62dc3nm<>eTd7@Qaw8H|e=N*P>$9M@!qG6wf(2F6qd4+hW8-<7t12kM``L5k55 zXxjAGQjBYX{Oz-(8P74J8aTaFp0R}Krtb7W1xAg@>%@7c%PTM%FuF_+P+-hq(hZtC zkx6m-eFa7zroZVR_T>IZ?#aGIT$AH6*rsPHGHNk>%ALMZhEZ$!enm!mCifmNXL3U< z$8;klMgt~}sgn=Rw3ysCO>}a@RJQ3IDvSctk1H`sF-@BZl<kRe=2W2f+5PKO!@|3B->%3+Ct7iBH~t7HTq+D$pS13t)*4 z*9E5sr~>`MGrdujF^TEd{mC1d^(RL?5t*)`2GoE01DJ2~nFqudo4#5NsQ30~prGY6 zbw)cTmhT|uq`$n=+te8inHqk>m%k3qb5++d!|^f(?yHn9M2RyGD8&;Y{y{0t0}r5J%c0MZPw00000 delta 544 zcmY+8Ur3Wt7{=e{eEXKUNuQXLz7=hAe~ry=MOhGqp;=8-3Zx7o5JM;;w4!d7cU`#{ zXZ2#4^!FwRlwDX?dEu=va90%}(Z%X&vWr2`=zQPkqI2N9JkRs;drqb7s+V2fv5e+w zC2Aqc74qJMm@nk}w)0<%;!*tcw9Oal=PtgUI*<(zWs9k{XPv1e2|7g@9h#*(ba;Y} zP@nw_C~I(%?$Xd@!W5mMvox;!VkNX%7r6qzG;vJ9`KyWdJmQD3y5Pr}_J0Fk+mG9# zl9YK7l)ZWf8v$6j!2JQ-5XaBkHkSez7T#%RW$uzko|tKsqtkAl2%<;eCU2|B%R!vP zI9G$16kU&PFC?EY`s9Nrojer!?DAMR)D~5aG(eI{LjUg>O4M)f; zjU9X|jvnnHAcOTm{vJnK({ymVj$s~(sBg_AU}|$M&AgmY`5%uh26)s9w{I+?yGfn6 Mx}SCty)vQHUjvG$xBvhE diff --git a/src/org/mxchange/jcontactsbusiness/BusinessContactSessionBeanRemote.java b/src/org/mxchange/jcontactsbusiness/BusinessDataSessionBeanRemote.java similarity index 71% rename from src/org/mxchange/jcontactsbusiness/BusinessContactSessionBeanRemote.java rename to src/org/mxchange/jcontactsbusiness/BusinessDataSessionBeanRemote.java index e5bb247..c521149 100644 --- a/src/org/mxchange/jcontactsbusiness/BusinessContactSessionBeanRemote.java +++ b/src/org/mxchange/jcontactsbusiness/BusinessDataSessionBeanRemote.java @@ -19,7 +19,7 @@ package org.mxchange.jcontactsbusiness; import java.io.Serializable; import java.util.List; import javax.ejb.Remote; -import org.mxchange.jcontactsbusiness.exceptions.BusinessContactNotFoundException; +import org.mxchange.jcontactsbusiness.exceptions.BusinessDataNotFoundException; /** * A remote interface for business contact data @@ -27,20 +27,20 @@ import org.mxchange.jcontactsbusiness.exceptions.BusinessContactNotFoundExceptio * @author Roland Häder */ @Remote -public interface BusinessContactSessionBeanRemote extends Serializable { +public interface BusinessDataSessionBeanRemote extends Serializable { /** - * Retrieves a single business contact entity for given id number or throws - * a proper exception if not found. + * Retrieves a single business data entity for given id number or throws a + * proper exception if not found. *

- * @param businessContactId Business contact id to lookup + * @param businessDataId Business data id to lookup *

* @return Business contact instance *

- * @throws BusinessContactNotFoundException If the id number could not be + * @throws BusinessDataNotFoundException If the id number could not be * looked up and solved into an entity */ - BusinessBasicData findBusinessDataById (final Long businessContactId) throws BusinessContactNotFoundException; + BusinessBasicData findBusinessDataById (final Long businessDataId) throws BusinessDataNotFoundException; /** * Returns a list, even empty if not thing found, from all business -- 2.39.2