com.ibm.commerce.tools.campaigns

Class CampaignInitiativeScheduleConflictException

  • java.lang.Object
    • com.ibm.commerce.tools.campaigns.CampaignInitiativeScheduleConflictException


  • public class CampaignInitiativeScheduleConflictException
    extends java.lang.Object
    Thrown when an initiative schedule conflict has occurred.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Constructor Summary

      Constructors 
      Constructor and Description
      CampaignInitiativeScheduleConflictException(com.ibm.commerce.marketingcenter.objects.InitiativeScheduleAccessBean conflictingSchedule)
      Constructor for CampaignInitiativeScheduleConflictException.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      com.ibm.commerce.marketingcenter.objects.InitiativeScheduleAccessBean getSchedule()
      Returns the schedule that is in conflict with the one to be saved.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CampaignInitiativeScheduleConflictException

        public CampaignInitiativeScheduleConflictException(com.ibm.commerce.marketingcenter.objects.InitiativeScheduleAccessBean conflictingSchedule)
        Constructor for CampaignInitiativeScheduleConflictException.
        Parameters:
        conflictingSchedule - The instance of the initiative schedule which will be experimented.
    • Method Detail

      • getSchedule

        public com.ibm.commerce.marketingcenter.objects.InitiativeScheduleAccessBean getSchedule()
        Returns the schedule that is in conflict with the one to be saved.
        Returns:
        An instance of the InitiativeScheduleAccessBean object that represents the initiative schedule.