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, setViewInputPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersfulfills, getOwnerstatic 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.ECExceptionvoid setAttrNameUrlName(java.lang.String s,
boolean isReq)
throws ECException
s - The Pass in StringisReq - true if it is a mandatory parameter, false otherwise.ECExceptionvoid setDescriptionUrlName(java.lang.String s,
boolean isReq)
throws ECException
s - The Pass in StringisReq - true if it is a mandatory parameter, false otherwise.ECExceptionvoid setTypeIdUrlName(java.lang.String s,
boolean isReq)
throws ECException
s - The Pass in StringisReq - true if it is a mandatory parameter, false otherwise.ECExceptionvoid setAttrIdUrlName(java.lang.String s,
boolean isReq)
throws ECException
s - The Pass in StringisReq - true if it is a mandatory parameter, false otherwise.ECExceptionvoid setSequenceUrlName(java.lang.String s,
boolean isReq)
throws ECException
s - The Pass in StringisReq - true if it is a mandatory parameter, false otherwise.ECExceptionvoid setEncyrptionFlagUrlName(java.lang.String s,
boolean isReq)
throws ECException
s - The Pass in StringisReq - true if it is a mandatory parameter, false otherwise.ECException