Class GamificationActionsHistoryMapper
java.lang.Object
org.exoplatform.addons.gamification.service.mapper.GamificationActionsHistoryMapper
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<GamificationActionsHistoryDTO>fromEntities(List<GamificationActionsHistory> gamificationActionsHistoryEntities) fromEntity(GamificationActionsHistory gamificationActionsHistoryEntity) static GamificationActionsHistorytoEntity(GamificationActionsHistoryDTO gamificationActionsHistoryDTO) toRestEntities(List<GamificationActionsHistoryDTO> gamificationActionsHistories, org.exoplatform.social.core.manager.IdentityManager identityManager) toRestEntity(GamificationActionsHistoryDTO gHistory, org.exoplatform.social.core.manager.IdentityManager identityManager)
-
Method Details
-
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, org.exoplatform.social.core.manager.IdentityManager identityManager) -
toRestEntities
public static List<GamificationActionsHistoryRestEntity> toRestEntities(List<GamificationActionsHistoryDTO> gamificationActionsHistories, org.exoplatform.social.core.manager.IdentityManager identityManager)
-