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,Affiliation>IMucDAO. getAffiliations(RoomWithId<ID> room)Map<tigase.xmpp.jid.BareJID,Affiliation>JDBCMucDAO. getAffiliations(RoomWithId<Long> room)Map<tigase.xmpp.jid.BareJID,Affiliation>MucDAOMDBean. getAffiliations(RoomWithId room)voidIMucDAO. setAffiliation(RoomWithId<ID> room, tigase.xmpp.jid.BareJID jid, Affiliation affiliation)voidJDBCMucDAO. setAffiliation(RoomWithId<Long> room, tigase.xmpp.jid.BareJID jid, Affiliation affiliation)voidMucDAOMDBean. setAffiliation(RoomWithId room, tigase.xmpp.jid.BareJID jid, Affiliation 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) -
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
-