com.yahoo.marketing.apt
Interface CustomGeoAreaService

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

public interface CustomGeoAreaService
extends java.rmi.Remote


Method Summary
 BasicResponse activateCustomGeoArea(long customGeoAreaID)
           
 BasicResponse[] activateCustomGeoAreas(long[] customGeoAreaIDs)
           
 CustomGeoAreaResponse addCustomGeoArea(CustomGeoArea customGeoArea)
           
 CustomGeoAreaResponse[] addCustomGeoAreas(CustomGeoArea[] customGeoAreas)
           
 CustomGeoAreaResponse copyCustomGeoArea(long customGeoAreaID, java.lang.String newName)
           
 BasicResponse deactivateCustomGeoArea(long customGeoAreaID)
           
 BasicResponse[] deactivateCustomGeoAreas(long[] customGeoAreaIDs)
           
 BasicResponse deleteCustomGeoArea(long customGeoAreaID)
           
 BasicResponse[] deleteCustomGeoAreas(long[] customGeoAreaIDs)
           
 CustomGeoArea getCustomGeoArea(long customGeoAreaID)
           
 CustomGeoArea[] getCustomGeoAreas(long[] customGeoAreaIDs)
           
 CustomGeoArea[] getCustomGeoAreasByAccountID()
           
 CustomGeoAreaResponse updateCustomGeoArea(CustomGeoArea customGeoArea)
           
 CustomGeoAreaResponse[] updateCustomGeoAreas(CustomGeoArea[] customGeoAreas)
           
 

Method Detail

activateCustomGeoArea

BasicResponse activateCustomGeoArea(long customGeoAreaID)
                                    throws java.rmi.RemoteException,
                                           ApiFault
Throws:
java.rmi.RemoteException
ApiFault

activateCustomGeoAreas

BasicResponse[] activateCustomGeoAreas(long[] customGeoAreaIDs)
                                       throws java.rmi.RemoteException,
                                              ApiFault
Throws:
java.rmi.RemoteException
ApiFault

addCustomGeoArea

CustomGeoAreaResponse addCustomGeoArea(CustomGeoArea customGeoArea)
                                       throws java.rmi.RemoteException,
                                              ApiFault
Throws:
java.rmi.RemoteException
ApiFault

addCustomGeoAreas

CustomGeoAreaResponse[] addCustomGeoAreas(CustomGeoArea[] customGeoAreas)
                                          throws java.rmi.RemoteException,
                                                 ApiFault
Throws:
java.rmi.RemoteException
ApiFault

copyCustomGeoArea

CustomGeoAreaResponse copyCustomGeoArea(long customGeoAreaID,
                                        java.lang.String newName)
                                        throws java.rmi.RemoteException,
                                               ApiFault
Throws:
java.rmi.RemoteException
ApiFault

deactivateCustomGeoArea

BasicResponse deactivateCustomGeoArea(long customGeoAreaID)
                                      throws java.rmi.RemoteException,
                                             ApiFault
Throws:
java.rmi.RemoteException
ApiFault

deactivateCustomGeoAreas

BasicResponse[] deactivateCustomGeoAreas(long[] customGeoAreaIDs)
                                         throws java.rmi.RemoteException,
                                                ApiFault
Throws:
java.rmi.RemoteException
ApiFault

deleteCustomGeoArea

BasicResponse deleteCustomGeoArea(long customGeoAreaID)
                                  throws java.rmi.RemoteException,
                                         ApiFault
Throws:
java.rmi.RemoteException
ApiFault

deleteCustomGeoAreas

BasicResponse[] deleteCustomGeoAreas(long[] customGeoAreaIDs)
                                     throws java.rmi.RemoteException,
                                            ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getCustomGeoArea

CustomGeoArea getCustomGeoArea(long customGeoAreaID)
                               throws java.rmi.RemoteException,
                                      ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getCustomGeoAreas

CustomGeoArea[] getCustomGeoAreas(long[] customGeoAreaIDs)
                                  throws java.rmi.RemoteException,
                                         ApiFault
Throws:
java.rmi.RemoteException
ApiFault

getCustomGeoAreasByAccountID

CustomGeoArea[] getCustomGeoAreasByAccountID()
                                             throws java.rmi.RemoteException,
                                                    ApiFault
Throws:
java.rmi.RemoteException
ApiFault

updateCustomGeoArea

CustomGeoAreaResponse updateCustomGeoArea(CustomGeoArea customGeoArea)
                                          throws java.rmi.RemoteException,
                                                 ApiFault
Throws:
java.rmi.RemoteException
ApiFault

updateCustomGeoAreas

CustomGeoAreaResponse[] updateCustomGeoAreas(CustomGeoArea[] customGeoAreas)
                                             throws java.rmi.RemoteException,
                                                    ApiFault
Throws:
java.rmi.RemoteException
ApiFault