Uses of Class
mmud.database.entities.game.Guild
Packages that use Guild
Package
Description
Provides the JPA Database Entities for Characters.
Provides the JPA Database Entities.
Provides the Enterprise Java Beans used for the REST services.
-
Uses of Guild in mmud.database.entities.characters
Methods in mmud.database.entities.characters that return GuildMethods in mmud.database.entities.characters with parameters of type Guild -
Uses of Guild in mmud.database.entities.game
Methods in mmud.database.entities.game that return GuildMethods in mmud.database.entities.game that return types with arguments of type GuildMethods in mmud.database.entities.game with parameters of type GuildMethod parameters in mmud.database.entities.game with type arguments of type GuildModifier and TypeMethodDescriptionvoid
Admin.setGuildCollection
(Collection<Guild> guildCollection) -
Uses of Guild in mmud.rest.services
Methods in mmud.rest.services with parameters of type GuildModifier and TypeMethodDescriptionGuildRestService.getGuildHopefuls
(Guild aGuild) returns a list of persons that wish to become a member of a guild. -
Uses of Guild in mmud.rest.webentities.admin
Constructors in mmud.rest.webentities.admin with parameters of type Guild -
Uses of Guild in mmud.services
Methods in mmud.services that return GuildModifier and TypeMethodDescriptionRetrieves the guild by name.Methods in mmud.services with parameters of type GuildModifier and TypeMethodDescriptionstatic GuildCommunicationService
CommunicationService.getCommunicationService
(Guild guild) Returns the communication service, based on a guild. -
Uses of Guild in org.karchan.webentities
Constructors in org.karchan.webentities with parameters of type Guild