com.ibm.commerce.utf.commands
Interface PAttributeBaseCmd
-
- All Superinterfaces:
- AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, ToolsControllerCommand
- All Known Subinterfaces:
- PAttributeCreateCmd, PAttributeModifyCmd
- All Known Implementing Classes:
- PAttributeBaseCmdImpl, PAttributeCreateCmdImpl, PAttributeModifyCmdImpl
public interface PAttributeBaseCmd extends ToolsControllerCommand
Personalization Attribute Bases command.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM copyright notice field.static java.lang.String
defaultCommandClassName
The default implementation of this command.-
Fields inherited from interface com.ibm.commerce.tools.command.ToolsControllerCommand
NAME
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
setAttrIdUrlName(java.lang.String s, boolean isReq)
Set attribute idvoid
setAttrNameUrlName(java.lang.String s, boolean isReq)
Set attribute namevoid
setDescriptionUrlName(java.lang.String s, boolean isReq)
Set attribute short descriptionvoid
setEncyrptionFlagUrlName(java.lang.String s, boolean isReq)
Set Encryption flagvoid
setLanguageIdUrlName(java.lang.String s, boolean isReq)
Set language idvoid
setSequenceUrlName(java.lang.String s, boolean isReq)
Set attribute sequencevoid
setTypeIdUrlName(java.lang.String s, boolean isReq)
Set attribute data type id-
Methods inherited from interface com.ibm.commerce.command.ControllerCommand
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
-
Methods inherited from interface com.ibm.websphere.command.CacheableCommand
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
-
Methods inherited from interface com.ibm.websphere.command.TargetableCommand
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
-
Methods inherited from interface com.ibm.commerce.command.AccCommand
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
-
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
-
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
IBM copyright notice field.- See Also:
- Constant Field Values
-
defaultCommandClassName
static final java.lang.String defaultCommandClassName
The default implementation of this command.- See Also:
- Constant Field Values
-
-
Method Detail
-
setLanguageIdUrlName
void setLanguageIdUrlName(java.lang.String s, boolean isReq) throws ECException
Set language id- Parameters:
s
- The Pass in StringisReq
- true if it is a mandatory parameter, false otherwise.- Throws:
ECException
-
setAttrNameUrlName
void setAttrNameUrlName(java.lang.String s, boolean isReq) throws ECException
Set attribute name- Parameters:
s
- The Pass in StringisReq
- true if it is a mandatory parameter, false otherwise.- Throws:
ECException
-
setDescriptionUrlName
void setDescriptionUrlName(java.lang.String s, boolean isReq) throws ECException
Set attribute short description- Parameters:
s
- The Pass in StringisReq
- true if it is a mandatory parameter, false otherwise.- Throws:
ECException
-
setTypeIdUrlName
void setTypeIdUrlName(java.lang.String s, boolean isReq) throws ECException
Set attribute data type id- Parameters:
s
- The Pass in StringisReq
- true if it is a mandatory parameter, false otherwise.- Throws:
ECException
-
setAttrIdUrlName
void setAttrIdUrlName(java.lang.String s, boolean isReq) throws ECException
Set attribute id- Parameters:
s
- The Pass in StringisReq
- true if it is a mandatory parameter, false otherwise.- Throws:
ECException
-
setSequenceUrlName
void setSequenceUrlName(java.lang.String s, boolean isReq) throws ECException
Set attribute sequence- Parameters:
s
- The Pass in StringisReq
- true if it is a mandatory parameter, false otherwise.- Throws:
ECException
-
setEncyrptionFlagUrlName
void setEncyrptionFlagUrlName(java.lang.String s, boolean isReq) throws ECException
Set Encryption flag- Parameters:
s
- The Pass in StringisReq
- true if it is a mandatory parameter, false otherwise.- Throws:
ECException
-
-