fr.paris.lutece.plugins.document.modules.calendar.business
Interface ICalendarAttributeDAO

All Known Implementing Classes:
CalendarAttributeDAO

public interface ICalendarAttributeDAO

Interface ICalendarAttributeDAO


Method Summary
 CalendarAttribute findByKey(int idKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns an instance of a CalendarAttribute whose identifier is specified in parameter
 List<CalendarAttribute> findByType(String strCalendarType, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of calendarAttribute corresponding to a special type returns them in a list
 

Method Detail

findByKey

CalendarAttribute findByKey(int idKey,
                            fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a CalendarAttribute whose identifier is specified in parameter

Parameters:
idKey - The calendar attribute id
plugin - the Plugin
Returns:
an instance of MappingAttribute

findByType

List<CalendarAttribute> findByType(String strCalendarType,
                                   fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of calendarAttribute corresponding to a special type returns them in a list

Parameters:
strCalendarType - The calendar type
plugin - the plugin
Returns:
the list of calendarAttribute


Copyright © 2014 Mairie de Paris. All Rights Reserved.