Liferay 6.0-ee-sp2

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

Packages that use ContactService
com.liferay.portal.service   
 

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()
           
 

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

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


Liferay 6.0-ee-sp2