com.ibm.commerce.utf.commands
Interface AlgorithmRegistryBaseCmd

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand, ToolsControllerCommand
All Known Subinterfaces:
AlgorithmRegistryCreateCmd
All Known Implementing Classes:
AlgorithmRegistryBaseCmdImpl, AlgorithmRegistryCreateCmdImpl

public interface AlgorithmRegistryBaseCmd
extends ToolsControllerCommand

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
Deprecated. 
IBM copyright notice field.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
Deprecated. 
The default implementation of this command.
See Also:
Constant Field Values
Method Detail

setAlgoClassUrlName

public void setAlgoClassUrlName(java.lang.String s,
                                boolean isReq)
                         throws ECException
Deprecated. 
Sets Algorithm Class URL Name.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.
Throws:
ECException

setAlgoIdUrlName

public void setAlgoIdUrlName(java.lang.String s,
                             boolean isReq)
                      throws ECException
Deprecated. 
Sets Algorithm Id URL Name.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.
Throws:
ECException

setAlgoNameUrlName

public void setAlgoNameUrlName(java.lang.String s,
                               boolean isReq)
                        throws ECException
Deprecated. 
Sets Algorithm Name URL Name.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.
Throws:
ECException

setAllocationPolicyUrlName

public void setAllocationPolicyUrlName(java.lang.String s,
                                       boolean isReq)
                                throws ECException
Deprecated. 
Sets Allocation Policy URL Name.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.
Throws:
ECException

setDomainUrlName

public void setDomainUrlName(java.lang.String s,
                             boolean isReq)
                      throws ECException
Deprecated. 
Sets Domain URL Name.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.
Throws:
ECException

setExpirationDateUrlName

public void setExpirationDateUrlName(java.lang.String s,
                                     boolean isReq)
                              throws ECException
Deprecated. 
Sets Expiration Date URL Name.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.
Throws:
ECException

setExpirationTimeUrlName

public void setExpirationTimeUrlName(java.lang.String s,
                                     boolean isReq)
                              throws ECException
Deprecated. 
Sets Expiration Time URL Name.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.
Throws:
ECException

setLanguageIdUrlName

public void setLanguageIdUrlName(java.lang.String s,
                                 boolean isReq)
                          throws ECException
Deprecated. 
Sets Language Id URL Name.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.
Throws:
ECException

setLongDescriptionUrlName

public void setLongDescriptionUrlName(java.lang.String s,
                                      boolean isReq)
                               throws ECException
Deprecated. 
Sets Long Description URL Name.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.
Throws:
ECException

setMatchingPolicyUrlName

public void setMatchingPolicyUrlName(java.lang.String s,
                                     boolean isReq)
                              throws ECException
Deprecated. 
Sets Matching Policy URL Name.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.
Throws:
ECException

setOwnerIdUrlName

public void setOwnerIdUrlName(java.lang.String s,
                              boolean isReq)
                       throws ECException
Deprecated. 
Sets Owner Id URL Name.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.
Throws:
ECException

setPricingPolicyUrlName

public void setPricingPolicyUrlName(java.lang.String s,
                                    boolean isReq)
                             throws ECException
Deprecated. 
Sets Pricing Policy URL Name.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.
Throws:
ECException

setShortDescriptionUrlName

public void setShortDescriptionUrlName(java.lang.String s,
                                       boolean isReq)
                                throws ECException
Deprecated. 
Sets Short Description URL Name.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.
Throws:
ECException

setSubDomainUrlName

public void setSubDomainUrlName(java.lang.String s,
                                boolean isReq)
                         throws ECException
Deprecated. 
Sets Sub Domain URL Name.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.
Throws:
ECException

setTypeUrlName

public void setTypeUrlName(java.lang.String s,
                           boolean isReq)
                    throws ECException
Deprecated. 
Sets Type URL Name.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.
Throws:
ECException