Business Components are accessed via their business interfaces. Following is an example of how to call the above component from some other business object:
PersonFinders finders = PersonFinders.Factory.newInstance(); int count = finders.findCountByNameType(NameTypeLookup.constants.PRIMARY); logger.info(count + " primary names found");
Copyright © 2019, Oracle and/or its affiliates. All rights reserved. Documentation build: 7.30.2019 15:44:44 [SDK_1564515884000]