org.hibernate.beanvalidation.tck.tests.integration.cdi.executable
Class AnotherBookingService

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

public class AnotherBookingService
extends Object

Author:
Gunnar Morling

Nested Class Summary
static interface AnotherBookingService.IgnoredValidationGroup
           
 
Constructor Summary
AnotherBookingService(String name)
           
 
Method Summary
static int getInvocationCount()
           
static String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnotherBookingService

@Inject
@ValidAnotherBookingService
@Null(groups=AnotherBookingService.IgnoredValidationGroup.class)
public AnotherBookingService(@Size(min=5)@Null(groups=AnotherBookingService.IgnoredValidationGroup.class)
                                                                                                                      String name)
Method Detail

getName

public static String getName()

getInvocationCount

public static int getInvocationCount()


Copyright © 2008-2013. All Rights Reserved.