atg.b2bcommerce.order.scheduled
Class CalendarScheduleProperty

java.lang.Object
  extended by atg.commerce.order.scheduled.ComplexScheduledOrderProperty
      extended by atg.commerce.order.scheduled.ScheduleProperty
          extended by atg.commerce.order.scheduled.CalendarScheduleProperty
              extended by atg.b2bcommerce.order.scheduled.CalendarScheduleProperty

public class CalendarScheduleProperty
extends CalendarScheduleProperty

This class represents the schedule property in the scheduledOrder repository.

See Also:
atg.commerce.order.schedule.CalendarScheduleProperty, ScheduleProperty

Field Summary
static java.lang.String CLASS_VERSION
           
 
Fields inherited from class atg.commerce.order.scheduled.CalendarScheduleProperty
sResourceBundle
 
Constructor Summary
CalendarScheduleProperty()
           
 
Method Summary
 
Methods inherited from class atg.commerce.order.scheduled.CalendarScheduleProperty
allFalse, countTrueValues, createScheduleFromUserInput, getReadableDailyScheduleString, getReadableDaysOfTheWeek, getReadableMonthlyScheduleString, getReadableOccurancesOfTheMonth, getReadableOccurrencesOfTheMonth, getReadableScheduleString, getReadableStringList, getReadableWeeklyScheduleString, handleDailyMode, handleMonthlyMode, handleWeeklyMode, initializeUserInputField, initializeUserInputFields, remapDaysOfTheWeekToUserInput, remapNullScheduleToUserInputFields, remapOccuranceInMonthToUserInput, remapOccurrenceInMonthToUserInput, remapScheduleModeToUserInput, remapScheduleStringToUserInput, remapScheduleToUserInputFields, verifyDailyMode, verifyMonthlyMode, verifyUserInputFields, verifyWeeklyMode
 
Methods inherited from class atg.commerce.order.scheduled.ScheduleProperty
getComplexScheduledOrderPropertyValue, remapValueFromScheduledOrder, remapValueFromUserInputFields
 
Methods inherited from class atg.commerce.order.scheduled.ComplexScheduledOrderProperty
getFormHandler, getScheduledOrderPropertyName, getUserInputField, getUserInputFieldNames, getUserInputFields, setFormHandler, setScheduledOrderPropertyName, setUserInputField, setUserInputFieldNames, setUserInputFields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

CalendarScheduleProperty

public CalendarScheduleProperty()