it.sistematica.isharedoc.service
Class AppsServiceImpl

java.lang.Object
  extended by it.sistematica.isharedoc.service.AppsServiceImpl
All Implemented Interfaces:
AppsService, org.springframework.beans.factory.InitializingBean

public class AppsServiceImpl
extends java.lang.Object
implements AppsService, org.springframework.beans.factory.InitializingBean


Field Summary
(package private)  it.neverworks.data.EntityManager entities
           
(package private)  it.neverworks.application.service.UserInfo userInfo
           
 
Constructor Summary
AppsServiceImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 java.util.List<App> getApps()
          Gets the apps.
 java.io.File getAppsPluginsFileDirectory()
           
 void setAppsPluginsDirectory(java.lang.String appsPluginsDirectory)
           
 void setPath(org.springframework.core.io.Resource path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userInfo

it.neverworks.application.service.UserInfo userInfo

entities

it.neverworks.data.EntityManager entities
Constructor Detail

AppsServiceImpl

public AppsServiceImpl()
Method Detail

setAppsPluginsDirectory

public void setAppsPluginsDirectory(java.lang.String appsPluginsDirectory)

getAppsPluginsFileDirectory

public java.io.File getAppsPluginsFileDirectory()

setPath

public void setPath(org.springframework.core.io.Resource path)

afterPropertiesSet

public void afterPropertiesSet()
                        throws java.lang.Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
java.lang.Exception

getApps

public java.util.List<App> getApps()
Description copied from interface: AppsService
Gets the apps.

Specified by:
getApps in interface AppsService
Returns:
the apps