org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.impl
Class ImplementationOfCascadingAndNonCascadingInterfaces

java.lang.Object
  extended by org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.impl.ImplementationOfCascadingAndNonCascadingInterfaces
All Implemented Interfaces:
CalendarService, YetAnotherCalendarService

public class ImplementationOfCascadingAndNonCascadingInterfaces
extends Object
implements CalendarService, YetAnotherCalendarService

Author:
Gunnar Morling

Constructor Summary
ImplementationOfCascadingAndNonCascadingInterfaces()
           
 
Method Summary
 void createEvent(Date start, Date end, List<Person> participants)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplementationOfCascadingAndNonCascadingInterfaces

public ImplementationOfCascadingAndNonCascadingInterfaces()
Method Detail

createEvent

public void createEvent(Date start,
                        Date end,
                        List<Person> participants)
Specified by:
createEvent in interface CalendarService
Specified by:
createEvent in interface YetAnotherCalendarService


Copyright © 2008-2013. All Rights Reserved.