Modifier and Type | Method and Description |
---|---|
Room |
RoomDao.get(Long id) |
Room |
RoomDao.getExternal(Room.Type type,
String externalType,
Long externalId) |
Room |
RoomDao.getUserRoom(Long ownerId,
Room.Type type,
String name) |
Room |
RoomDao.update(Room entity,
Long userId) |
Modifier and Type | Method and Description |
---|---|
List<Room> |
RoomDao.get() |
List<Room> |
RoomDao.get(int start,
int count) |
List<Room> |
RoomDao.get(List<Long> ids) |
List<Room> |
RoomDao.get(String search,
int start,
int count,
String sort) |
List<Room> |
RoomDao.getAppointedRoomsByUser(long userId) |
List<Room> |
RoomDao.getGroupRooms(long groupId) |
List<Room> |
RoomDao.getPublicRooms() |
List<Room> |
RoomDao.getPublicRooms(Room.Type type) |
Modifier and Type | Method and Description |
---|---|
void |
RoomDao.delete(Room entity,
Long userId) |
Invitation |
IInvitationManager.getInvitation(Invitation _invitation,
User inveetee,
Room room,
boolean isPasswordProtected,
String invitationpass,
Invitation.Valid valid,
User createdBy,
Long languageId,
Date gmtTimeStart,
Date gmtTimeEnd,
Appointment appointment) |
Invitation |
IInvitationManager.getInvitation(User inveetee,
Room room,
boolean isPasswordProtected,
String invitationpass,
Invitation.Valid valid,
User createdBy,
Long languageId,
Date gmtTimeStart,
Date gmtTimeEnd,
Appointment appointment) |
Room |
RoomDao.update(Room entity,
Long userId) |
Modifier and Type | Method and Description |
---|---|
Long |
PrivateMessageDao.addPrivateMessage(String subject,
String message,
Long parentMessageId,
User from,
User to,
User owner,
Boolean bookedRoom,
Room room,
Boolean isContactRequest,
Long userContactId) |
Modifier and Type | Method and Description |
---|---|
Room |
RoomDTO.get() |
Modifier and Type | Method and Description |
---|---|
static List<RoomDTO> |
RoomDTO.list(List<Room> l) |
Constructor and Description |
---|
RoomDTO(Room r) |
Constructor and Description |
---|
RoomSearchResult(SearchResult<Room> copy) |
Modifier and Type | Method and Description |
---|---|
Room |
ChatMessage.getToRoom() |
Modifier and Type | Method and Description |
---|---|
void |
ChatMessage.setToRoom(Room toRoom) |
Modifier and Type | Method and Description |
---|---|
Room |
Appointment.getRoom() |
Modifier and Type | Method and Description |
---|---|
void |
Appointment.setRoom(Room room) |
Modifier and Type | Method and Description |
---|---|
Room |
Invitation.getRoom() |
Room |
RoomGroup.getRoom() |
Room |
RoomPoll.getRoom() |
Modifier and Type | Method and Description |
---|---|
void |
Invitation.setRoom(Room room) |
void |
RoomGroup.setRoom(Room room) |
void |
RoomPoll.setRoom(Room room) |
Constructor and Description |
---|
RoomGroup(Group org,
Room room) |
Modifier and Type | Method and Description |
---|---|
Room |
PrivateMessage.getRoom() |
Modifier and Type | Method and Description |
---|---|
void |
PrivateMessage.setRoom(Room room) |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.