public interface HolidayCalendarViewHelperService extends KSViewHelperService
| Modifier and Type | Method and Description |
|---|---|
void |
deleteHoliday(int selectedIndex,
HolidayCalendarForm hcForm) |
void |
deleteHolidayCalendar(String holidayCalendarId) |
HolidayCalendarInfo |
getHolidayCalendar(String hcId) |
String |
getHolidayCalendarState(String holidayCalendarStateKey) |
String |
getHolidayTypeName(String holidayTypeKey) |
List<HolidayWrapper> |
getHolidayWrappersForHolidayCalendar(String holidayCalendarId) |
HolidayCalendarInfo |
getNewestHolidayCalendar() |
void |
populateHolidayCalendarDefaults(HolidayCalendarForm hcForm) |
void |
saveHolidayCalendar(HolidayCalendarForm hcForm,
boolean isSetOfficial) |
void |
validateHolidayCalendar(HolidayCalendarForm hcForm) |
convertServiceExceptionsToUI, createContextInfo, getStateInfo, getTypeInfoaddCustomContainerComponents, applyDefaultValues, applyDefaultValuesForCollectionLine, buildGrowlScript, buildInquiryLink, getDefaultValueForField, getExpressionEvaluatorFactory, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performCustomViewFinalize, performCustomViewInitialization, populateDefaultValueForField, populateViewFromRequestParameters, processAfterAddLine, processAfterDeleteLine, processAfterSaveLine, processBeforeAddLine, processBeforeSaveLine, processCollectionAddBlankLine, processCollectionAddLine, processCollectionDeleteLine, processCollectionSaveLine, processMultipleValueLookupResults, refreshReference, refreshReferences, retrieveEditModesAndActionFlags, setViewContextvoid saveHolidayCalendar(HolidayCalendarForm hcForm, boolean isSetOfficial) throws Exception
ExceptionHolidayCalendarInfo getHolidayCalendar(String hcId) throws Exception
ExceptionHolidayCalendarInfo getNewestHolidayCalendar() throws Exception
ExceptionList<HolidayWrapper> getHolidayWrappersForHolidayCalendar(String holidayCalendarId) throws Exception
Exceptionvoid deleteHoliday(int selectedIndex, HolidayCalendarForm hcForm) throws Exception
ExceptionString getHolidayTypeName(String holidayTypeKey) throws Exception
ExceptionString getHolidayCalendarState(String holidayCalendarStateKey) throws Exception
Exceptionvoid deleteHolidayCalendar(String holidayCalendarId) throws Exception
Exceptionvoid validateHolidayCalendar(HolidayCalendarForm hcForm)
void populateHolidayCalendarDefaults(HolidayCalendarForm hcForm)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.