프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$classmap | array | Default class map for wsdl=>php | |
$endpoint | string | The endpoint of the service |
메소드 | 설명 | |
---|---|---|
__construct ( string $wsdl, array $options, $user ) | Constructor using wsdl location and options array | |
createProductTemplates ( $productTemplates ) : the | Creates new {@link ProductTemplate} objects. | |
getProductTemplatesByStatement ( $statement ) : the | Gets a {@link ProductTemplatePage} of {@link ProductTemplate} objects that satisfy the filtering criteria specified by given {@link Statement#query}. | |
performProductTemplateAction ( $action, $filterStatement ) : the | Performs action on {@link ProductTemplate} objects that satisfy the given {@link Statement#query}. | |
updateProductTemplates ( $productTemplates ) : the | Updates the specified {@link ProductTemplate} objects. |
public __construct ( string $wsdl, array $options, $user ) | ||
$wsdl | string | WSDL location for this service |
$options | array | Options for the SoapClient |
public createProductTemplates ( $productTemplates ) : the | ||
리턴 | the | persisted product templates with their Ids filled in |
PQL Property | Object Property |
---|---|
{@code id} | {@link ProductTemplate#id} |
{@code name} | {@link ProductTemplate#name} |
{@code nameMacro} | {@link ProductTemplate#nameMacro} |
{@code description} | {@link ProductTemplate#description} |
{@code status} | {@link ProductTemplate#status} |
{@code lastModifiedDateTime} | {@link ProductTemplate#lastModifiedDateTime} |
{@code lineItemType} | {@link LineItemType} |
{@code productType} | {@link ProductType} |
{@code rateType} | {@link RateType} |
public getProductTemplatesByStatement ( $statement ) : the | ||
리턴 | the | productTemplates that match the given statement |
public performProductTemplateAction ( $action, $filterStatement ) : the | ||
리턴 | the | result of the action performed |
public updateProductTemplates ( $productTemplates ) : the | ||
리턴 | the | updated product templates |