Configuring Contact search criteria and search results in ContactManager
The Gosu class ABContactAPISearchCriteria specifies the contact search criteria that the Guidewire core applications can use. The package for this class is gw.webservice.ab.ab1000.abcontactapi. You can edit this class to add new search criteria for core application contact searches.
You can also define the fields included in the search results that ContactManager sends back to a Guidewire core application. To add a field to the search results, add code for the field to the Gosu class gw.webservice.ab.ab1000.abcontactapi.ABContactAPISearchResult.
These classes, ABContactAPISearchCriteria and ABContactAPISearchResult, are classes used as parameters in the web service API. After changing either of these classes, restart ContactManager to regenerate these web services. Then start Guidewire Studio™ for the Guidewire core application, navigate to the ab1000.wsc web collection, and fetch updates for the ContactManager web service ABContactAPI.
See also
