org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.impl
Class ImplementationOfParallelInterfacesWithGroupConversionOnParameter

java.lang.Object
  extended by org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.impl.ImplementationOfParallelInterfacesWithGroupConversionOnParameter
All Implemented Interfaces:
UserWriteService, UserWriteServiceWithGroupConversionOnParameter

public class ImplementationOfParallelInterfacesWithGroupConversionOnParameter
extends Object
implements UserWriteService, UserWriteServiceWithGroupConversionOnParameter

Author:
Gunnar Morling

Constructor Summary
ImplementationOfParallelInterfacesWithGroupConversionOnParameter()
           
 
Method Summary
 void addUser(User user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplementationOfParallelInterfacesWithGroupConversionOnParameter

public ImplementationOfParallelInterfacesWithGroupConversionOnParameter()
Method Detail

addUser

public void addUser(User user)
Specified by:
addUser in interface UserWriteService
Specified by:
addUser in interface UserWriteServiceWithGroupConversionOnParameter


Copyright © 2008-2013. All Rights Reserved.