public abstract class ResolveJurisdictionsCmdImpl extends TaskCommandImpl implements ResolveJurisdictionsCmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT |
NAME| Constructor and Description |
|---|
ResolveJurisdictionsCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer[] |
getJurisdictionIds()
return all the jurisdictions.
|
void |
performExecute()
main business logic
|
void |
reset()
reset the fields.
|
void |
setAddress(AddressAccessBean aabAddress)
Sets the address.
|
void |
setDefaultToStoreAddress(boolean abDefaultToStoreAddress)
sets the default store address.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, 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, validateParameterspublic static final java.lang.String COPYRIGHT
public java.lang.Integer[] getJurisdictionIds()
getJurisdictionIds in interface ResolveJurisdictionsCmdpublic void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionpublic void reset()
reset in interface com.ibm.websphere.command.Commandreset in class AbstractECTargetableCommandpublic void setAddress(AddressAccessBean aabAddress)
setAddress in interface ResolveJurisdictionsCmdpublic void setDefaultToStoreAddress(boolean abDefaultToStoreAddress)
setDefaultToStoreAddress in interface ResolveJurisdictionsCmd