Uses of Class
net.anotheria.anodoc.data.Module
-
Packages that use Module Package Description net.anotheria.anodoc.service net.anotheria.anodoc.util net.anotheria.asg.util.listener -
-
Uses of Module in net.anotheria.anodoc.service
Methods in net.anotheria.anodoc.service that return Module Modifier and Type Method Description ModuleAbstractModuleFactory. createModule(java.lang.String ownerId, java.lang.String copyId)Creates a new Module Instance for given owner and copy ids.ModuleIModuleFactory. createModule(java.lang.String ownerId, java.lang.String copyId)Creates a new Module Instance for given owner and copy ids.ModuleIModuleService. getModule(java.lang.String ownerId, java.lang.String moduleId)getModule.ModuleIModuleService. getModule(java.lang.String ownerId, java.lang.String moduleId, boolean create)getModule.ModuleIModuleService. getModule(java.lang.String ownerId, java.lang.String moduleId, java.lang.String copyId)Same as return getModule(ownerId, moduleId, copyId, false); in current implementation.ModuleIModuleService. getModule(java.lang.String ownerId, java.lang.String moduleId, java.lang.String copyId, boolean create)This function retrieves the appropriate Module from the storage and returns it.ModuleModuleServiceImpl. getModule(java.lang.String ownerId, java.lang.String moduleId)getModule.ModuleModuleServiceImpl. getModule(java.lang.String ownerId, java.lang.String moduleId, boolean create)Same as getModule(ownerId, moduleId, default_copy_id, create?)ModuleModuleServiceImpl. getModule(java.lang.String ownerId, java.lang.String moduleId, java.lang.String copyId)Same as return getModule(ownerId, moduleId, copyId, false); in current implementation.ModuleModuleServiceImpl. getModule(java.lang.String ownerId, java.lang.String moduleId, java.lang.String copyId, boolean create)This function retrieves the appropriate Module from the storage and returns it.ModuleIModuleStorage. loadModule(java.lang.String ownerId, java.lang.String copyId)Loads the specified instance.abstract ModuleAbstractModuleFactory. recreateModule(java.lang.String ownerId, java.lang.String copyId)Recreates a Module.Methods in net.anotheria.anodoc.service with parameters of type Module Modifier and Type Method Description voidIModuleService. deleteModule(Module module)Deletes the given module from the appropriate storage.voidModuleServiceImpl. deleteModule(Module module)Deletes the given module from the appropriate storage.voidModuleServiceImpl. moduleLoaded(Module module)Called if module changed.voidIModuleStorage. saveModule(Module module)Saves the given instance permanently.voidIModuleService. storeModule(Module module)Stores the given module in the appropriate storage.voidModuleServiceImpl. storeModule(Module module)Stores the given module in the appropriate storage. -
Uses of Module in net.anotheria.anodoc.util
Methods in net.anotheria.anodoc.util that return Module Modifier and Type Method Description ModuleCommonHashtableModuleStorage. loadModule(java.lang.String ownerId, java.lang.String copyId)Loads the specified instance.ModuleCommonModuleStorageWrapper. loadModule(java.lang.String ownerId, java.lang.String copyId)Loads the specified instance.ModuleICommonModuleStorage. loadModule(java.lang.String moduleId, java.lang.String ownerId, java.lang.String copyId, IModuleFactory factory)Loads the specified instance.ModuleStoragePlaceHolder. loadModule(java.lang.String ownerId, java.lang.String copyId)Loads the specified instance.Methods in net.anotheria.anodoc.util with parameters of type Module Modifier and Type Method Description voidCommonHashtableModuleStorage. saveModule(Module module)Saves the given instance permanently.voidCommonModuleStorageWrapper. saveModule(Module module)Saves the given instance permanently.voidICommonModuleStorage. saveModule(Module module)Saves the given instance permanently.voidStoragePlaceHolder. saveModule(Module module)Saves the given instance permanently. -
Uses of Module in net.anotheria.asg.util.listener
Methods in net.anotheria.asg.util.listener with parameters of type Module Modifier and Type Method Description voidIModuleListener. moduleLoaded(Module module)Called if module changed.
-