Algorithm Registry Base command.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT Deprecated. IBM copyright notice field. |
static java.lang.String |
defaultCommandClassName Deprecated. The default implementation of this command. |
Fields inherited from interface com.ibm.commerce.tools.command. ToolsControllerCommand |
NAME |
Method Summary | |
---|---|
void |
setAlgoClassUrlName(java.lang.String s, boolean isReq) Deprecated. Sets Algorithm Class URL Name. |
void |
setAlgoIdUrlName(java.lang.String s, boolean isReq) Deprecated. Sets Algorithm Id URL Name. |
void |
setAlgoNameUrlName(java.lang.String s, boolean isReq) Deprecated. Sets Algorithm Name URL Name. |
void |
setAllocationPolicyUrlName(java.lang.String s,
boolean isReq) Deprecated. Sets Allocation Policy URL Name. |
void |
setDomainUrlName(java.lang.String s, boolean isReq) Deprecated. Sets Domain URL Name. |
void |
setExpirationDateUrlName(java.lang.String s,
boolean isReq) Deprecated. Sets Expiration Date URL Name. |
void |
setExpirationTimeUrlName(java.lang.String s,
boolean isReq) Deprecated. Sets Expiration Time URL Name. |
void |
setLanguageIdUrlName(java.lang.String s, boolean isReq) Deprecated. Sets Language Id URL Name. |
void |
setLongDescriptionUrlName(java.lang.String s,
boolean isReq) Deprecated. Sets Long Description URL Name. |
void |
setMatchingPolicyUrlName(java.lang.String s,
boolean isReq) Deprecated. Sets Matching Policy URL Name. |
void |
setOwnerIdUrlName(java.lang.String s, boolean isReq) Deprecated. Sets Owner Id URL Name. |
void |
setPricingPolicyUrlName(java.lang.String s, boolean isReq) Deprecated. Sets Pricing Policy URL Name. |
void |
setShortDescriptionUrlName(java.lang.String s,
boolean isReq) Deprecated. Sets Short Description URL Name. |
void |
setSubDomainUrlName(java.lang.String s, boolean isReq) Deprecated. Sets Sub Domain URL Name. |
void |
setTypeUrlName(java.lang.String s, boolean isReq) Deprecated. Sets Type URL Name. |
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.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,
getResources,
getStoreId,
getUser,
getUserId,
performExecute,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties,
validateParameters |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setAlgoClassUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.ECException
public void setAlgoIdUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.ECException
public void setAlgoNameUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.ECException
public void setAllocationPolicyUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.ECException
public void setDomainUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.ECException
public void setExpirationDateUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.ECException
public void setExpirationTimeUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.ECException
public void setLanguageIdUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.ECException
public void setLongDescriptionUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.ECException
public void setMatchingPolicyUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.ECException
public void setOwnerIdUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.ECException
public void setPricingPolicyUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.ECException
public void setShortDescriptionUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.ECException
public void setSubDomainUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.ECException
public void setTypeUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.ECException