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

java.lang.Object
  extended by fr.paris.lutece.plugins.document.modules.calendar.business.CalendarAttributeHome

public final class CalendarAttributeHome
extends Object

class CalendarAttributeHome


Method Summary
static CalendarAttribute findByKey(int idKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns an instance of a CalendarAttribute whose identifier is specified in parameter
static List<CalendarAttribute> findByType(String strCalendarAttributeType, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns a list of all calendarAttribute where calendar attribute type is specified in parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

findByKey

public static 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

public static List<CalendarAttribute> findByType(String strCalendarAttributeType,
                                                 fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns a list of all calendarAttribute where calendar attribute type is specified in parameter

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


Copyright © 2014 Mairie de Paris. All Rights Reserved.