|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | 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(Element e)
Initialize the goal from an XML element. |
void |
printXML(Writer out)
Print this goal as an XML fragment. |
| Method Detail |
public boolean hasBeenMet(CampaignService service,
Campaign campaign)
throws Exception
service - the CampaignService to use.campaign - the Campaign to check under.
Exception - thrown on an error.
public void init(Element e)
throws IllegalArgumentException
e - the DOM element.
IllegalArgumentException - thrown on an invalid DOM structure.
public void printXML(Writer out)
throws IOException
out - the output writer.
IOException - thrown on an I/O error.
|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||