public class ComposeCatalogGroupMerchandisingAssociationsTaskCmdImpl extends java.lang.Object implements ComposeCatalogGroupTaskCmd
DEFAULTCOMMANDCLASSNAME, NAME
Constructor and Description |
---|
ComposeCatalogGroupMerchandisingAssociationsTaskCmdImpl()
The default constructor for this class.
|
Modifier and Type | Method and Description |
---|---|
void |
execute()
Composes the category merchandising associations.
|
CatalogGroupType |
getCatalogGroup()
This method gets the ShowCatalogGroup BOD.
|
boolean |
getRecordSetCompleteIndicator() |
java.math.BigInteger |
getRecordSetCount() |
java.lang.String |
getRecordSetReferenceId()
Not supported
|
java.math.BigInteger |
getRecordSetStartNumber() |
java.math.BigInteger |
getRecordSetTotal() |
boolean |
isReadyToCallExecute()
This method checks if the catalog group data bean required to extract the required data has been set.
|
void |
reset()
This method resets the value of the catalog group data bean to null.
|
void |
setCatalogGroupDataBean(CategoryDataBean catgrpDataBean) |
void |
setCatalogGroups(java.util.ArrayList vCatalogGroups)
This method sets the catalog group data bean vector.
|
void |
setPagingParams(java.math.BigInteger begIndex,
java.math.BigInteger dispNum)
Paging is not supported for this command.
|
public ComposeCatalogGroupMerchandisingAssociationsTaskCmdImpl()
public CatalogGroupType getCatalogGroup()
ComposeCatalogGroupTaskCmd
getCatalogGroup
in interface ComposeCatalogGroupTaskCmd
CatalogGroupType
which contains the information about the Category.public void execute() throws com.ibm.websphere.command.CommandException
execute
in interface com.ibm.websphere.command.Command
com.ibm.websphere.command.CommandException
- The category data bean throws an exception while extracting the required fields.public boolean isReadyToCallExecute()
isReadyToCallExecute
in interface com.ibm.websphere.command.Command
public void reset()
reset
in interface com.ibm.websphere.command.Command
public void setCatalogGroupDataBean(CategoryDataBean catgrpDataBean)
catgrpDataBean
- the CategoryDataBean.public void setPagingParams(java.math.BigInteger begIndex, java.math.BigInteger dispNum)
setPagingParams
in interface ComposeCatalogGroupTaskCmd
begIndex
- the beginning index.dispNum
- the page size.public void setCatalogGroups(java.util.ArrayList vCatalogGroups)
ComposeCatalogGroupTaskCmd
setCatalogGroups
in interface ComposeCatalogGroupTaskCmd
vCatalogGroups
- a list of catalog group data bean.public boolean getRecordSetCompleteIndicator()
getRecordSetCompleteIndicator
in interface ComposeCatalogGroupTaskCmd
public java.math.BigInteger getRecordSetCount()
getRecordSetCount
in interface ComposeCatalogGroupTaskCmd
public java.math.BigInteger getRecordSetStartNumber()
getRecordSetStartNumber
in interface ComposeCatalogGroupTaskCmd
public java.math.BigInteger getRecordSetTotal()
getRecordSetTotal
in interface ComposeCatalogGroupTaskCmd
public java.lang.String getRecordSetReferenceId()
getRecordSetReferenceId
in interface ComposeCatalogGroupTaskCmd