Package com.highdeal.calendar.hci

This Java package provides you with the necessary Java classes for handling calendars and public holidays; This business data is stored in SAP CC to design and set up the pricing logic based on public holidays.

See:
          Description

Interface Summary
HolidayModel.DayDefinition FOR INTERNAL USE ONLY - This Java interface is implemented by classes that define a day.
 

Class Summary
CalendarXMLMapping Defines the mapping between XML tags and marshallable classes.
ExportPublicHolidaysOp This operation allows you to export the public holidays configured in the connected SAP CC system.
ExportPublicHolidaysResult This class represents the result of the Export Public Holidays operation; It contains the public holidays exported from the connected SAP CC system.
HolidayModel This Java class represents the scheme of a holiday that is contained in public holidays.
HolidayModel.EasterRelativeDay This Java class enables to define day which is relative to Easter Sunday.
HolidayModel.EnumeratedDay This Java class enables to define a enumerated day, that is to say a day given by an enumeration of precise date (including year).
HolidayModel.FixedDay This Java class enables to define a fixed day, that is to say a day given by a fixed date, same date each year (such as New Year Day, for instance).
HolidayModel.RelativeDay This Java class enables to define a relative day, that is to say a day given by a week day position in a month (e.g.
ImportPublicHolidaysOp This operation allows you to import the public holidays.
ImportPublicHolidaysResult This class represents the result of the Import Public Holidays operation.
PublicHolidaysModel This Java class represents the public holidays handled be the connected SAP CC system.
PublicHolidaysModel.HolidaysGroup This static Java class A group is identified by a string code.
 

Exception Summary
InvalidHolidayException Exception thrown when public holiday or a holiday is invalid.
 

Package com.highdeal.calendar.hci Description

This Java package provides you with the necessary Java classes for handling calendars and public holidays; This business data is stored in SAP CC to design and set up the pricing logic based on public holidays. Basically this master data is manually configured by using the SAP CC Core Tool.


Document Published: October 2015 (SAP CC 4.0 SP10 and Later)