org.hibernate.beanvalidation.tck.tests.methodvalidation.service
Class OrderServiceImpl
java.lang.Object
org.hibernate.beanvalidation.tck.tests.methodvalidation.service.OrderServiceImpl
- All Implemented Interfaces:
- IOrderService
public class OrderServiceImpl
- extends Object
- implements IOrderService
- Author:
- Gunnar Morling
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrderServiceImpl
public OrderServiceImpl()
placeOrder
@ValidRetailOrder
public Order placeOrder(String customer,
Item item,
int quantity)
- Specified by:
placeOrder in interface IOrderService
Copyright © 2008-2013. All Rights Reserved.