java.lang.Object | +--CacheableCommandImpl | +--com.ibm.commerce.command.AbstractECTargetableCommand | +--com.ibm.commerce.command.ControllerCommandImpl | +--com.ibm.commerce.tools.command.ToolsControllerCommandImpl | +--com.ibm.commerce.utf.commands.AlgorithmRegistryBaseCmdImpl
This is the default implementation of the AlgorithmRegistryBaseCmd Command. This command uses the following AccessBeans:
RFQResponseAccessBean
RFQAccessBean
Field Summary | |
---|---|
protected
java.lang.String |
algoClass Deprecated. The Algorithm Class |
protected
java.lang.Integer |
algoId Deprecated. The Algorithm Id |
protected
java.lang.String |
algoName Deprecated. The Algorithm Name |
protected
java.lang.Integer |
allocationPolicy Deprecated. The Allocation Policy |
protected
java.sql.Timestamp |
curTimeStamp Deprecated. The Timestamp |
protected
java.lang.Integer |
domain Deprecated. The Domain |
protected
java.lang.String |
expirationDate Deprecated. The Expiration Date |
protected
java.lang.String |
expirationTime Deprecated. The Expiration Time |
protected
java.sql.Timestamp |
expTimestamp Deprecated. The Expiration Timestamp |
protected
java.lang.Integer |
languageId Deprecated. The Language Id |
protected
java.lang.String |
longDesc Deprecated. The Long Description |
protected
java.lang.Integer |
matchingPolicy Deprecated. The Matching Policy |
protected
java.lang.Long |
ownerid Deprecated. The Owner id |
protected
java.lang.Integer |
pricingPolicy Deprecated. The Pricing Policy |
protected
java.lang.String |
shortDesc Deprecated. The Short Descirption |
protected
java.lang.Integer |
subdomain Deprecated. The Sub Domain |
protected
java.lang.String |
type Deprecated. The Type |
Fields inherited from class com.ibm.commerce.command. ControllerCommandImpl |
requestProperties,
responseProperties,
retriable,
viewReqProperties |
Fields inherited from class com.ibm.commerce.command. AbstractECTargetableCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.utf.commands. AlgorithmRegistryBaseCmd |
COPYRIGHT,
defaultCommandClassName |
Fields inherited from interface com.ibm.commerce.tools.command. ToolsControllerCommand |
NAME |
Fields inherited from interface com.ibm.commerce.command. ECTargetableCommand |
COPYRIGHT |
Constructor Summary | |
---|---|
AlgorithmRegistryBaseCmdImpl() Deprecated. CreateAuctionCmdImpl constructor comment. |
Method Summary | |
---|---|
protected
int |
compareTimestamp(java.sql.Timestamp t1,
java.sql.Timestamp t2) Deprecated. util method to compare two timestamps |
java.lang.String |
getAlgoClass() Deprecated. Algorithm class |
java.lang.Integer |
getAlgoId() Deprecated. Algorithm Id |
java.lang.String |
getAlgoName() Deprecated. Algorithm name |
java.lang.Integer |
getAllocationPolicy() Deprecated. Algorithm Allocation policy. |
protected
java.sql.Timestamp |
getCurrentTimeStamp() Deprecated. Current timestamp |
java.lang.Integer |
getDomain() Deprecated. UTF Domain |
java.util.Hashtable |
getErrorContent() Deprecated. Get Error content |
boolean |
getErrorFlag() Deprecated. Get Error flag |
java.lang.String |
getExpirationDate() Deprecated. Algorithm Registry entry expiration date |
java.lang.String |
getExpirationTime() Deprecated. Algorithm registry entry expiration time |
protected
java.sql.Timestamp |
getExpirationTimeStamp() Deprecated. Algorithm Registry Entry Expiration timestamp |
java.lang.Integer |
getLanguageId() Deprecated. Get Language Id |
java.lang.String |
getLongDesc() Deprecated. Algorithm long description |
java.lang.Integer |
getMatchingPolicy() Deprecated. Algorithm Matching policy. |
java.lang.Long |
getOwnerId() Deprecated. Owner id (aka member id) |
java.lang.Integer |
getPricingPolicy() Deprecated. Algorithm Pricing policy. |
TypedProperty |
getResponseProperties() Deprecated. Get Response properties |
java.lang.String |
getShortDesc() Deprecated. Algorithm short description |
java.lang.Integer |
getSubDomain() Deprecated. UTF Sub Domain |
java.util.Hashtable |
getToolXMLObject() Deprecated. Get XML Object |
java.lang.String |
getType() Deprecated. Algorithm type |
java.lang.String |
getViewTaskName() Deprecated. Get view task name |
java.lang.String |
getWizardNavigationFile() Deprecated. Get Wizard navigation object |
boolean |
isErrorFlag() Deprecated. Return Error flag indication |
boolean |
isReadyToCallExecute() Deprecated. isReadyToCallExecute method. |
void |
performExecute() Deprecated. performExecute |
void |
reset() Deprecated. Reset |
void |
setAlgoClassUrlName(java.lang.String name, boolean isReq) Deprecated. Set Algorithm Class Name |
void |
setAlgoId(java.lang.Integer newAlgoId) Deprecated. Set Algorithm Registry Id |
void |
setAlgoIdUrlName(java.lang.String name, boolean isReq) Deprecated. Set Algorithm Registry id |
void |
setAlgoNameUrlName(java.lang.String name, boolean isReq) Deprecated. Set algorithm name |
void |
setAllocationPolicyUrlName(java.lang.String name,
boolean isReq) Deprecated. Set Algorithm entry allocation policy |
void |
setDomainUrlName(java.lang.String name, boolean isReq) Deprecated. Set UTF domain. |
void |
setErrorContent(java.util.Hashtable newErrorContent) Deprecated. Set error content |
void |
setErrorFlag(boolean newErrorFlag) Deprecated. Set error flag. |
void |
setExpirationDateUrlName(java.lang.String name,
boolean isReq) Deprecated. Set algorithm registry entry expiration date. |
protected
void |
setExpirationTimeStamp(java.sql.Timestamp newExpirationTimeStamp) Deprecated. Set algorithm registry entry expiration timestamp. |
void |
setExpirationTimeUrlName(java.lang.String name,
boolean isReq) Deprecated. Set Expiration time. |
void |
setLanguageIdUrlName(java.lang.String name, boolean isReq) Deprecated. Set language id. |
void |
setLongDescriptionUrlName(java.lang.String name,
boolean isReq) Deprecated. Set algorithm long description |
void |
setMatchingPolicyUrlName(java.lang.String name,
boolean isReq) Deprecated. Set Algorithm entry matching policy |
void |
setOwnerId(java.lang.Long id) Deprecated. Set owner id |
void |
setOwnerIdUrlName(java.lang.String name, boolean isReq) Deprecated. Set owner id |
void |
setPricingPolicyUrlName(java.lang.String name,
boolean isReq) Deprecated. Set Algorithm entry pricing policy |
void |
setRequestProperties(
TypedProperty paramTable) Deprecated. Set request properties. |
void |
setResponseProperties(
TypedProperty paramHash) Deprecated. Set response properties. |
void |
setShortDescriptionUrlName(java.lang.String name,
boolean isReq) Deprecated. Set algorithm short description |
void |
setSubDomainUrlName(java.lang.String name, boolean isReq) Deprecated. Set UTF sub domain. |
void |
setToolXMLObject(java.util.Hashtable newToolXMLObject) Deprecated. Set TOOL XML object |
void |
setTypeUrlName(java.lang.String name, boolean isReq) Deprecated. Set algorithm entry type. |
void |
setViewTaskName(java.lang.String newViewTaskName) Deprecated. Set view task name. |
Methods inherited from class com.ibm.commerce.tools.command. ToolsControllerCommandImpl |
getViewInputProperties |
Methods inherited from class com.ibm.commerce.command. ControllerCommandImpl |
checkPermission,
fulfills,
getForUserId,
getGeneric,
getOwner,
getRequestProperties,
getResolvedRequestProperties,
getResourceOwners,
getRetriable,
isGeneric,
isRetriable,
mergeProperties,
setForUserId,
setGeneric,
setOwner,
setRetriable,
setViewInputProperties |
Methods inherited from class com.ibm.commerce.command. AbstractECTargetableCommand |
accessControlCheck,
checkIsAllowed,
checkParameters,
checkResourcePermission,
createCommandExecutionEvent,
execute,
finalize,
getAccCheck,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getResources,
getStoreId,
getUser,
getUserId,
setAccCheck,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties,
validateParameters |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait,
wait, wait |
Methods inherited from interface com.ibm.commerce.command. ControllerCommand |
checkPermission,
execute,
getGeneric,
getRequestProperties,
getResolvedRequestProperties,
getRetriable,
getViewInputProperties,
isGeneric,
isRetriable,
mergeProperties,
setGeneric,
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,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties,
validateParameters |
Field Detail |
---|
protected java.lang.String type
protected java.sql.Timestamp curTimeStamp
protected java.lang.Long ownerid
protected java.lang.Integer languageId
protected java.lang.String algoClass
protected java.lang.Integer algoId
protected java.lang.String algoName
protected java.lang.Integer allocationPolicy
protected java.lang.Integer domain
protected java.lang.Integer subdomain
protected java.lang.String expirationDate
protected java.lang.String expirationTime
protected java.sql.Timestamp expTimestamp
protected java.lang.Integer matchingPolicy
protected java.lang.Integer pricingPolicy
protected java.lang.String longDesc
protected java.lang.String shortDesc
Constructor Detail |
---|
public AlgorithmRegistryBaseCmdImpl()
Method Detail |
---|
protected int compareTimestamp(java.sql.Timestamp t1, java.sql.Timestamp t2)
t1
- java.sql.Timestampt2
- java.sql.Timestamppublic java.lang.String getAlgoClass()
public java.lang.Integer getAlgoId()
public java.lang.String getAlgoName()
public java.lang.Integer getAllocationPolicy()
protected java.sql.Timestamp getCurrentTimeStamp()
public java.lang.Integer getDomain()
public java.util.Hashtable getErrorContent()
public boolean getErrorFlag()
public java.lang.String getExpirationDate()
public java.lang.String getExpirationTime()
protected java.sql.Timestamp getExpirationTimeStamp()
public java.lang.Integer getLanguageId()
public java.lang.String getLongDesc()
public java.lang.Integer getMatchingPolicy()
public java.lang.Long getOwnerId()
public java.lang.Integer getPricingPolicy()
public TypedProperty getResponseProperties()
getResponseProperties
in interface
ControllerCommand
getResponseProperties
in class
ControllerCommandImpl
public java.lang.String getShortDesc()
public java.lang.Integer getSubDomain()
public java.util.Hashtable getToolXMLObject()
public java.lang.String getType()
public java.lang.String getViewTaskName()
public java.lang.String getWizardNavigationFile()
public boolean isErrorFlag()
public boolean isReadyToCallExecute()
isReadyToCallExecute
in class
AbstractECTargetableCommand
public void performExecute() throws ECException
performExecute
in interface
ECCommand
performExecute
in class
AbstractECTargetableCommand
ECException
ECCommand.performExecute()
public void reset()
reset
in class
AbstractECTargetableCommand
public void setAlgoClassUrlName(java.lang.String name, boolean isReq)
setAlgoClassUrlName
in interface
AlgorithmRegistryBaseCmd
name
- Algorithm NameisReq
- boolenpublic void setAlgoId(java.lang.Integer newAlgoId)
newAlgoId
- New Algorithm Idpublic void setAlgoIdUrlName(java.lang.String name, boolean isReq) throws ECApplicationException
setAlgoIdUrlName
in interface
AlgorithmRegistryBaseCmd
name
- Algorithm NameisReq
- boolean flag
ECApplicationException
public void setAlgoNameUrlName(java.lang.String name, boolean isReq) throws ECApplicationException
setAlgoNameUrlName
in interface
AlgorithmRegistryBaseCmd
name
- Algorithm NameisReq
- boolean flag
ECApplicationException
public void setAllocationPolicyUrlName(java.lang.String name, boolean isReq)
setAllocationPolicyUrlName
in interface
AlgorithmRegistryBaseCmd
name
- Algorithm NameisReq
- boolean flagpublic void setDomainUrlName(java.lang.String name, boolean isReq)
setDomainUrlName
in interface
AlgorithmRegistryBaseCmd
name
- Algorithm NameisReq
- boolean flagpublic void setErrorContent(java.util.Hashtable newErrorContent)
newErrorContent
- Hashtablepublic void setErrorFlag(boolean newErrorFlag)
newErrorFlag
- booleanpublic void setExpirationDateUrlName(java.lang.String name, boolean isReq)
setExpirationDateUrlName
in interface
AlgorithmRegistryBaseCmd
name
- Algorithm NameisReq
- boolean flagprotected void setExpirationTimeStamp(java.sql.Timestamp newExpirationTimeStamp) throws ECApplicationException
newExpirationTimeStamp
- Timestamp
ECApplicationException
public void setExpirationTimeUrlName(java.lang.String name, boolean isReq)
setExpirationTimeUrlName
in interface
AlgorithmRegistryBaseCmd
name
- Algorithm NameisReq
- boolean flagpublic void setLanguageIdUrlName(java.lang.String name, boolean isReq)
setLanguageIdUrlName
in interface
AlgorithmRegistryBaseCmd
name
- Algorithm NameisReq
- boolean flagpublic void setLongDescriptionUrlName(java.lang.String name, boolean isReq) throws ECApplicationException
setLongDescriptionUrlName
in interface
AlgorithmRegistryBaseCmd
name
- Algorithm NameisReq
- boolean flag
ECApplicationException
public void setMatchingPolicyUrlName(java.lang.String name, boolean isReq)
setMatchingPolicyUrlName
in interface
AlgorithmRegistryBaseCmd
name
- Algorithm NameisReq
- boolean flagpublic void setOwnerId(java.lang.Long id)
id
- Algorithm Idpublic void setOwnerIdUrlName(java.lang.String name, boolean isReq)
setOwnerIdUrlName
in interface
AlgorithmRegistryBaseCmd
name
- Algorithm NameisReq
- boolean flagpublic void setPricingPolicyUrlName(java.lang.String name, boolean isReq)
setPricingPolicyUrlName
in interface
AlgorithmRegistryBaseCmd
name
- Algorithm NameisReq
- boolean flagpublic void setRequestProperties(TypedProperty paramTable) throws ECApplicationException
setRequestProperties
in interface
ControllerCommand
setRequestProperties
in class
ToolsControllerCommandImpl
paramTable
- request properties
ECApplicationException
ControllerCmd#setRequestProperties(TypedProperty)
public void setResponseProperties(TypedProperty paramHash)
setResponseProperties
in class
ControllerCommandImpl
paramHash
- TypedPropertypublic void setShortDescriptionUrlName(java.lang.String name, boolean isReq) throws ECApplicationException
setShortDescriptionUrlName
in interface
AlgorithmRegistryBaseCmd
name
- Algorithm NameisReq
- boolean flag
ECApplicationException
public void setSubDomainUrlName(java.lang.String name, boolean isReq)
setSubDomainUrlName
in interface
AlgorithmRegistryBaseCmd
name
- Algorithm NameisReq
- boolean flagpublic void setToolXMLObject(java.util.Hashtable newToolXMLObject)
newToolXMLObject
- Hashtablepublic void setTypeUrlName(java.lang.String name, boolean isReq) throws ECApplicationException
setTypeUrlName
in interface
AlgorithmRegistryBaseCmd
name
- Algorithm NameisReq
- boolean flag
ECApplicationException
public void setViewTaskName(java.lang.String newViewTaskName)
newViewTaskName
- View Task Name