public class PolicyUpdateCmdImpl extends ControllerCommandImpl implements PolicyUpdateCmd
Name | Description |
---|---|
BusinessPolicyName | The name of the business policy. Mandatory. |
BusinessPolicyType | The type of the business policy. Mandatory. |
Commands | The commands which process the business policy. Optional. |
CommonProperty | The common property string which business policy commands need.. Optional. |
CommonSingleProperty | The single common property string which business policy commands need.. Optional. |
EndDate | The end date of the business policy. Optional. |
Properties | The specific properties of the business policy commands need. Optional. |
RequestProperties | The request properties. Possible values include: redirecturl, XMLFile, type, name, plcyStoreId, cmd, props, prop, commonProps, commonProp, startDate, endDate. Optional. |
SingleProperties | The single specific properties of the business policy commands need. Optional. |
StartDate | The start date of the business policy. Mandatory. |
StoreEntityId | The store entity id which the business policy belongs to. Mandatory. |
Name | Description |
---|---|
EndDate | The end date of the business policy. |
StartDate | The start date of the business policy. |
Resources | The access vector accessed by this command. |
Modifier and Type | Field and Description |
---|---|
static java.lang.String | CLASSNAME
The default implementation class is "com.ibm.commerce.contract.commands.PolicyUpdateCmdImpl".
|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
Constructor and Description |
---|
PolicyUpdateCmdImpl() |
Modifier and Type | Method and Description |
---|---|
java.sql.Timestamp | getEndDate()
Returns the end date of the business policy.
|
AccessVector | getResources()
Gets the access vector accessed by this command.
|
java.sql.Timestamp | getStartDate()
Returns the start date of the business policy.
|
void | performExecute()
Executes the business logic of this command implementation.
|
void | setBusinessPolicyName(java.lang.String name)
Sets the name of the business policy.
|
void | setBusinessPolicyType(java.lang.String type)
Sets the type of the business policy.
|
void | setCommands(java.util.Hashtable commands)
Sets the commands which process the business policy.
|
void | setCommonProperty(java.lang.String commonProp)
Sets the common property string which business policy commands need.
|
void | setCommonSingleProperty(java.lang.String commonSingleProp)
Sets a single common property string which business policy commands need.
|
void | setEndDate(java.lang.Long anEndDate)
Set the end date of the business policy.
|
void | setEndDate(java.lang.String endDate)
Sets the end date of the business policy.
|
void | setEndDate(java.sql.Timestamp newEndDate)
Sets the end date of the business policy.
|
void | setProperties(java.util.Hashtable props)
Sets the specific properties of the business policy commands need.
|
void | setRequestProperties(TypedProperty aRequestProperties)
Sets the request properties
|
void | setSingleProperties(java.util.Hashtable props)
Sets the single specific properties of the business policy commands need.
|
void | setStartDate(java.lang.Long anStartDate)
Sets the start date of the business policy.
|
void | setStartDate(java.lang.String startDate)
Sets the starting date of the business policy.
|
void | setStartDate(java.sql.Timestamp newStartDate)
Sets the start date of the business policy.
|
void | setStoreEntityId(java.lang.Integer storeEntId)
Sets the store entity id which the business policy belongs to.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public java.sql.Timestamp getEndDate()
public AccessVector getResources() throws ECException
public java.sql.Timestamp getStartDate()
public void performExecute() throws ECException
public void setBusinessPolicyName(java.lang.String name)
public void setBusinessPolicyType(java.lang.String type)
public void setCommands(java.util.Hashtable commands)
public void setCommonProperty(java.lang.String commonProp)
public void setCommonSingleProperty(java.lang.String commonSingleProp)
public void setEndDate(java.lang.Long anEndDate)
public void setEndDate(java.lang.String endDate)
public void setEndDate(java.sql.Timestamp newEndDate)
public void setProperties(java.util.Hashtable props)
public void setSingleProperties(java.util.Hashtable props)
public void setRequestProperties(TypedProperty aRequestProperties) throws ECApplicationException
public void setStartDate(java.lang.Long anStartDate)
public void setStartDate(java.lang.String startDate)
public void setStartDate(java.sql.Timestamp newStartDate)
public void setStoreEntityId(java.lang.Integer storeEntId)