it.sistematica.isharedoc.service.ws
Class AddressbookWebServiceImpl
java.lang.Object
it.sistematica.isharedoc.service.ws.AddressbookWebServiceImpl
- All Implemented Interfaces:
- AddressbookWebService
@Service(value="addressbookWebService")
public class AddressbookWebServiceImpl
- extends java.lang.Object
- implements AddressbookWebService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
userInfo
it.neverworks.application.service.UserInfo userInfo
entities
it.neverworks.data.EntityManager entities
partitionService
PartitionService partitionService
addressBookService
AddressBookService addressBookService
AddressbookWebServiceImpl
public AddressbookWebServiceImpl()
contactSearch
@Transactional
public ContactSearchResponse contactSearch(ContactSearchRequest request,
java.lang.String userid)
- Specified by:
contactSearch
in interface AddressbookWebService
contactUpdate
@Transactional
public ContactUpdateResponse contactUpdate(ContactUpdateRequest request,
java.lang.String userid)
- Specified by:
contactUpdate
in interface AddressbookWebService