Package org.motechproject.mots.mapper
Interface RoleMapper
-
public interface RoleMapper
-
-
Field Summary
Fields Modifier and Type Field Description static RoleMapperINSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserRolefromDto(RoleDto roleDto)RoleDtotoDto(UserRole role)java.util.List<RoleDto>toDtos(java.lang.Iterable<UserRole> roles)voidupdateFromDto(RoleDto roleDto, UserRole role)
-