AdminTools extends AppController
Admin Tools
Table of Contents
Methods
| accountAccess() | AJAX request for all account access log data |
| blacklist() | Shows all the blacklist rules |
| blacklistAdd() | Adds a new rule to the blacklist |
| blacklistDelete() | Deletes a rule from the blacklist |
| changeMaxAttempts() | Update service max attempts |
| convertCurrency() | Currency conversion |
| dequeue() | Remove service from renewal queue |
| gatewayLogList() | AJAX request for all gateway log data under a specific gateway log group |
| index() | Index |
| logAccountAccess() | List all account access log data |
| logClientSettings() | List all client settings log data |
| logContacts() | List all contact log data |
| logCron() | List all cron log data |
| logEmail() | List all email log data |
| logGateway() | List gateway log data |
| logInvoiceDelivery() | List all invoice delivery log data |
| logMessenger() | List module log data |
| logModule() | List module log data |
| logs() | All logs |
| logServiceChanges() | List all service changes log data |
| logTransactions() | List all transaction log data |
| logUsers() | List all user log data |
| messengerLogList() | AJAX request for all messenger log data under a specific messenger log group |
| moduleLogList() | AJAX request for all module log data under a specific module log group |
| preAction() | Tools pre-action |
| provisioning() | Displays a list of provisioning services |
| renewals() | Displays a list of renewing services |
| serviceChanges() | Shows all the service changes |
| serviceChangesCancel() | Cancels the pending service changes |
| serviceChangesRetry() | Retries the errored service changes |
| utilities() | Displays a list of utilities |
| getLogNames() | Retrieves a list of link tabs for use in templates |
Methods
accountAccess()
AJAX request for all account access log data
public
accountAccess() : mixed
blacklist()
Shows all the blacklist rules
public
blacklist() : mixed
blacklistAdd()
Adds a new rule to the blacklist
public
blacklistAdd() : mixed
blacklistDelete()
Deletes a rule from the blacklist
public
blacklistDelete() : mixed
changeMaxAttempts()
Update service max attempts
public
changeMaxAttempts() : mixed
convertCurrency()
Currency conversion
public
convertCurrency() : mixed
dequeue()
Remove service from renewal queue
public
dequeue() : mixed
gatewayLogList()
AJAX request for all gateway log data under a specific gateway log group
public
gatewayLogList() : mixed
index()
Index
public
index() : mixed
logAccountAccess()
List all account access log data
public
logAccountAccess() : mixed
logClientSettings()
List all client settings log data
public
logClientSettings() : mixed
logContacts()
List all contact log data
public
logContacts() : mixed
logCron()
List all cron log data
public
logCron() : mixed
logEmail()
List all email log data
public
logEmail() : mixed
logGateway()
List gateway log data
public
logGateway() : mixed
logInvoiceDelivery()
List all invoice delivery log data
public
logInvoiceDelivery() : mixed
logMessenger()
List module log data
public
logMessenger() : mixed
logModule()
List module log data
public
logModule() : mixed
logs()
All logs
public
logs() : mixed
logServiceChanges()
List all service changes log data
public
logServiceChanges() : mixed
logTransactions()
List all transaction log data
public
logTransactions() : mixed
logUsers()
List all user log data
public
logUsers() : mixed
messengerLogList()
AJAX request for all messenger log data under a specific messenger log group
public
messengerLogList() : mixed
moduleLogList()
AJAX request for all module log data under a specific module log group
public
moduleLogList() : mixed
preAction()
Tools pre-action
public
preAction() : mixed
provisioning()
Displays a list of provisioning services
public
provisioning() : mixed
renewals()
Displays a list of renewing services
public
renewals() : mixed
serviceChanges()
Shows all the service changes
public
serviceChanges() : mixed
serviceChangesCancel()
Cancels the pending service changes
public
serviceChangesCancel() : mixed
serviceChangesRetry()
Retries the errored service changes
public
serviceChangesRetry() : mixed
utilities()
Displays a list of utilities
public
utilities() : mixed
getLogNames()
Retrieves a list of link tabs for use in templates
private
getLogNames() : mixed