PolicyCenter integration file name and package changes

PolicyCenter 7.0

PolicyCenter 8.0.0

ContactSystemPlugin

Name of both plugin registry, ContactSystemPlugin.xml, and plugin interface, ContactSystemPlugin.java.

ContactSystemPlugin

Name of both the plugin registry, ContactSystemPlugin.gwp, and the plugin interface, ContactSystemPlugin.java

See Integrating ContactManager with PolicyCenter in QuickStart.

ABContactSystemPlugin

Plugin class that implements ContactSystemPlugin.java. Package name – gw.plugin.contact.ab700

ABContactSystemPlugin (ab800 version)

Plugin class that implements ContactSystemPlugin.java.

Package name – gw.plugin.contact.ab800.

When ContactManager 8.0 is installed with PolicyCenter 8.0, register this plugin implementation.

ABContactSystemPlugin (ab700 version)

Plugin class that implements ContactSystemPlugin.java.

Package name – gw.plugin.contact.ab700

When ContactManager 7.0 is installed with PolicyCenter 8.0, register this plugin implementation.

ContactIntegrationXMLMapper.gs

Name of the class that maps contact data as XML between PolicyCenter and ContactManager.

Package name – gw.plugin.contact.ab700

ContactMapper.gs

This XML mapping class has been completely changed in PolicyCenter 8.0. It supports integration with ContactManager 8.0.

Package name – gw.contactmapper.ab800

See ContactMapper class.

ContactIntegrationXMLMapper.gs

This XML mapping class supports integration with ContactManager 7.0.

Package name – gw.contactmapper.ab700

pc-to-cm-type-mapping.xml and

cm-to-pc-type-mapping.xml

Names of the files used to specify how to map differing entity names and typecodes between PolicyCenter and ContactManager.

PCNameMapper.gs

This Gosu class replaces the two XML mapping files in PolicyCenter 8.0.

Package name – gw.contactmapper.ab800

See Core application mapping.

ContactAPI.gs

The web service that implements ABClientAPI to provide a way for ContactManager to call into PolicyCenter.

Package name –

gw.webservice.pc.pc700.contact

ContactAPI.gs (ab800 version)

Package name –

gw.webservice.pc.pc800.contact

See ABClientAPI interface.

ContactAPI.gs (ab700 version)

This web service supports integration with ContactManager 7.0.

Package name –

gw.webservice.pc.pc700.contact