it.sistematica.isharedoc.service
Class IsharedocSystemServiceImpl

java.lang.Object
  extended by it.sistematica.isharedoc.service.IsharedocSystemServiceImpl
All Implemented Interfaces:
IsharedocSystemService

public class IsharedocSystemServiceImpl
extends java.lang.Object
implements IsharedocSystemService


Field Summary
(package private)  CloudManager cloudManager
           
(package private)  it.neverworks.util.Configuration configuration
           
(package private)  it.neverworks.data.EntityManager entities
           
(package private)  KeyringManager keyringManager
           
(package private)  PartitionService partitionService
           
(package private)  it.neverworks.jasper.ConfigurableFileResolver resourcesSystemFileResolver
           
(package private)  org.hibernate.SessionFactory sessionFactory
           
 
Constructor Summary
IsharedocSystemServiceImpl()
           
 
Method Summary
 java.lang.String getHostAddress()
          Gets the host address.
 java.lang.String getResourceBase64(java.lang.String resource)
          Gets the resource base64.
 java.lang.String getSoftwareDetailRelease()
          Gets the software detail release.
 java.lang.String getSoftwareRelease()
          Gets the software release.
 java.lang.Long getTomcatPort()
          Gets the tomcat port.
 void setTomcatPort(java.lang.Long tomcatPort)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entities

it.neverworks.data.EntityManager entities

configuration

it.neverworks.util.Configuration configuration

resourcesSystemFileResolver

it.neverworks.jasper.ConfigurableFileResolver resourcesSystemFileResolver

cloudManager

CloudManager cloudManager

partitionService

PartitionService partitionService

sessionFactory

org.hibernate.SessionFactory sessionFactory

keyringManager

KeyringManager keyringManager
Constructor Detail

IsharedocSystemServiceImpl

public IsharedocSystemServiceImpl()
Method Detail

setTomcatPort

public void setTomcatPort(java.lang.Long tomcatPort)

getTomcatPort

public java.lang.Long getTomcatPort()
Description copied from interface: IsharedocSystemService
Gets the tomcat port.

Specified by:
getTomcatPort in interface IsharedocSystemService
Returns:
the tomcat port

getHostAddress

public java.lang.String getHostAddress()
Description copied from interface: IsharedocSystemService
Gets the host address.

Specified by:
getHostAddress in interface IsharedocSystemService
Returns:
the host address

getSoftwareRelease

public java.lang.String getSoftwareRelease()
Description copied from interface: IsharedocSystemService
Gets the software release.

Specified by:
getSoftwareRelease in interface IsharedocSystemService
Returns:
the software release

getSoftwareDetailRelease

public java.lang.String getSoftwareDetailRelease()
Description copied from interface: IsharedocSystemService
Gets the software detail release.

Specified by:
getSoftwareDetailRelease in interface IsharedocSystemService
Returns:
the software detail release

getResourceBase64

public java.lang.String getResourceBase64(java.lang.String resource)
Description copied from interface: IsharedocSystemService
Gets the resource base64.

Specified by:
getResourceBase64 in interface IsharedocSystemService
Parameters:
resource - the resource
Returns:
the resource base64