|
||||||||
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.ProductAttributeUpdateCmdImpl
Implementation for ProductAttributeUpdate command which updates an attribute to a catalog entry (product)
Field Summary | |
static java.lang.String |
CLASSNAME
|
static java.lang.String |
COPYRIGHT
|
protected java.lang.Long |
inAttributeId
|
protected java.lang.Integer |
inAttrLangId
|
protected java.lang.Long |
inCatentryId
|
protected java.lang.Double |
inSequence
|
protected java.lang.String |
istrAttrtypeId
|
protected java.lang.String |
istrDescription
|
protected java.lang.String |
istrDescription2
|
protected java.lang.String |
istrField1
|
protected java.lang.String |
istrName
|
protected java.lang.String |
istrOID
|
protected java.lang.String |
istrURL
|
protected java.lang.String |
istrUsage
|
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 | |
ProductAttributeUpdateCmdImpl()
|
Method Summary | |
java.lang.Long |
getAttributeId()
Get the attribute Id |
java.lang.Integer |
getAttrLangId()
Get the language Id of the attribute |
java.lang.String |
getAttrtypeId()
Get the attribute type Id Attribute types included: 1. |
java.lang.Long |
getCatentryId()
Get the catalog entry Id |
java.lang.String |
getDescription()
Get the description of the attribute |
java.lang.String |
getDescription2()
Get the second description of the attribute |
java.lang.String |
getField1()
Get field 1 of the attribute |
java.lang.String |
getName()
Get the attribute name |
java.lang.String |
getOID()
Get object identifier |
java.lang.Double |
getSequence()
Get the sequence number |
java.lang.String |
getURL()
Get the redirect URL |
void |
performExecute()
The main program for ProductAttributeUpdate command |
void |
reset()
This method reset all the variables used in ProductAttributeUpdate command |
void |
setAttributeId(java.lang.Long anAttributeId)
Set the attribute Id |
void |
setAttrLangId(java.lang.Integer anAttrLangId)
Set the language Id of the attribute |
void |
setCatentryId(java.lang.Long anCatentryId)
Set the catalog entry Id |
void |
setDescription(java.lang.String astrDescription)
Set the description for the attribute |
void |
setDescription2(java.lang.String astrDescription2)
Set the second description for the attribute |
void |
setField1(java.lang.String astrField1)
Set field 1 of the attribute |
void |
setName(java.lang.String astrName)
Set the attribute name |
void |
setOID(java.lang.String astrOID)
Set the object identifier |
void |
setRequestProperties(TypedProperty reqParms)
This method obtain the input parameters for ProductAttributeUpdate command |
void |
setSequence(java.lang.Double anSequence)
Set the sequence number |
void |
setURL(java.lang.String astrURL)
Set a redirect URL |
void |
setUsage(java.lang.String astrUsage)
Set the usage of the attribute 1 .NULL or "1" indicates SKU-resolution. |
void |
validateParameters()
This method validates the parameters for ProductAttributeUpdate 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.Long inAttributeId
protected java.lang.Integer inAttrLangId
protected java.lang.Long inCatentryId
protected java.lang.Double inSequence
protected java.lang.String istrAttrtypeId
protected java.lang.String istrDescription
protected java.lang.String istrDescription2
protected java.lang.String istrField1
protected java.lang.String istrName
protected java.lang.String istrOID
protected java.lang.String istrURL
protected java.lang.String istrUsage
Constructor Detail |
public ProductAttributeUpdateCmdImpl()
Method Detail |
public java.lang.Long getAttributeId()
getAttributeId
in interface ProductAttributeUpdateCmd
public java.lang.Integer getAttrLangId()
public java.lang.String getAttrtypeId()
public java.lang.Long getCatentryId()
getCatentryId
in interface ProductAttributeUpdateCmd
public java.lang.String getDescription()
public java.lang.String getDescription2()
public java.lang.String getField1()
public java.lang.String getName()
public java.lang.String getOID()
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 reset()
reset
in class AbstractECTargetableCommand
public void setAttributeId(java.lang.Long anAttributeId)
setAttributeId
in interface ProductAttributeUpdateCmd
anAttributeId
- java.lang.Longpublic void setAttrLangId(java.lang.Integer anAttrLangId)
setAttrLangId
in interface ProductAttributeUpdateCmd
anAttrLangId
- java.lang.Integerpublic void setCatentryId(java.lang.Long anCatentryId)
setCatentryId
in interface ProductAttributeUpdateCmd
anCatentryId
- java.lang.Longpublic void setDescription(java.lang.String astrDescription)
setDescription
in interface ProductAttributeUpdateCmd
astrDescription
- java.lang.Stringpublic void setDescription2(java.lang.String astrDescription2)
setDescription2
in interface ProductAttributeUpdateCmd
astrDescription2
- java.lang.Stringpublic void setField1(java.lang.String astrField1)
setField1
in interface ProductAttributeUpdateCmd
astrField1
- java.lang.Stringpublic void setName(java.lang.String astrName)
setName
in interface ProductAttributeUpdateCmd
astrName
- java.lang.Stringpublic void setOID(java.lang.String astrOID)
setOID
in interface ProductAttributeUpdateCmd
astrOID
- java.lang.Stringpublic void setRequestProperties(TypedProperty reqParms) throws ECApplicationException
setRequestProperties
in interface ControllerCommand
setRequestProperties
in class ControllerCommandImpl
ECApplicationException
- public void setSequence(java.lang.Double anSequence)
setSequence
in interface ProductAttributeUpdateCmd
anSequence
- java.lang.Doublepublic void setURL(java.lang.String astrURL)
setURL
in interface ProductAttributeUpdateCmd
astrURL
- java.lang.Stringpublic void setUsage(java.lang.String astrUsage)
setUsage
in interface ProductAttributeUpdateCmd
astrUsage
- 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 |