org.hibernate.beanvalidation.tck.tests.methodvalidation.service
Class OrderServiceImpl

java.lang.Object
  extended by org.hibernate.beanvalidation.tck.tests.methodvalidation.service.OrderServiceImpl
All Implemented Interfaces:
IOrderService

public class OrderServiceImpl
extends Object
implements IOrderService

Author:
Gunnar Morling

Constructor Summary
OrderServiceImpl()
           
 
Method Summary
 Order placeOrder(String customer, Item item, int quantity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderServiceImpl

public OrderServiceImpl()
Method Detail

placeOrder

@ValidRetailOrder
public Order placeOrder(String customer,
                                         Item item,
                                         int quantity)
Specified by:
placeOrder in interface IOrderService


Copyright © 2008-2013. All Rights Reserved.