Package DE_EPAGES::MultiStore::API::Resource::MultiStoreSubShopProductMaps
implements the REST resource for multistore products.
Base |
DE_EPAGES::WebService::API::Resource::BaseObjectResource |
Functions
class
Returns the class name of objects that are represented by this resource. The value is passed to $Site->loadObject($ObjectID, $Class);
Syntax |
$ClassName = $Resource->class; |
Return |
|
delete
Returns the delete result for ms_subshop_product_maps.
Syntax |
$hRequestContext = $Resource->delete($System); |
Input |
|
Return |
|
get
Returns the get result for ms_subshop_product_maps.
Syntax |
$hRequestContext = $Resource->get($System, $GUIDs); |
Input |
|
Return |
|
match
Tests if the resource can handle the request. If no, returns an empty list. If yes, returns a defined value. In some cases this value can be interpreted as object identifier for the actual resource.
Syntax |
$Match = $Resource->match($Request); |
Example |
$Match = $Resource->match($Request); if (defined $Match) { my $hRequestContext = $Resource->requestContext($Site, $Match, $Request); } |
Input |
|
Return |
|
params
Returns the parameters for the action function.
Syntax |
$hRequestContext = $Resource->params($ActionName, $Match, $Request); |
Input |
|
Return |
|
post
Returns the post result for ms_subshop_product_maps.
Syntax |
$hRequestContext = $Resource->post($System, $Request); |
Input |
|
Return |
|
put
Returns the put result for ms_subshop_product_maps.
Syntax |
$hRequestContext = $Resource->put($System, $Request); |
Input |
|
Return |
|
service
Returns the RestService object that contains the RestServiceMethod objects which implement the actual actions.
Syntax |
$RestService = $Resource->service; |
Return |
|