com.yahoo.marketing.apt
Interface PixelService

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
PixelServiceHttpBindingStub

public interface PixelService
extends java.rmi.Remote


Method Summary
 BasicResponse activatePixel(long pixelID)
           
 BasicResponse[] activatePixels(long[] pixelIDs)
           
 PixelResponse addPixel(Pixel pixel)
           
 PixelResponse[] addPixels(Pixel[] pixels)
           
 BasicResponse deactivatePixel(long pixelID)
           
 BasicResponse[] deactivatePixels(long[] pixelIDs)
           
 BasicResponse deletePiggybackPixels(long pixelID)
           
 PiggybackPixel[] getPiggybackPixels(long pixelID)
           
 Pixel getPixel(long pixelID)
           
 java.lang.String getPixelCode(long pixelID, PixelCodeType pixelCodeType)
           
 long getPixelCountByAccountID()
           
 Pixel[] getPixels(long[] pixelIDs)
           
 Pixel[] getPixelsByAccountID(int startElement, int numElements)
           
 BasicResponse setPiggybackPixels(long pixelID, PiggybackPixel[] piggybackPixels)
           
 PixelResponse updatePixel(Pixel pixel)
           
 PixelResponse[] updatePixels(Pixel[] pixels)
           
 

Method Detail

activatePixel

BasicResponse activatePixel(long pixelID)
                            throws java.rmi.RemoteException,
                                   ApiFault
Throws:
java.rmi.RemoteException
ApiFault

activatePixels

BasicResponse[] activatePixels(long[] pixelIDs)
                               throws java.rmi.RemoteException,
                                      ApiFault
Throws:
java.rmi.RemoteException
ApiFault

addPixel

PixelResponse addPixel(Pixel pixel)
                       throws java.rmi.RemoteException,
                              ApiFault
Throws:
java.rmi.RemoteException
ApiFault

addPixels

PixelResponse[] addPixels(Pixel[] pixels)
                          throws java.rmi.RemoteException,
                                 ApiFault
Throws:
java.rmi.RemoteException
ApiFault

deactivatePixel

BasicResponse deactivatePixel(long pixelID)
                              throws java.rmi.RemoteException,
                                     ApiFault
Throws:
java.rmi.RemoteException
ApiFault

deactivatePixels

BasicResponse[] deactivatePixels(long[] pixelIDs)
                                 throws java.rmi.RemoteException,
                                        ApiFault
Throws:
java.rmi.RemoteException
ApiFault

deletePiggybackPixels

BasicResponse deletePiggybackPixels(long pixelID)
                                    throws java.rmi.RemoteException,
                                           ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getPiggybackPixels

PiggybackPixel[] getPiggybackPixels(long pixelID)
                                    throws java.rmi.RemoteException,
                                           ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getPixel

Pixel getPixel(long pixelID)
               throws java.rmi.RemoteException,
                      ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getPixelCode

java.lang.String getPixelCode(long pixelID,
                              PixelCodeType pixelCodeType)
                              throws java.rmi.RemoteException,
                                     ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getPixelCountByAccountID

long getPixelCountByAccountID()
                              throws java.rmi.RemoteException,
                                     ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getPixels

Pixel[] getPixels(long[] pixelIDs)
                  throws java.rmi.RemoteException,
                         ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getPixelsByAccountID

Pixel[] getPixelsByAccountID(int startElement,
                             int numElements)
                             throws java.rmi.RemoteException,
                                    ApiFault
Throws:
java.rmi.RemoteException
ApiFault

setPiggybackPixels

BasicResponse setPiggybackPixels(long pixelID,
                                 PiggybackPixel[] piggybackPixels)
                                 throws java.rmi.RemoteException,
                                        ApiFault
Throws:
java.rmi.RemoteException
ApiFault

updatePixel

PixelResponse updatePixel(Pixel pixel)
                          throws java.rmi.RemoteException,
                                 ApiFault
Throws:
java.rmi.RemoteException
ApiFault

updatePixels

PixelResponse[] updatePixels(Pixel[] pixels)
                             throws java.rmi.RemoteException,
                                    ApiFault
Throws:
java.rmi.RemoteException
ApiFault