public class FetchTopCategoriesTaskCmdImpl extends AbstractFetchCatalogGroupSOICmdImpl
CatalogContext
using getCatalogContext()
method in the CatalogComponentHelper
helper classs.
The store id is retrieved from the BaseContext
using ,getStoreId()
method in the CatalogComponentHelper
helper class. /CatalogGroup[@topCatalogGroup='true']
Constructor and Description |
---|
FetchTopCategoriesTaskCmdImpl() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList |
fetchCatalogGroups()
This method is used to fetch the top category data beans, given the
catalog id.
|
execute, getBeginIndex, getDisplayNum, getLogger, getNouns, getRecordSetCompleteIndicator, getRecordSetCount, getRecordSetReferenceId, getRecordSetStartNumber, getRecordSetTotal, getShow, getShowCatalogGroupDataArea, isReadyToCallExecute, reset, setGet, setPagingParameters, setRecordSetCompleteIndicator, setRecordSetCount, setRecordSetReferenceId, setRecordSetStartNumber, setRecordSetTotal, setSearchExpression, setVersionCheck
public java.util.ArrayList fetchCatalogGroups() throws CatalogApplicationException
ArrayList
containing the category data bean corresponding to the
identifier.CatalogApplicationException
- when the activation of the category data bean fails.