Uses of Class
tigase.muc.RoomWithId
-
Packages that use RoomWithId Package Description tigase.muc tigase.muc.repository tigase.muc.repository.inmemory -
-
Uses of RoomWithId in tigase.muc
Methods in tigase.muc that return RoomWithId Modifier and Type Method Description <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 RoomWithId Modifier and Type Method Description RoomWithId<ID>IMucDAO. getRoom(tigase.xmpp.jid.BareJID roomJID)RoomWithId<Long>JDBCMucDAO. getRoom(tigase.xmpp.jid.BareJID roomJID)RoomWithIdMucDAOMDBean. getRoom(tigase.xmpp.jid.BareJID roomJID)Methods in tigase.muc.repository with parameters of type RoomWithId Modifier and Type Method Description IDIMucDAO. createRoom(RoomWithId<ID> room)LongJDBCMucDAO. createRoom(RoomWithId<Long> room)ObjectMucDAOMDBean. 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)StringIMucDAO. getRoomAvatar(RoomWithId<ID> room)StringJDBCMucDAO. getRoomAvatar(RoomWithId<Long> room)StringMucDAOMDBean. 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 RoomWithId Modifier and Type Field Description protected Map<tigase.xmpp.jid.BareJID,RoomWithId>InMemoryMucRepository. rooms
-