Uses of Class
mmud.database.entities.game.Admin
Packages that use Admin
Package
Description
Provides the JPA Database Entities for Characters.
Provides the JPA Database Entities.
Provides the JPA Database Entities for item definitions and item instances.
Provides the JPA Database Entities for information regarding website scripts.
Rest services for administration.
-
Uses of Admin in mmud.database.entities
Methods in mmud.database.entities that return AdminModifier and TypeMethodDescriptionOwnage.getOwner()
Retrieves the owner, the administrator, of this object.Methods in mmud.database.entities with parameters of type Admin -
Uses of Admin in mmud.database.entities.characters
Methods in mmud.database.entities.characters that return AdminMethods in mmud.database.entities.characters with parameters of type Admin -
Uses of Admin in mmud.database.entities.game
Methods in mmud.database.entities.game that return AdminModifier and TypeMethodDescriptionArea.getOwner()
Board.getOwner()
Event.getOwner()
Guild.getOwner()
Method.getOwner()
Room.getOwner()
UserCommand.getOwner()
Worldattribute.getOwner()
Methods in mmud.database.entities.game with parameters of type AdminModifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
-
Uses of Admin in mmud.database.entities.items
Methods in mmud.database.entities.items that return AdminMethods in mmud.database.entities.items with parameters of type Admin -
Uses of Admin in mmud.database.entities.web
Methods in mmud.database.entities.web that return AdminMethods in mmud.database.entities.web with parameters of type Admin -
Uses of Admin in mmud.rest.services.admin
Methods in mmud.rest.services.admin that return types with arguments of type AdminModifier and TypeMethodDescriptionAdminRestService.getAdministrator
(String name) AdminRestService.getAdministrators()
Returns a list of currently valid administrators. -
Uses of Admin in mmud.rest.webentities.admin
Constructors in mmud.rest.webentities.admin with parameters of type Admin -
Uses of Admin in mmud.services
Methods in mmud.services that return types with arguments of type AdminModifier and TypeMethodDescriptionAdminService.getAdministrator
(String name) Returns the found valid administrator with that name.AdminService.getAdministrators()
Returns a list of currently valid administrators.Methods in mmud.services with parameters of type AdminModifier and TypeMethodDescriptionvoid
LogService.writeDeputyLog
(Admin admin, String message) write a log message to the database.void
LogService.writeDeputyLog
(Admin admin, String message, String addendum) write a deputy log message to the database.