public class ImplementationOfCascadingAndNonCascadingInterfaces extends Object implements CalendarService, YetAnotherCalendarService
| Constructor and Description |
|---|
ImplementationOfCascadingAndNonCascadingInterfaces() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParticipants(Date start,
Date end,
@Valid List<Person> participants) |
void |
createEvent(Date start,
Date end,
List<Person> participants) |
public ImplementationOfCascadingAndNonCascadingInterfaces()
public void createEvent(Date start, Date end, List<Person> participants)
createEvent in interface CalendarServicecreateEvent in interface YetAnotherCalendarServicepublic void addParticipants(Date start, Date end, @Valid @Valid List<Person> participants)
addParticipants in interface CalendarServiceaddParticipants in interface YetAnotherCalendarServiceCopyright © 2008–2017. All rights reserved.