Liferay 6.0-ee-sp2

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

Packages that use ContactLocalService
com.liferay.portal.service   
 

Uses of ContactLocalService in com.liferay.portal.service
 

Classes in com.liferay.portal.service that implement ContactLocalService
 class ContactLocalServiceWrapper
           This class is a wrapper for ContactLocalService.
 

Methods in com.liferay.portal.service that return ContactLocalService
static ContactLocalService ContactLocalServiceUtil.getService()
           
 ContactLocalService ContactLocalServiceWrapper.getWrappedContactLocalService()
           
 

Methods in com.liferay.portal.service with parameters of type ContactLocalService
 void ContactLocalServiceUtil.setService(ContactLocalService service)
           
 void ContactLocalServiceWrapper.setWrappedContactLocalService(ContactLocalService contactLocalService)
           
 

Constructors in com.liferay.portal.service with parameters of type ContactLocalService
ContactLocalServiceWrapper(ContactLocalService contactLocalService)
           
 


Liferay 6.0-ee-sp2