|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.paris.lutece.plugins.document.modules.calendar.business.CalendarAttributeDAO
public class CalendarAttributeDAO
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 |
|---|
public CalendarAttributeDAO()
| Method Detail |
|---|
public CalendarAttribute findByKey(int idKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
findByKey in interface ICalendarAttributeDAOidKey - The calendar attribute idplugin - the Plugin
public java.util.List<CalendarAttribute> findByType(java.lang.String strCalendarType,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
findByType in interface ICalendarAttributeDAOstrCalendarType - the calendar typeplugin - the plugin
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||