Uses of Class
org.exoplatform.chat.model.SpaceBean
-
Packages that use SpaceBean Package Description org.exoplatform.chat.model org.exoplatform.chat.services -
-
Uses of SpaceBean in org.exoplatform.chat.model
Methods in org.exoplatform.chat.model that return types with arguments of type SpaceBean Modifier and Type Method Description List<SpaceBean>SpaceBeans. getSpaces()Method parameters in org.exoplatform.chat.model with type arguments of type SpaceBean Modifier and Type Method Description voidSpaceBeans. setSpaces(ArrayList<SpaceBean> spaces)Constructor parameters in org.exoplatform.chat.model with type arguments of type SpaceBean Constructor Description SpaceBeans(ArrayList<SpaceBean> spaces) -
Uses of SpaceBean in org.exoplatform.chat.services
Methods in org.exoplatform.chat.services that return types with arguments of type SpaceBean Modifier and Type Method Description List<SpaceBean>UserService. getSpaces(String user)Method parameters in org.exoplatform.chat.services with type arguments of type SpaceBean Modifier and Type Method Description voidUserService. setSpaces(String user, List<SpaceBean> spaces)
-