|
||||||||
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.tools.command.ToolsControllerCommandImpl | +--com.ibm.commerce.utf.commands.PAttributeBaseCmdImpl
Base class implementation for Personalization Attributes.
Field Summary | |
protected java.lang.String |
accessBeanName
|
protected java.lang.Long |
attrId
|
protected java.lang.String |
attrName
|
protected java.lang.String |
description
|
protected java.lang.Integer |
encryptionFlag
|
protected java.lang.Integer |
languageId
|
protected java.lang.Integer |
sequence
|
protected java.lang.String |
typeId
|
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.utf.commands.PAttributeBaseCmd |
COPYRIGHT, defaultCommandClassName |
Fields inherited from interface com.ibm.commerce.tools.command.ToolsControllerCommand |
NAME |
Fields inherited from interface com.ibm.commerce.command.ECTargetableCommand |
COPYRIGHT |
Constructor Summary | |
PAttributeBaseCmdImpl()
CreateAttribueDicionaryCmdImpl constructor comment. |
Method Summary | |
java.lang.String |
determineAccessBeanName(java.lang.String valueType)
|
java.lang.String |
getAccessBeanName()
|
java.lang.Long |
getAttrId()
Attribute id |
java.lang.String |
getAttrName()
Attribut name |
java.lang.String |
getDescription()
Attribute description |
java.lang.Integer |
getEncryptionFlag()
|
java.util.Hashtable |
getErrorContent()
|
boolean |
getErrorFlag()
|
java.lang.Integer |
getLanguageId()
Language id |
TypedProperty |
getResponseProperties()
This method is called after a controller command has been executed successfully. |
java.lang.Integer |
getSequence()
Sequence |
java.util.Hashtable |
getToolXMLObject()
|
java.lang.String |
getTypeId()
Attribute data type id |
java.lang.String |
getViewTaskName()
get the auction view task name |
java.lang.String |
getWizardNavagationFile()
|
boolean |
isErrorFlag()
|
boolean |
isReadyToCallExecute()
isReadyToCallExecute method comment. |
void |
performExecute()
performExecute |
void |
reset()
reset method comment. |
void |
setAccessBeanName(java.lang.String beanName)
|
void |
setAttrId(java.lang.Long newAttrId)
Set Attribute Id |
void |
setAttrIdUrlName(java.lang.String name,
boolean isReq)
Set attribute id |
void |
setAttrName(java.lang.String newAttrName)
Set Attribute Name |
void |
setAttrNameUrlName(java.lang.String name,
boolean isReq)
Set attribute name |
void |
setDescription(java.lang.String newDescription)
Set Attribute Description |
void |
setDescriptionUrlName(java.lang.String name,
boolean isReq)
Set attribute short description |
void |
setEncryptionFlag(java.lang.Integer encryptFlag)
Set Encryption flag |
void |
setEncyrptionFlagUrlName(java.lang.String name,
boolean isReq)
Set Encryption flag |
void |
setErrorContent(java.util.Hashtable newErrorContent)
Set error contect |
void |
setErrorFlag(boolean newErrorFlag)
Set error flag. |
void |
setLanguageIdUrlName(java.lang.String name,
boolean isReq)
Set language id. |
void |
setRequestProperties(TypedProperty paramTable)
Set request properties. |
void |
setResponseProperties(TypedProperty paramHash)
Set response properties. |
void |
setSequence(java.lang.Integer newSequence)
Set Sequence |
void |
setSequenceUrlName(java.lang.String name,
boolean isReq)
Set attribute sequence |
void |
setToolXMLObject(java.util.Hashtable newToolXMLObject)
Set TOOL XML object |
void |
setTypeId(java.lang.String newTypeId)
Set Attribute type id |
void |
setTypeIdUrlName(java.lang.String name,
boolean isReq)
Set attribute data type id . |
void |
setViewTaskName(java.lang.String newViewTaskName)
Set creation view task name. |
Methods inherited from class com.ibm.commerce.tools.command.ToolsControllerCommandImpl |
getViewInputProperties |
Methods inherited from class com.ibm.commerce.command.ControllerCommandImpl |
fulfills, getForUserId, getGeneric, getOwner, getRequestProperties, getResolvedRequestProperties, getRetriable, isGeneric, isRetriable, mergeProperties, setForUserId, setGeneric, setOwner, 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, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
Methods inherited from interface com.ibm.commerce.command.ControllerCommand |
execute, getGeneric, getRequestProperties, getResolvedRequestProperties, 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, validateParameters |
Methods inherited from interface com.ibm.commerce.security.Protectable |
fulfills, getOwner |
Field Detail |
protected java.lang.String accessBeanName
protected java.lang.Long attrId
protected java.lang.String attrName
protected java.lang.String description
protected java.lang.Integer encryptionFlag
protected java.lang.Integer languageId
protected java.lang.Integer sequence
protected java.lang.String typeId
Constructor Detail |
public PAttributeBaseCmdImpl()
Method Detail |
public java.lang.String determineAccessBeanName(java.lang.String valueType)
public java.lang.String getAccessBeanName()
public java.lang.Long getAttrId()
public java.lang.String getAttrName()
public java.lang.String getDescription()
public java.lang.Integer getEncryptionFlag()
public java.util.Hashtable getErrorContent()
public boolean getErrorFlag()
newErrorFlag
- booleanpublic java.lang.Integer getLanguageId()
public TypedProperty getResponseProperties()
ControllerCommand
getResponseProperties
in interface ControllerCommand
getResponseProperties
in class ControllerCommandImpl
public java.lang.Integer getSequence()
public java.util.Hashtable getToolXMLObject()
public java.lang.String getTypeId()
public java.lang.String getViewTaskName()
public java.lang.String getWizardNavagationFile()
public boolean isErrorFlag()
public boolean isReadyToCallExecute()
isReadyToCallExecute
in class AbstractECTargetableCommand
com.ibm.commerce.command.AbstractECTargetableCommand
public void performExecute() throws ECException
performExecute
in interface ECCommand
performExecute
in class AbstractECTargetableCommand
com.ibm.commerce.command.ECCommand
com.ibm.commerce.command.CommandException
- The superclass for all ECExceptions.public void reset()
reset
in class AbstractECTargetableCommand
public void setAccessBeanName(java.lang.String beanName)
public void setAttrId(java.lang.Long newAttrId)
public void setAttrIdUrlName(java.lang.String name, boolean isReq) throws ECApplicationException
setAttrIdUrlName
in interface PAttributeBaseCmd
public void setAttrName(java.lang.String newAttrName)
public void setAttrNameUrlName(java.lang.String name, boolean isReq) throws ECApplicationException
setAttrNameUrlName
in interface PAttributeBaseCmd
public void setDescription(java.lang.String newDescription)
public void setDescriptionUrlName(java.lang.String name, boolean isReq) throws ECApplicationException
setDescriptionUrlName
in interface PAttributeBaseCmd
public void setEncryptionFlag(java.lang.Integer encryptFlag)
public void setEncyrptionFlagUrlName(java.lang.String name, boolean isReq)
setEncyrptionFlagUrlName
in interface PAttributeBaseCmd
public void setErrorContent(java.util.Hashtable newErrorContent)
public void setErrorFlag(boolean newErrorFlag)
public void setLanguageIdUrlName(java.lang.String name, boolean isReq)
setLanguageIdUrlName
in interface PAttributeBaseCmd
public void setRequestProperties(TypedProperty paramTable) throws ECApplicationException
setRequestProperties
in interface ControllerCommand
setRequestProperties
in class ToolsControllerCommandImpl
com.ibm.commerce.command.ControllerCommand
requestProperties
- com.ibm.commerce.datatype.TypedPropertycom.ibm.commerce.exception.ECException.
- public void setResponseProperties(TypedProperty paramHash)
setResponseProperties
in class ControllerCommandImpl
com.ibm.commerce.command.ControllerCommandImpl
respProperties
- com.ibm.commerce.datatype.TypedPropertypublic void setSequence(java.lang.Integer newSequence)
public void setSequenceUrlName(java.lang.String name, boolean isReq)
setSequenceUrlName
in interface PAttributeBaseCmd
public void setToolXMLObject(java.util.Hashtable newToolXMLObject)
public void setTypeId(java.lang.String newTypeId)
public void setTypeIdUrlName(java.lang.String name, boolean isReq) throws ECApplicationException
setTypeIdUrlName
in interface PAttributeBaseCmd
public void setViewTaskName(java.lang.String newViewTaskName)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |