|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.command.AbstractECTargetableCommand | +--com.ibm.commerce.command.ControllerCommandImpl | +--com.ibm.commerce.catalogmanagement.commands.CatGroupCatEntryRelAddCmdImpl
Implementation for CatGroupCatEntrtRelAdd command which is the URL command for creating a relationship with a catalog, catgroup, and catentry
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 |
inCatentryId
|
protected java.lang.Long |
inCatgroupId
|
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 | |
CatGroupCatEntryRelAddCmdImpl()
|
Method Summary | |
java.lang.Long |
getCatalogId()
Get the catalog Id for the catalog group catalog entry relationship |
java.lang.Long |
getCatentryId()
Get the catalog entry Id for the catalog group catalog entry relationship |
java.lang.Long |
getCatgroupId()
Get the catalog group Id for the catalog group catalog entry 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 CatGroupCatEntryRelAdd command |
void |
productSetSynchronization()
Product Set Synchronization |
void |
reset()
This method reset all the variables used in CatGroupCatEntryRelAdd command |
void |
setCatalogId(java.lang.Long anCatalogId)
Set a catalog Id for the catalog group catalog entry relationship |
void |
setCatentryId(java.lang.Long anCatentryId)
Set a catalog entry Id for the catalog group catalog entry relationship |
void |
setCatgroupId(java.lang.Long anCatgroupId)
Set a catalog group Id for the catalog group catalog entry relationship |
void |
setRequestProperties(TypedProperty reqParms)
This method obtain the input parameters for CatGroupCatEntryRelAdd command |
void |
setRule(java.lang.String astrRule)
Set rule |
void |
setSequence(java.lang.Double adSequence)
Set sequence number |
void |
setURL(java.lang.String astrURL)
Set a redirect URL |
void |
validateParameters()
This method validates the parameters for CatGroupCatEntryRelAdd 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 |
public static final java.lang.String CLASSNAME
public static final java.lang.String COPYRIGHT
protected java.lang.Double idSequence
protected java.lang.Long inCatalogId
protected java.lang.Long inCatentryId
protected java.lang.Long inCatgroupId
protected java.lang.String istrRule
protected java.lang.String istrURL
Constructor Detail |
public CatGroupCatEntryRelAddCmdImpl()
Method Detail |
public java.lang.Long getCatalogId()
public java.lang.Long getCatentryId()
public java.lang.Long getCatgroupId()
public java.lang.String getRule()
public java.lang.Double getSequence()
public java.lang.String getURL()
public void performExecute() throws ECException
performExecute
in interface ECCommand
performExecute
in class AbstractECTargetableCommand
ECException
- public void productSetSynchronization() throws ECException
ECException
- public void reset()
reset
in class AbstractECTargetableCommand
public void setCatalogId(java.lang.Long anCatalogId)
setCatalogId
in interface CatGroupCatEntryRelAddCmd
anCatalogId
- java.lang.Longpublic void setCatentryId(java.lang.Long anCatentryId)
setCatentryId
in interface CatGroupCatEntryRelAddCmd
anCatentryId
- java.lang.Longpublic void setCatgroupId(java.lang.Long anCatgroupId)
setCatgroupId
in interface CatGroupCatEntryRelAddCmd
anCatgroupId
- java.lang.Longpublic void setRequestProperties(TypedProperty reqParms) throws ECApplicationException
setRequestProperties
in interface ControllerCommand
setRequestProperties
in class ControllerCommandImpl
ECApplicationException
- public void setRule(java.lang.String astrRule)
setRule
in interface CatGroupCatEntryRelAddCmd
astrRule
- java.lang.Stringpublic void setSequence(java.lang.Double adSequence)
setSequence
in interface CatGroupCatEntryRelAddCmd
adSequence
- java.lang.Doublepublic void setURL(java.lang.String astrURL)
setURL
in interface CatGroupCatEntryRelAddCmd
astrURL
- java.lang.Stringpublic void validateParameters() throws ECException
validateParameters
in interface ECCommand
validateParameters
in class AbstractECTargetableCommand
ECException
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |