Class HolidayEnumerations

java.lang.Object
org.apache.fineract.organisation.holiday.service.HolidayEnumerations

public final class HolidayEnumerations extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.apache.fineract.infrastructure.core.data.EnumOptionData
     
    static org.apache.fineract.infrastructure.core.data.EnumOptionData
    holidayStatusType(org.apache.fineract.organisation.holiday.domain.HolidayStatusType type)
     
    static org.apache.fineract.infrastructure.core.data.EnumOptionData
     
    static org.apache.fineract.infrastructure.core.data.EnumOptionData
    rescheduleType(org.apache.fineract.organisation.holiday.domain.RescheduleType type)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • holidayStatusType

      public static org.apache.fineract.infrastructure.core.data.EnumOptionData holidayStatusType(int id)
    • holidayStatusType

      public static org.apache.fineract.infrastructure.core.data.EnumOptionData holidayStatusType(org.apache.fineract.organisation.holiday.domain.HolidayStatusType type)
    • rescheduleType

      public static org.apache.fineract.infrastructure.core.data.EnumOptionData rescheduleType(int id)
    • rescheduleType

      public static org.apache.fineract.infrastructure.core.data.EnumOptionData rescheduleType(org.apache.fineract.organisation.holiday.domain.RescheduleType type)