fr.paris.lutece.plugins.document.modules.calendar.business
Class CalendarAttributeDAO

java.lang.Object
  extended by fr.paris.lutece.plugins.document.modules.calendar.business.CalendarAttributeDAO
All Implemented Interfaces:
ICalendarAttributeDAO

public class CalendarAttributeDAO
extends java.lang.Object
implements ICalendarAttributeDAO

class CalendarAttributeDAO


Constructor Summary
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
 java.util.List<CalendarAttribute> findByType(java.lang.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
 

Constructor Detail

CalendarAttributeDAO

public CalendarAttributeDAO()
Method Detail

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 id
plugin - the Plugin
Returns:
an instance of MappingAttribute

findByType

public java.util.List<CalendarAttribute> findByType(java.lang.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 type
plugin - the plugin
Returns:
the list of calendarAttribute


Copyright © 2012 Mairie de Paris. All Rights Reserved.