$configuration | com_maileon_api_AbstractMaileonService | protected |
$debug | com_maileon_api_AbstractMaileonService | protected |
$encodedApiKey | com_maileon_api_AbstractMaileonService | protected |
$MAILEON_XML_MIME_TYPE | com_maileon_api_AbstractMaileonService | static |
$proxy_host | com_maileon_api_AbstractMaileonService | protected |
$proxy_port | com_maileon_api_AbstractMaileonService | protected |
$throwException | com_maileon_api_AbstractMaileonService | protected |
$timeout | com_maileon_api_AbstractMaileonService | protected |
__construct(array $config) | com_maileon_api_AbstractMaileonService | |
addUnsubscriptionReasonsToUnsubscribedContact($id, $checksum=null, $reasons=null, $ignore_checksum=false) | com_maileon_api_contacts_ContactsService | |
appendArrayFields($params, $name, $fieldValues) (defined in com_maileon_api_AbstractMaileonService) | com_maileon_api_AbstractMaileonService | protected |
createContact($contact, $syncMode, $src="", $subscriptionPage="", $doi=FALSE, $doiPlus=FALSE, $doiMailingKey="") | com_maileon_api_contacts_ContactsService | |
createContactByExternalId($contact, $syncMode, $src="", $subscriptionPage="", $doi=FALSE, $doiPlus=FALSE, $doiMailingKey="") | com_maileon_api_contacts_ContactsService | |
createCustomField($name, $type= 'string') | com_maileon_api_contacts_ContactsService | |
delete($resourcePath, $queryParameters=array(), $mimeType= 'application/vnd.maileon.api+xml', $deserializationType=null) | com_maileon_api_AbstractMaileonService | |
deleteAllContacts($authorized="no") | com_maileon_api_contacts_ContactsService | |
deleteContact($id) | com_maileon_api_contacts_ContactsService | |
deleteContactByEmail($email) | com_maileon_api_contacts_ContactsService | |
deleteContactsByExternalId($externalId) | com_maileon_api_contacts_ContactsService | |
deleteCustomField($name) | com_maileon_api_contacts_ContactsService | |
deleteCustomFieldValues($name) | com_maileon_api_contacts_ContactsService | |
deleteStandardFieldValues($name) | com_maileon_api_contacts_ContactsService | |
get($resourcePath, $queryParameters=array(), $mimeType= 'application/vnd.maileon.api+xml', $deserializationType=null) | com_maileon_api_AbstractMaileonService | |
getBlockedContacts($standardFields=array(), $customFields=array(), $pageIndex=1, $pageSize=1000) | com_maileon_api_contacts_ContactsService | |
getContact($contactId, $checksum, $standard_fields=array(), $custom_fields=array(), $ignoreChecksum=false) | com_maileon_api_contacts_ContactsService | |
getContactByEmail($email, $standard_fields=array(), $custom_fields=array()) | com_maileon_api_contacts_ContactsService | |
getContacts($page_index=1, $page_size=100, $standard_fields=array(), $custom_fields=array()) | com_maileon_api_contacts_ContactsService | |
getContactsByEmail($email, $standard_fields=array(), $custom_fields=array()) | com_maileon_api_contacts_ContactsService | |
getContactsByExternalId($externalId, $standard_fields=array(), $custom_fields=array()) | com_maileon_api_contacts_ContactsService | |
getContactsByFilterId($filterId, $page_index=1, $page_size=100, $standard_fields=array(), $custom_fields=array()) | com_maileon_api_contacts_ContactsService | |
getContactsCount() | com_maileon_api_contacts_ContactsService | |
getCountActiveContactsByFilterId($filterId) | com_maileon_api_contacts_ContactsService | |
getCountContactsByFilterId($filterId) | com_maileon_api_contacts_ContactsService | |
getCustomFields() | com_maileon_api_contacts_ContactsService | |
isDebug() | com_maileon_api_AbstractMaileonService | |
post($resourcePath, $payload="", $queryParameters=array(), $mimeType= 'application/vnd.maileon.api+xml', $deserializationType=null, $contentType=null, $contentLength=null) | com_maileon_api_AbstractMaileonService | |
put($resourcePath, $payload="", $queryParameters=array(), $mimeType= 'application/vnd.maileon.api+xml', $deserializationType=null) | com_maileon_api_AbstractMaileonService | |
renameCustomField($oldName, $newName) | com_maileon_api_contacts_ContactsService | |
setDebug($isDebug) | com_maileon_api_AbstractMaileonService | |
synchronizeContacts($contacts, $permission=null, $syncMode=null, $useExternalId=false, $ignoreInvalidContacts=false, $reimportUnsubscribedContacts=true, $overridePermission=true, $updateOnly=false, $preferMaileonId=false) | com_maileon_api_contacts_ContactsService | |
unsubscribeContactByEmail($email, $mailingId="", $reasons=null, $nlAccountIds=array()) | com_maileon_api_contacts_ContactsService | |
unsubscribeContactByExternalId($externalId, $mailingId="", $reasons=null) | com_maileon_api_contacts_ContactsService | |
unsubscribeContactByExternalIdFromMultipleAccounts($externalId, $nlAccountIds=array()) | com_maileon_api_contacts_ContactsService | |
unsubscribeContactById($id, $mailingId="", $reasons=null) | com_maileon_api_contacts_ContactsService | |
updateContact($contact, $checksum="", $src=null, $subscriptionPage=null, $triggerDoi=FALSE, $doiMailingKey=null, $ignoreChecksum=false) | com_maileon_api_contacts_ContactsService | |