Uses of Class
org.moyoman.util.PermissionsException

Packages that use PermissionsException
org.moyoman.framework Provides classes used in the framework for executing user commands. 
org.moyoman.helper Provides classes used in creating helper classes. 
org.moyoman.module Provides classes for creating and administering modules. 
 

Uses of PermissionsException in org.moyoman.framework
 

Methods in org.moyoman.framework that throw PermissionsException
 void FSPersister.delete(PersistedGame game)
          Delete a game in permanent storage.
 void FSPersister.deleteTemporaryState(PersistedGame game)
          Delete a game in temporary storage.
private  void FSPersister.deleteTemporaryState(GameId id)
           
 void Persister.delete(PersistedGame game)
          Delete a game in permanent storage.
 void Persister.deleteTemporaryState(PersistedGame game)
          Delete a game in temporary storage.
 

Uses of PermissionsException in org.moyoman.helper
 

Methods in org.moyoman.helper that throw PermissionsException
 void HelperConfig.deleteHelperType(HelperType ht)
          Delete the HelperType object from the list.
 void HelperConfigTool.deleteHelperType(HelperType ht)
          Delete the helper type.
 void HelperConfigTool.deleteAllHelperTypes(ModuleType mt)
          Delete all the helper types associated with a given module type.
 

Uses of PermissionsException in org.moyoman.module
 

Methods in org.moyoman.module that throw PermissionsException
protected  void ModeConfig.deleteMode(Mode mode)
          Delete the specified mode.
 void ModeConfigTool.deleteMode(Mode mode)
          Delete the user defined mode.
protected  void ModuleConfig.deleteModuleType(ModuleType mt)
          Delete the ModuleType object from the list.
protected  void ModuleConfig.deleteMode(String name)
          Delete the mode.
 void ModuleConfigTool.deleteModuleType(ModuleType mt)
          Delete the module type.
 void ModuleConfigTool.deleteMode(Mode mode)
          Delete the specifiec mode.
protected  void Mode.deleteMode()
          Delete the user defined mode.