terms was a bad style anyway. Now these two entities are merged into
"BusinessBasicData" and kept in main package of this project.
Signed-off-by: Roland Häder <roland@mxchange.org>
* @throws BusinessContactNotFoundException If the id number could not be
* looked up and solved into an entity
*/
- BusinessContact findBusinessContactById (final Long businessContactId) throws BusinessContactNotFoundException;
+ BusinessBasicData findBusinessDataById (final Long businessContactId) throws BusinessContactNotFoundException;
/**
* Returns a list, even empty if not thing found, from all business
* <p>
* @return A list with all business contacts
*/
- List<BusinessContact> allBusinessContacts ();
+ List<BusinessBasicData> allBusinessContacts ();
}