CompanyHandler
This class contains the functions to perform the following:
- Retrieve Company(s)
- Update Company(s)
api | |
---|---|
package | simPROAPI |
subpackage | Configuration |
author | Nathan Muir |
version | 2011-07-18 |
Retrieve(int $CompanyID) : array
This function retrieves details for a specific company id
uses | \CompanyHandler::RetrieveList() |
---|---|
used_by | \JobHandler::RetrieveList() |
int
the Company ID. In single company builds, this is 0.
array
RetrieveGeneralSettings(array $CompanyIDs) : array
This function retrieves general settings for the provided list of company ids
array
The CompanyIDs to search for
array
RetrieveList(array $CompanyIDs) : array
This function retrieves details on the provided list of company ids
used_by | \CompanyHandler::Search() |
---|---|
used_by | \CompanyHandler::Retrieve() |
array
The CompanyIDs to search for
array
RetrieveMobilePages(array $CompanyIDs) : array
This function retrieves mobile pages for the provided list of company ids
array
The CompanyIDs to search for
array
RetrieveMobileSettings(array $CompanyIDs) : array
This function retrieves mobile settings for the provided list of company ids
array
The CompanyIDs to search for
array
RetrieveMobileStatuses(array $CompanyIDs) : array
This function retrieves mobile statuses details for the provided list of company ids
array
The CompanyIDs to search for
array
Search(string $CompanyName = "%") : array
This function searches for a company with a name. Use % for wildcards
uses | \CompanyHandler::RetrieveList() |
---|
string
The Company Name to search for
array