Interface CalendarWritePlatformService

All Known Implementing Classes:
CalendarWritePlatformServiceJpaRepositoryImpl

public interface CalendarWritePlatformService
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    createCalendar(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    createCalendarInstance(Long calendarId, Long entityId, Integer entityTypeId)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    deleteCalendar(Long calendarId)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    updateCalendar(org.apache.fineract.infrastructure.core.api.JsonCommand command)
     
    org.apache.fineract.infrastructure.core.data.CommandProcessingResult
    updateCalendarInstance(Long calendarId, Long entityId, Integer entityTypeId)
     
  • Method Details

    • createCalendar

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult createCalendar(org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • updateCalendar

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateCalendar(org.apache.fineract.infrastructure.core.api.JsonCommand command)
    • deleteCalendar

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult deleteCalendar(Long calendarId)
    • createCalendarInstance

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult createCalendarInstance(Long calendarId, Long entityId, Integer entityTypeId)
    • updateCalendarInstance

      org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateCalendarInstance(Long calendarId, Long entityId, Integer entityTypeId)