Class GuildService

Object
GuildService

public class GuildService extends Object
  • Constructor Details

    • GuildService

      public GuildService()
  • Method Details

    • getGuild

      public Guild getGuild(String name)
      Retrieves the guild by name. Returns null if not found.
      Parameters:
      name - the name of the guild.
      Returns:
      a guild or null.
    • deleteGuild

      public void deleteGuild(User person)
    • setEntityManager

      public void setEntityManager(EntityManager entityManager)
      Should only be used for TESTING! You hear that!