public interface CampaignRemote extends Remote
| Modifier and Type | Method and Description |
|---|---|
boolean |
addLandingPageToCampaign(long nCampaignId,
LandingPage[] landingPages) |
CampaignCopyResult[] |
copyCampaigns(CampaignCopyRequest[] campaignCopyRequests) |
void |
deleteCampaign(long campaignId) |
Campaign |
getCampaign(long id) |
CampaignRecordSet |
getCampaignsByCriteria(CampaignSearchCriteria searchCriteria) |
LandingPageRecordSet |
getLandingPagesForCampaign(long nCampaignId) |
CampaignMigrationResult |
migrateCampaign(CampaignMigrationRequest campaignMigrationRequest) |
CampaignSaveResult |
saveCampaign(Campaign campaign) |
LandingPageSaveResult |
saveLandingPage(LandingPage landingPage) |
void deleteCampaign(long campaignId)
throws RemoteException,
ApiException
RemoteExceptionApiExceptionLandingPageRecordSet getLandingPagesForCampaign(long nCampaignId) throws RemoteException, ApiException
RemoteExceptionApiExceptionboolean addLandingPageToCampaign(long nCampaignId,
LandingPage[] landingPages)
throws RemoteException,
ApiException
RemoteExceptionApiExceptionCampaignRecordSet getCampaignsByCriteria(CampaignSearchCriteria searchCriteria) throws RemoteException, ApiException
RemoteExceptionApiExceptionCampaignMigrationResult migrateCampaign(CampaignMigrationRequest campaignMigrationRequest) throws RemoteException, ApiException
RemoteExceptionApiExceptionCampaignCopyResult[] copyCampaigns(CampaignCopyRequest[] campaignCopyRequests) throws RemoteException, ApiException
RemoteExceptionApiExceptionCampaignSaveResult saveCampaign(Campaign campaign) throws RemoteException, ApiException
RemoteExceptionApiExceptionLandingPageSaveResult saveLandingPage(LandingPage landingPage) throws RemoteException, ApiException
RemoteExceptionApiExceptionCampaign getCampaign(long id) throws RemoteException, ApiException
RemoteExceptionApiExceptionCopyright © 2015. All Rights Reserved.