Uses of Class
mmud.rest.webentities.PrivateGuild
Packages that use PrivateGuild
Package
Description
Provides the Enterprise Java Beans used for the REST services.
-
Uses of PrivateGuild in mmud.rest.services
Methods in mmud.rest.services that return PrivateGuildModifier and TypeMethodDescriptionGuildRestService.getGuildInfo
(String name) Get the guild of the user.Methods in mmud.rest.services with parameters of type PrivateGuildModifier and TypeMethodDescriptionResponse
GuildRestService.createGuild
(String name, PrivateGuild cinfo) Creates a new guild.Response
GuildRestService.updateGuild
(String name, PrivateGuild cinfo) Updates the guild.