Package org.exoplatform.cs.dto
Class TypeDTO
- java.lang.Object
-
- org.exoplatform.cs.dto.TypeDTO
-
public class TypeDTO extends Object
-
-
Constructor Summary
Constructors Constructor Description TypeDTO()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TypeDTOgetDTOFromEntity(TypeEntity typeEntity)static TypeEntitygetEntityFromDTO(TypeDTO typeDTO)static StringgetTypeFromClass(Class<? extends TypeEntity> type)static Class<? extends TypeEntity>getTypeFromString(String type)
-
-
-
Method Detail
-
getDTOFromEntity
public static TypeDTO getDTOFromEntity(TypeEntity typeEntity)
-
getEntityFromDTO
public static TypeEntity getEntityFromDTO(TypeDTO typeDTO)
-
getTypeFromClass
public static String getTypeFromClass(Class<? extends TypeEntity> type)
-
getTypeFromString
public static Class<? extends TypeEntity> getTypeFromString(String type)
-
-