\

Classes

Object_Sync_Salesforce Start up the Object Sync for Salesforce plugin; initialize parameters and classes
Object_Sync_Sf_Activate What to do when the plugin is activated
Object_Sync_Sf_Admin Create default WordPress admin functionality to configure the plugin.
Object_Sync_Sf_Admin_Notice Generate notices in the WordPress admin
Object_Sync_Sf_Deactivate What to do when the plugin is deactivated
Object_Sync_Sf_Exception
Object_Sync_Sf_Logging Log events based on plugin settings
Object_Sync_Sf_Mapping Map objects and records between WordPress and Salesforce
Object_Sync_Sf_Queue Object_Sync_Sf_Queue
Object_Sync_Sf_Rest Create WordPress REST API functionality
Object_Sync_Sf_Salesforce Ability to authorize and communicate with the Salesforce REST API. This class can make read and write calls to Salesforce, and also cache the responses in WordPress.
Object_Sync_Sf_Salesforce_Pull Pull data from Salesforce into WordPress
Object_Sync_Sf_Salesforce_Push Push data from WordPress into Salesforce
Object_Sync_Sf_Salesforce_Select_Query Class representing a Salesforce SELECT SOQL query.
Object_Sync_Sf_Salesforce_Soap_Partner Expose the partner SOAP API by extending SforcePartnerClient and configuring it with the OAUTH credentials and endpoints from the Salesforce API class.
Object_Sync_Sf_WordPress Work with the WordPress $wpdb object. This class can make read and write calls to the WordPress database, and also cache the responses.
Object_Sync_Sf_WordPress_Transient Class to store all theme/plugin transients as an array in one WordPress transient
WordpressException WordpressException is a placeholder class in the event that we want to modify Exception for our own purposes.