Squiz Matrix
4.12.2
|
Public Member Functions | |
__construct ($assetid=0) | |
getFunctionList () | |
ApplyDesign ($request) | |
RemoveDesign ($request) | |
GetDesignFromURL ($request) | |
ApplyAssetPaintLayout ($request) | |
RemoveAssetPaintLayout ($request) | |
Static Public Member Functions | |
static | getComplexElements ($func_list=Array()) |
static | getComplexTypes ($func_list=Array()) |
static | getSimpleRestrictedTypes ($func_list=Array()) |
Definition at line 31 of file soap_api_design_lookup_service.inc.
__construct | ( | $assetid = 0 | ) |
Constructor
int | $assetid | the asset id to be loaded |
Definition at line 41 of file soap_api_design_lookup_service.inc.
ApplyAssetPaintLayout | ( | $request | ) |
Description: This operation will apply a paintlayout to an asset
array | $request | the request information Array ( 'PaintLayoutID' => [The assetid of the paintlayout], 'AssetID' => [The asset being applied paintlayout to], 'PaintLayoutType' => [Type of paint layout Frontend or OverrideFrontend], ) |
Definition at line 370 of file soap_api_design_lookup_service.inc.
ApplyDesign | ( | $request | ) |
Description: This operation will apply a design to an asset
array | $request | The request information Array ( 'DesignID' => [The Design ID], 'AssetID' => [The AssetID of the asset being applied the design], 'DesignType' => [Type of Design: Frontend, OverrideFrontend, Login, OverrideLogin, UserDefined, OverrideUserDefined], 'UserDefinedDesignName' => [Name of the new User Defined design], |
)
Definition at line 85 of file soap_api_design_lookup_service.inc.
|
static |
getComplexElements
Definition at line 627 of file soap_api_design_lookup_service.inc.
|
static |
getComplexTypes: return all the complex types used by the API
Definition at line 712 of file soap_api_design_lookup_service.inc.
GetDesignFromURL | ( | $request | ) |
Description: This operation returns the effective design of an URL
array | $asset_info | the info array to find children of a specific asset Array ( 'URL' => [The URL in question], 'DesignType' => [Type of Design: Frontend, OverrideFrontend, Login, OverrideLogin, UserDefined, OverrideUserDefined], 'UserDefinedDesignName' => [Name of the new User Defined design], ) |
Definition at line 321 of file soap_api_design_lookup_service.inc.
getFunctionList | ( | ) |
Returns a function list of the asset let the children handle this
Definition at line 55 of file soap_api_design_lookup_service.inc.
|
static |
getSimpleRestrictedTypes
Definition at line 736 of file soap_api_design_lookup_service.inc.
RemoveAssetPaintLayout | ( | $request | ) |
Description: This operation will remove a paintlayout to an asset
array | $request | the request information Array ( 'PaintLayoutID' => [The assetid of the paintlayout], 'AssetID' => [The asset being remove paintlayout from], 'PaintLayoutType' => [Type of paint layout Frontend or OverrideFrontend], ) |
Definition at line 411 of file soap_api_design_lookup_service.inc.
RemoveDesign | ( | $request | ) |
Description: This operation will remove a design to an asset
array | $request | The request information Array ( 'DesignID' => [The Design ID], 'AssetID' => [The AssetID of the asset being applied the design], 'DesignType' => [Type of Design: Frontend, OverrideFrontend, Login, OverrideLogin, UserDefined, OverrideUserDefined], 'UserDefinedDesignName' => [Name of the new User Defined design], |
)
Definition at line 244 of file soap_api_design_lookup_service.inc.