public interface PAttributeBaseCmd extends ToolsControllerCommand
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.
|
NAME
Modifier and Type | Method and Description |
---|---|
void |
setAttrIdUrlName(java.lang.String s,
boolean isReq)
Set attribute id
|
void |
setAttrNameUrlName(java.lang.String s,
boolean isReq)
Set attribute name
|
void |
setDescriptionUrlName(java.lang.String s,
boolean isReq)
Set attribute short description
|
void |
setEncyrptionFlagUrlName(java.lang.String s,
boolean isReq)
Set Encryption flag
|
void |
setLanguageIdUrlName(java.lang.String s,
boolean isReq)
Set language id
|
void |
setSequenceUrlName(java.lang.String s,
boolean isReq)
Set attribute sequence
|
void |
setTypeIdUrlName(java.lang.String s,
boolean isReq)
Set attribute data type id
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
fulfills, getOwner
static final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
void setLanguageIdUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The Pass in StringisReq
- true if it is a mandatory parameter, false otherwise.ECException
void setAttrNameUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The Pass in StringisReq
- true if it is a mandatory parameter, false otherwise.ECException
void setDescriptionUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The Pass in StringisReq
- true if it is a mandatory parameter, false otherwise.ECException
void setTypeIdUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The Pass in StringisReq
- true if it is a mandatory parameter, false otherwise.ECException
void setAttrIdUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The Pass in StringisReq
- true if it is a mandatory parameter, false otherwise.ECException
void setSequenceUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The Pass in StringisReq
- true if it is a mandatory parameter, false otherwise.ECException
void setEncyrptionFlagUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The Pass in StringisReq
- true if it is a mandatory parameter, false otherwise.ECException