AdStatus, EJBObject
EJB object interface for the CampaignService session EJB.
AdStatus, EJBObject, Remote
Method Summary |
public void |
|
public |
|
public |
|
public |
|
public |
|
public |
|
public |
|
public |
|
public void |
|
public boolean | |
public void |
|
Methods from interface javax.ejb. |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
public void clearEndStates(Clear all of the user end states associated to a campaign.StringcampaignId)
throwsRemoteException,EJBException
RemoteException
EJBException
Related Topics
ScenarioService.clearEndStates(ScenarioContainer)
publicGet back a list of the active Campaign objects.CollectiongetActiveCampaigns()
throwsRemoteException,EJBException
RemoteException
EJBException
publicGet a reference to the AdBucketService being used.AdBucketServicegetAdBucketService()
throwsRemoteException,EJBException
RemoteException
EJBException
publicGet a reference to the AdService being usedAdServicegetAdService()
throwsRemoteException,EJBException
RemoteException
EJBException
publicRetrieve a deployed campaign.CampaigngetCampaign(Stringid)
throwsRemoteException,EJBException
RemoteException
EJBException
publicGet back a list of the deployed Campaign objects.CollectiongetDeployedCampaigns()
throwsRemoteException,EJBException
RemoteException
EJBException
publicGet a reference to the mail service being used.MailServicegetMailService()
throwsRemoteException,EJBException
RemoteException
EJBException
publicGet a reference to the scenario service this uses.ScenarioServicegetScenarioService()
throwsRemoteException,EJBException
RemoteException
EJBException
public void handleEvent(Handle an event from the event service.Eventevent)
throwsRemoteException,EJBException
RemoteException
EJBException
public boolean isActive(Tell if the specified campaign is currently active.StringcampaignId)
throwsRemoteException,EJBException
RemoteException
EJBException
public void resetCampaign(Reset any cached state on the specified campaign.StringcampaignId)
throwsRemoteException,EJBException
This will cause the Campaign to redetermine it's state the next time it's accessed.
This includes: reseting the goal achieved state.
RemoteException
EJBException