Uses of Class
tigase.muc.Affiliation

Packages that use Affiliation
tigase.muc   
tigase.muc.repository   
 

Uses of Affiliation in tigase.muc
 

Methods in tigase.muc that return Affiliation
 Affiliation Room.getAffiliation(tigase.xmpp.BareJID jid)
           
 Affiliation Room.getAffiliation(String nickname)
           
static Affiliation Affiliation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Affiliation[] Affiliation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in tigase.muc with parameters of type Affiliation
 void Room.addAffiliationByJid(tigase.xmpp.BareJID jid, Affiliation affiliation)
           
 void Room.RoomListener.onSetAffiliation(Room room, tigase.xmpp.BareJID jid, Affiliation newAffiliation)
           
 

Method parameters in tigase.muc with type arguments of type Affiliation
 void Room.setAffiliations(Map<tigase.xmpp.BareJID,Affiliation> affiliations)
           
 

Uses of Affiliation in tigase.muc.repository
 

Methods in tigase.muc.repository with parameters of type Affiliation
 void MucDAO.setAffiliation(tigase.xmpp.BareJID roomJID, tigase.xmpp.BareJID jid, Affiliation affiliation)
           
 



Copyright © 2007-2012 Tigase. All Rights Reserved.