Uses of Interface
net.anotheria.anodoc.service.IModuleStorage
-
Packages that use IModuleStorage Package Description net.anotheria.anodoc.service net.anotheria.anodoc.util -
-
Uses of IModuleStorage in net.anotheria.anodoc.service
Methods in net.anotheria.anodoc.service that return IModuleStorage Modifier and Type Method Description static IModuleStorageModuleStorageFactory. getModuleStorage()getModuleStorage.Methods in net.anotheria.anodoc.service with parameters of type IModuleStorage Modifier and Type Method Description voidIModuleService. attachModuleStorage(java.lang.String moduleId, IModuleStorage storage)Attaches a storage for a given moduleId.voidModuleServiceImpl. attachModuleStorage(java.lang.String moduleId, IModuleStorage storage)Attaches a storage for a given moduleId. -
Uses of IModuleStorage in net.anotheria.anodoc.util
Classes in net.anotheria.anodoc.util that implement IModuleStorage Modifier and Type Class Description classCommonHashtableModuleStorageThis storage stores everything in a hashtable and stores this in the plain form (only IPlanDataObject and ICompositeDataObject) in ONE file.classCommonModuleStorageWrapperThis class behaves likeIModuleStoragebut delegates all method calls to an instance ofICommonModuleStorage.classStoragePlaceHolderThis class represents a IModuleStorage which DOES NOT store anything, and act as a placeholder instead.
-