org.hibernate.beanvalidation.tck.tests.integration.cdi.executable
Interface ShipmentService

All Known Implementing Classes:
ShipmentServiceImpl

public interface ShipmentService

Author:
Gunnar Morling

Method Summary
 void findShipment(String id)
           
 Shipment getAnotherShipment()
           
 Shipment getShipment()
           
 

Method Detail

findShipment

void findShipment(@NotNull
                  String id)

getShipment

@NotNull
Shipment getShipment()

getAnotherShipment

@NotNull
Shipment getAnotherShipment()


Copyright © 2008-2013. All Rights Reserved.