Uses of Class
mmud.rest.webentities.PrivateRank
Packages that use PrivateRank
Package
Description
Provides the Enterprise Java Beans used for the REST services.
Provides snapshots of database entities, specifically for the web.
-
Uses of PrivateRank in mmud.rest.services
Methods in mmud.rest.services that return PrivateRankModifier and TypeMethodDescriptionGuildRestService.getGuildRank
(String name, Integer guildlevel) Get the ranks of the guild of the user.Methods in mmud.rest.services that return types with arguments of type PrivateRankModifier and TypeMethodDescriptionGuildRestService.getGuildRanks
(String name) Get the ranks of the guild of the user.Methods in mmud.rest.services with parameters of type PrivateRankModifier and TypeMethodDescriptionResponse
GuildRestService.createGuildRank
(String name, PrivateRank rank) Create a rank of the guild of the user.Response
GuildRestService.updateGuildRank
(String name, Integer guildlevel, PrivateRank rank) Update a rank of the guild of the user. -
Uses of PrivateRank in mmud.rest.webentities
Fields in mmud.rest.webentities declared as PrivateRankMethods in mmud.rest.webentities that return PrivateRank