fr.paris.lutece.plugins.document.modules.calendar.business
Class CalendarAttributeDAO
java.lang.Object
fr.paris.lutece.plugins.document.modules.calendar.business.CalendarAttributeDAO
- All Implemented Interfaces:
- ICalendarAttributeDAO
public class CalendarAttributeDAO
- extends Object
- implements ICalendarAttributeDAO
class CalendarAttributeDAO
|
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalendarAttributeDAO
public CalendarAttributeDAO()
findByKey
public CalendarAttribute findByKey(int idKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
- Returns an instance of a CalendarAttribute whose identifier is specified in parameter
- Specified by:
findByKey in interface ICalendarAttributeDAO
- Parameters:
idKey - The calendar attribute idplugin - the Plugin
- Returns:
- an instance of MappingAttribute
findByType
public 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
- Specified by:
findByType in interface ICalendarAttributeDAO
- Parameters:
strCalendarType - the calendar typeplugin - the plugin
- Returns:
- the list of calendarAttribute
Copyright © 2014 Mairie de Paris. All Rights Reserved.