Uses of Class
tigase.muc.RoomWithId
Packages that use RoomWithId
-
Uses of RoomWithId in tigase.muc
Methods in tigase.muc that return RoomWithIdModifier and TypeMethodDescription<T> RoomWithId<T>Room.RoomFactory.newInstance(T id, RoomConfig rc, Date creationDate, tigase.xmpp.jid.BareJID creatorJid) <T> RoomWithId<T>Room.RoomFactoryImpl.newInstance(T id, RoomConfig rc, Date creationDate, tigase.xmpp.jid.BareJID creatorJid) -
Uses of RoomWithId in tigase.muc.repository
Methods in tigase.muc.repository that return RoomWithIdModifier and TypeMethodDescriptionIMucDAO.getRoom(tigase.xmpp.jid.BareJID roomJID) JDBCMucDAO.getRoom(tigase.xmpp.jid.BareJID roomJID) MucDAOMDBean.getRoom(tigase.xmpp.jid.BareJID roomJID) Methods in tigase.muc.repository with parameters of type RoomWithIdModifier and TypeMethodDescriptionIMucDAO.createRoom(RoomWithId<ID> room) JDBCMucDAO.createRoom(RoomWithId<Long> room) MucDAOMDBean.createRoom(RoomWithId room) Map<tigase.xmpp.jid.BareJID,RoomAffiliation> IMucDAO.getAffiliations(RoomWithId<ID> room) Map<tigase.xmpp.jid.BareJID,RoomAffiliation> JDBCMucDAO.getAffiliations(RoomWithId<Long> room) Map<tigase.xmpp.jid.BareJID,RoomAffiliation> MucDAOMDBean.getAffiliations(RoomWithId room) IMucDAO.getRoomAvatar(RoomWithId<ID> room) JDBCMucDAO.getRoomAvatar(RoomWithId<Long> room) MucDAOMDBean.getRoomAvatar(RoomWithId room) voidIMucDAO.setAffiliation(RoomWithId<ID> room, tigase.xmpp.jid.BareJID jid, RoomAffiliation affiliation) voidJDBCMucDAO.setAffiliation(RoomWithId<Long> room, tigase.xmpp.jid.BareJID jid, RoomAffiliation affiliation) voidMucDAOMDBean.setAffiliation(RoomWithId room, tigase.xmpp.jid.BareJID jid, RoomAffiliation affiliation) voidIMucDAO.setSubject(RoomWithId<ID> room, String subject, String creatorNickname, Date changeDate) voidJDBCMucDAO.setSubject(RoomWithId<Long> room, String subject, String creatorNickname, Date changeDate) voidMucDAOMDBean.setSubject(RoomWithId room, String subject, String creatorNickname, Date changeDate) voidIMucDAO.updateRoomAvatar(RoomWithId<ID> room, String encodedAvatar, String hash) voidJDBCMucDAO.updateRoomAvatar(RoomWithId<Long> room, String encodedAvatar, String hash) voidMucDAOMDBean.updateRoomAvatar(RoomWithId room, String encodedAvatar, String hash) -
Uses of RoomWithId in tigase.muc.repository.inmemory
Fields in tigase.muc.repository.inmemory with type parameters of type RoomWithIdModifier and TypeFieldDescriptionprotected final Map<tigase.xmpp.jid.BareJID,RoomWithId> InMemoryMucRepository.rooms