ibi.broker.api.cci
Interface ConfigManager


public interface ConfigManager


Method Summary
 ibi.broker.api.data.preference.application.ApplicationPreference[] getApplicationPreferenceList()
           
 ibi.broker.api.data.config.BlackoutDateList getBlackoutDateList(java.lang.String ownerName)
           
 ibi.broker.api.data.config.BlackoutDateList getGlobalBlackoutDateList()
           
 ibi.broker.api.data.preference.schedule.SchedulePreference[] getSchedulePreferenceList()
           
 void updateBlackoutDateList(ibi.broker.api.data.config.BlackoutDate[] list, java.lang.String ownerId)
           
 void updateGlobalBlackoutDateList(ibi.broker.api.data.config.BlackoutDate[] list)
           
 void writeApplicationPreferenceList(ibi.broker.api.data.preference.application.ApplicationPreference[] list)
           
 void writeSchedulePreferenceList(ibi.broker.api.data.preference.schedule.SchedulePreference[] list)
           
 

Method Detail

getBlackoutDateList

ibi.broker.api.data.config.BlackoutDateList getBlackoutDateList(java.lang.String ownerName)
                                                                throws CasterException
Throws:
CasterException

getGlobalBlackoutDateList

ibi.broker.api.data.config.BlackoutDateList getGlobalBlackoutDateList()
                                                                      throws CasterException
Throws:
CasterException

updateBlackoutDateList

void updateBlackoutDateList(ibi.broker.api.data.config.BlackoutDate[] list,
                            java.lang.String ownerId)
                            throws CasterException
Throws:
CasterException

updateGlobalBlackoutDateList

void updateGlobalBlackoutDateList(ibi.broker.api.data.config.BlackoutDate[] list)
                                  throws CasterException
Throws:
CasterException

getApplicationPreferenceList

ibi.broker.api.data.preference.application.ApplicationPreference[] getApplicationPreferenceList()
                                                                                                throws CasterException
Throws:
CasterException

getSchedulePreferenceList

ibi.broker.api.data.preference.schedule.SchedulePreference[] getSchedulePreferenceList()
                                                                                       throws CasterException
Throws:
CasterException

writeApplicationPreferenceList

void writeApplicationPreferenceList(ibi.broker.api.data.preference.application.ApplicationPreference[] list)
                                    throws CasterException
Throws:
CasterException

writeSchedulePreferenceList

void writeSchedulePreferenceList(ibi.broker.api.data.preference.schedule.SchedulePreference[] list)
                                 throws CasterException
Throws:
CasterException


Copyright © 2006 Information Builders, Incorporated.