public class GiftRegistryAddressAuditCmdImpl extends ControllerCommandImpl implements GiftRegistryAddressAuditCmd
GiftRegistryAddressAuditCmd,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASSNAME
The full qualified class name.
|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
static java.lang.String |
FIELD_RULE_DELIMITER
The delimiter used for field rules.
|
NAME| Constructor and Description |
|---|
GiftRegistryAddressAuditCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAuditResult()
Returns the audit result.
|
java.lang.String |
getPathSeparator()
Gets the path separator.
|
java.lang.String |
getPropertyFileName()
Gets the name of property file
|
TypedProperty |
getRequestProperties()
Gets the request properties.
|
java.lang.String |
getStoreDirectory()
Gets the name of the store directory, which is used for finding property files
belong to this store.
|
void |
performExecute()
Execute the task command.
|
void |
setErrorViewName(java.lang.String astrErrorViewName)
Sets the name of the error view.
|
void |
setPathSeparator(java.lang.String astrPathSeparator)
Sets the path separator.
|
void |
setPropertyFileName(java.lang.String astrPropertyFileName)
Sets the name of the property file.
|
void |
setRequestProperties(TypedProperty aRequestProperties)
Sets the request properties
|
void |
setStoreDirectory(java.lang.String astrStoreDirectory)
Sets the name of store directory.
|
checkPermission, fulfills, getForUserId, getGeneric, getOwner, getResolvedRequestProperties, getResourceOwners, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setForUserId, setGeneric, setOwner, setResponseProperties, setRetriable, setViewInputPropertiesaccessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersexecuteaccessControlCheck, getAccCheck, setAccCheckpublic static final java.lang.String FIELD_RULE_DELIMITER
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public boolean getAuditResult()
getAuditResult in interface GiftRegistryAddressAuditCmdpublic java.lang.String getPathSeparator()
"store1/UserRegistration""/" is the path separator.
getPathSeparator in interface GiftRegistryAddressAuditCmdpublic java.lang.String getPropertyFileName()
getPropertyFileName in interface GiftRegistryAddressAuditCmdpublic java.lang.String getStoreDirectory()
getStoreDirectory in interface GiftRegistryAddressAuditCmdpublic void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface GiftRegistryAddressAuditCmdperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECException - Any ECException throws.public void setErrorViewName(java.lang.String astrErrorViewName)
setErrorViewName in interface GiftRegistryAddressAuditCmdastrErrorViewName - The name of the error view.public void setPathSeparator(java.lang.String astrPathSeparator)
"store1/UserRegistration""/" is the path separator.
setPathSeparator in interface GiftRegistryAddressAuditCmdastrPathSeparator - The path separator.public void setPropertyFileName(java.lang.String astrPropertyFileName)
setPropertyFileName in interface GiftRegistryAddressAuditCmdThe - name of the property file.public void setRequestProperties(TypedProperty aRequestProperties) throws ECApplicationException
setRequestProperties in interface ControllerCommandsetRequestProperties in interface GiftRegistryAddressAuditCmdsetRequestProperties in class ControllerCommandImplaRequestProperties - the parameters passed to the command.ECApplicationException - if any exception happens.public TypedProperty getRequestProperties()
getRequestProperties in interface ControllerCommandgetRequestProperties in interface GiftRegistryAddressAuditCmdgetRequestProperties in class ControllerCommandImplpublic void setStoreDirectory(java.lang.String astrStoreDirectory)
setStoreDirectory in interface GiftRegistryAddressAuditCmdastrStoreDirectory - The name of store directory.