Class RoomMapper
- java.lang.Object
-
- org.apache.openmeetings.db.mapper.RoomMapper
-
@Component public class RoomMapper extends Object
-
-
Constructor Summary
Constructors Constructor Description RoomMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RoomFile>
get(Long roomId, List<RoomFileDTO> rfl)
Invitation
get(InvitationDTO dto, Long userId)
Room
get(RoomDTO dto)
RoomFile
get(RoomFileDTO dto, Long roomId)
-
-
-
Method Detail
-
get
public RoomFile get(RoomFileDTO dto, Long roomId)
-
get
public List<RoomFile> get(Long roomId, List<RoomFileDTO> rfl)
-
get
public Invitation get(InvitationDTO dto, Long userId)
-
-