|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The public interface of a campaign goal.
Method Summary | |
boolean |
hasBeenMet(CampaignService service,
Campaign campaign)
Determine if this goal has been met. |
void |
init(org.w3c.dom.Element e)
Initialize the goal from an XML element. |
void |
printXML(java.io.Writer out)
Print this goal as an XML fragment. |
Method Detail |
public boolean hasBeenMet(CampaignService service, Campaign campaign) throws java.lang.Exception
service
- the CampaignService to use.campaign
- the Campaign to check under.public void init(org.w3c.dom.Element e) throws java.lang.IllegalArgumentException
e
- the DOM element.public void printXML(java.io.Writer out) throws java.io.IOException
out
- the output writer.
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |