|
© 2003 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.bea.campaign.action.Action
|
+--com.bea.commerce.ebusiness.campaign.AddUserDiscountAction
Action object to associate a discount to a user.
This action understands the following action parameters:
default name.
| Field Summary | |
static String |
DEFAULT_DISCOUNT_SET_NAME
The default discount set name ("DefaultDiscountSet"). |
| Constructor Summary | |
AddUserDiscountAction()
|
|
| Method Summary | |
DiscountAssociationMgr |
getAssociationMgr()
Get the discount association manager this should use. |
void |
init(Map params)
Initialize this action from a map of parameters. |
void |
run()
Execute this action. |
String |
toString()
|
| Methods inherited from class com.bea.campaign.action.Action |
getEvent, getRandom, getRequest, getScenario, getScenarioContainer, getScenarioContainerName, getScenarioId, getScenarioName, getServiceLocator, getSession, getTimestamp, getUser, getUserId, locateService, setEvent, setRandom, setRequest, setScenario, setScenarioContainer, setServiceLocator, setSession, setTimestamp, setUser |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final String DEFAULT_DISCOUNT_SET_NAME
| Constructor Detail |
public AddUserDiscountAction()
| Method Detail |
public void init(Map params)
throws IllegalArgumentException
See the class notes about the understood and required action parameters.
init in class Actionparams - A map of name/value pairs
IllegalArugmentException - thrown on invalid action parameters.
IllegalArgumentException - if any required params are missing
public void run()
throws ActionException
This will associate the named discount to the user.
run in class ActionActionException - thrown on an error.
public DiscountAssociationMgr getAssociationMgr()
throws CreateException,
RemoteException
CreateException - thrown if the system cannot get a manager.
RemoteException - thrown on a general error.public String toString()
toString in class Object
|
© 2003 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||