Uses of Interface
net.anotheria.anodoc.service.IModuleService
-
Packages that use IModuleService Package Description net.anotheria.anodoc.service -
-
Uses of IModuleService in net.anotheria.anodoc.service
Classes in net.anotheria.anodoc.service that implement IModuleService Modifier and Type Class Description classModuleServiceImplAn implementation of IModuleService for local usage, which supports local cache and synchronization over network.Methods in net.anotheria.anodoc.service that return IModuleService Modifier and Type Method Description static IModuleServiceModuleServiceFactory. createModuleService()Returns a IModuleService instance.
-