Liferay 6.2-ce-ga5

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. 
 

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.getWrappedContactService()
          Deprecated. As of 6.1.0, replaced by ContactServiceWrapper.getWrappedService()
 ContactService ContactServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portal.service with parameters of type ContactService
 void ContactServiceUtil.setService(ContactService service)
          Deprecated. As of 6.2.0
 void ContactServiceWrapper.setWrappedContactService(ContactService contactService)
          Deprecated. As of 6.1.0, replaced by ContactServiceWrapper.setWrappedService(com.liferay.portal.service.ContactService)
 void ContactServiceWrapper.setWrappedService(ContactService contactService)
           
 

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


Liferay 6.2-ce-ga5