Class GamificationActionsHistoryMapper
- java.lang.Object
-
- org.exoplatform.addons.gamification.service.mapper.GamificationActionsHistoryMapper
-
public class GamificationActionsHistoryMapper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<GamificationActionsHistoryDTO>fromEntities(List<GamificationActionsHistory> gamificationActionsHistoryEntities)static GamificationActionsHistoryDTOfromEntity(GamificationActionsHistory gamificationActionsHistoryEntity)static GamificationActionsHistorytoEntity(GamificationActionsHistoryDTO gamificationActionsHistoryDTO)static List<GamificationActionsHistoryRestEntity>toRestEntities(List<GamificationActionsHistoryDTO> gamificationActionsHistories)static GamificationActionsHistoryRestEntitytoRestEntity(GamificationActionsHistoryDTO gHistory)
-
-
-
Method Detail
-
fromEntity
public static GamificationActionsHistoryDTO fromEntity(GamificationActionsHistory gamificationActionsHistoryEntity)
-
fromEntities
public static List<GamificationActionsHistoryDTO> fromEntities(List<GamificationActionsHistory> gamificationActionsHistoryEntities)
-
toEntity
public static GamificationActionsHistory toEntity(GamificationActionsHistoryDTO gamificationActionsHistoryDTO)
-
toRestEntity
public static GamificationActionsHistoryRestEntity toRestEntity(GamificationActionsHistoryDTO gHistory)
-
toRestEntities
public static List<GamificationActionsHistoryRestEntity> toRestEntities(List<GamificationActionsHistoryDTO> gamificationActionsHistories)
-
-