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.String
campaignId)
throwsRemoteException
,EJBException
RemoteException
EJBException
Related Topics
ScenarioService.clearEndStates(ScenarioContainer)
publicGet back a list of the active Campaign objects.Collection
getActiveCampaigns()
throwsRemoteException
,EJBException
RemoteException
EJBException
publicGet a reference to the AdBucketService being used.AdBucketService
getAdBucketService()
throwsRemoteException
,EJBException
RemoteException
EJBException
publicGet a reference to the AdService being usedAdService
getAdService()
throwsRemoteException
,EJBException
RemoteException
EJBException
publicRetrieve a deployed campaign.Campaign
getCampaign(String
id)
throwsRemoteException
,EJBException
RemoteException
EJBException
publicGet back a list of the deployed Campaign objects.Collection
getDeployedCampaigns()
throwsRemoteException
,EJBException
RemoteException
EJBException
publicGet a reference to the mail service being used.MailService
getMailService()
throwsRemoteException
,EJBException
RemoteException
EJBException
publicGet a reference to the scenario service this uses.ScenarioService
getScenarioService()
throwsRemoteException
,EJBException
RemoteException
EJBException
public void handleEvent(Handle an event from the event service.Event
event)
throwsRemoteException
,EJBException
RemoteException
EJBException
public boolean isActive(Tell if the specified campaign is currently active.String
campaignId)
throwsRemoteException
,EJBException
RemoteException
EJBException
public void resetCampaign(Reset any cached state on the specified campaign.String
campaignId)
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