CampaignWebService Interface
- public interface CampaignWebService
extends EJBObject
A WLS RPC-style WebService entry-point EJB for various campaign related
features.
-
All Superinterfaces
-
EJBObject
, Remote
public String [] |
-
getAdIds (String userId, String xmlQuery)
- Get the list of ids of ads that match the xml-based contentQuery
string for the given user.
|
public String [] |
-
getEmailURIs (String webAppURI)
- Get the list of email URI (relative to the server base URI) of the
campaign email files available in the current application.
|
getAdIds(String, String) Method
public String
[] getAdIds(String
userId,
String
xmlQuery)
throws RemoteException
, EJBException
Get the list of ids of ads that match the xml-based contentQuery
string for the given user.
Exceptions
-
RemoteException
-
EJBException
getEmailURIs(String) Method
public String
[] getEmailURIs(String
webAppURI)
throws RemoteException
, EJBException
Get the list of email URI (relative to the server base URI) of the
campaign email files available in the current application.
Parameters
-
webAppURI
- the base webAppURI to filter on (null for all webApps
in the application).
Exceptions
-
RemoteException
-
EJBException