it.sistematica.isharedoc.service.ws
Class OrganizationWebServiceImpl

java.lang.Object
  extended by it.sistematica.isharedoc.service.ws.OrganizationWebServiceImpl
All Implemented Interfaces:
OrganizationWebService

@Service(value="organizationWebService")
public class OrganizationWebServiceImpl
extends java.lang.Object
implements OrganizationWebService


Field Summary
(package private)  it.neverworks.data.EntityManager entities
           
(package private)  MessageboxService messageboxService
           
(package private)  OrganizationService organizationService
           
(package private)  it.neverworks.application.service.UserInfo userInfo
           
 
Constructor Summary
OrganizationWebServiceImpl()
           
 
Method Summary
 UserInfoResponse userInfo(UserInfoRequest request, java.lang.String userid)
           
 
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

organizationService

OrganizationService organizationService

messageboxService

MessageboxService messageboxService
Constructor Detail

OrganizationWebServiceImpl

public OrganizationWebServiceImpl()
Method Detail

userInfo

@Transactional
public UserInfoResponse userInfo(UserInfoRequest request,
                                               java.lang.String userid)
Specified by:
userInfo in interface OrganizationWebService