Method | Description | |
---|---|---|
countAction ( ) : Response | Returns the view for the XHR response with the counts for the facetted search. | |
countComponentAction ( ) : Response | Returns the output of the catalog count component | |
detailAction ( ) : Response | Returns the html for the catalog detail page. | |
detailComponentAction ( ) : Response | Returns the output of the catalog detail component | |
filterComponentAction ( ) : Response | Returns the output of the catalog filter component | |
listAction ( ) : Response | Returns the html for the catalog list page. | |
listComponentAction ( ) : Response | Returns the output of the catalog list component | |
sessionComponentAction ( ) : Response | Returns the output of the catalog session component | |
stageComponentAction ( ) : Response | Returns the output of the catalog stage component | |
stockAction ( ) : Response | Returns the html body part for the catalog stock page. | |
stockComponentAction ( ) : Response | Returns the output of the catalog stock component | |
suggestAction ( ) : Response | Returns the view for the XHR response with the product information for the search suggestion. | |
suggestComponentAction ( ) : Response | Returns the output of the catalog suggest component |
public countAction ( ) : Response | ||
return | Response | Response object containing the generated output |
public countComponentAction ( ) : Response | ||
return | Response | Response object containing the generated output |
public detailAction ( ) : Response | ||
return | Response | Response object containing the generated output |
public detailComponentAction ( ) : Response | ||
return | Response | Response object containing the generated output |
public filterComponentAction ( ) : Response | ||
return | Response | Response object containing the generated output |
public listAction ( ) : Response | ||
return | Response | Response object containing the generated output |
public listComponentAction ( ) : Response | ||
return | Response | Response object containing the generated output |
public sessionComponentAction ( ) : Response | ||
return | Response | Response object containing the generated output |
public stageComponentAction ( ) : Response | ||
return | Response | Response object containing the generated output |
public stockAction ( ) : Response | ||
return | Response | Response object containing the generated output |
public stockComponentAction ( ) : Response | ||
return | Response | Response object containing the generated output |
public suggestAction ( ) : Response | ||
return | Response | Response object containing the generated output |
public suggestComponentAction ( ) : Response | ||
return | Response | Response object containing the generated output |