com.ibm.commerce.utf.commands
Interface PAttributeBaseCmd

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand, Protectable, ToolsControllerCommand
All Known Subinterfaces:
PAttributeCreateCmd, PAttributeModifyCmd
All Known Implementing Classes:
PAttributeBaseCmdImpl

public interface PAttributeBaseCmd
extends ToolsControllerCommand

Personalization Attribute Base command interface.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
 
Fields inherited from interface com.ibm.commerce.tools.command.ToolsControllerCommand
NAME
 
Method Summary
 void setAttrIdUrlName(java.lang.String s, boolean isReq)
          Abstract method
 void setAttrNameUrlName(java.lang.String s, boolean isReq)
          Abstract method
 void setDescriptionUrlName(java.lang.String s, boolean isReq)
          Abstrace method
 void setEncyrptionFlagUrlName(java.lang.String s, boolean isReq)
          Abstrace method
 void setLanguageIdUrlName(java.lang.String s, boolean isReq)
          Abstrace method
 void setSequenceUrlName(java.lang.String s, boolean isReq)
          Abstrace method
 void setTypeIdUrlName(java.lang.String s, boolean isReq)
          Abstrace method
 
Methods inherited from interface com.ibm.commerce.command.ControllerCommand
execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, 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, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
Method Detail

setAttrIdUrlName

public void setAttrIdUrlName(java.lang.String s,
                             boolean isReq)
                      throws ECException
Abstract method

setAttrNameUrlName

public void setAttrNameUrlName(java.lang.String s,
                               boolean isReq)
                        throws ECException
Abstract method

setDescriptionUrlName

public void setDescriptionUrlName(java.lang.String s,
                                  boolean isReq)
                           throws ECException
Abstrace method

setEncyrptionFlagUrlName

public void setEncyrptionFlagUrlName(java.lang.String s,
                                     boolean isReq)
                              throws ECException
Abstrace method

setLanguageIdUrlName

public void setLanguageIdUrlName(java.lang.String s,
                                 boolean isReq)
                          throws ECException
Abstrace method

setSequenceUrlName

public void setSequenceUrlName(java.lang.String s,
                               boolean isReq)
                        throws ECException
Abstrace method

setTypeIdUrlName

public void setTypeIdUrlName(java.lang.String s,
                             boolean isReq)
                      throws ECException
Abstrace method