com.yahoo.marketing.apt
Interface PixelService
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- PixelServiceHttpBindingStub
public interface PixelService
- extends java.rmi.Remote
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