Class BusinessCalendarRepositoryImpl
java.lang.Object
io.jmix.businesscalendar.repository.impl.BusinessCalendarRepositoryImpl
- All Implemented Interfaces:
- BusinessCalendarRepository
@Component("buscal_BusinessCalendarRepository")
public class BusinessCalendarRepositoryImpl
extends Object
implements BusinessCalendarRepository
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionFinds business calendar by it code.Fetches all business calendars.Finds business calendar by it code.
- 
Constructor Details- 
BusinessCalendarRepositoryImplpublic BusinessCalendarRepositoryImpl()
 
- 
- 
Method Details- 
getBusinessCalendarByCodeDescription copied from interface:BusinessCalendarRepositoryFinds business calendar by it code.- Specified by:
- getBusinessCalendarByCodein interface- BusinessCalendarRepository
- Parameters:
- code- of business calendar.
- Returns:
- business calendar with provided code
 
- 
findBusinessCalendarByCodeDescription copied from interface:BusinessCalendarRepositoryFinds business calendar by it code.- Specified by:
- findBusinessCalendarByCodein interface- BusinessCalendarRepository
- Parameters:
- code- of business calendar.
- Returns:
- business calendar with provided codeornullif there is no calendar with such code.
 
- 
getAllBusinessCalendarsDescription copied from interface:BusinessCalendarRepositoryFetches all business calendars.- Specified by:
- getAllBusinessCalendarsin interface- BusinessCalendarRepository
- Returns:
- all configured in the system business calendars.
 
 
-