org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.types
Class CalendarService

java.lang.Object
  extended by org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.types.CalendarService

public class CalendarService
extends Object

Author:
Gunnar Morling

Constructor Summary
CalendarService()
           
 
Method Summary
 Event createEvent(byte duration)
           
 Event createEvent(double duration)
           
 Event createEvent(float duration)
           
 Event createEvent(int duration)
           
 void createEvent(long duration)
           
 Event createEvent(short duration)
           
 Event createEvent(String title)
           
 Event getEvent()
           
 Event getSpecialEvent()
           
 Event getSpecialEvent(int duration)
           
 Event getVerySpecialEvent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarService

public CalendarService()
Method Detail

createEvent

public Event createEvent(@NotNull
                         String title)

createEvent

public Event createEvent(@Min(value=0L)
                         int duration)

createEvent

public void createEvent(@Min(value=0L)
                        long duration)

createEvent

public Event createEvent(@Min(value=0L)
                         short duration)

createEvent

@ValidObject
public Event createEvent(byte duration)

getEvent

@ValidObject
public Event getEvent()

getSpecialEvent

@ValidObject
public Event getSpecialEvent()

getSpecialEvent

@ValidObject
public Event getSpecialEvent(int duration)

createEvent

public Event createEvent(@Min(value=0L)
                         double duration)

getVerySpecialEvent

@ValidObject
public Event getVerySpecialEvent()

createEvent

public Event createEvent(@Min(value=0L)
                         float duration)


Copyright © 2008-2013. All Rights Reserved.