org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.service
Interface BusinessCalendarService

All Superinterfaces:
CalendarService
All Known Implementing Classes:
BusinessCalendarServiceImplementation

public interface BusinessCalendarService
extends CalendarService

Author:
Gunnar Morling

Method Summary
 CalendarEvent createEvent(Date start, Date end, List<String> participants)
           
 
Methods inherited from interface org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.service.CalendarService
createEvent, createEvent
 

Method Detail

createEvent

@ValidBusinessCalendarEvent
CalendarEvent createEvent(Date start,
                                                     Date end,
                                                     List<String> participants)
Specified by:
createEvent in interface CalendarService


Copyright © 2008-2013. All Rights Reserved.