Liferay 6.1.2-ce-ga3

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
           This class is a wrapper for ContactService.
 

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

Methods in com.liferay.portal.service with parameters of type ContactService
 void ContactServiceUtil.setService(ContactService service)
          Deprecated.  
 void ContactServiceWrapper.setWrappedContactService(ContactService contactService)
          Deprecated. Renamed to 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.1.2-ce-ga3