com.bea.campaign.webservice
Interface CampaignWebService


public interface CampaignWebService

A WLS RPC-style WebService entry-point EJB for various campaign related features.


Method Summary
 String[] getAdIds(String userId, String xmlQuery)
          Get the list of ids of ads that match the xml-based contentQuery string for the given user.
 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.
 

Method Detail

getAdIds

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.

Throws
RemoteException
EJBException

getEmailURIs

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).
Throws
RemoteException
EJBException


Copyright © 2006 BEA Systems, Inc. All Rights Reserved