org.nuiton.wikitty.dto
Class DTOHelper

java.lang.Object
  extended by org.nuiton.wikitty.dto.DTOHelper

public class DTOHelper
extends Object

User: couteau Date: 19 nov. 2010


Constructor Summary
DTOHelper()
           
 
Method Summary
static
<E extends BusinessEntity>
E
fromDto(WikittyProxy proxy, Class<E> clazz, E dto)
           
static
<E extends BusinessEntity>
E
toDto(E w)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DTOHelper

public DTOHelper()
Method Detail

toDto

public static <E extends BusinessEntity> E toDto(E w)

fromDto

public static <E extends BusinessEntity> E fromDto(WikittyProxy proxy,
                                                   Class<E> clazz,
                                                   E dto)


Copyright © 2010 CodeLutin. All Rights Reserved.