public interface ResolveTaxJurisdictionCmd extends TaskCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
defaultCommandClassName |
static java.lang.String |
NAME |
Modifier and Type | Method and Description |
---|---|
JurisdictionAccessBean |
getJurisdiction()
Gets the resulting JurisdictionAccessBean.
|
java.lang.Integer |
getJurisdictionId()
Gets the resulting jurisdictionId.
|
void |
setAddress(AddressAccessBean address)
Sets the AddressAccessBean.
|
void |
setAddressId(java.lang.Long addressId)
Sets the addressId.
|
void |
setDisplayOnly(boolean displayOnly)
Sets the flag to indicate if the taxes are calculated for display purpose (Optional).
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
JurisdictionAccessBean getJurisdiction()
java.lang.Integer getJurisdictionId()
void setAddress(AddressAccessBean address)
address
- The AddressAccessBean.void setAddressId(java.lang.Long addressId)
addressId
- The addressId.void setDisplayOnly(boolean displayOnly)
displayOnly
- To indicate if it is for display use only.
A true value means for display.
A false value (default) means not for display.