com.ibm.commerce.catalogmanagement.commands
Class CatGroupRelAddCmdImpl

com.ibm.commerce.command.AbstractECTargetableCommand
  |
  +--com.ibm.commerce.command.ControllerCommandImpl
        |
        +--com.ibm.commerce.catalogmanagement.commands.CatGroupRelAddCmdImpl
All Implemented Interfaces:
AccCommand, CatGroupRelAddCmd, ControllerCommand, ECCommand, ECTargetableCommand, Protectable

public class CatGroupRelAddCmdImpl
extends ControllerCommandImpl
implements CatGroupRelAddCmd

Implementation for CatGroupRelAdd command which is the URL command for creating a relationship with a catalog, parent catgroup, and child catgroup


Field Summary
static java.lang.String CLASSNAME
           
static java.lang.String COPYRIGHT
           
protected  java.lang.Double idSequence
           
protected  java.lang.Long inCatalogId
           
protected  java.lang.Long inCatgroupIdChild
           
protected  java.lang.Long inCatgroupIdParent
           
protected  java.lang.String istrRule
           
protected  java.lang.String istrURL
           
 
Fields inherited from class com.ibm.commerce.command.ControllerCommandImpl
requestProperties, responseProperties, retriable, viewReqProperties
 
Fields inherited from class com.ibm.commerce.command.AbstractECTargetableCommand
commandContext
 
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
 
Constructor Summary
CatGroupRelAddCmdImpl()
           
 
Method Summary
 java.lang.Long getCatalogId()
          Get the catalog Id for the catalog group to catalog group relationship
 java.lang.Long getCatgroupIdChild()
          Get the child catalog group Id for the catalog group to catalog group relationship
 java.lang.Long getCatgroupIdParent()
          Get the parent catalog group Id for the catalog group to catalog group relationship
 java.lang.String getRule()
          Get the rule
 java.lang.Double getSequence()
          Get the sequence number
 java.lang.String getURL()
          Get the redirect URL
 void performExecute()
          The main program for CatGroupRelAdd command
 void productSetSynchronization()
          Product Set Synchronization
 void reset()
          This method reset all the variables used in CatGroupRelAdd command
 void setCatalogId(java.lang.Long anCatalogId)
          Set a catalog Id for the catalog group to catalog group relationship
 void setCatgroupIdChild(java.lang.Long anCatgroupIdChild)
          Set a child catalog group Id for the catalog group to catalog group relationship
 void setCatgroupIdParent(java.lang.Long anCatgroupIdParent)
          Set a parent catalog group Id for the catalog group to catalog group relationship
 void setRequestProperties(TypedProperty reqParms)
          This method obtain the input parameters for CatGroupRelAdd command
 void setRule(java.lang.String astrRule)
          Set the rule
 void setSequence(java.lang.Double adSequence)
          Set the sequence
 void setURL(java.lang.String astrURL)
          Set a redirect URL
 void validateParameters()
          This method validates the parameters for CatGroupRelAdd command
 
Methods inherited from class com.ibm.commerce.command.ControllerCommandImpl
fulfills, getForUserId, getGeneric, getOwner, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setForUserId, setGeneric, setOwner, setResponseProperties, setRetriable, setViewInputProperties
 
Methods inherited from class com.ibm.commerce.command.AbstractECTargetableCommand
accessControlCheck, checkIsAllowed, checkResourcePermission, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties
 
Methods inherited from interface com.ibm.commerce.command.ControllerCommand
execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRetriable, setViewInputProperties
 
Methods inherited from interface com.ibm.commerce.command.AccCommand
accessControlCheck, getAccCheck, getForUserId, setAccCheck, setForUserId, setOwner
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, setCommandContext, setCommandIfName, setDefaultProperties
 
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
 

Field Detail

CLASSNAME

public static final java.lang.String CLASSNAME

COPYRIGHT

public static final java.lang.String COPYRIGHT

idSequence

protected java.lang.Double idSequence

inCatalogId

protected java.lang.Long inCatalogId

inCatgroupIdChild

protected java.lang.Long inCatgroupIdChild

inCatgroupIdParent

protected java.lang.Long inCatgroupIdParent

istrRule

protected java.lang.String istrRule

istrURL

protected java.lang.String istrURL
Constructor Detail

CatGroupRelAddCmdImpl

public CatGroupRelAddCmdImpl()
Method Detail

getCatalogId

public java.lang.Long getCatalogId()
Get the catalog Id for the catalog group to catalog group relationship
Returns:
java.lang.Long

getCatgroupIdChild

public java.lang.Long getCatgroupIdChild()
Get the child catalog group Id for the catalog group to catalog group relationship
Returns:
java.lang.Long

getCatgroupIdParent

public java.lang.Long getCatgroupIdParent()
Get the parent catalog group Id for the catalog group to catalog group relationship
Returns:
java.lang.Long

getRule

public java.lang.String getRule()
Get the rule
Returns:
java.lang.String

getSequence

public java.lang.Double getSequence()
Get the sequence number
Returns:
java.lang.Double

getURL

public java.lang.String getURL()
Get the redirect URL
Returns:
java.lang.String

performExecute

public void performExecute()
                    throws ECException
The main program for CatGroupRelAdd command
Specified by:
performExecute in interface ECCommand
Overrides:
performExecute in class AbstractECTargetableCommand
Throws:
ECException -  

productSetSynchronization

public void productSetSynchronization()
                               throws ECException
Product Set Synchronization
Throws:
ECException -  

reset

public void reset()
This method reset all the variables used in CatGroupRelAdd command
Overrides:
reset in class AbstractECTargetableCommand

setCatalogId

public void setCatalogId(java.lang.Long anCatalogId)
Set a catalog Id for the catalog group to catalog group relationship
Specified by:
setCatalogId in interface CatGroupRelAddCmd
Parameters:
anCatalogId - java.lang.Long

setCatgroupIdChild

public void setCatgroupIdChild(java.lang.Long anCatgroupIdChild)
Set a child catalog group Id for the catalog group to catalog group relationship
Specified by:
setCatgroupIdChild in interface CatGroupRelAddCmd
Parameters:
anCatgroupIdChild - java.lang.Long

setCatgroupIdParent

public void setCatgroupIdParent(java.lang.Long anCatgroupIdParent)
Set a parent catalog group Id for the catalog group to catalog group relationship
Specified by:
setCatgroupIdParent in interface CatGroupRelAddCmd
Parameters:
anCatgroupIdParent - java.lang.Long

setRequestProperties

public void setRequestProperties(TypedProperty reqParms)
                          throws ECApplicationException
This method obtain the input parameters for CatGroupRelAdd command
Specified by:
setRequestProperties in interface ControllerCommand
Overrides:
setRequestProperties in class ControllerCommandImpl
Throws:
ECApplicationException -  

setRule

public void setRule(java.lang.String astrRule)
Set the rule
Specified by:
setRule in interface CatGroupRelAddCmd
Parameters:
astrRule - java.lang.String

setSequence

public void setSequence(java.lang.Double adSequence)
Set the sequence
Specified by:
setSequence in interface CatGroupRelAddCmd
Parameters:
adSequence - java.lang.Double

setURL

public void setURL(java.lang.String astrURL)
Set a redirect URL
Specified by:
setURL in interface CatGroupRelAddCmd
Parameters:
astrURL - java.lang.String

validateParameters

public void validateParameters()
                        throws ECException
This method validates the parameters for CatGroupRelAdd command
Specified by:
validateParameters in interface ECCommand
Overrides:
validateParameters in class AbstractECTargetableCommand
Throws:
ECException -