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

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

public class DeliveryService
extends Object

Author:
Gunnar Morling

Constructor Summary
DeliveryService()
           
 
Method Summary
 void findDelivery(String id)
           
 Delivery getAnotherDelivery()
           
 Delivery getDelivery()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeliveryService

public DeliveryService()
Method Detail

findDelivery

public void findDelivery(@NotNull
                         String id)

getDelivery

@NotNull
public Delivery getDelivery()

getAnotherDelivery

@NotNull
public Delivery getAnotherDelivery()


Copyright © 2008-2013. All Rights Reserved.