Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.service.ContactService

Packages that use ContactService
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.base This package defines the portal service local and remote base classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
 

Uses of ContactService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement ContactService
 class ContactServiceWrapper
          Provides a wrapper for ContactService.
 

Methods in com.liferay.portal.service that return ContactService
static ContactService ContactServiceUtil.getService()
           
 ContactService ContactServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type ContactService
 void ContactServiceWrapper.setWrappedService(ContactService contactService)
           
 

Constructors in com.liferay.portal.service with parameters of type ContactService
ContactServiceWrapper(ContactService contactService)
           
 

Uses of ContactService in com.liferay.portal.service.base
 

Classes in com.liferay.portal.service.base that implement ContactService
 class ContactServiceBaseImpl
          Provides the base implementation for the contact remote service.
 

Fields in com.liferay.portal.service.base declared as ContactService
protected  ContactService UserServiceBaseImpl.contactService
           
protected  ContactService ContactServiceBaseImpl.contactService
           
protected  ContactService CompanyServiceBaseImpl.contactService
           
 

Methods in com.liferay.portal.service.base that return ContactService
 ContactService UserServiceBaseImpl.getContactService()
          Returns the contact remote service.
 ContactService ContactServiceBaseImpl.getContactService()
          Returns the contact remote service.
 ContactService CompanyServiceBaseImpl.getContactService()
          Returns the contact remote service.
 

Methods in com.liferay.portal.service.base with parameters of type ContactService
 void UserServiceBaseImpl.setContactService(ContactService contactService)
          Sets the contact remote service.
 void ContactServiceBaseImpl.setContactService(ContactService contactService)
          Sets the contact remote service.
 void CompanyServiceBaseImpl.setContactService(ContactService contactService)
          Sets the contact remote service.
 

Uses of ContactService in com.liferay.portal.service.impl
 

Classes in com.liferay.portal.service.impl that implement ContactService
 class ContactServiceImpl
           
 


Liferay 7.0-ce-b4