|
||||||||
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.AttributeValueUpdateCmdImpl
Implementation for AttributeValueUpdate command which is the URL command for updating an Attribute Value
Field Summary | |
static java.lang.String |
CLASSNAME
|
static java.lang.String |
COPYRIGHT
|
protected java.lang.Double |
idFloatvalue
|
protected java.lang.Double |
idSequence
|
protected java.lang.Long |
inAttributeId
|
protected java.lang.Long |
inAttrvalueId
|
protected java.lang.Long |
inCatentryId
|
protected java.lang.Integer |
inDescLanguage
|
protected java.lang.Integer |
inField1
|
protected java.lang.Integer |
inIntegervalue
|
protected java.lang.String |
istrField2
|
protected java.lang.String |
istrField3
|
protected java.lang.String |
istrImage1
|
protected java.lang.String |
istrImage2
|
protected java.lang.String |
istrName
|
protected java.lang.String |
istrOID
|
protected java.lang.String |
istrStringvalue
|
protected java.lang.String |
istrURL
|
protected java.lang.String |
istrValue
|
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 | |
AttributeValueUpdateCmdImpl()
|
Method Summary | |
java.lang.Long |
getAttributeId()
Get the attribute Id |
java.lang.Long |
getAttrvalueId()
Get the attribute value Id |
java.lang.Long |
getCatentryId()
Get the catalog entry Id |
java.lang.Integer |
getDescLanguage()
Get the description language |
java.lang.Integer |
getField1()
Get field 1 of the attribute value |
java.lang.String |
getField2()
Get field 2 of the attribute value |
java.lang.String |
getField3()
Get field 3 of the attribute value |
java.lang.Double |
getFloatvalue()
Get the float value of the attribute value |
java.lang.String |
getImage1()
Get image 1 of the attribute value |
java.lang.String |
getImage2()
Get image 2 of the attribute value |
java.lang.Integer |
getIntegervalue()
Get the integer value of the attribute value |
java.lang.String |
getName()
Get the attribute value name |
java.lang.String |
getOID()
Get the object identifier |
java.lang.Double |
getSequence()
Get sequence number |
java.lang.String |
getStringvalue()
Get the string value of the attribute value |
java.lang.String |
getURL()
Get the redirect URL |
java.lang.String |
getValue()
Get value of the attribute value If value is get, then there is no need to use getFloatvalue, getIntegervalue, getStringvalue. |
void |
performExecute()
The main program for AttributeValueUpdate command |
void |
reset()
This method reset all the variables used in AttributeValueUpdate command |
void |
setAttributeId(java.lang.Long anAttributeId)
Set the attribute Id |
void |
setAttrvalueId(java.lang.Long anAttrvalueId)
Set the attribute value Id |
void |
setCatentryId(java.lang.Long anCatentryId)
Set a catalog entry Id |
void |
setDescLanguage(java.lang.Integer anDescLanguage)
Set language Id of the attribute value |
void |
setField1(java.lang.Integer anField1)
Set field 1 of the attribute value |
void |
setField2(java.lang.String astrField2)
Set field 2 of the attribute value |
void |
setField3(java.lang.String astrField3)
Set field 3 of the attribute value |
void |
setFloatvalue(java.lang.Double adFloatvalue)
Set the float value of the attribute value |
void |
setImage1(java.lang.String astrImage1)
Set image 1 of the attribute value |
void |
setImage2(java.lang.String astrImage2)
Set image 2 of the attribute value |
void |
setIntegervalue(java.lang.Integer anIntegervalue)
Set the integer value of the attribute value |
void |
setName(java.lang.String astrName)
Set the attribute value name |
void |
setOID(java.lang.String astrOID)
Set the object identifier of the attribute value |
void |
setProductAttributeValue(java.lang.String astrProductAttributeValue)
Set the value of the product attribute value It is used to determine the attribute value ID if it is not given by the user. |
void |
setRequestProperties(TypedProperty reqParms)
This method obtain the input parameters for AttributeValueUpdate command |
void |
setSequence(java.lang.Double adSequence)
Set the sequence number |
void |
setStringvalue(java.lang.String astrStringvalue)
Set the string value of the attribute value |
void |
setURL(java.lang.String astrURL)
Set a redirect URL |
void |
setValue(java.lang.String astrValue)
Set the value of the attribute value. |
void |
validateParameters()
This method validates the parameters for AttributeValueAdd 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 idFloatvalue
protected java.lang.Double idSequence
protected java.lang.Long inAttributeId
protected java.lang.Long inAttrvalueId
protected java.lang.Long inCatentryId
protected java.lang.Integer inDescLanguage
protected java.lang.Integer inField1
protected java.lang.Integer inIntegervalue
protected java.lang.String istrField2
protected java.lang.String istrField3
protected java.lang.String istrImage1
protected java.lang.String istrImage2
protected java.lang.String istrName
protected java.lang.String istrOID
protected java.lang.String istrStringvalue
protected java.lang.String istrURL
protected java.lang.String istrValue
Constructor Detail |
public AttributeValueUpdateCmdImpl()
Method Detail |
public java.lang.Long getAttributeId()
getAttributeId
in interface AttributeValueUpdateCmd
public java.lang.Long getAttrvalueId()
getAttrvalueId
in interface AttributeValueUpdateCmd
public java.lang.Long getCatentryId()
getCatentryId
in interface AttributeValueUpdateCmd
public java.lang.Integer getDescLanguage()
public java.lang.Integer getField1()
public java.lang.String getField2()
public java.lang.String getField3()
public java.lang.Double getFloatvalue()
public java.lang.String getImage1()
public java.lang.String getImage2()
public java.lang.Integer getIntegervalue()
public java.lang.String getName()
public java.lang.String getOID()
public java.lang.Double getSequence()
public java.lang.String getStringvalue()
public java.lang.String getURL()
public java.lang.String getValue()
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 AttributeValueUpdateCmd
anAttributeId
- java.lang.Longpublic void setAttrvalueId(java.lang.Long anAttrvalueId)
setAttrvalueId
in interface AttributeValueUpdateCmd
anAttrvalueId
- java.lang.Longpublic void setCatentryId(java.lang.Long anCatentryId)
setCatentryId
in interface AttributeValueUpdateCmd
anCatentryId
- java.lang.Longpublic void setDescLanguage(java.lang.Integer anDescLanguage)
setDescLanguage
in interface AttributeValueUpdateCmd
anDescLanguage
- java.lang.Integerpublic void setField1(java.lang.Integer anField1)
setField1
in interface AttributeValueUpdateCmd
anField1
- java.lang.Integerpublic void setField2(java.lang.String astrField2)
setField2
in interface AttributeValueUpdateCmd
astrField2
- java.lang.Stringpublic void setField3(java.lang.String astrField3)
setField3
in interface AttributeValueUpdateCmd
astrField3
- java.lang.Stringpublic void setFloatvalue(java.lang.Double adFloatvalue)
setFloatvalue
in interface AttributeValueUpdateCmd
adFloatvalue
- java.lang.Doublepublic void setImage1(java.lang.String astrImage1)
setImage1
in interface AttributeValueUpdateCmd
astrImage1
- java.lang.Stringpublic void setImage2(java.lang.String astrImage2)
setImage2
in interface AttributeValueUpdateCmd
astrImage2
- java.lang.Stringpublic void setIntegervalue(java.lang.Integer anIntegervalue)
setIntegervalue
in interface AttributeValueUpdateCmd
anIntegervalue
- java.lang.Integerpublic void setName(java.lang.String astrName)
setName
in interface AttributeValueUpdateCmd
astrName
- java.lang.Stringpublic void setOID(java.lang.String astrOID)
setOID
in interface AttributeValueUpdateCmd
astrOID
- java.lang.Stringpublic void setProductAttributeValue(java.lang.String astrProductAttributeValue)
setProductAttributeValue
in interface AttributeValueUpdateCmd
astrProductAttributeValue
- java.lang.Stringpublic void setRequestProperties(TypedProperty reqParms) throws ECApplicationException
setRequestProperties
in interface ControllerCommand
setRequestProperties
in class ControllerCommandImpl
ECApplicationException
- public void setSequence(java.lang.Double adSequence)
setSequence
in interface AttributeValueUpdateCmd
adSequence
- java.lang.Doublepublic void setStringvalue(java.lang.String astrStringvalue)
setStringvalue
in interface AttributeValueUpdateCmd
astrStringvalue
- java.lang.Stringpublic void setURL(java.lang.String astrURL)
setURL
in interface AttributeValueUpdateCmd
astrURL
- java.lang.Stringpublic void setValue(java.lang.String astrValue)
setValue
in interface AttributeValueUpdateCmd
astrValue
- 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 |